Trace number 278813

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
AbsconMax 109 PFCOPTIMUM 486.085 490.129

General information on the benchmark

NameMaxCSP/kbtree/kbtree-9-7-3-5/kbtree-9-7-3-5-90/
kbtree-9-7-3-5-90-01_ext.xml
MD5SUM688415fd098899379c7041c114c5e0d7
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints65
Best CPU time to get the best result obtained on this benchmark3.04754
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints189
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension189
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.30	   
0.30	Abscon 109 (November, 2006)
0.30	   
0.30	   configuration
0.30	     name=pfc.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/278813-1169289289/unknown.xml
0.36	   
0.36	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.40	     nbVariables=28  nbDomainTypes=1  minDomainSize=5  maxDomainSize=5
0.40	       =>  wckTime=0.095  cpuTime=0.08  mem=6M910
0.40	   
0.40	   relations being loaded...
0.45	   
0.45	   constraints being loaded...
0.53	     nbConstraints=189  nbRelationTypes=185  nbExtensionStructures=185  nbSharedExtensionStructures=4
0.53	     nbConflictsStructures=185  nbSharedConflictsStructures=4  nbSharedBinaryRepresentations=1827  maxDegree=24
0.53	     maxArity=2
0.53	       =>  wckTime=0.225  cpuTime=0.16  mem=8M860
0.57	   
0.57	   solver LocalSearchSolver being built... 
0.61	       =>  wckTime=0.306  cpuTime=0.2  mem=5M530
0.61	
0.61	s SATISFIABLE
0.61	o 26
0.61	c 163
0.62	o 31
0.62	c 158
0.62	o 32
0.62	c 157
0.62	o 35
0.62	c 154
0.62	o 38
0.62	c 151
0.62	o 42
0.62	c 147
0.62	o 44
0.62	c 145
0.62	o 45
0.62	c 144
0.62	o 47
0.62	c 142
0.62	o 49
0.62	c 140
0.63	o 50
0.63	c 139
0.63	o 52
0.63	c 137
0.63	o 53
0.63	c 136
0.63	o 55
0.63	c 134
0.63	o 57
0.63	c 132
0.64	o 59
0.64	c 130
0.65	o 60
0.65	c 129
0.65	o 61
0.65	c 128
0.68	o 62
0.68	c 127
0.69	o 63
0.69	c 126
0.69	o 64
0.69	c 125
0.69	o 65
0.69	c 124
2.52	   
2.52	   search
2.52	     run=0  nbConstraintChecks=12456203  nbAssignments=10000
2.52	       =>  wckTime=1.913  cpuTime=1.88  mem=5M530
4.36	   
4.36	   search
4.36	     run=1  nbConstraintChecks=24972877  nbAssignments=20000
4.36	       =>  wckTime=3.755  cpuTime=3.72  mem=5M530
6.20	   
6.20	   search
6.20	     run=2  nbConstraintChecks=37437290  nbAssignments=30000
6.21	       =>  wckTime=5.596  cpuTime=5.53  mem=5M530
8.05	   
8.05	   search
8.05	     run=3  nbConstraintChecks=49936147  nbAssignments=40000
8.05	       =>  wckTime=7.443  cpuTime=7.36  mem=5M530
9.88	   
9.88	   search
9.88	     run=4  nbConstraintChecks=62417141  nbAssignments=50000
9.88	       =>  wckTime=9.268  cpuTime=9.18  mem=5M530
11.71	   
11.71	   search
11.71	     run=5  nbConstraintChecks=74938569  nbAssignments=60000
11.71	       =>  wckTime=11.103  cpuTime=11.0  mem=5M530
13.53	   
13.53	   search
13.53	     run=6  nbConstraintChecks=87415718  nbAssignments=70000
13.53	       =>  wckTime=12.925  cpuTime=12.81  mem=5M530
15.37	   
15.37	   search
15.37	     run=7  nbConstraintChecks=99915595  nbAssignments=80000
15.37	       =>  wckTime=14.759  cpuTime=14.63  mem=5M530
17.20	   
17.20	   search
17.20	     run=8  nbConstraintChecks=112401152  nbAssignments=90000
17.20	       =>  wckTime=16.588  cpuTime=16.45  mem=5M530
19.02	   
19.02	   search
19.03	     run=9  nbConstraintChecks=124907886  nbAssignments=100000
19.03	       =>  wckTime=18.417  cpuTime=18.26  mem=5M530
20.87	   
20.87	   search
20.87	     run=10  nbConstraintChecks=137384881  nbAssignments=110000
20.87	       =>  wckTime=20.262  cpuTime=20.09  mem=5M530
22.72	   
22.72	   search
22.72	     run=11  nbConstraintChecks=149867714  nbAssignments=120000
22.72	       =>  wckTime=22.108  cpuTime=21.92  mem=5M530
24.55	   
24.55	   search
24.55	     run=12  nbConstraintChecks=162364400  nbAssignments=130000
24.55	       =>  wckTime=23.946  cpuTime=23.74  mem=5M530
26.40	   
26.40	   search
26.40	     run=13  nbConstraintChecks=174871416  nbAssignments=140000
26.40	       =>  wckTime=25.789  cpuTime=25.58  mem=5M530
28.23	   
28.23	   search
28.23	     run=14  nbConstraintChecks=187316261  nbAssignments=150000
28.23	       =>  wckTime=27.62  cpuTime=27.39  mem=5M530
30.07	   
30.07	   search
30.07	     run=15  nbConstraintChecks=199846123  nbAssignments=160000
30.07	       =>  wckTime=29.461  cpuTime=29.22  mem=5M530
30.94	   
30.94	   search
30.94	     run=16  nbConstraintChecks=205800570  nbAssignments=164772
30.94	       =>  wckTime=30.335  cpuTime=30.09  mem=5M530
30.95	   
30.95	   global
30.95	     nbConstraintChecks=205800570  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
30.95	     solvingWckTime=30.334  solvingCpuTime=30.08  expiredTime=no  totalExploration=no  nbFoundSolutions=0
30.95	     globalCpuTime=30.33
30.95	       =>  wckTime=30.642  cpuTime=30.28  mem=5M530
30.95	   
30.95	   solver IterativeSystematicSolver being built... 
31.07	       =>  wckTime=30.768  cpuTime=30.37  mem=16M503
31.08	   
31.08	   preprocessing
31.08	     nbConstraintChecks=1890  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
31.08	     detectedInconsistency=no
31.08	       =>  wckTime=0.0070  cpuTime=0.01  mem=16M503
31.12	   
31.12	   search
31.12	     run=0  nbConstraintChecks=68261  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=35
31.12	     nbFailedAssignments=11  nbBacktracks=10  nbVisitedNodes=57  nbRestartNogoods=0
31.12	       =>  wckTime=0.051  cpuTime=0.03  mem=16M503
31.17	   
31.17	   search
31.17	     run=1  nbConstraintChecks=169267  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=87
31.17	     nbFailedAssignments=34  nbBacktracks=25  nbVisitedNodes=147  nbRestartNogoods=5
31.17	       =>  wckTime=0.094  cpuTime=0.06  mem=16M503
31.20	   
31.20	   search
31.20	     run=2  nbConstraintChecks=301741  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=152
31.20	     nbFailedAssignments=63  nbBacktracks=47  nbVisitedNodes=263  nbRestartNogoods=7
31.20	       =>  wckTime=0.131  cpuTime=0.1  mem=16M503
31.24	   
31.24	   search
31.24	     run=3  nbConstraintChecks=475049  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=233
31.24	     nbFailedAssignments=97  nbBacktracks=80  nbVisitedNodes=411  nbRestartNogoods=10
31.24	       =>  wckTime=0.172  cpuTime=0.13  mem=16M503
31.32	   
31.32	   search
31.32	     run=4  nbConstraintChecks=819895  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=392
31.32	     nbFailedAssignments=192  nbBacktracks=130  nbVisitedNodes=715  nbRestartNogoods=12
31.32	       =>  wckTime=0.249  cpuTime=0.21  mem=16M503
31.41	   
31.41	   search
31.41	     run=5  nbConstraintChecks=1232637  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=574
31.41	     nbFailedAssignments=287  nbBacktracks=205  nbVisitedNodes=1067  nbRestartNogoods=19
31.41	       =>  wckTime=0.337  cpuTime=0.29  mem=16M503
31.53	   
31.53	   search
31.53	     run=6  nbConstraintChecks=1806350  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=857
31.53	     nbFailedAssignments=442  nbBacktracks=318  nbVisitedNodes=1618  nbRestartNogoods=28
31.53	       =>  wckTime=0.458  cpuTime=0.41  mem=16M503
31.72	   
31.72	   search
31.72	     run=7  nbConstraintChecks=2656801  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1232
31.72	     nbFailedAssignments=632  nbBacktracks=488  nbVisitedNodes=2353  nbRestartNogoods=34
31.72	       =>  wckTime=0.649  cpuTime=0.6  mem=16M503
32.03	   
32.03	   search
32.03	     run=8  nbConstraintChecks=4078082  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1832
32.03	     nbFailedAssignments=962  nbBacktracks=744  nbVisitedNodes=3539  nbRestartNogoods=39
32.03	       =>  wckTime=0.962  cpuTime=0.9  mem=16M503
32.45	   
32.45	   search
32.46	     run=9  nbConstraintChecks=6159479  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2758
32.46	     nbFailedAssignments=1493  nbBacktracks=1128  nbVisitedNodes=5380  nbRestartNogoods=43
32.46	       =>  wckTime=1.384  cpuTime=1.32  mem=16M503
33.13	   
33.13	   search
33.13	     run=10  nbConstraintChecks=9502150  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=4301
33.13	     nbFailedAssignments=2447  nbBacktracks=1704  nbVisitedNodes=8453  nbRestartNogoods=50
33.13	       =>  wckTime=2.056  cpuTime=1.98  mem=16M503
34.01	   
34.01	   search
34.01	     run=11  nbConstraintChecks=13776371  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=6219
34.01	     nbFailedAssignments=3488  nbBacktracks=2568  nbVisitedNodes=12276  nbRestartNogoods=55
34.01	       =>  wckTime=2.942  cpuTime=2.86  mem=16M503
35.39	   
35.39	   search
35.39	     run=12  nbConstraintChecks=20599941  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=9360
35.39	     nbFailedAssignments=5319  nbBacktracks=3865  nbVisitedNodes=18545  nbRestartNogoods=63
35.39	       =>  wckTime=4.319  cpuTime=4.21  mem=16M503
37.41	   
37.41	   search
37.41	     run=13  nbConstraintChecks=30319474  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=13592
37.41	     nbFailedAssignments=7593  nbBacktracks=5812  nbVisitedNodes=26998  nbRestartNogoods=71
37.41	       =>  wckTime=6.34  cpuTime=6.21  mem=16M503
40.29	   
40.29	   search
40.29	     run=14  nbConstraintChecks=44187686  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=20043
40.29	     nbFailedAssignments=11116  nbBacktracks=8731  nbVisitedNodes=39891  nbRestartNogoods=80
40.29	       =>  wckTime=9.221  cpuTime=9.08  mem=16M503
44.84	   
44.84	   search
44.84	     run=15  nbConstraintChecks=64921577  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=29942
44.84	     nbFailedAssignments=16625  nbBacktracks=13109  nbVisitedNodes=59677  nbRestartNogoods=92
44.84	       =>  wckTime=13.768  cpuTime=13.56  mem=16M503
52.67	   
52.67	   search
52.67	     run=16  nbConstraintChecks=101750978  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=46331
52.67	     nbFailedAssignments=26437  nbBacktracks=19677  nbVisitedNodes=92446  nbRestartNogoods=98
52.67	       =>  wckTime=21.597  cpuTime=21.33  mem=16M503
62.71	   
62.71	   search
62.71	     run=17  nbConstraintChecks=149702539  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=67916
62.71	     nbFailedAssignments=38160  nbBacktracks=29529  nbVisitedNodes=135606  nbRestartNogoods=106
62.71	       =>  wckTime=31.636  cpuTime=31.29  mem=16M503
80.84	   
80.84	   search
80.84	     run=18  nbConstraintChecks=229468653  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=104395
80.84	     nbFailedAssignments=59853  nbBacktracks=44307  nbVisitedNodes=208553  nbRestartNogoods=114
80.84	       =>  wckTime=49.766  cpuTime=49.27  mem=16M503
105.79	   
105.79	   search
105.79	     run=19  nbConstraintChecks=338222992  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=155134
105.79	     nbFailedAssignments=88418  nbBacktracks=66475  nbVisitedNodes=309956  nbRestartNogoods=126
105.79	       =>  wckTime=74.719  cpuTime=74.01  mem=16M503
143.66	   
143.66	   search
143.66	     run=20  nbConstraintChecks=511873176  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=236912
143.66	     nbFailedAssignments=136937  nbBacktracks=99727  nbVisitedNodes=472565  nbRestartNogoods=141
143.66	       =>  wckTime=112.59  cpuTime=111.57  mem=16M503
200.04	   
200.04	   search
200.04	     run=21  nbConstraintChecks=777261762  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=362681
200.04	     nbFailedAssignments=212819  nbBacktracks=149605  nbVisitedNodes=717793  nbRestartNogoods=153
200.04	       =>  wckTime=168.968  cpuTime=167.5  mem=16M503
275.18	   
275.18	   search
275.18	     run=22  nbConstraintChecks=1134237880  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=537217
275.18	     nbFailedAssignments=312530  nbBacktracks=224423  nbVisitedNodes=1055798  nbRestartNogoods=168
275.18	       =>  wckTime=244.107  cpuTime=242.02  mem=16M503
397.68	   
397.68	   search
397.68	     run=23  nbConstraintChecks=1716080295  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=808203
397.68	     nbFailedAssignments=471280  nbBacktracks=336650  nbVisitedNodes=1580417  nbRestartNogoods=182
397.68	       =>  wckTime=366.605  cpuTime=363.53  mem=16M503
490.08	   
490.08	   search
490.08	     run=24  nbConstraintChecks=2151995376  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1015840
490.08	     nbFailedAssignments=587756  nbBacktracks=427812  nbVisitedNodes=1982652  nbRestartNogoods=194
490.08	       =>  wckTime=459.01  cpuTime=455.19  mem=16M503
490.08	   
490.08	   global
490.08	     nbConstraintChecks=2151997266  nbRestartNogoods=194  solvingWckTime=459.012  solvingCpuTime=455.19  expiredTime=no
490.08	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=485.61
490.08	       =>  wckTime=489.78  cpuTime=485.56  mem=16M503
490.09	
490.09	s OPTIMUM FOUND
490.09	v 3 2 4 2 4 4 4 1 1 1 3 4 3 2 1 4 4 2 4 4 4 4 0 4 1 3 3 3 
490.09	   
490.09	   totalWckTime=489.855  totalCpuTime=485.61

