Trace number 214223

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.12 1800.8

General information on the benchmark

NamepseudoSeries/routing/
s4-4-3-3.xml
MD5SUM34fb632723a9a9ab757f7ad92339cd22
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.25
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables648
Number of constraints1954
Maximum constraint arity27
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1954
Global constraints used (with number of constraints)

Solver Data (download as text)

0.37	   
0.37	Abscon 109 (November, 2006)
0.37	   
0.37	   configuration
0.37	     name=mac.xml
0.40	   
0.40	   instance
0.40	     name=/tmp/evaluation/214223-1168077660/unknown.xml
0.43	   
0.43	   domains being loaded...
0.43	   
0.43	   variables being loaded...
0.52	     nbVariables=648  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2
0.52	       =>  wckTime=0.147  cpuTime=0.12  mem=8M25
0.52	   
0.52	   predicates being loaded...
0.53	   
0.53	   constraints being loaded...
0.96	     nbConstraints=1000  nbMergedConstraints=954  nbConvertedConstraints=276  nbConvertConstraintsChecks=68
0.96	     nbExtensionStructures=3  nbSharedExtensionStructures=273  nbConflictsStructures=8  nbSharedConflictsStructures=968
0.96	     nbUnbuiltConflictsStructures=1  nbSharedBinaryRepresentations=9  nbEvaluationManagers=6
0.96	     nbSharedEvaluationManagers=718  maxDegree=9  maxArity=27
0.96	       =>  wckTime=0.588  cpuTime=0.45  mem=39M233
1.01	   
1.01	   solver IterativeSystematicSolver being built... 
1.23	       =>  wckTime=0.86  cpuTime=0.62  mem=22M483
1.25	   
1.25	   preprocessing
1.25	     nbConstraintChecks=0  nbPropagations=648  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.25	     detectedInconsistency=no
1.25	       =>  wckTime=0.015  cpuTime=0.01  mem=23M456
6.70	   
6.70	   search
6.70	     run=0  nbConstraintChecks=2099733  nbValidityChecks=4750  nbPropagations=1626  nbRevisions=4069
6.70	     nbUselessRevisions=3271  nbAssignments=279  nbFailedAssignments=2  nbBacktracks=17  nbVisitedNodes=283
6.70	     nbRestartNogoods=0  mapSize=3  nbInferences=0  nbTooLargeKeys=0
6.70	       =>  wckTime=5.465  cpuTime=5.39  mem=23M456
11.36	   
11.36	   search
11.36	     run=1  nbConstraintChecks=3916172  nbValidityChecks=11627  nbPropagations=4123  nbRevisions=12898
11.36	     nbUselessRevisions=10530  nbAssignments=513  nbFailedAssignments=6  nbBacktracks=35  nbVisitedNodes=527
11.36	     nbRestartNogoods=1  mapSize=11  nbInferences=0  nbTooLargeKeys=0
11.36	       =>  wckTime=10.125  cpuTime=10.04  mem=23M456
11.40	   
11.40	   search
11.40	     run=2  nbConstraintChecks=3916909  nbValidityChecks=15186  nbPropagations=6943  nbRevisions=24141
11.40	     nbUselessRevisions=20075  nbAssignments=720  nbFailedAssignments=12  nbBacktracks=60  nbVisitedNodes=746
11.40	     nbRestartNogoods=3  mapSize=22  nbInferences=0  nbTooLargeKeys=0
11.40	       =>  wckTime=10.168  cpuTime=10.08  mem=23M456
11.44	   
11.44	   search
11.44	     run=3  nbConstraintChecks=3917574  nbValidityChecks=18896  nbPropagations=10127  nbRevisions=37941
11.44	     nbUselessRevisions=32010  nbAssignments=935  nbFailedAssignments=20  nbBacktracks=94  nbVisitedNodes=979
11.44	     nbRestartNogoods=4  mapSize=39  nbInferences=0  nbTooLargeKeys=0
11.44	       =>  wckTime=10.209  cpuTime=10.12  mem=23M456
11.49	   
11.49	   search
11.49	     run=4  nbConstraintChecks=3918443  nbValidityChecks=22848  nbPropagations=13752  nbRevisions=54569
11.49	     nbUselessRevisions=46526  nbAssignments=1162  nbFailedAssignments=34  nbBacktracks=144  nbVisitedNodes=1239
11.49	     nbRestartNogoods=5  mapSize=65  nbInferences=0  nbTooLargeKeys=0
11.49	       =>  wckTime=10.256  cpuTime=10.16  mem=24M428
11.54	   
11.54	   search
11.54	     run=5  nbConstraintChecks=3919964  nbValidityChecks=27618  nbPropagations=18013  nbRevisions=74695
11.54	     nbUselessRevisions=64097  nbAssignments=1421  nbFailedAssignments=64  nbBacktracks=219  nbVisitedNodes=1563
11.54	     nbRestartNogoods=6  mapSize=108  nbInferences=0  nbTooLargeKeys=0
11.54	       =>  wckTime=10.309  cpuTime=10.21  mem=24M428
42.16	   
42.16	   search
42.16	     run=6  nbConstraintChecks=15521203  nbValidityChecks=34025  nbPropagations=22965  nbRevisions=99487
42.16	     nbUselessRevisions=85994  nbAssignments=1776  nbFailedAssignments=76  nbBacktracks=356  nbVisitedNodes=1932
42.16	     nbRestartNogoods=7  mapSize=128  nbInferences=0  nbTooLargeKeys=0
42.16	       =>  wckTime=40.923  cpuTime=40.78  mem=24M428
42.28	   
42.28	   search
42.28	     run=7  nbConstraintChecks=15534914  nbValidityChecks=46297  nbPropagations=29482  nbRevisions=133371
42.28	     nbUselessRevisions=115691  nbAssignments=2294  nbFailedAssignments=197  nbBacktracks=528  nbVisitedNodes=2693
42.28	     nbRestartNogoods=9  mapSize=269  nbInferences=0  nbTooLargeKeys=0
42.28	       =>  wckTime=41.046  cpuTime=40.9  mem=24M428
42.47	   
42.47	   search
42.47	     run=8  nbConstraintChecks=15577159  nbValidityChecks=60043  nbPropagations=38150  nbRevisions=178580
42.47	     nbUselessRevisions=154842  nbAssignments=2802  nbFailedAssignments=308  nbBacktracks=786  nbVisitedNodes=3426
42.47	     nbRestartNogoods=12  mapSize=417  nbInferences=0  nbTooLargeKeys=0
42.47	       =>  wckTime=41.237  cpuTime=41.09  mem=24M428
54.94	   
54.94	   search
54.94	     run=9  nbConstraintChecks=20248455  nbValidityChecks=82576  nbPropagations=49931  nbRevisions=240459
54.94	     nbUselessRevisions=207910  nbAssignments=3628  nbFailedAssignments=512  nbBacktracks=1175  nbVisitedNodes=4663
54.94	     nbRestartNogoods=14  mapSize=654  nbInferences=0  nbTooLargeKeys=0
54.94	       =>  wckTime=53.708  cpuTime=53.55  mem=25M401
147.09	   
147.09	   search
147.09	     run=10  nbConstraintChecks=55884039  nbValidityChecks=101352  nbPropagations=64581  nbRevisions=317618
147.09	     nbUselessRevisions=273936  nbAssignments=4505  nbFailedAssignments=562  nbBacktracks=1753  nbVisitedNodes=5620
147.09	     nbRestartNogoods=18  mapSize=737  nbInferences=0  nbTooLargeKeys=0
147.09	       =>  wckTime=145.86  cpuTime=145.65  mem=25M401
289.34	   
289.34	   INFO : Stopping hyperNogood (mapSize=1007, nbTooLargekeys=0, mem=26M373)
384.22	   
384.22	   search
384.22	     run=11  nbConstraintChecks=148194239  nbValidityChecks=178735  nbPropagations=86816  nbRevisions=464503
384.22	     nbUselessRevisions=398803  nbAssignments=5754  nbFailedAssignments=735  nbBacktracks=2618  nbVisitedNodes=7190
384.22	     nbRestartNogoods=20
384.22	       =>  wckTime=382.983  cpuTime=382.71  mem=26M373
948.04	   
948.04	   search
948.04	     run=12  nbConstraintChecks=366324430  nbValidityChecks=209768  nbPropagations=112398  nbRevisions=633241
948.04	     nbUselessRevisions=543696  nbAssignments=7438  nbFailedAssignments=985  nbBacktracks=3923  nbVisitedNodes=9213
948.04	     nbRestartNogoods=24
948.04	       =>  wckTime=946.81  cpuTime=946.38  mem=26M373
988.61	   
988.61	   search
988.61	     run=13  nbConstraintChecks=382046718  nbValidityChecks=255513  nbPropagations=143523  nbRevisions=838487
988.61	     nbUselessRevisions=721315  nbAssignments=9640  nbFailedAssignments=1120  nbBacktracks=5881  nbVisitedNodes=11782
988.61	     nbRestartNogoods=27
988.61	       =>  wckTime=987.379  cpuTime=986.93  mem=26M373
1216.82	   
1216.82	   search
1216.82	     run=14  nbConstraintChecks=470438923  nbValidityChecks=322597  nbPropagations=182929  nbRevisions=1100849
1216.82	     nbUselessRevisions=950323  nbAssignments=12969  nbFailedAssignments=1381  nbBacktracks=8814  nbVisitedNodes=15660
1216.82	     nbRestartNogoods=30
1216.82	       =>  wckTime=1215.59  cpuTime=1215.08  mem=26M373
1465.97	   
1465.97	   search
1465.97	     run=15  nbConstraintChecks=567596348  nbValidityChecks=414473  nbPropagations=238832  nbRevisions=1444042
1465.97	     nbUselessRevisions=1246264  nbAssignments=17868  nbFailedAssignments=1830  nbBacktracks=13193  nbVisitedNodes=21893
1465.97	     nbRestartNogoods=37
1465.97	       =>  wckTime=1464.734  cpuTime=1464.15  mem=26M373

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/node44/watcher-214223-1168077660 -o ROOT/results/node44/solver-214223-1168077660 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/214223-1168077660/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: 0.92 0.98 0.99 2/65 9659
/proc/meminfo: memFree=1644912/2055920 swapFree=4192812/4192956
[pid=9658] ppid=9656 vsize=1784 CPUtime=0
/proc/9658/stat : 9658 (java) D 9656 9658 8872 0 -1 0 169 0 0 0 0 0 0 0 18 0 1 0 156165164 1826816 140 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099855350 0 0 17 1 0 0
/proc/9658/statm: 446 140 106 14 0 91 0

