Trace number 216514

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
Abscon 109 AC? (TO) 1800.13 1816.23

General information on the benchmark

NamepseudoSeries/chnl/
chnl-15-16.xml
MD5SUM4bb9d6c8f624319cd63db1fd70f2a9db
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables480
Number of constraints62
Maximum constraint arity16
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension62
Global constraints used (with number of constraints)

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=mac.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/216514-1168079093/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.45	     nbVariables=480  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2
0.45	       =>  wckTime=0.137  cpuTime=0.11  mem=7M50
0.45	   
0.45	   predicates being loaded...
0.46	   
0.46	   constraints being loaded...
0.76	     nbConstraints=62  nbConflictsStructures=2  nbSharedConflictsStructures=60  nbSharedBinaryRepresentations=0
0.76	     nbEvaluationManagers=2  nbSharedEvaluationManagers=60  maxDegree=2  maxArity=16
0.76	       =>  wckTime=0.446  cpuTime=0.36  mem=12M903
0.80	   
0.80	   solver IterativeSystematicSolver being built... 
1.01	       =>  wckTime=0.691  cpuTime=0.54  mem=17M735
1.02	   
1.02	   preprocessing
1.02	     nbConstraintChecks=0  nbPropagations=480  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.02	     detectedInconsistency=no
1.02	       =>  wckTime=0.0080  cpuTime=0.0  mem=17M735
1.23	   
1.23	   search
1.23	     run=0  nbConstraintChecks=65878  nbValidityChecks=2324  nbPropagations=762  nbRevisions=1317
1.23	     nbUselessRevisions=1135  nbAssignments=231  nbFailedAssignments=3  nbBacktracks=17  nbVisitedNodes=239
1.23	     nbRestartNogoods=0  mapSize=6  nbInferences=0  nbTooLargeKeys=0
1.24	       =>  wckTime=0.224  cpuTime=0.18  mem=18M742
1.41	   
1.41	   search
1.41	     run=1  nbConstraintChecks=131995  nbValidityChecks=4970  nbPropagations=1822  nbRevisions=3998
1.41	     nbUselessRevisions=3428  nbAssignments=462  nbFailedAssignments=6  nbBacktracks=46  nbVisitedNodes=477
1.41	     nbRestartNogoods=1  mapSize=12  nbInferences=0  nbTooLargeKeys=0
1.42	       =>  wckTime=0.406  cpuTime=0.35  mem=18M742
1.59	   
1.59	   search
1.59	     run=2  nbConstraintChecks=201612  nbValidityChecks=7803  nbPropagations=3222  nbRevisions=8148
1.59	     nbUselessRevisions=6951  nbAssignments=693  nbFailedAssignments=9  nbBacktracks=70  nbVisitedNodes=715
1.59	     nbRestartNogoods=2  mapSize=17  nbInferences=0  nbTooLargeKeys=0
1.59	       =>  wckTime=0.578  cpuTime=0.52  mem=18M742
1.78	   
1.78	   search
1.78	     run=3  nbConstraintChecks=284014  nbValidityChecks=10731  nbPropagations=4960  nbRevisions=13800
1.78	     nbUselessRevisions=11753  nbAssignments=924  nbFailedAssignments=12  nbBacktracks=119  nbVisitedNodes=953
1.78	     nbRestartNogoods=4  mapSize=23  nbInferences=0  nbTooLargeKeys=0
1.78	       =>  wckTime=0.769  cpuTime=0.71  mem=18M742
2.16	   
2.16	   search
2.16	     run=4  nbConstraintChecks=484000  nbValidityChecks=13996  nbPropagations=7044  nbRevisions=21119
2.16	     nbUselessRevisions=18014  nbAssignments=1155  nbFailedAssignments=15  nbBacktracks=180  nbVisitedNodes=1191
2.16	     nbRestartNogoods=5  mapSize=29  nbInferences=0  nbTooLargeKeys=0
2.16	       =>  wckTime=1.148  cpuTime=1.08  mem=18M742
2.34	   
2.34	   search
2.34	     run=5  nbConstraintChecks=556605  nbValidityChecks=18500  nbPropagations=9879  nbRevisions=30792
2.34	     nbUselessRevisions=25999  nbAssignments=1423  nbFailedAssignments=25  nbBacktracks=257  nbVisitedNodes=1495
2.34	     nbRestartNogoods=6  mapSize=62  nbInferences=0  nbTooLargeKeys=0
2.34	       =>  wckTime=1.335  cpuTime=1.26  mem=18M742
6.62	   
6.62	   search
6.62	     run=6  nbConstraintChecks=3072960  nbValidityChecks=24918  nbPropagations=14336  nbRevisions=44108
6.62	     nbUselessRevisions=36121  nbAssignments=1788  nbFailedAssignments=58  nbBacktracks=372  nbVisitedNodes=1928
6.62	     nbRestartNogoods=7  mapSize=107  nbInferences=2  nbTooLargeKeys=0
6.62	       =>  wckTime=5.608  cpuTime=5.44  mem=18M742
9.49	   
9.49	   search
9.49	     run=7  nbConstraintChecks=4767872  nbValidityChecks=32556  nbPropagations=20501  nbRevisions=61462
9.49	     nbUselessRevisions=48675  nbAssignments=2162  nbFailedAssignments=80  nbBacktracks=548  nbVisitedNodes=2374
9.49	     nbRestartNogoods=9  mapSize=175  nbInferences=2  nbTooLargeKeys=0
9.49	       =>  wckTime=8.48  cpuTime=8.28  mem=19M718
16.42	   
16.42	   search
16.42	     run=8  nbConstraintChecks=8944054  nbValidityChecks=46400  nbPropagations=30670  nbRevisions=86731
16.42	     nbUselessRevisions=65161  nbAssignments=2628  nbFailedAssignments=115  nbBacktracks=804  nbVisitedNodes=2985
16.42	     nbRestartNogoods=11  mapSize=308  nbInferences=4  nbTooLargeKeys=0
16.42	       =>  wckTime=15.414  cpuTime=15.15  mem=19M718
22.91	   
22.91	   search
22.91	     run=9  nbConstraintChecks=12807781  nbValidityChecks=59316  nbPropagations=44399  nbRevisions=119195
22.91	     nbUselessRevisions=85041  nbAssignments=3238  nbFailedAssignments=152  nbBacktracks=1200  nbVisitedNodes=3753
22.91	     nbRestartNogoods=12  mapSize=464  nbInferences=4  nbTooLargeKeys=0
22.91	       =>  wckTime=21.903  cpuTime=21.57  mem=19M718
29.04	   
29.04	   search
29.04	     run=10  nbConstraintChecks=16408056  nbValidityChecks=75748  nbPropagations=62210  nbRevisions=160955
29.04	     nbUselessRevisions=109353  nbAssignments=4044  nbFailedAssignments=193  nbBacktracks=1785  nbVisitedNodes=4758
29.04	     nbRestartNogoods=13  mapSize=655  nbInferences=7  nbTooLargeKeys=0
29.04	       =>  wckTime=28.036  cpuTime=27.64  mem=20M693
40.57	   
40.57	   search
40.57	     run=11  nbConstraintChecks=23307239  nbValidityChecks=92394  nbPropagations=84780  nbRevisions=211545
40.57	     nbUselessRevisions=137733  nbAssignments=5158  nbFailedAssignments=259  nbBacktracks=2669  nbVisitedNodes=6065
40.57	     nbRestartNogoods=15  mapSize=846  nbInferences=7  nbTooLargeKeys=0
40.57	       =>  wckTime=39.562  cpuTime=39.06  mem=20M693
60.58	   
60.58	   search
60.58	     run=12  nbConstraintChecks=35230376  nbValidityChecks=124060  nbPropagations=117070  nbRevisions=279730
60.58	     nbUselessRevisions=173471  nbAssignments=6769  nbFailedAssignments=379  nbBacktracks=3971  nbVisitedNodes=8140
60.58	     nbRestartNogoods=17  mapSize=1303  nbInferences=8  nbTooLargeKeys=0
60.58	       =>  wckTime=59.575  cpuTime=58.89  mem=21M668
72.71	   
72.71	   INFO : Stopping hyperNogood (mapSize=1611, nbTooLargekeys=0, mem=22M643)
88.73	   
88.73	   search
88.73	     run=13  nbConstraintChecks=52028902  nbValidityChecks=177263  nbPropagations=164485  nbRevisions=378592
88.73	     nbUselessRevisions=222364  nbAssignments=9088  nbFailedAssignments=560  nbBacktracks=5936  nbVisitedNodes=11213
88.73	     nbRestartNogoods=19
88.73	       =>  wckTime=87.722  cpuTime=86.78  mem=22M643
118.54	   
118.55	   search
118.55	     run=14  nbConstraintChecks=69977262  nbValidityChecks=245545  nbPropagations=231566  nbRevisions=516461
118.55	     nbUselessRevisions=286054  nbAssignments=12387  nbFailedAssignments=746  nbBacktracks=8859  nbVisitedNodes=15487
118.55	     nbRestartNogoods=21
118.55	       =>  wckTime=117.537  cpuTime=116.32  mem=22M643
169.62	   
169.62	   search
169.62	     run=15  nbConstraintChecks=100751361  nbValidityChecks=354896  nbPropagations=329938  nbRevisions=716401
169.62	     nbUselessRevisions=373767  nbAssignments=17254  nbFailedAssignments=1051  nbBacktracks=13240  nbVisitedNodes=21979
169.62	     nbRestartNogoods=24
169.62	       =>  wckTime=168.61  cpuTime=166.93  mem=22M643
254.92	   
254.92	   search
254.92	     run=16  nbConstraintChecks=152124511  nbValidityChecks=465802  nbPropagations=462385  nbRevisions=977506
254.92	     nbUselessRevisions=485182  nbAssignments=24546  nbFailedAssignments=1590  nbBacktracks=19818  nbVisitedNodes=30788
254.92	     nbRestartNogoods=27
254.92	       =>  wckTime=253.916  cpuTime=251.45  mem=22M643
373.28	   
373.28	   search
373.28	     run=17  nbConstraintChecks=223573581  nbValidityChecks=655085  nbPropagations=651702  nbRevisions=1344891
373.28	     nbUselessRevisions=637897  nbAssignments=35301  nbFailedAssignments=2326  nbBacktracks=29671  nbVisitedNodes=44175
373.28	     nbRestartNogoods=30
373.28	       =>  wckTime=372.268  cpuTime=368.73  mem=22M643
494.21	   
494.21	   search
494.21	     run=18  nbConstraintChecks=295933028  nbValidityChecks=931009  nbPropagations=923932  nbRevisions=1871045
494.21	     nbUselessRevisions=849900  nbAssignments=51431  nbFailedAssignments=3488  nbBacktracks=44460  nbVisitedNodes=64343
494.21	     nbRestartNogoods=33
494.21	       =>  wckTime=493.206  cpuTime=488.56  mem=22M643
670.38	   
670.38	   search
670.38	     run=19  nbConstraintChecks=401776535  nbValidityChecks=1381826  nbPropagations=1342522  nbRevisions=2651427
670.38	     nbUselessRevisions=1151817  nbAssignments=75150  nbFailedAssignments=4859  nbBacktracks=66636  nbVisitedNodes=94104
670.38	     nbRestartNogoods=36
670.38	       =>  wckTime=669.375  cpuTime=663.12  mem=22M643
923.14	   
923.14	   search
923.14	     run=20  nbConstraintChecks=553146459  nbValidityChecks=1847680  nbPropagations=1907649  nbRevisions=3691491
923.14	     nbUselessRevisions=1545964  nbAssignments=110682  nbFailedAssignments=6952  nbBacktracks=99906
923.14	     nbVisitedNodes=135389  nbRestartNogoods=39
923.14	       =>  wckTime=922.131  cpuTime=913.56  mem=22M643
1141.80	   
1141.80	   search
1141.80	     run=21  nbConstraintChecks=683036055  nbValidityChecks=2514465  nbPropagations=2694068  nbRevisions=5102653
1141.80	     nbUselessRevisions=2065733  nbAssignments=163348  nbFailedAssignments=9538  nbBacktracks=149816
1141.80	     nbVisitedNodes=196631  nbRestartNogoods=43
1141.80	       =>  wckTime=1140.796  cpuTime=1130.23  mem=22M643
1626.73	   
1626.73	   search
1626.73	     run=22  nbConstraintChecks=974379524  nbValidityChecks=3491205  nbPropagations=3786406  nbRevisions=7071740
1626.73	     nbUselessRevisions=2775477  nbAssignments=243008  nbFailedAssignments=14192  nbBacktracks=224637
1626.73	     nbVisitedNodes=288426  nbRestartNogoods=47
1626.73	       =>  wckTime=1625.721  cpuTime=1610.74  mem=22M643

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node14/watcher-216514-1168079093 -o ROOT/results/node14/solver-216514-1168079093 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/216514-1168079093/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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.98 1.99 1.98 4/93 26229
/proc/meminfo: memFree=1429808/2055920 swapFree=4182236/4192956
[pid=26228] ppid=26226 vsize=1784 CPUtime=0
/proc/26228/stat : 26228 (java) R 26226 26228 26161 0 -1 0 169 0 0 0 0 0 0 0 19 0 1 0 156304215 1826816 140 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/26228/statm: 446 140 106 14 0 91 0