Verifier Data (download as text)

124 unsatisfied constraints, 65 satisfied constraints

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node26/watcher-278813-1169289289 -o ROOT/results/node26/solver-278813-1169289289 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/278813-1169289289/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.62 1.74 1.85 4/86 10279
/proc/meminfo: memFree=1265136/2055920 swapFree=4191880/4192956
[pid=10278] ppid=10276 vsize=18540 CPUtime=0
/proc/10278/stat : 10278 (runsolver) R 10276 10278 9915 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 277323542 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 269028486439 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/10278/statm: 4635 279 244 17 0 2626 0

[startup+0.105027 s]
/proc/loadavg: 1.62 1.74 1.85 4/86 10279
/proc/meminfo: memFree=1265136/2055920 swapFree=4191880/4192956
[pid=10278] ppid=10276 vsize=914988 CPUtime=0.08
/proc/10278/stat : 10278 (java) R 10276 10278 9915 0 -1 0 2996 0 1 0 7 1 0 0 25 0 8 0 277323542 936947712 2742 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10278/statm: 228747 2742 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.515067 s]
/proc/loadavg: 1.62 1.74 1.85 4/86 10279
/proc/meminfo: memFree=1265136/2055920 swapFree=4191880/4192956
[pid=10278] ppid=10276 vsize=915332 CPUtime=0.48
/proc/10278/stat : 10278 (java) R 10276 10278 9915 0 -1 0 6511 0 1 0 45 3 0 0 25 0 8 0 277323542 937299968 6250 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10278/statm: 228833 6250 2149 14 0 215303 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915332