[startup+0.101742 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 9659
/proc/meminfo: memFree=1644912/2055920 swapFree=4192812/4192956
[pid=9658] ppid=9656 vsize=907676 CPUtime=0.03
/proc/9658/stat : 9658 (java) S 9656 9658 8872 0 -1 0 2188 0 1 0 2 1 0 0 20 0 4 0 156165164 929460224 1936 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/9658/statm: 226919 1936 1098 14 0 214502 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 907676

[startup+0.509786 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 9659
/proc/meminfo: memFree=1644912/2055920 swapFree=4192812/4192956
[pid=9658] ppid=9656 vsize=915328 CPUtime=0.42
/proc/9658/stat : 9658 (java) S 9656 9658 8872 0 -1 0 6204 0 1 0 37 5 0 0 16 0 8 0 156165164 937295872 5943 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9658/statm: 228832 5943 2135 14 0 215302 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 915328

[startup+1.33087 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 9692
/proc/meminfo: memFree=1594688/2055920 swapFree=4192812/4192956
[pid=9658] ppid=9656 vsize=915760 CPUtime=1.24
/proc/9658/stat : 9658 (java) R 9656 9658 8872 0 -1 0 15004 0 1 0 111 13 0 0 16 0 8 0 156165164 937738240 14742 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072926671 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9658/statm: 228940 14742 2529 14 0 215410 0
[pid=9658/tid=9682] ppid=9656 vsize=915760 CPUtime=0.04
/proc/9658/task/9682/stat : 9682 (java) S 9656 9658 8872 0 -1 64 454 0 0 0 4 0 0 0 17 0 8 0 156165169 937738240 14742 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9658/tid=9687] ppid=9656 vsize=915760 CPUtime=0
/proc/9658/task/9687/stat : 9687 (java) S 9656 9658 8872 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156165169 937738240 14742 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9658/tid=9688] ppid=9656 vsize=915760 CPUtime=0
/proc/9658/task/9688/stat : 9688 (java) S 9656 9658 8872 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156165169 937738240 14742 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9658/tid=9689] ppid=9656 vsize=915760 CPUtime=0
/proc/9658/task/9689/stat : 9689 (java) S 9656 9658 8872 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156165178 937738240 14742 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9658/tid=9690] ppid=9656 vsize=915760 CPUtime=0.25
/proc/9658/task/9690/stat : 9690 (java) S 9656 9658 8872 0 -1 64 473 0 0 0 24 1 0 0 16 0 8 0 156165178 937738240 14742 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9658/tid=9691] ppid=9656 vsize=915760 CPUtime=0
/proc/9658/task/9691/stat : 9691 (java) S 9656 9658 8872 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 156165178 937738240 14742 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9658/tid=9692] ppid=9656 vsize=915760 CPUtime=0
/proc/9658/task/9692/stat : 9692 (java) S 9656 9658 8872 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156165178 937738240 14742 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 915760