[startup+0.109093 s]
/proc/loadavg: 1.98 1.99 1.98 4/93 26229
/proc/meminfo: memFree=1429808/2055920 swapFree=4182236/4192956
[pid=26228] ppid=26226 vsize=914988 CPUtime=0.09
/proc/26228/stat : 26228 (java) R 26226 26228 26161 0 -1 0 3048 0 1 0 8 1 0 0 20 0 8 0 156304215 936947712 2794 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072941832 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26228/statm: 228747 2794 1446 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.517134 s]
/proc/loadavg: 1.98 1.99 1.98 4/93 26229
/proc/meminfo: memFree=1429808/2055920 swapFree=4182236/4192956
[pid=26228] ppid=26226 vsize=915328 CPUtime=0.48
/proc/26228/stat : 26228 (java) R 26226 26228 26161 0 -1 0 7197 0 1 0 45 3 0 0 22 0 8 0 156304215 937295872 6936 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26228/statm: 228832 6936 2144 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.34121 s]
/proc/loadavg: 1.98 1.99 1.98 3/100 26236
/proc/meminfo: memFree=1402680/2055920 swapFree=4182236/4192956
[pid=26228] ppid=26226 vsize=915460 CPUtime=1.3
/proc/26228/stat : 26228 (java) R 26226 26228 26161 0 -1 0 9533 0 1 0 125 5 0 0 25 0 8 0 156304215 937431040 9270 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073479187 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26228/statm: 228865 9270 2533 14 0 215335 0
[pid=26228/tid=26230] ppid=26226 vsize=915460 CPUtime=0.03
/proc/26228/task/26230/stat : 26230 (java) S 26226 26228 26161 0 -1 64 225 0 0 0 3 0 0 0 16 0 8 0 156304219 937431040 9270 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26231] ppid=26226 vsize=915460 CPUtime=0
/proc/26228/task/26231/stat : 26231 (java) S 26226 26228 26161 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156304220 937431040 9270 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26232] ppid=26226 vsize=915460 CPUtime=0
/proc/26228/task/26232/stat : 26232 (java) S 26226 26228 26161 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156304220 937431040 9270 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26233] ppid=26226 vsize=915460 CPUtime=0
/proc/26228/task/26233/stat : 26233 (java) S 26226 26228 26161 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156304223 937431040 9270 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26234] ppid=26226 vsize=915460 CPUtime=0.2
/proc/26228/task/26234/stat : 26234 (java) S 26226 26228 26161 0 -1 64 375 0 0 0 20 0 0 0 15 0 8 0 156304223 937431040 9270 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26235] ppid=26226 vsize=915460 CPUtime=0
/proc/26228/task/26235/stat : 26235 (java) S 26226 26228 26161 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156304223 937431040 9270 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26236] ppid=26226 vsize=915460 CPUtime=0
/proc/26228/task/26236/stat : 26236 (java) S 26226 26228 26161 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156304223 937431040 9270 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915460