[startup+1.33614 s]
/proc/loadavg: 1.73 1.76 1.85 3/93 10286
/proc/meminfo: memFree=1247352/2055920 swapFree=4191880/4192956
[pid=10278] ppid=10276 vsize=915460 CPUtime=1.3
/proc/10278/stat : 10278 (java) R 10276 10278 9915 0 -1 0 7127 0 1 0 111 19 0 0 25 0 8 0 277323542 937431040 6865 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073710758 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10278/statm: 228865 6865 2476 14 0 215335 0
[pid=10278/tid=10280] ppid=10276 vsize=915460 CPUtime=0.02
/proc/10278/task/10280/stat : 10280 (java) S 10276 10278 9915 0 -1 64 162 0 0 0 2 0 0 0 16 0 8 0 277323546 937431040 6865 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10281] ppid=10276 vsize=915460 CPUtime=0
/proc/10278/task/10281/stat : 10281 (java) S 10276 10278 9915 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 277323547 937431040 6865 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10282] ppid=10276 vsize=915460 CPUtime=0
/proc/10278/task/10282/stat : 10282 (java) S 10276 10278 9915 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 277323547 937431040 6865 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10283] ppid=10276 vsize=915460 CPUtime=0
/proc/10278/task/10283/stat : 10283 (java) S 10276 10278 9915 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 277323550 937431040 6865 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10284] ppid=10276 vsize=915460 CPUtime=0.12
/proc/10278/task/10284/stat : 10284 (java) S 10276 10278 9915 0 -1 64 341 0 0 0 12 0 0 0 16 0 8 0 277323550 937431040 6865 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10285] ppid=10276 vsize=915460 CPUtime=0
/proc/10278/task/10285/stat : 10285 (java) S 10276 10278 9915 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 277323550 937431040 6865 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10286] ppid=10276 vsize=915460 CPUtime=0
/proc/10278/task/10286/stat : 10286 (java) S 10276 10278 9915 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 277323550 937431040 6865 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915460