[startup+2.96803 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 9692
/proc/meminfo: memFree=1594496/2055920 swapFree=4192812/4192956
[pid=9658] ppid=9656 vsize=915760 CPUtime=2.87
/proc/9658/stat : 9658 (java) R 9656 9658 8872 0 -1 0 15007 0 1 0 274 13 0 0 19 0 8 0 156165164 937738240 14744 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479196 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9658/statm: 228940 14744 2529 14 0 215410 0
[pid=9658/tid=9682] ppid=9656 vsize=915760 CPUtime=0.04
/proc/9658/task/9682/stat : 9682 (java) S 9656 9658 8872 0 -1 64 454 0 0 0 4 0 0 0 17 0 8 0 156165169 937738240 14744 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9658/tid=9687] ppid=9656 vsize=915760 CPUtime=0
/proc/9658/task/9687/stat : 9687 (java) S 9656 9658 8872 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156165169 937738240 14744 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9658/tid=9688] ppid=9656 vsize=915760 CPUtime=0
/proc/9658/task/9688/stat : 9688 (java) S 9656 9658 8872 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156165169 937738240 14744 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9658/tid=9689] ppid=9656 vsize=915760 CPUtime=0
/proc/9658/task/9689/stat : 9689 (java) S 9656 9658 8872 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156165178 937738240 14744 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9658/tid=9690] ppid=9656 vsize=915760 CPUtime=0.25
/proc/9658/task/9690/stat : 9690 (java) S 9656 9658 8872 0 -1 64 475 0 0 0 24 1 0 0 16 0 8 0 156165178 937738240 14744 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9658/tid=9691] ppid=9656 vsize=915760 CPUtime=0
/proc/9658/task/9691/stat : 9691 (java) S 9656 9658 8872 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 156165178 937738240 14744 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9658/tid=9692] ppid=9656 vsize=915760 CPUtime=0
/proc/9658/task/9692/stat : 9692 (java) S 9656 9658 8872 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156165178 937738240 14744 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 915760