[startup+2.99436 s]
/proc/loadavg: 1.98 1.99 1.98 3/100 26236
/proc/meminfo: memFree=1402104/2055920 swapFree=4182236/4192956
[pid=26228] ppid=26226 vsize=915460 CPUtime=2.91
/proc/26228/stat : 26228 (java) R 26226 26228 26161 0 -1 0 9671 0 1 0 286 5 0 0 25 0 8 0 156304215 937431040 9407 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073649703 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26228/statm: 228865 9407 2533 14 0 215335 0
[pid=26228/tid=26230] ppid=26226 vsize=915460 CPUtime=0.03
/proc/26228/task/26230/stat : 26230 (java) S 26226 26228 26161 0 -1 64 225 0 0 0 3 0 0 0 17 0 8 0 156304219 937431040 9407 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26231] ppid=26226 vsize=915460 CPUtime=0
/proc/26228/task/26231/stat : 26231 (java) S 26226 26228 26161 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156304220 937431040 9407 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26232] ppid=26226 vsize=915460 CPUtime=0
/proc/26228/task/26232/stat : 26232 (java) S 26226 26228 26161 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156304220 937431040 9407 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26233] ppid=26226 vsize=915460 CPUtime=0
/proc/26228/task/26233/stat : 26233 (java) S 26226 26228 26161 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156304223 937431040 9407 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26234] ppid=26226 vsize=915460 CPUtime=0.23
/proc/26228/task/26234/stat : 26234 (java) S 26226 26228 26161 0 -1 64 392 0 0 0 23 0 0 0 16 0 8 0 156304223 937431040 9407 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26235] ppid=26226 vsize=915460 CPUtime=0
/proc/26228/task/26235/stat : 26235 (java) S 26226 26228 26161 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156304223 937431040 9407 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26236] ppid=26226 vsize=915460 CPUtime=0
/proc/26228/task/26236/stat : 26236 (java) R 26226 26228 26161 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156304223 937431040 9407 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 915460