[startup+2.9733 s]
/proc/loadavg: 1.73 1.76 1.85 3/93 10286
/proc/meminfo: memFree=1247352/2055920 swapFree=4191880/4192956
[pid=10278] ppid=10276 vsize=915464 CPUtime=2.92
/proc/10278/stat : 10278 (java) R 10276 10278 9915 0 -1 0 7131 0 1 0 240 52 0 0 25 0 8 0 277323542 937435136 6868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10278/statm: 228866 6868 2476 14 0 215336 0
[pid=10278/tid=10280] ppid=10276 vsize=915464 CPUtime=0.02
/proc/10278/task/10280/stat : 10280 (java) S 10276 10278 9915 0 -1 64 162 0 0 0 2 0 0 0 16 0 8 0 277323546 937435136 6868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10281] ppid=10276 vsize=915464 CPUtime=0
/proc/10278/task/10281/stat : 10281 (java) S 10276 10278 9915 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 277323547 937435136 6868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10282] ppid=10276 vsize=915464 CPUtime=0
/proc/10278/task/10282/stat : 10282 (java) S 10276 10278 9915 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 277323547 937435136 6868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10283] ppid=10276 vsize=915464 CPUtime=0
/proc/10278/task/10283/stat : 10283 (java) S 10276 10278 9915 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 277323550 937435136 6868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10284] ppid=10276 vsize=915464 CPUtime=0.12
/proc/10278/task/10284/stat : 10284 (java) S 10276 10278 9915 0 -1 64 344 0 0 0 12 0 0 0 16 0 8 0 277323550 937435136 6868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10285] ppid=10276 vsize=915464 CPUtime=0
/proc/10278/task/10285/stat : 10285 (java) S 10276 10278 9915 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 277323550 937435136 6868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10286] ppid=10276 vsize=915464 CPUtime=0
/proc/10278/task/10286/stat : 10286 (java) S 10276 10278 9915 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 277323550 937435136 6868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 915464

[startup+6.2566 s]
/proc/loadavg: 1.75 1.77 1.85 3/93 10286
/proc/meminfo: memFree=1247360/2055920 swapFree=4191880/4192956
[pid=10278] ppid=10276 vsize=915460 CPUtime=6.18
/proc/10278/stat : 10278 (java) R 10276 10278 9915 0 -1 0 7131 0 1 0 498 120 0 0 25 0 8 0 277323542 937431040 6868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10278/statm: 228865 6868 2476 14 0 215335 0
[pid=10278/tid=10280] ppid=10276 vsize=915460 CPUtime=0.02
/proc/10278/task/10280/stat : 10280 (java) S 10276 10278 9915 0 -1 64 162 0 0 0 2 0 0 0 16 0 8 0 277323546 937431040 6868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10281] ppid=10276 vsize=915460 CPUtime=0
/proc/10278/task/10281/stat : 10281 (java) S 10276 10278 9915 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 277323547 937431040 6868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10282] ppid=10276 vsize=915460 CPUtime=0
/proc/10278/task/10282/stat : 10282 (java) S 10276 10278 9915 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 277323547 937431040 6868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10283] ppid=10276 vsize=915460 CPUtime=0
/proc/10278/task/10283/stat : 10283 (java) S 10276 10278 9915 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 277323550 937431040 6868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10284] ppid=10276 vsize=915460 CPUtime=0.12
/proc/10278/task/10284/stat : 10284 (java) S 10276 10278 9915 0 -1 64 344 0 0 0 12 0 0 0 16 0 8 0 277323550 937431040 6868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10285] ppid=10276 vsize=915460 CPUtime=0
/proc/10278/task/10285/stat : 10285 (java) S 10276 10278 9915 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 277323550 937431040 6868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10286] ppid=10276 vsize=915460 CPUtime=0
/proc/10278/task/10286/stat : 10286 (java) S 10276 10278 9915 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 277323550 937431040 6868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 915460