[startup+6.26637 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 9730
/proc/meminfo: memFree=1594296/2055920 swapFree=4192812/4192956
[pid=9658] ppid=9656 vsize=915760 CPUtime=6.15
/proc/9658/stat : 9658 (java) R 9656 9658 8872 0 -1 0 15012 0 1 0 602 13 0 0 17 0 8 0 156165164 937738240 14748 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073999731 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9658/statm: 228940 14748 2530 14 0 215410 0
[pid=9658/tid=9682] ppid=9656 vsize=915760 CPUtime=0.04
/proc/9658/task/9682/stat : 9682 (java) S 9656 9658 8872 0 -1 64 454 0 0 0 4 0 0 0 16 0 8 0 156165169 937738240 14748 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9658/tid=9687] ppid=9656 vsize=915760 CPUtime=0
/proc/9658/task/9687/stat : 9687 (java) S 9656 9658 8872 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156165169 937738240 14748 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9658/tid=9688] ppid=9656 vsize=915760 CPUtime=0
/proc/9658/task/9688/stat : 9688 (java) S 9656 9658 8872 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156165169 937738240 14748 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9658/tid=9689] ppid=9656 vsize=915760 CPUtime=0
/proc/9658/task/9689/stat : 9689 (java) S 9656 9658 8872 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156165178 937738240 14748 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9658/tid=9690] ppid=9656 vsize=915760 CPUtime=0.25
/proc/9658/task/9690/stat : 9690 (java) S 9656 9658 8872 0 -1 64 477 0 0 0 24 1 0 0 16 0 8 0 156165178 937738240 14748 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9658/tid=9691] ppid=9656 vsize=915760 CPUtime=0
/proc/9658/task/9691/stat : 9691 (java) S 9656 9658 8872 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 156165178 937738240 14748 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9658/tid=9692] ppid=9656 vsize=915760 CPUtime=0
/proc/9658/task/9692/stat : 9692 (java) S 9656 9658 8872 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156165178 937738240 14748 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 915760

[startup+12.734 s]
/proc/loadavg: 0.94 0.98 0.99 2/78 9740
/proc/meminfo: memFree=1594232/2055920 swapFree=4192812/4192956
[pid=9658] ppid=9656 vsize=915760 CPUtime=12.6
/proc/9658/stat : 9658 (java) R 9656 9658 8872 0 -1 0 15034 0 1 0 1247 13 0 0 18 0 8 0 156165164 937738240 14768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073996896 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9658/statm: 228940 14768 2533 14 0 215410 0
[pid=9658/tid=9682] ppid=9656 vsize=915760 CPUtime=0.04
/proc/9658/task/9682/stat : 9682 (java) S 9656 9658 8872 0 -1 64 455 0 0 0 4 0 0 0 16 0 8 0 156165169 937738240 14768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9658/tid=9687] ppid=9656 vsize=915760 CPUtime=0
/proc/9658/task/9687/stat : 9687 (java) S 9656 9658 8872 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156165169 937738240 14768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9658/tid=9688] ppid=9656 vsize=915760 CPUtime=0
/proc/9658/task/9688/stat : 9688 (java) S 9656 9658 8872 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156165169 937738240 14768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9658/tid=9689] ppid=9656 vsize=915760 CPUtime=0
/proc/9658/task/9689/stat : 9689 (java) S 9656 9658 8872 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156165178 937738240 14768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9658/tid=9690] ppid=9656 vsize=915760 CPUtime=0.28
/proc/9658/task/9690/stat : 9690 (java) S 9656 9658 8872 0 -1 64 494 0 0 0 27 1 0 0 16 0 8 0 156165178 937738240 14768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9658/tid=9691] ppid=9656 vsize=915760 CPUtime=0
/proc/9658/task/9691/stat : 9691 (java) S 9656 9658 8872 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 156165178 937738240 14768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9658/tid=9692] ppid=9656 vsize=915760 CPUtime=0
/proc/9658/task/9692/stat : 9692 (java) R 9656 9658 8872 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156165178 937738240 14768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 915760

[startup+25.5904 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 9774
/proc/meminfo: memFree=1594168/2055920 swapFree=4192812/4192956
[pid=9658] ppid=9656 vsize=915760 CPUtime=25.43
/proc/9658/stat : 9658 (java) R 9656 9658 8872 0 -1 0 15037 0 1 0 2530 13 0 0 20 0 8 0 156165164 937738240 14769 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479196 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9658/statm: 228940 14769 2533 14 0 215410 0
[pid=9658/tid=9682] ppid=9656 vsize=915760 CPUtime=0.04
/proc/9658/task/9682/stat : 9682 (java) S 9656 9658 8872 0 -1 64 455 0 0 0 4 0 0 0 16 0 8 0 156165169 937738240 14769 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9658/tid=9687] ppid=9656 vsize=915760 CPUtime=0
/proc/9658/task/9687/stat : 9687 (java) S 9656 9658 8872 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156165169 937738240 14769 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9658/tid=9688] ppid=9656 vsize=915760 CPUtime=0
/proc/9658/task/9688/stat : 9688 (java) S 9656 9658 8872 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156165169 937738240 14769 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9658/tid=9689] ppid=9656 vsize=915760 CPUtime=0
/proc/9658/task/9689/stat : 9689 (java) S 9656 9658 8872 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156165178 937738240 14769 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9658/tid=9690] ppid=9656 vsize=915760 CPUtime=0.28
/proc/9658/task/9690/stat : 9690 (java) S 9656 9658 8872 0 -1 64 495 0 0 0 27 1 0 0 16 0 8 0 156165178 937738240 14769 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9658/tid=9691] ppid=9656 vsize=915760 CPUtime=0
/proc/9658/task/9691/stat : 9691 (java) S 9656 9658 8872 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 156165178 937738240 14769 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9658/tid=9692] ppid=9656 vsize=915760 CPUtime=0
/proc/9658/task/9692/stat : 9692 (java) S 9656 9658 8872 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156165178 937738240 14769 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 915760