[startup+6.28167 s]
/proc/loadavg: 1.98 1.99 1.98 3/100 26236
/proc/meminfo: memFree=1401848/2055920 swapFree=4182236/4192956
[pid=26228] ppid=26226 vsize=915460 CPUtime=6.16
/proc/26228/stat : 26228 (java) R 26226 26228 26161 0 -1 0 9674 0 1 0 611 5 0 0 25 0 8 0 156304215 937431040 9409 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073640007 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26228/statm: 228865 9409 2533 14 0 215335 0
[pid=26228/tid=26230] ppid=26226 vsize=915460 CPUtime=0.03
/proc/26228/task/26230/stat : 26230 (java) S 26226 26228 26161 0 -1 64 225 0 0 0 3 0 0 0 16 0 8 0 156304219 937431040 9409 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26231] ppid=26226 vsize=915460 CPUtime=0
/proc/26228/task/26231/stat : 26231 (java) S 26226 26228 26161 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156304220 937431040 9409 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26232] ppid=26226 vsize=915460 CPUtime=0
/proc/26228/task/26232/stat : 26232 (java) S 26226 26228 26161 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156304220 937431040 9409 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26233] ppid=26226 vsize=915460 CPUtime=0
/proc/26228/task/26233/stat : 26233 (java) S 26226 26228 26161 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156304223 937431040 9409 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26234] ppid=26226 vsize=915460 CPUtime=0.24
/proc/26228/task/26234/stat : 26234 (java) S 26226 26228 26161 0 -1 64 394 0 0 0 24 0 0 0 16 0 8 0 156304223 937431040 9409 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26235] ppid=26226 vsize=915460 CPUtime=0
/proc/26228/task/26235/stat : 26235 (java) S 26226 26228 26161 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156304223 937431040 9409 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26236] ppid=26226 vsize=915460 CPUtime=0
/proc/26228/task/26236/stat : 26236 (java) S 26226 26228 26161 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156304223 937431040 9409 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 915460

[startup+12.7713 s]
/proc/loadavg: 1.98 1.99 1.98 3/100 26236
/proc/meminfo: memFree=1401592/2055920 swapFree=4182236/4192956
[pid=26228] ppid=26226 vsize=915460 CPUtime=12.59
/proc/26228/stat : 26228 (java) R 26226 26228 26161 0 -1 0 9766 0 1 0 1254 5 0 0 25 0 8 0 156304215 937431040 9498 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073644967 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26228/statm: 228865 9498 2533 14 0 215335 0
[pid=26228/tid=26230] ppid=26226 vsize=915460 CPUtime=0.03
/proc/26228/task/26230/stat : 26230 (java) S 26226 26228 26161 0 -1 64 225 0 0 0 3 0 0 0 16 0 8 0 156304219 937431040 9498 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26231] ppid=26226 vsize=915460 CPUtime=0
/proc/26228/task/26231/stat : 26231 (java) S 26226 26228 26161 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156304220 937431040 9498 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26232] ppid=26226 vsize=915460 CPUtime=0
/proc/26228/task/26232/stat : 26232 (java) S 26226 26228 26161 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156304220 937431040 9498 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26233] ppid=26226 vsize=915460 CPUtime=0
/proc/26228/task/26233/stat : 26233 (java) S 26226 26228 26161 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156304223 937431040 9498 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26234] ppid=26226 vsize=915460 CPUtime=0.24
/proc/26228/task/26234/stat : 26234 (java) S 26226 26228 26161 0 -1 64 397 0 0 0 24 0 0 0 15 0 8 0 156304223 937431040 9498 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26235] ppid=26226 vsize=915460 CPUtime=0
/proc/26228/task/26235/stat : 26235 (java) S 26226 26228 26161 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156304223 937431040 9498 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26236] ppid=26226 vsize=915460 CPUtime=0
/proc/26228/task/26236/stat : 26236 (java) S 26226 26228 26161 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156304223 937431040 9498 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 915460