[startup+12.7362 s]
/proc/loadavg: 1.77 1.77 1.86 3/93 10286
/proc/meminfo: memFree=1247360/2055920 swapFree=4191880/4192956
[pid=10278] ppid=10276 vsize=915460 CPUtime=12.61
/proc/10278/stat : 10278 (java) R 10276 10278 9915 0 -1 0 7131 0 1 0 1012 249 0 0 25 0 8 0 277323542 937431040 6868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073724683 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10278/statm: 228865 6868 2476 14 0 215335 0
[pid=10278/tid=10280] ppid=10276 vsize=915460 CPUtime=0.02
/proc/10278/task/10280/stat : 10280 (java) S 10276 10278 9915 0 -1 64 162 0 0 0 2 0 0 0 16 0 8 0 277323546 937431040 6868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10281] ppid=10276 vsize=915460 CPUtime=0
/proc/10278/task/10281/stat : 10281 (java) S 10276 10278 9915 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 277323547 937431040 6868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10282] ppid=10276 vsize=915460 CPUtime=0
/proc/10278/task/10282/stat : 10282 (java) S 10276 10278 9915 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 277323547 937431040 6868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10283] ppid=10276 vsize=915460 CPUtime=0
/proc/10278/task/10283/stat : 10283 (java) S 10276 10278 9915 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 277323550 937431040 6868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10284] ppid=10276 vsize=915460 CPUtime=0.12
/proc/10278/task/10284/stat : 10284 (java) S 10276 10278 9915 0 -1 64 344 0 0 0 12 0 0 0 16 0 8 0 277323550 937431040 6868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10285] ppid=10276 vsize=915460 CPUtime=0
/proc/10278/task/10285/stat : 10285 (java) S 10276 10278 9915 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 277323550 937431040 6868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10286] ppid=10276 vsize=915460 CPUtime=0
/proc/10278/task/10286/stat : 10286 (java) S 10276 10278 9915 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 277323550 937431040 6868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 915460

[startup+25.5944 s]
/proc/loadavg: 1.81 1.78 1.86 4/93 10286
/proc/meminfo: memFree=1247360/2055920 swapFree=4191880/4192956
[pid=10278] ppid=10276 vsize=915460 CPUtime=25.37
/proc/10278/stat : 10278 (java) R 10276 10278 9915 0 -1 0 7131 0 1 0 2028 509 0 0 25 0 8 0 277323542 937431040 6868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073713271 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10278/statm: 228865 6868 2476 14 0 215335 0
[pid=10278/tid=10280] ppid=10276 vsize=915460 CPUtime=0.02
/proc/10278/task/10280/stat : 10280 (java) S 10276 10278 9915 0 -1 64 162 0 0 0 2 0 0 0 16 0 8 0 277323546 937431040 6868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10281] ppid=10276 vsize=915460 CPUtime=0
/proc/10278/task/10281/stat : 10281 (java) S 10276 10278 9915 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 277323547 937431040 6868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10282] ppid=10276 vsize=915460 CPUtime=0
/proc/10278/task/10282/stat : 10282 (java) S 10276 10278 9915 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 277323547 937431040 6868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10283] ppid=10276 vsize=915460 CPUtime=0
/proc/10278/task/10283/stat : 10283 (java) S 10276 10278 9915 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 277323550 937431040 6868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10284] ppid=10276 vsize=915460 CPUtime=0.12
/proc/10278/task/10284/stat : 10284 (java) S 10276 10278 9915 0 -1 64 344 0 0 0 12 0 0 0 16 0 8 0 277323550 937431040 6868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10285] ppid=10276 vsize=915460 CPUtime=0
/proc/10278/task/10285/stat : 10285 (java) S 10276 10278 9915 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 277323550 937431040 6868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10286] ppid=10276 vsize=915460 CPUtime=0
/proc/10278/task/10286/stat : 10286 (java) S 10276 10278 9915 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 277323550 937431040 6868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 915460

[startup+51.2948 s]
/proc/loadavg: 1.88 1.80 1.86 3/93 10286
/proc/meminfo: memFree=1240000/2055920 swapFree=4191880/4192956
[pid=10278] ppid=10276 vsize=915460 CPUtime=50.83
/proc/10278/stat : 10278 (java) R 10276 10278 9915 0 -1 0 9041 0 1 0 4466 617 0 0 25 0 8 0 277323542 937431040 8775 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073838507 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10278/statm: 228865 8775 2527 14 0 215335 0
[pid=10278/tid=10280] ppid=10276 vsize=915460 CPUtime=0.02
/proc/10278/task/10280/stat : 10280 (java) S 10276 10278 9915 0 -1 64 163 0 0 0 2 0 0 0 16 0 8 0 277323546 937431040 8775 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10281] ppid=10276 vsize=915460 CPUtime=0
/proc/10278/task/10281/stat : 10281 (java) S 10276 10278 9915 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 277323547 937431040 8775 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10282] ppid=10276 vsize=915460 CPUtime=0
/proc/10278/task/10282/stat : 10282 (java) S 10276 10278 9915 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 277323547 937431040 8775 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10283] ppid=10276 vsize=915460 CPUtime=0
/proc/10278/task/10283/stat : 10283 (java) S 10276 10278 9915 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 277323550 937431040 8775 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10284] ppid=10276 vsize=915460 CPUtime=0.23
/proc/10278/task/10284/stat : 10284 (java) S 10276 10278 9915 0 -1 64 399 0 0 0 21 2 0 0 16 0 8 0 277323550 937431040 8775 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10285] ppid=10276 vsize=915460 CPUtime=0
/proc/10278/task/10285/stat : 10285 (java) S 10276 10278 9915 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 277323550 937431040 8775 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10286] ppid=10276 vsize=915460 CPUtime=0
/proc/10278/task/10286/stat : 10286 (java) S 10276 10278 9915 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 277323550 937431040 8775 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 915460