[startup+51.278 s]
/proc/loadavg: 0.96 0.98 0.99 3/78 9810
/proc/meminfo: memFree=1594424/2055920 swapFree=4192812/4192956
[pid=9658] ppid=9656 vsize=915760 CPUtime=51.1
/proc/9658/stat : 9658 (java) R 9656 9658 8872 0 -1 0 15042 0 1 0 5097 13 0 0 25 0 8 0 156165164 937738240 14772 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073998823 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9658/statm: 228940 14772 2533 14 0 215410 0
[pid=9658/tid=9682] ppid=9656 vsize=915760 CPUtime=0.04
/proc/9658/task/9682/stat : 9682 (java) S 9656 9658 8872 0 -1 64 455 0 0 0 4 0 0 0 16 0 8 0 156165169 937738240 14772 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9658/tid=9687] ppid=9656 vsize=915760 CPUtime=0
/proc/9658/task/9687/stat : 9687 (java) S 9656 9658 8872 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156165169 937738240 14772 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9658/tid=9688] ppid=9656 vsize=915760 CPUtime=0
/proc/9658/task/9688/stat : 9688 (java) S 9656 9658 8872 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156165169 937738240 14772 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9658/tid=9689] ppid=9656 vsize=915760 CPUtime=0
/proc/9658/task/9689/stat : 9689 (java) S 9656 9658 8872 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156165178 937738240 14772 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9658/tid=9690] ppid=9656 vsize=915760 CPUtime=0.29
/proc/9658/task/9690/stat : 9690 (java) S 9656 9658 8872 0 -1 64 498 0 0 0 28 1 0 0 16 0 8 0 156165178 937738240 14772 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9658/tid=9691] ppid=9656 vsize=915760 CPUtime=0
/proc/9658/task/9691/stat : 9691 (java) S 9656 9658 8872 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 156165178 937738240 14772 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9658/tid=9692] ppid=9656 vsize=915760 CPUtime=0
/proc/9658/task/9692/stat : 9692 (java) S 9656 9658 8872 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156165178 937738240 14772 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 915760

[startup+102.546 s]
/proc/loadavg: 0.98 0.98 0.99 2/72 9864
/proc/meminfo: memFree=1595448/2055920 swapFree=4192812/4192956
[pid=9658] ppid=9656 vsize=915760 CPUtime=102.33
/proc/9658/stat : 9658 (java) R 9656 9658 8872 0 -1 0 15043 0 1 0 10220 13 0 0 25 0 8 0 156165164 937738240 14772 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073998835 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9658/statm: 228940 14772 2533 14 0 215410 0
[pid=9658/tid=9682] ppid=9656 vsize=915760 CPUtime=0.04
/proc/9658/task/9682/stat : 9682 (java) S 9656 9658 8872 0 -1 64 455 0 0 0 4 0 0 0 16 0 8 0 156165169 937738240 14772 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9658/tid=9687] ppid=9656 vsize=915760 CPUtime=0
/proc/9658/task/9687/stat : 9687 (java) S 9656 9658 8872 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156165169 937738240 14772 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9658/tid=9688] ppid=9656 vsize=915760 CPUtime=0
/proc/9658/task/9688/stat : 9688 (java) S 9656 9658 8872 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156165169 937738240 14772 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9658/tid=9689] ppid=9656 vsize=915760 CPUtime=0
/proc/9658/task/9689/stat : 9689 (java) S 9656 9658 8872 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156165178 937738240 14772 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9658/tid=9690] ppid=9656 vsize=915760 CPUtime=0.29
/proc/9658/task/9690/stat : 9690 (java) S 9656 9658 8872 0 -1 64 498 0 0 0 28 1 0 0 16 0 8 0 156165178 937738240 14772 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9658/tid=9691] ppid=9656 vsize=915760 CPUtime=0
/proc/9658/task/9691/stat : 9691 (java) S 9656 9658 8872 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 156165178 937738240 14772 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9658/tid=9692] ppid=9656 vsize=915760 CPUtime=0
/proc/9658/task/9692/stat : 9692 (java) S 9656 9658 8872 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156165178 937738240 14772 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 915760

[startup+162.628 s]
/proc/loadavg: 0.99 0.98 0.99 2/72 9864
/proc/meminfo: memFree=1595448/2055920 swapFree=4192812/4192956
[pid=9658] ppid=9656 vsize=915760 CPUtime=162.4
/proc/9658/stat : 9658 (java) R 9656 9658 8872 0 -1 0 15046 0 1 0 16226 14 0 0 25 0 8 0 156165164 937738240 14774 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073787786 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1423.79
Current children cumulated vsize (KiB) 915760