[startup+25.6085 s]
/proc/loadavg: 1.98 1.99 1.98 3/100 26236
/proc/meminfo: memFree=1401208/2055920 swapFree=4182236/4192956
[pid=26228] ppid=26226 vsize=915460 CPUtime=25.32
/proc/26228/stat : 26228 (java) R 26226 26228 26161 0 -1 0 9895 0 1 0 2526 6 0 0 25 0 8 0 156304215 937431040 9626 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073640010 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26228/statm: 228865 9626 2533 14 0 215335 0
[pid=26228/tid=26230] ppid=26226 vsize=915460 CPUtime=0.03
/proc/26228/task/26230/stat : 26230 (java) S 26226 26228 26161 0 -1 64 225 0 0 0 3 0 0 0 17 0 8 0 156304219 937431040 9626 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26231] ppid=26226 vsize=915460 CPUtime=0
/proc/26228/task/26231/stat : 26231 (java) S 26226 26228 26161 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156304220 937431040 9626 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26232] ppid=26226 vsize=915460 CPUtime=0
/proc/26228/task/26232/stat : 26232 (java) S 26226 26228 26161 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156304220 937431040 9626 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26233] ppid=26226 vsize=915460 CPUtime=0
/proc/26228/task/26233/stat : 26233 (java) S 26226 26228 26161 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156304223 937431040 9626 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26234] ppid=26226 vsize=915460 CPUtime=0.25
/proc/26228/task/26234/stat : 26234 (java) S 26226 26228 26161 0 -1 64 400 0 0 0 25 0 0 0 15 0 8 0 156304223 937431040 9626 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26235] ppid=26226 vsize=915460 CPUtime=0
/proc/26228/task/26235/stat : 26235 (java) S 26226 26228 26161 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156304223 937431040 9626 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26236] ppid=26226 vsize=915460 CPUtime=0
/proc/26228/task/26236/stat : 26236 (java) S 26226 26228 26161 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156304223 937431040 9626 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 915460

[startup+51.2199 s]
/proc/loadavg: 1.99 1.99 1.98 3/100 26236
/proc/meminfo: memFree=1399928/2055920 swapFree=4182236/4192956
[pid=26228] ppid=26226 vsize=915460 CPUtime=50.69
/proc/26228/stat : 26228 (java) R 26226 26228 26161 0 -1 0 10220 0 1 0 5063 6 0 0 25 0 8 0 156304215 937431040 9947 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073649736 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26228/statm: 228865 9947 2533 14 0 215335 0
[pid=26228/tid=26230] ppid=26226 vsize=915460 CPUtime=0.03
/proc/26228/task/26230/stat : 26230 (java) S 26226 26228 26161 0 -1 64 225 0 0 0 3 0 0 0 16 0 8 0 156304219 937431040 9947 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26231] ppid=26226 vsize=915460 CPUtime=0
/proc/26228/task/26231/stat : 26231 (java) S 26226 26228 26161 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156304220 937431040 9947 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26232] ppid=26226 vsize=915460 CPUtime=0
/proc/26228/task/26232/stat : 26232 (java) S 26226 26228 26161 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156304220 937431040 9947 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26233] ppid=26226 vsize=915460 CPUtime=0
/proc/26228/task/26233/stat : 26233 (java) S 26226 26228 26161 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156304223 937431040 9947 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26234] ppid=26226 vsize=915460 CPUtime=0.26
/proc/26228/task/26234/stat : 26234 (java) S 26226 26228 26161 0 -1 64 402 0 0 0 26 0 0 0 16 0 8 0 156304223 937431040 9947 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26235] ppid=26226 vsize=915460 CPUtime=0
/proc/26228/task/26235/stat : 26235 (java) S 26226 26228 26161 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156304223 937431040 9947 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26236] ppid=26226 vsize=915460 CPUtime=0
/proc/26228/task/26236/stat : 26236 (java) S 26226 26228 26161 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156304223 937431040 9947 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 915460

[startup+102.425 s]
/proc/loadavg: 2.07 2.00 1.99 3/100 26236
/proc/meminfo: memFree=1398904/2055920 swapFree=4182236/4192956
[pid=26228] ppid=26226 vsize=915460 CPUtime=101.43
/proc/26228/stat : 26228 (java) R 26226 26228 26161 0 -1 0 10471 0 1 0 10136 7 0 0 25 0 8 0 156304215 937431040 10196 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073649696 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26228/statm: 228865 10196 2533 14 0 215335 0
[pid=26228/tid=26230] ppid=26226 vsize=915460 CPUtime=0.03
/proc/26228/task/26230/stat : 26230 (java) S 26226 26228 26161 0 -1 64 225 0 0 0 3 0 0 0 16 0 8 0 156304219 937431040 10196 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26231] ppid=26226 vsize=915460 CPUtime=0
/proc/26228/task/26231/stat : 26231 (java) S 26226 26228 26161 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156304220 937431040 10196 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26232] ppid=26226 vsize=915460 CPUtime=0
/proc/26228/task/26232/stat : 26232 (java) S 26226 26228 26161 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156304220 937431040 10196 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26233] ppid=26226 vsize=915460 CPUtime=0
/proc/26228/task/26233/stat : 26233 (java) S 26226 26228 26161 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156304223 937431040 10196 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26234] ppid=26226 vsize=915460 CPUtime=0.26
/proc/26228/task/26234/stat : 26234 (java) S 26226 26228 26161 0 -1 64 402 0 0 0 26 0 0 0 16 0 8 0 156304223 937431040 10196 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26235] ppid=26226 vsize=915460 CPUtime=0
/proc/26228/task/26235/stat : 26235 (java) S 26226 26228 26161 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156304223 937431040 10196 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26236] ppid=26226 vsize=915460 CPUtime=0
/proc/26228/task/26236/stat : 26236 (java) S 26226 26228 26161 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156304223 937431040 10196 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.43
Current children cumulated vsize (KiB) 915460