[startup+102.579 s]
/proc/loadavg: 1.98 1.84 1.87 3/93 10286
/proc/meminfo: memFree=1240000/2055920 swapFree=4191880/4192956
[pid=10278] ppid=10276 vsize=915460 CPUtime=101.71
/proc/10278/stat : 10278 (java) R 10276 10278 9915 0 -1 0 9051 0 1 0 9553 618 0 0 25 0 8 0 277323542 937431040 8783 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073818180 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10278/statm: 228865 8783 2527 14 0 215335 0
[pid=10278/tid=10280] ppid=10276 vsize=915460 CPUtime=0.02
/proc/10278/task/10280/stat : 10280 (java) S 10276 10278 9915 0 -1 64 163 0 0 0 2 0 0 0 16 0 8 0 277323546 937431040 8783 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10281] ppid=10276 vsize=915460 CPUtime=0
/proc/10278/task/10281/stat : 10281 (java) S 10276 10278 9915 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 277323547 937431040 8783 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10282] ppid=10276 vsize=915460 CPUtime=0
/proc/10278/task/10282/stat : 10282 (java) S 10276 10278 9915 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 277323547 937431040 8783 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10283] ppid=10276 vsize=915460 CPUtime=0
/proc/10278/task/10283/stat : 10283 (java) S 10276 10278 9915 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 277323550 937431040 8783 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10284] ppid=10276 vsize=915460 CPUtime=0.23
/proc/10278/task/10284/stat : 10284 (java) S 10276 10278 9915 0 -1 64 400 0 0 0 21 2 0 0 16 0 8 0 277323550 937431040 8783 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10285] ppid=10276 vsize=915460 CPUtime=0
/proc/10278/task/10285/stat : 10285 (java) S 10276 10278 9915 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 277323550 937431040 8783 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10286] ppid=10276 vsize=915460 CPUtime=0
/proc/10278/task/10286/stat : 10286 (java) S 10276 10278 9915 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 277323550 937431040 8783 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.71
Current children cumulated vsize (KiB) 915460

[startup+162.595 s]
/proc/loadavg: 1.99 1.87 1.88 3/93 10286
/proc/meminfo: memFree=1240000/2055920 swapFree=4191880/4192956
[pid=10278] ppid=10276 vsize=915460 CPUtime=161.24
/proc/10278/stat : 10278 (java) R 10276 10278 9915 0 -1 0 9057 0 1 0 15506 618 0 0 25 0 8 0 277323542 937431040 8788 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073836726 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10278/statm: 228865 8788 2527 14 0 215335 0
[pid=10278/tid=10280] ppid=10276 vsize=915460 CPUtime=0.02
/proc/10278/task/10280/stat : 10280 (java) S 10276 10278 9915 0 -1 64 163 0 0 0 2 0 0 0 16 0 8 0 277323546 937431040 8788 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10281] ppid=10276 vsize=915460 CPUtime=0
/proc/10278/task/10281/stat : 10281 (java) S 10276 10278 9915 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 277323547 937431040 8788 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10282] ppid=10276 vsize=915460 CPUtime=0
/proc/10278/task/10282/stat : 10282 (java) S 10276 10278 9915 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 277323547 937431040 8788 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10283] ppid=10276 vsize=915460 CPUtime=0
/proc/10278/task/10283/stat : 10283 (java) S 10276 10278 9915 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 277323550 937431040 8788 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10284] ppid=10276 vsize=915460 CPUtime=0.23
/proc/10278/task/10284/stat : 10284 (java) S 10276 10278 9915 0 -1 64 400 0 0 0 21 2 0 0 16 0 8 0 277323550 937431040 8788 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10285] ppid=10276 vsize=915460 CPUtime=0
/proc/10278/task/10285/stat : 10285 (java) S 10276 10278 9915 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 277323550 937431040 8788 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10286] ppid=10276 vsize=915460 CPUtime=0
/proc/10278/task/10286/stat : 10286 (java) S 10276 10278 9915 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 277323550 937431040 8788 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 161.24
Current children cumulated vsize (KiB) 915460