[startup+1484.45 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 9866
/proc/meminfo: memFree=1595192/2055920 swapFree=4192812/4192956
[pid=9658] ppid=9656 vsize=915760 CPUtime=1483.85
/proc/9658/stat : 9658 (java) R 9656 9658 8872 0 -1 0 15050 0 1 0 148371 14 0 0 25 0 8 0 156165164 937738240 14776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073958059 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9658/statm: 228940 14776 2533 14 0 215410 0
[pid=9658/tid=9682] ppid=9656 vsize=915760 CPUtime=0.04
/proc/9658/task/9682/stat : 9682 (java) S 9656 9658 8872 0 -1 64 455 0 0 0 4 0 0 0 16 0 8 0 156165169 937738240 14776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9658/tid=9687] ppid=9656 vsize=915760 CPUtime=0
/proc/9658/task/9687/stat : 9687 (java) S 9656 9658 8872 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156165169 937738240 14776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9658/tid=9688] ppid=9656 vsize=915760 CPUtime=0
/proc/9658/task/9688/stat : 9688 (java) S 9656 9658 8872 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156165169 937738240 14776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9658/tid=9689] ppid=9656 vsize=915760 CPUtime=0
/proc/9658/task/9689/stat : 9689 (java) S 9656 9658 8872 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156165178 937738240 14776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9658/tid=9690] ppid=9656 vsize=915760 CPUtime=0.3
/proc/9658/task/9690/stat : 9690 (java) S 9656 9658 8872 0 -1 64 502 0 0 0 29 1 0 0 17 0 8 0 156165178 937738240 14776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9658/tid=9691] ppid=9656 vsize=915760 CPUtime=0
/proc/9658/task/9691/stat : 9691 (java) S 9656 9658 8872 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 156165178 937738240 14776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9658/tid=9692] ppid=9656 vsize=915760 CPUtime=0
/proc/9658/task/9692/stat : 9692 (java) S 9656 9658 8872 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156165178 937738240 14776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1483.85
Current children cumulated vsize (KiB) 915760

[startup+1544.53 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 9866
/proc/meminfo: memFree=1595192/2055920 swapFree=4192812/4192956
[pid=9658] ppid=9656 vsize=915760 CPUtime=1543.92
/proc/9658/stat : 9658 (java) R 9656 9658 8872 0 -1 0 15050 0 1 0 154378 14 0 0 25 0 8 0 156165164 937738240 14776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073996980 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9658/statm: 228940 14776 2533 14 0 215410 0
[pid=9658/tid=9682] ppid=9656 vsize=915760 CPUtime=0.04
/proc/9658/task/9682/stat : 9682 (java) S 9656 9658 8872 0 -1 64 455 0 0 0 4 0 0 0 16 0 8 0 156165169 937738240 14776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9658/tid=9687] ppid=9656 vsize=915760 CPUtime=0
/proc/9658/task/9687/stat : 9687 (java) S 9656 9658 8872 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156165169 937738240 14776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9658/tid=9688] ppid=9656 vsize=915760 CPUtime=0
/proc/9658/task/9688/stat : 9688 (java) S 9656 9658 8872 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156165169 937738240 14776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9658/tid=9689] ppid=9656 vsize=915760 CPUtime=0
/proc/9658/task/9689/stat : 9689 (java) S 9656 9658 8872 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156165178 937738240 14776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9658/tid=9690] ppid=9656 vsize=915760 CPUtime=0.3
/proc/9658/task/9690/stat : 9690 (java) S 9656 9658 8872 0 -1 64 502 0 0 0 29 1 0 0 17 0 8 0 156165178 937738240 14776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9658/tid=9691] ppid=9656 vsize=915760 CPUtime=0
/proc/9658/task/9691/stat : 9691 (java) S 9656 9658 8872 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 156165178 937738240 14776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9658/tid=9692] ppid=9656 vsize=915760 CPUtime=0
/proc/9658/task/9692/stat : 9692 (java) S 9656 9658 8872 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156165178 937738240 14776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1543.92
Current children cumulated vsize (KiB) 915760

[startup+1604.61 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 9866
/proc/meminfo: memFree=1595192/2055920 swapFree=4192812/4192956
[pid=9658] ppid=9656 vsize=915760 CPUtime=1603.99
/proc/9658/stat : 9658 (java) R 9656 9658 8872 0 -1 0 15050 0 1 0 160385 14 0 0 25 0 8 0 156165164 937738240 14776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073787779 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9658/statm: 228940 14776 2533 14 0 215410 0
[pid=9658/tid=9682] ppid=9656 vsize=915760 CPUtime=0.04
/proc/9658/task/9682/stat : 9682 (java) S 9656 9658 8872 0 -1 64 455 0 0 0 4 0 0 0 16 0 8 0 156165169 937738240 14776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9658/tid=9687] ppid=9656 vsize=915760 CPUtime=0
/proc/9658/task/9687/stat : 9687 (java) S 9656 9658 8872 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156165169 937738240 14776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9658/tid=9688] ppid=9656 vsize=915760 CPUtime=0
/proc/9658/task/9688/stat : 9688 (java) S 9656 9658 8872 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156165169 937738240 14776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9658/tid=9689] ppid=9656 vsize=915760 CPUtime=0
/proc/9658/task/9689/stat : 9689 (java) S 9656 9658 8872 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156165178 937738240 14776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9658/tid=9690] ppid=9656 vsize=915760 CPUtime=0.3
/proc/9658/task/9690/stat : 9690 (java) S 9656 9658 8872 0 -1 64 502 0 0 0 29 1 0 0 17 0 8 0 156165178 937738240 14776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9658/tid=9691] ppid=9656 vsize=915760 CPUtime=0
/proc/9658/task/9691/stat : 9691 (java) S 9656 9658 8872 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 156165178 937738240 14776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9658/tid=9692] ppid=9656 vsize=915760 CPUtime=0
/proc/9658/task/9692/stat : 9692 (java) S 9656 9658 8872 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156165178 937738240 14776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1603.99
Current children cumulated vsize (KiB) 915760