[startup+162.476 s]
/proc/loadavg: 2.08 2.01 1.99 3/100 26236
/proc/meminfo: memFree=1398904/2055920 swapFree=4182236/4192956
[pid=26228] ppid=26226 vsize=915460 CPUtime=160.93
/proc/26228/stat : 26228 (java) R 26226 26228 26161 0 -1 0 10474 0 1 0 16086 7 0 0 25 0 8 0 156304215 937431040 10199 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073644978 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

################
# More data... #
################

Current children cumulated CPU time (s) 1410.55
Current children cumulated vsize (KiB) 915460

[startup+1483.65 s]
/proc/loadavg: 2.00 2.00 2.00 3/100 26236
/proc/meminfo: memFree=1398136/2055920 swapFree=4182236/4192956
[pid=26228] ppid=26226 vsize=915460 CPUtime=1470.06
/proc/26228/stat : 26228 (java) R 26226 26228 26161 0 -1 0 10497 0 1 0 146992 14 0 0 25 0 8 0 156304215 937431040 10222 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073640016 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26228/statm: 228865 10222 2533 14 0 215335 0
[pid=26228/tid=26230] ppid=26226 vsize=915460 CPUtime=0.03
/proc/26228/task/26230/stat : 26230 (java) S 26226 26228 26161 0 -1 64 225 0 0 0 3 0 0 0 16 0 8 0 156304219 937431040 10222 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26231] ppid=26226 vsize=915460 CPUtime=0
/proc/26228/task/26231/stat : 26231 (java) S 26226 26228 26161 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156304220 937431040 10222 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26232] ppid=26226 vsize=915460 CPUtime=0
/proc/26228/task/26232/stat : 26232 (java) S 26226 26228 26161 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156304220 937431040 10222 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26233] ppid=26226 vsize=915460 CPUtime=0
/proc/26228/task/26233/stat : 26233 (java) S 26226 26228 26161 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156304223 937431040 10222 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26234] ppid=26226 vsize=915460 CPUtime=0.26
/proc/26228/task/26234/stat : 26234 (java) S 26226 26228 26161 0 -1 64 404 0 0 0 26 0 0 0 16 0 8 0 156304223 937431040 10222 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26235] ppid=26226 vsize=915460 CPUtime=0
/proc/26228/task/26235/stat : 26235 (java) S 26226 26228 26161 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156304223 937431040 10222 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26236] ppid=26226 vsize=915460 CPUtime=0
/proc/26228/task/26236/stat : 26236 (java) S 26226 26228 26161 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156304223 937431040 10222 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1470.06
Current children cumulated vsize (KiB) 915460

[startup+1543.71 s]
/proc/loadavg: 2.00 2.00 2.00 3/100 26236
/proc/meminfo: memFree=1398072/2055920 swapFree=4182236/4192956
[pid=26228] ppid=26226 vsize=915460 CPUtime=1529.57
/proc/26228/stat : 26228 (java) R 26226 26228 26161 0 -1 0 10497 0 1 0 152943 14 0 0 25 0 8 0 156304215 937431040 10222 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073642272 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26228/statm: 228865 10222 2533 14 0 215335 0
[pid=26228/tid=26230] ppid=26226 vsize=915460 CPUtime=0.03
/proc/26228/task/26230/stat : 26230 (java) S 26226 26228 26161 0 -1 64 225 0 0 0 3 0 0 0 16 0 8 0 156304219 937431040 10222 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26231] ppid=26226 vsize=915460 CPUtime=0
/proc/26228/task/26231/stat : 26231 (java) S 26226 26228 26161 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156304220 937431040 10222 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26232] ppid=26226 vsize=915460 CPUtime=0
/proc/26228/task/26232/stat : 26232 (java) S 26226 26228 26161 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156304220 937431040 10222 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26233] ppid=26226 vsize=915460 CPUtime=0
/proc/26228/task/26233/stat : 26233 (java) S 26226 26228 26161 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156304223 937431040 10222 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26234] ppid=26226 vsize=915460 CPUtime=0.26
/proc/26228/task/26234/stat : 26234 (java) S 26226 26228 26161 0 -1 64 404 0 0 0 26 0 0 0 16 0 8 0 156304223 937431040 10222 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26235] ppid=26226 vsize=915460 CPUtime=0
/proc/26228/task/26235/stat : 26235 (java) S 26226 26228 26161 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156304223 937431040 10222 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26236] ppid=26226 vsize=915460 CPUtime=0
/proc/26228/task/26236/stat : 26236 (java) S 26226 26228 26161 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156304223 937431040 10222 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1529.57
Current children cumulated vsize (KiB) 915460