[startup+222.619 s]
/proc/loadavg: 1.99 1.89 1.88 3/93 10286
/proc/meminfo: memFree=1240000/2055920 swapFree=4191880/4192956
[pid=10278] ppid=10276 vsize=915460 CPUtime=220.75
/proc/10278/stat : 10278 (java) R 10276 10278 9915 0 -1 0 9060 0 1 0 21457 618 0 0 25 0 8 0 277323542 937431040 8790 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073879159 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10278/statm: 228865 8790 2527 14 0 215335 0
[pid=10278/tid=10280] ppid=10276 vsize=915460 CPUtime=0.02
/proc/10278/task/10280/stat : 10280 (java) S 10276 10278 9915 0 -1 64 163 0 0 0 2 0 0 0 16 0 8 0 277323546 937431040 8790 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10281] ppid=10276 vsize=915460 CPUtime=0
/proc/10278/task/10281/stat : 10281 (java) S 10276 10278 9915 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 277323547 937431040 8790 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10282] ppid=10276 vsize=915460 CPUtime=0
/proc/10278/task/10282/stat : 10282 (java) S 10276 10278 9915 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 277323547 937431040 8790 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10283] ppid=10276 vsize=915460 CPUtime=0
/proc/10278/task/10283/stat : 10283 (java) S 10276 10278 9915 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 277323550 937431040 8790 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10284] ppid=10276 vsize=915460 CPUtime=0.23
/proc/10278/task/10284/stat : 10284 (java) S 10276 10278 9915 0 -1 64 400 0 0 0 21 2 0 0 16 0 8 0 277323550 937431040 8790 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10285] ppid=10276 vsize=915460 CPUtime=0
/proc/10278/task/10285/stat : 10285 (java) S 10276 10278 9915 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 277323550 937431040 8790 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10286] ppid=10276 vsize=915460 CPUtime=0
/proc/10278/task/10286/stat : 10286 (java) S 10276 10278 9915 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 277323550 937431040 8790 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 220.75
Current children cumulated vsize (KiB) 915460

[startup+282.637 s]
/proc/loadavg: 1.99 1.91 1.89 3/93 10286
/proc/meminfo: memFree=1240000/2055920 swapFree=4191880/4192956
[pid=10278] ppid=10276 vsize=915460 CPUtime=280.29
/proc/10278/stat : 10278 (java) R 10276 10278 9915 0 -1 0 9063 0 1 0 27411 618 0 0 25 0 8 0 277323542 937431040 8793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073841415 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10278/statm: 228865 8793 2527 14 0 215335 0
[pid=10278/tid=10280] ppid=10276 vsize=915460 CPUtime=0.02
/proc/10278/task/10280/stat : 10280 (java) S 10276 10278 9915 0 -1 64 163 0 0 0 2 0 0 0 16 0 8 0 277323546 937431040 8793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10281] ppid=10276 vsize=915460 CPUtime=0
/proc/10278/task/10281/stat : 10281 (java) S 10276 10278 9915 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 277323547 937431040 8793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10282] ppid=10276 vsize=915460 CPUtime=0
/proc/10278/task/10282/stat : 10282 (java) S 10276 10278 9915 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 277323547 937431040 8793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10283] ppid=10276 vsize=915460 CPUtime=0
/proc/10278/task/10283/stat : 10283 (java) S 10276 10278 9915 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 277323550 937431040 8793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10284] ppid=10276 vsize=915460 CPUtime=0.23
/proc/10278/task/10284/stat : 10284 (java) S 10276 10278 9915 0 -1 64 400 0 0 0 21 2 0 0 16 0 8 0 277323550 937431040 8793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10285] ppid=10276 vsize=915460 CPUtime=0
/proc/10278/task/10285/stat : 10285 (java) S 10276 10278 9915 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 277323550 937431040 8793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10286] ppid=10276 vsize=915460 CPUtime=0
/proc/10278/task/10286/stat : 10286 (java) S 10276 10278 9915 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 277323550 937431040 8793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 280.29
Current children cumulated vsize (KiB) 915460

[startup+342.662 s]
/proc/loadavg: 1.99 1.92 1.89 3/93 10286
/proc/meminfo: memFree=1240000/2055920 swapFree=4191880/4192956
[pid=10278] ppid=10276 vsize=915460 CPUtime=339.83
/proc/10278/stat : 10278 (java) R 10276 10278 9915 0 -1 0 9063 0 1 0 33365 618 0 0 25 0 8 0 277323542 937431040 8793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073821600 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10278/statm: 228865 8793 2527 14 0 215335 0
[pid=10278/tid=10280] ppid=10276 vsize=915460 CPUtime=0.02
/proc/10278/task/10280/stat : 10280 (java) S 10276 10278 9915 0 -1 64 163 0 0 0 2 0 0 0 16 0 8 0 277323546 937431040 8793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10281] ppid=10276 vsize=915460 CPUtime=0
/proc/10278/task/10281/stat : 10281 (java) S 10276 10278 9915 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 277323547 937431040 8793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10282] ppid=10276 vsize=915460 CPUtime=0
/proc/10278/task/10282/stat : 10282 (java) S 10276 10278 9915 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 277323547 937431040 8793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10283] ppid=10276 vsize=915460 CPUtime=0
/proc/10278/task/10283/stat : 10283 (java) S 10276 10278 9915 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 277323550 937431040 8793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10284] ppid=10276 vsize=915460 CPUtime=0.23
/proc/10278/task/10284/stat : 10284 (java) S 10276 10278 9915 0 -1 64 400 0 0 0 21 2 0 0 16 0 8 0 277323550 937431040 8793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10285] ppid=10276 vsize=915460 CPUtime=0
/proc/10278/task/10285/stat : 10285 (java) S 10276 10278 9915 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 277323550 937431040 8793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10286] ppid=10276 vsize=915460 CPUtime=0
/proc/10278/task/10286/stat : 10286 (java) S 10276 10278 9915 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 277323550 937431040 8793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 339.83
Current children cumulated vsize (KiB) 915460