[startup+1664.69 s]
/proc/loadavg: 1.03 1.01 1.00 2/72 9866
/proc/meminfo: memFree=1595192/2055920 swapFree=4192812/4192956
[pid=9658] ppid=9656 vsize=915760 CPUtime=1664.05
/proc/9658/stat : 9658 (java) R 9656 9658 8872 0 -1 0 15050 0 1 0 166391 14 0 0 25 0 8 0 156165164 937738240 14776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073999696 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9658/statm: 228940 14776 2533 14 0 215410 0
[pid=9658/tid=9682] ppid=9656 vsize=915760 CPUtime=0.04
/proc/9658/task/9682/stat : 9682 (java) S 9656 9658 8872 0 -1 64 455 0 0 0 4 0 0 0 16 0 8 0 156165169 937738240 14776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9658/tid=9687] ppid=9656 vsize=915760 CPUtime=0
/proc/9658/task/9687/stat : 9687 (java) S 9656 9658 8872 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156165169 937738240 14776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9658/tid=9688] ppid=9656 vsize=915760 CPUtime=0
/proc/9658/task/9688/stat : 9688 (java) S 9656 9658 8872 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156165169 937738240 14776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9658/tid=9689] ppid=9656 vsize=915760 CPUtime=0
/proc/9658/task/9689/stat : 9689 (java) S 9656 9658 8872 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156165178 937738240 14776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9658/tid=9690] ppid=9656 vsize=915760 CPUtime=0.3
/proc/9658/task/9690/stat : 9690 (java) S 9656 9658 8872 0 -1 64 502 0 0 0 29 1 0 0 17 0 8 0 156165178 937738240 14776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9658/tid=9691] ppid=9656 vsize=915760 CPUtime=0
/proc/9658/task/9691/stat : 9691 (java) S 9656 9658 8872 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 156165178 937738240 14776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9658/tid=9692] ppid=9656 vsize=915760 CPUtime=0
/proc/9658/task/9692/stat : 9692 (java) S 9656 9658 8872 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156165178 937738240 14776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1664.05
Current children cumulated vsize (KiB) 915760

[startup+1724.77 s]
/proc/loadavg: 1.01 1.01 1.00 2/72 9866
/proc/meminfo: memFree=1595192/2055920 swapFree=4192812/4192956
[pid=9658] ppid=9656 vsize=915760 CPUtime=1724.11
/proc/9658/stat : 9658 (java) R 9656 9658 8872 0 -1 0 15050 0 1 0 172397 14 0 0 25 0 8 0 156165164 937738240 14776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073957984 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9658/statm: 228940 14776 2533 14 0 215410 0
[pid=9658/tid=9682] ppid=9656 vsize=915760 CPUtime=0.04
/proc/9658/task/9682/stat : 9682 (java) S 9656 9658 8872 0 -1 64 455 0 0 0 4 0 0 0 16 0 8 0 156165169 937738240 14776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9658/tid=9687] ppid=9656 vsize=915760 CPUtime=0
/proc/9658/task/9687/stat : 9687 (java) S 9656 9658 8872 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156165169 937738240 14776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9658/tid=9688] ppid=9656 vsize=915760 CPUtime=0
/proc/9658/task/9688/stat : 9688 (java) S 9656 9658 8872 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156165169 937738240 14776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9658/tid=9689] ppid=9656 vsize=915760 CPUtime=0
/proc/9658/task/9689/stat : 9689 (java) S 9656 9658 8872 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156165178 937738240 14776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9658/tid=9690] ppid=9656 vsize=915760 CPUtime=0.3
/proc/9658/task/9690/stat : 9690 (java) S 9656 9658 8872 0 -1 64 502 0 0 0 29 1 0 0 17 0 8 0 156165178 937738240 14776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9658/tid=9691] ppid=9656 vsize=915760 CPUtime=0
/proc/9658/task/9691/stat : 9691 (java) S 9656 9658 8872 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 156165178 937738240 14776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9658/tid=9692] ppid=9656 vsize=915760 CPUtime=0
/proc/9658/task/9692/stat : 9692 (java) S 9656 9658 8872 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156165178 937738240 14776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1724.11
Current children cumulated vsize (KiB) 915760