[startup+1603.76 s]
/proc/loadavg: 2.00 2.00 2.00 3/100 26236
/proc/meminfo: memFree=1398072/2055920 swapFree=4182236/4192956
[pid=26228] ppid=26226 vsize=915460 CPUtime=1589.07
/proc/26228/stat : 26228 (java) R 26226 26228 26161 0 -1 0 10497 0 1 0 158893 14 0 0 25 0 8 0 156304215 937431040 10222 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073479196 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26228/statm: 228865 10222 2533 14 0 215335 0
[pid=26228/tid=26230] ppid=26226 vsize=915460 CPUtime=0.03
/proc/26228/task/26230/stat : 26230 (java) S 26226 26228 26161 0 -1 64 225 0 0 0 3 0 0 0 16 0 8 0 156304219 937431040 10222 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26231] ppid=26226 vsize=915460 CPUtime=0
/proc/26228/task/26231/stat : 26231 (java) S 26226 26228 26161 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156304220 937431040 10222 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26232] ppid=26226 vsize=915460 CPUtime=0
/proc/26228/task/26232/stat : 26232 (java) S 26226 26228 26161 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156304220 937431040 10222 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26233] ppid=26226 vsize=915460 CPUtime=0
/proc/26228/task/26233/stat : 26233 (java) S 26226 26228 26161 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156304223 937431040 10222 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26234] ppid=26226 vsize=915460 CPUtime=0.26
/proc/26228/task/26234/stat : 26234 (java) S 26226 26228 26161 0 -1 64 404 0 0 0 26 0 0 0 16 0 8 0 156304223 937431040 10222 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26235] ppid=26226 vsize=915460 CPUtime=0
/proc/26228/task/26235/stat : 26235 (java) S 26226 26228 26161 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156304223 937431040 10222 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26236] ppid=26226 vsize=915460 CPUtime=0
/proc/26228/task/26236/stat : 26236 (java) S 26226 26228 26161 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156304223 937431040 10222 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1589.07
Current children cumulated vsize (KiB) 915460

[startup+1663.81 s]
/proc/loadavg: 2.00 2.00 2.00 3/100 26236
/proc/meminfo: memFree=1398008/2055920 swapFree=4182236/4192956
[pid=26228] ppid=26226 vsize=915460 CPUtime=1648.56
/proc/26228/stat : 26228 (java) R 26226 26228 26161 0 -1 0 10500 0 1 0 164842 14 0 0 25 0 8 0 156304215 937431040 10225 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073649767 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26228/statm: 228865 10225 2533 14 0 215335 0
[pid=26228/tid=26230] ppid=26226 vsize=915460 CPUtime=0.03
/proc/26228/task/26230/stat : 26230 (java) S 26226 26228 26161 0 -1 64 225 0 0 0 3 0 0 0 16 0 8 0 156304219 937431040 10225 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26231] ppid=26226 vsize=915460 CPUtime=0
/proc/26228/task/26231/stat : 26231 (java) S 26226 26228 26161 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156304220 937431040 10225 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26232] ppid=26226 vsize=915460 CPUtime=0
/proc/26228/task/26232/stat : 26232 (java) S 26226 26228 26161 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156304220 937431040 10225 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26233] ppid=26226 vsize=915460 CPUtime=0
/proc/26228/task/26233/stat : 26233 (java) S 26226 26228 26161 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156304223 937431040 10225 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26234] ppid=26226 vsize=915460 CPUtime=0.26
/proc/26228/task/26234/stat : 26234 (java) S 26226 26228 26161 0 -1 64 404 0 0 0 26 0 0 0 16 0 8 0 156304223 937431040 10225 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26235] ppid=26226 vsize=915460 CPUtime=0
/proc/26228/task/26235/stat : 26235 (java) S 26226 26228 26161 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156304223 937431040 10225 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26236] ppid=26226 vsize=915460 CPUtime=0
/proc/26228/task/26236/stat : 26236 (java) S 26226 26228 26161 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156304223 937431040 10225 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1648.56
Current children cumulated vsize (KiB) 915460

[startup+1723.86 s]
/proc/loadavg: 2.00 2.00 2.00 3/100 26236
/proc/meminfo: memFree=1397944/2055920 swapFree=4182236/4192956
[pid=26228] ppid=26226 vsize=915460 CPUtime=1708.07
/proc/26228/stat : 26228 (java) R 26226 26228 26161 0 -1 0 10500 0 1 0 170792 15 0 0 25 0 8 0 156304215 937431040 10225 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073642242 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26228/statm: 228865 10225 2533 14 0 215335 0
[pid=26228/tid=26230] ppid=26226 vsize=915460 CPUtime=0.03
/proc/26228/task/26230/stat : 26230 (java) S 26226 26228 26161 0 -1 64 225 0 0 0 3 0 0 0 16 0 8 0 156304219 937431040 10225 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26231] ppid=26226 vsize=915460 CPUtime=0
/proc/26228/task/26231/stat : 26231 (java) S 26226 26228 26161 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156304220 937431040 10225 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26232] ppid=26226 vsize=915460 CPUtime=0
/proc/26228/task/26232/stat : 26232 (java) S 26226 26228 26161 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156304220 937431040 10225 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26233] ppid=26226 vsize=915460 CPUtime=0
/proc/26228/task/26233/stat : 26233 (java) S 26226 26228 26161 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156304223 937431040 10225 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26234] ppid=26226 vsize=915460 CPUtime=0.26
/proc/26228/task/26234/stat : 26234 (java) S 26226 26228 26161 0 -1 64 404 0 0 0 26 0 0 0 16 0 8 0 156304223 937431040 10225 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26235] ppid=26226 vsize=915460 CPUtime=0
/proc/26228/task/26235/stat : 26235 (java) S 26226 26228 26161 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156304223 937431040 10225 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26236] ppid=26226 vsize=915460 CPUtime=0
/proc/26228/task/26236/stat : 26236 (java) S 26226 26228 26161 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156304223 937431040 10225 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1708.07
Current children cumulated vsize (KiB) 915460