[startup+402.674 s]
/proc/loadavg: 1.99 1.93 1.90 3/93 10286
/proc/meminfo: memFree=1240000/2055920 swapFree=4191880/4192956
[pid=10278] ppid=10276 vsize=915460 CPUtime=399.33
/proc/10278/stat : 10278 (java) R 10276 10278 9915 0 -1 0 9065 0 1 0 39315 618 0 0 25 0 8 0 277323542 937431040 8795 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073818153 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10278/statm: 228865 8795 2527 14 0 215335 0
[pid=10278/tid=10280] ppid=10276 vsize=915460 CPUtime=0.02
/proc/10278/task/10280/stat : 10280 (java) S 10276 10278 9915 0 -1 64 163 0 0 0 2 0 0 0 16 0 8 0 277323546 937431040 8795 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10281] ppid=10276 vsize=915460 CPUtime=0
/proc/10278/task/10281/stat : 10281 (java) S 10276 10278 9915 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 277323547 937431040 8795 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10282] ppid=10276 vsize=915460 CPUtime=0
/proc/10278/task/10282/stat : 10282 (java) S 10276 10278 9915 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 277323547 937431040 8795 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10283] ppid=10276 vsize=915460 CPUtime=0
/proc/10278/task/10283/stat : 10283 (java) S 10276 10278 9915 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 277323550 937431040 8795 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10284] ppid=10276 vsize=915460 CPUtime=0.23
/proc/10278/task/10284/stat : 10284 (java) S 10276 10278 9915 0 -1 64 400 0 0 0 21 2 0 0 16 0 8 0 277323550 937431040 8795 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10285] ppid=10276 vsize=915460 CPUtime=0
/proc/10278/task/10285/stat : 10285 (java) S 10276 10278 9915 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 277323550 937431040 8795 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10286] ppid=10276 vsize=915460 CPUtime=0
/proc/10278/task/10286/stat : 10286 (java) S 10276 10278 9915 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 277323550 937431040 8795 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 399.33
Current children cumulated vsize (KiB) 915460

[startup+462.691 s]
/proc/loadavg: 1.99 1.94 1.90 3/93 10286
/proc/meminfo: memFree=1240000/2055920 swapFree=4191880/4192956
[pid=10278] ppid=10276 vsize=915460 CPUtime=458.87
/proc/10278/stat : 10278 (java) R 10276 10278 9915 0 -1 0 9065 0 1 0 45269 618 0 0 25 0 8 0 277323542 937431040 8795 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073839289 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10278/statm: 228865 8795 2527 14 0 215335 0
[pid=10278/tid=10280] ppid=10276 vsize=915460 CPUtime=0.02
/proc/10278/task/10280/stat : 10280 (java) S 10276 10278 9915 0 -1 64 163 0 0 0 2 0 0 0 16 0 8 0 277323546 937431040 8795 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10281] ppid=10276 vsize=915460 CPUtime=0
/proc/10278/task/10281/stat : 10281 (java) S 10276 10278 9915 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 277323547 937431040 8795 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10282] ppid=10276 vsize=915460 CPUtime=0
/proc/10278/task/10282/stat : 10282 (java) S 10276 10278 9915 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 277323547 937431040 8795 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10283] ppid=10276 vsize=915460 CPUtime=0
/proc/10278/task/10283/stat : 10283 (java) S 10276 10278 9915 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 277323550 937431040 8795 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10284] ppid=10276 vsize=915460 CPUtime=0.23
/proc/10278/task/10284/stat : 10284 (java) S 10276 10278 9915 0 -1 64 400 0 0 0 21 2 0 0 16 0 8 0 277323550 937431040 8795 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10285] ppid=10276 vsize=915460 CPUtime=0
/proc/10278/task/10285/stat : 10285 (java) S 10276 10278 9915 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 277323550 937431040 8795 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10278/tid=10286] ppid=10276 vsize=915460 CPUtime=0
/proc/10278/task/10286/stat : 10286 (java) S 10276 10278 9915 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 277323550 937431040 8795 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 458.87
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 490.129
CPU time (s): 486.085
CPU user time (s): 479.892
CPU system time (s): 6.19306
CPU usage (%): 99.1749
Max. virtual memory (cumulated for all children) (KiB): 915464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 479.892
system time used= 6.19306
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9162
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11126
involuntary context switches= 31959

runsolver used 0.483926 s user time and 1.2768 s system time

The end

Launcher Data (download as text)

Begin job on node26 on Sat Jan 20 10:34:49 UTC 2007


IDJOB= 278813
IDBENCH= 8905
IDSOLVER= 69
FILE ID= node26/278813-1169289289

PBS_JOBID= 3609664

Free space on /tmp= 66561 MiB

SOLVER NAME= AbsconMax 109 PFC
BENCH NAME= HOME/pub/bench/CPAI06/MaxCSP/kbtree/kbtree-9-7-3-5/kbtree-9-7-3-5-90/kbtree-9-7-3-5-90-01_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/278813-1169289289/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node26/watcher-278813-1169289289 -o ROOT/results/node26/solver-278813-1169289289 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/278813-1169289289/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  688415fd098899379c7041c114c5e0d7

RANDOM SEED= 451042294

TIME LIMIT= 2400 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1265808 kB
Buffers:         52144 kB
Cached:         596104 kB
SwapCached:        268 kB
Active:         284244 kB
Inactive:       433068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1265808 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            1860 kB
Writeback:           0 kB
Mapped:          88208 kB
Slab:            57712 kB
Committed_AS:  5035688 kB
PageTables:       2224 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66561 MiB



End job on node26 on Sat Jan 20 10:43:03 UTC 2007