[startup+1784.86 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 9866
/proc/meminfo: memFree=1595192/2055920 swapFree=4192812/4192956
[pid=9658] ppid=9656 vsize=915760 CPUtime=1784.18
/proc/9658/stat : 9658 (java) R 9656 9658 8872 0 -1 0 15050 0 1 0 178404 14 0 0 25 0 8 0 156165164 937738240 14776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073999696 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9658/statm: 228940 14776 2533 14 0 215410 0
[pid=9658/tid=9682] ppid=9656 vsize=915760 CPUtime=0.04
/proc/9658/task/9682/stat : 9682 (java) S 9656 9658 8872 0 -1 64 455 0 0 0 4 0 0 0 16 0 8 0 156165169 937738240 14776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9658/tid=9687] ppid=9656 vsize=915760 CPUtime=0
/proc/9658/task/9687/stat : 9687 (java) S 9656 9658 8872 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156165169 937738240 14776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9658/tid=9688] ppid=9656 vsize=915760 CPUtime=0
/proc/9658/task/9688/stat : 9688 (java) S 9656 9658 8872 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156165169 937738240 14776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9658/tid=9689] ppid=9656 vsize=915760 CPUtime=0
/proc/9658/task/9689/stat : 9689 (java) S 9656 9658 8872 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156165178 937738240 14776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9658/tid=9690] ppid=9656 vsize=915760 CPUtime=0.3
/proc/9658/task/9690/stat : 9690 (java) S 9656 9658 8872 0 -1 64 502 0 0 0 29 1 0 0 17 0 8 0 156165178 937738240 14776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9658/tid=9691] ppid=9656 vsize=915760 CPUtime=0
/proc/9658/task/9691/stat : 9691 (java) S 9656 9658 8872 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 156165178 937738240 14776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9658/tid=9692] ppid=9656 vsize=915760 CPUtime=0
/proc/9658/task/9692/stat : 9692 (java) S 9656 9658 8872 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156165178 937738240 14776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1784.18
Current children cumulated vsize (KiB) 915760



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.77 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 9866
/proc/meminfo: memFree=1595192/2055920 swapFree=4192812/4192956
[pid=9658] ppid=9656 vsize=915760 CPUtime=1800.09
/proc/9658/stat : 9658 (java) R 9656 9658 8872 0 -1 0 15050 0 1 0 179995 14 0 0 25 0 8 0 156165164 937738240 14776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073999757 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9658/statm: 228940 14776 2533 14 0 215410 0
[pid=9658/tid=9682] ppid=9656 vsize=915760 CPUtime=0.04
/proc/9658/task/9682/stat : 9682 (java) S 9656 9658 8872 0 -1 64 455 0 0 0 4 0 0 0 16 0 8 0 156165169 937738240 14776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9658/tid=9687] ppid=9656 vsize=915760 CPUtime=0
/proc/9658/task/9687/stat : 9687 (java) S 9656 9658 8872 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156165169 937738240 14776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9658/tid=9688] ppid=9656 vsize=915760 CPUtime=0
/proc/9658/task/9688/stat : 9688 (java) S 9656 9658 8872 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156165169 937738240 14776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9658/tid=9689] ppid=9656 vsize=915760 CPUtime=0
/proc/9658/task/9689/stat : 9689 (java) S 9656 9658 8872 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156165178 937738240 14776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9658/tid=9690] ppid=9656 vsize=915760 CPUtime=0.3
/proc/9658/task/9690/stat : 9690 (java) S 9656 9658 8872 0 -1 64 502 0 0 0 29 1 0 0 17 0 8 0 156165178 937738240 14776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9658/tid=9691] ppid=9656 vsize=915760 CPUtime=0
/proc/9658/task/9691/stat : 9691 (java) S 9656 9658 8872 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 156165178 937738240 14776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9658/tid=9692] ppid=9656 vsize=915760 CPUtime=0
/proc/9658/task/9692/stat : 9692 (java) S 9656 9658 8872 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156165178 937738240 14776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 915760

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

Child status: 143
Real time (s): 1800.8
CPU time (s): 1800.12
CPU user time (s): 1799.97
CPU system time (s): 0.151976
CPU usage (%): 99.9623
Max. virtual memory (cumulated for all children) (KiB): 915760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.97
system time used= 0.151976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15067
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= 37540
involuntary context switches= 3491

runsolver used 1.69274 s user time and 4.69229 s system time

The end

Launcher Data (download as text)

Begin job on node44 on Sat Jan  6 10:01:01 UTC 2007


IDJOB= 214223
IDBENCH= 4908
FILE ID= node44/214223-1168077660

PBS_JOBID= 3475971

Free space on /tmp= 66539 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/routing/s4-4-3-3.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/214223-1168077660/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node44/watcher-214223-1168077660 -o ROOT/results/node44/solver-214223-1168077660 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/214223-1168077660/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  34fb632723a9a9ab757f7ad92339cd22

RANDOM SEED= 3760428

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.213
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.213
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:       1645392 kB
Buffers:         20684 kB
Cached:         306056 kB
SwapCached:          0 kB
Active:          60328 kB
Inactive:       282160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1645392 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1984 kB
Writeback:           0 kB
Mapped:          25964 kB
Slab:            54088 kB
Committed_AS:  2893844 kB
PageTables:       1396 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= 66539 MiB



End job on node44 on Sat Jan  6 10:31:02 UTC 2007