[startup+1783.9 s]
/proc/loadavg: 1.61 1.90 1.97 2/88 26247
/proc/meminfo: memFree=1430680/2055920 swapFree=4182236/4192956
[pid=26228] ppid=26226 vsize=915460 CPUtime=1767.82
/proc/26228/stat : 26228 (java) R 26226 26228 26161 0 -1 0 10500 0 1 0 176767 15 0 0 25 0 8 0 156304215 937431040 10225 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073820391 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26228/statm: 228865 10225 2533 14 0 215335 0
[pid=26228/tid=26230] ppid=26226 vsize=915460 CPUtime=0.03
/proc/26228/task/26230/stat : 26230 (java) S 26226 26228 26161 0 -1 64 225 0 0 0 3 0 0 0 16 0 8 0 156304219 937431040 10225 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26231] ppid=26226 vsize=915460 CPUtime=0
/proc/26228/task/26231/stat : 26231 (java) S 26226 26228 26161 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156304220 937431040 10225 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26232] ppid=26226 vsize=915460 CPUtime=0
/proc/26228/task/26232/stat : 26232 (java) S 26226 26228 26161 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156304220 937431040 10225 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26233] ppid=26226 vsize=915460 CPUtime=0
/proc/26228/task/26233/stat : 26233 (java) S 26226 26228 26161 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156304223 937431040 10225 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26234] ppid=26226 vsize=915460 CPUtime=0.26
/proc/26228/task/26234/stat : 26234 (java) S 26226 26228 26161 0 -1 64 404 0 0 0 26 0 0 0 16 0 8 0 156304223 937431040 10225 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26235] ppid=26226 vsize=915460 CPUtime=0
/proc/26228/task/26235/stat : 26235 (java) S 26226 26228 26161 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156304223 937431040 10225 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26236] ppid=26226 vsize=915460 CPUtime=0
/proc/26228/task/26236/stat : 26236 (java) S 26226 26228 26161 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156304223 937431040 10225 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1767.82
Current children cumulated vsize (KiB) 915460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.18 s]
/proc/loadavg: 1.37 1.82 1.94 2/88 26249
/proc/meminfo: memFree=1430360/2055920 swapFree=4182236/4192956
[pid=26228] ppid=26226 vsize=915460 CPUtime=1800.07
/proc/26228/stat : 26228 (java) R 26226 26228 26161 0 -1 0 10500 0 1 0 179991 16 0 0 25 0 8 0 156304215 937431040 10225 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073641392 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26228/statm: 228865 10225 2533 14 0 215335 0
[pid=26228/tid=26230] ppid=26226 vsize=915460 CPUtime=0.03
/proc/26228/task/26230/stat : 26230 (java) S 26226 26228 26161 0 -1 64 225 0 0 0 3 0 0 0 16 0 8 0 156304219 937431040 10225 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26231] ppid=26226 vsize=915460 CPUtime=0
/proc/26228/task/26231/stat : 26231 (java) S 26226 26228 26161 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156304220 937431040 10225 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26232] ppid=26226 vsize=915460 CPUtime=0
/proc/26228/task/26232/stat : 26232 (java) S 26226 26228 26161 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156304220 937431040 10225 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26233] ppid=26226 vsize=915460 CPUtime=0
/proc/26228/task/26233/stat : 26233 (java) S 26226 26228 26161 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156304223 937431040 10225 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26234] ppid=26226 vsize=915460 CPUtime=0.26
/proc/26228/task/26234/stat : 26234 (java) S 26226 26228 26161 0 -1 64 404 0 0 0 26 0 0 0 16 0 8 0 156304223 937431040 10225 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26235] ppid=26226 vsize=915460 CPUtime=0
/proc/26228/task/26235/stat : 26235 (java) S 26226 26228 26161 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156304223 937431040 10225 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26236] ppid=26226 vsize=915460 CPUtime=0
/proc/26228/task/26236/stat : 26236 (java) S 26226 26228 26161 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156304223 937431040 10225 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 915460

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child status: 143
Real time (s): 1816.23
CPU time (s): 1800.13
CPU user time (s): 1799.96
CPU system time (s): 0.168974
CPU usage (%): 99.1135
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.96
system time used= 0.168974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10518
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= 38010
involuntary context switches= 44463

runsolver used 2.29865 s user time and 5.69913 s system time

The end

Launcher Data (download as text)

Begin job on node14 on Sat Jan  6 10:24:53 UTC 2007


IDJOB= 216514
IDBENCH= 5084
FILE ID= node14/216514-1168079093

PBS_JOBID= 3475832

Free space on /tmp= 66328 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/chnl/chnl-15-16.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/216514-1168079093/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node14/watcher-216514-1168079093 -o ROOT/results/node14/solver-216514-1168079093 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/216514-1168079093/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  4bb9d6c8f624319cd63db1fd70f2a9db

RANDOM SEED= 681201471

TIME LIMIT= 1800 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.227
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.227
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:       1430224 kB
Buffers:         57924 kB
Cached:         384936 kB
SwapCached:       3696 kB
Active:         169120 kB
Inactive:       356552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1430224 kB
SwapTotal:     4192956 kB
SwapFree:      4182236 kB
Dirty:            1904 kB
Writeback:           0 kB
Mapped:         102196 kB
Slab:            84724 kB
Committed_AS:  5502376 kB
PageTables:       2292 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= 66330 MiB



End job on node14 on Sat Jan  6 10:55:09 UTC 2007