Trace number 234112

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.11 1800.61

General information on the benchmark

Nametaillard/
js-taillard-15/js-taillard-15-95-1.xml
MD5SUM31b3c509c448592512c12399cf7cf78e
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark31.5292
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables225
Number of constraints1785
Maximum constraint arity2
Maximum domain size1200
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1785
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/234112-1168081448/unknown.xml
0.37	   
0.37	   domains being loaded...
0.41	   
0.41	   variables being loaded...
0.48	     nbVariables=225  nbDomainTypes=225  minDomainSize=1102  maxDomainSize=1200
0.48	       =>  wckTime=0.171  cpuTime=0.14  mem=13M740
0.48	   
0.48	   predicates being loaded...
0.49	   
0.49	   constraints being loaded...
4.65	   
4.65	   INFO : Stopping converting binary constraints (cpu=4.26, mem = 30M581)
4.96	     nbConstraints=1785  nbConvertedConstraints=12  nbConvertConstraintsChecks=15382438  nbExtensionStructures=12
4.96	     nbSharedExtensionStructures=0  nbConflictsStructures=12  nbSharedConflictsStructures=0
4.96	     nbSharedBinaryRepresentations=2396  nbEvaluationManagers=1773  nbSharedEvaluationManagers=0  maxDegree=16
4.96	     maxArity=2
4.96	       =>  wckTime=4.644  cpuTime=4.45  mem=43M259
5.05	   
5.05	   solver IterativeSystematicSolver being built... 
5.27	       =>  wckTime=4.96  cpuTime=4.63  mem=54M355
53.47	   
53.47	   preprocessing
53.47	     nbConstraintChecks=192597459  nbValidityChecks=4325461  nbPropagations=532  nbRevisions=9635
53.47	     nbUselessRevisions=8844  nbRemovedValues=158984  detectedInconsistency=no
53.47	       =>  wckTime=48.185  cpuTime=48.15  mem=54M355
72.09	   
72.09	   search
72.09	     run=0  nbConstraintChecks=53947399  nbValidityChecks=19607610  nbPropagations=6676  nbRevisions=112750
72.09	     nbUselessRevisions=92754  nbAssignments=150  nbFailedAssignments=103  nbBacktracks=11  nbVisitedNodes=261
72.09	     nbRestartNogoods=0  mapSize=9  nbInferences=0  nbTooLargeKeys=0
72.09	       =>  wckTime=66.803  cpuTime=66.73  mem=56M886
88.71	   
88.71	   search
88.71	     run=1  nbConstraintChecks=99932268  nbValidityChecks=53776453  nbPropagations=23531  nbRevisions=378466
88.71	     nbUselessRevisions=310462  nbAssignments=717  nbFailedAssignments=630  nbBacktracks=26  nbVisitedNodes=1366
88.71	     nbRestartNogoods=18  mapSize=23  nbInferences=0  nbTooLargeKeys=0
88.71	       =>  wckTime=83.426  cpuTime=83.34  mem=57M858
103.84	   
103.84	   search
103.84	     run=2  nbConstraintChecks=140757767  nbValidityChecks=99288928  nbPropagations=53867  nbRevisions=828754
103.84	     nbUselessRevisions=686305  nbAssignments=961  nbFailedAssignments=828  nbBacktracks=49  nbVisitedNodes=1830
103.84	     nbRestartNogoods=28  mapSize=46  nbInferences=0  nbTooLargeKeys=0
103.84	       =>  wckTime=98.552  cpuTime=98.46  mem=58M829
120.83	   
120.83	   search
120.83	     run=3  nbConstraintChecks=191439743  nbValidityChecks=125124446  nbPropagations=93774  nbRevisions=1409459
120.83	     nbUselessRevisions=1167136  nbAssignments=1528  nbFailedAssignments=1329  nbBacktracks=82  nbVisitedNodes=2931
120.83	     nbRestartNogoods=30  mapSize=79  nbInferences=0  nbTooLargeKeys=0
120.83	       =>  wckTime=115.544  cpuTime=115.44  mem=60M630
320.90	   
320.90	   search
320.90	     run=4  nbConstraintChecks=848865492  nbValidityChecks=420912817  nbPropagations=209641  nbRevisions=3306578
320.90	     nbUselessRevisions=2759606  nbAssignments=2965  nbFailedAssignments=2702  nbBacktracks=132  nbVisitedNodes=5790
320.90	     nbRestartNogoods=249  mapSize=128  nbInferences=0  nbTooLargeKeys=0
320.90	       =>  wckTime=315.614  cpuTime=315.4  mem=41M450
375.48	   
375.48	   search
375.48	     run=5  nbConstraintChecks=1026708811  nbValidityChecks=526772434  nbPropagations=353388  nbRevisions=5606404
375.48	     nbUselessRevisions=4698047  nbAssignments=4345  nbFailedAssignments=3992  nbBacktracks=208  nbVisitedNodes=8531
375.48	     nbRestartNogoods=345  mapSize=202  nbInferences=0  nbTooLargeKeys=0
375.48	       =>  wckTime=370.193  cpuTime=369.96  mem=44M225
611.54	   
611.54	   search
611.54	     run=6  nbConstraintChecks=1799184312  nbValidityChecks=854539545  nbPropagations=579217  nbRevisions=9408189
611.54	     nbUselessRevisions=7870856  nbAssignments=5572  nbFailedAssignments=5091  nbBacktracks=321  nbVisitedNodes=10929
611.54	     nbRestartNogoods=411  mapSize=294  nbInferences=0  nbTooLargeKeys=0
611.54	       =>  wckTime=606.258  cpuTime=605.97  mem=48M190
788.74	   
788.74	   search
788.74	     run=7  nbConstraintChecks=2373650199  nbValidityChecks=1123091892  nbPropagations=872282  nbRevisions=14394506
788.74	     nbUselessRevisions=12057455  nbAssignments=6127  nbFailedAssignments=5460  nbBacktracks=492  nbVisitedNodes=12017
788.74	     nbRestartNogoods=503  mapSize=461  nbInferences=0  nbTooLargeKeys=0
788.74	       =>  wckTime=783.449  cpuTime=783.11  mem=54M768
1033.26	   
1033.26	   search
1033.26	     run=8  nbConstraintChecks=3140823531  nbValidityChecks=1516729443  nbPropagations=1259650  nbRevisions=21063111
1033.26	     nbUselessRevisions=17667864  nbAssignments=7296  nbFailedAssignments=6358  nbBacktracks=748  nbVisitedNodes=14326
1033.26	     nbRestartNogoods=544  mapSize=712  nbInferences=0  nbTooLargeKeys=0
1033.26	       =>  wckTime=1027.97  cpuTime=1027.57  mem=62M371
1354.65	   
1354.65	   INFO : Stopping hyperNogood (mapSize=1008, nbTooLargekeys=0, mem=72M47)
1450.69	   
1450.69	   search
1450.69	     run=9  nbConstraintChecks=4241252684  nbValidityChecks=2663707804  nbPropagations=1980724  nbRevisions=33197607
1450.69	     nbUselessRevisions=27658321  nbAssignments=21848  nbFailedAssignments=20512  nbBacktracks=1132
1450.69	     nbVisitedNodes=43401  nbRestartNogoods=571
1450.69	       =>  wckTime=1445.4  cpuTime=1444.89  mem=72M47

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/node56/watcher-234112-1168081448 -o ROOT/results/node56/solver-234112-1168081448 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/234112-1168081448/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.42 0.74 0.64 4/80 9364
/proc/meminfo: memFree=1599600/2055920 swapFree=4184772/4192956
[pid=9363] ppid=9361 vsize=1784 CPUtime=0
/proc/9363/stat : 9363 (java) R 9361 9363 8776 0 -1 0 169 0 0 0 0 0 0 0 19 0 1 0 156543243 1826816 140 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/9363/statm: 446 140 106 14 0 91 0

[startup+0.104854 s]
/proc/loadavg: 1.42 0.74 0.64 4/80 9364
/proc/meminfo: memFree=1599600/2055920 swapFree=4184772/4192956
[pid=9363] ppid=9361 vsize=914988 CPUtime=0.09
/proc/9363/stat : 9363 (java) R 9361 9363 8776 0 -1 0 2998 0 1 0 8 1 0 0 20 0 8 0 156543243 936947712 2744 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9363/statm: 228747 2744 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.512893 s]
/proc/loadavg: 1.42 0.74 0.64 4/80 9364
/proc/meminfo: memFree=1599600/2055920 swapFree=4184772/4192956
[pid=9363] ppid=9361 vsize=915328 CPUtime=0.5
/proc/9363/stat : 9363 (java) R 9361 9363 8776 0 -1 0 7873 0 1 0 45 5 0 0 19 0 8 0 156543243 937295872 7612 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072926667 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9363/statm: 228832 7612 2145 14 0 215302 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915328

[startup+1.33397 s]
/proc/loadavg: 1.42 0.74 0.64 3/87 9371
/proc/meminfo: memFree=1565816/2055920 swapFree=4184772/4192956
[pid=9363] ppid=9361 vsize=915632 CPUtime=1.31
/proc/9363/stat : 9363 (java) R 9361 9363 8776 0 -1 0 10810 0 1 0 125 6 0 0 25 0 8 0 156543243 937607168 10548 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073782706 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9363/statm: 228908 10548 2167 14 0 215378 0
[pid=9363/tid=9365] ppid=9361 vsize=915632 CPUtime=0
/proc/9363/task/9365/stat : 9365 (java) S 9361 9363 8776 0 -1 64 7 0 0 0 0 0 0 0 17 0 8 0 156543247 937607168 10548 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9366] ppid=9361 vsize=915632 CPUtime=0
/proc/9363/task/9366/stat : 9366 (java) S 9361 9363 8776 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 156543247 937607168 10548 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9367] ppid=9361 vsize=915632 CPUtime=0
/proc/9363/task/9367/stat : 9367 (java) S 9361 9363 8776 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 156543247 937607168 10548 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9368] ppid=9361 vsize=915632 CPUtime=0
/proc/9363/task/9368/stat : 9368 (java) S 9361 9363 8776 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156543251 937607168 10548 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9369] ppid=9361 vsize=915632 CPUtime=0.15
/proc/9363/task/9369/stat : 9369 (java) S 9361 9363 8776 0 -1 64 410 0 0 0 14 1 0 0 15 0 8 0 156543251 937607168 10548 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9370] ppid=9361 vsize=915632 CPUtime=0
/proc/9363/task/9370/stat : 9370 (java) S 9361 9363 8776 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156543251 937607168 10548 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9371] ppid=9361 vsize=915632 CPUtime=0
/proc/9363/task/9371/stat : 9371 (java) S 9361 9363 8776 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156543251 937607168 10548 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915632

[startup+2.97113 s]
/proc/loadavg: 1.42 0.74 0.64 3/87 9371
/proc/meminfo: memFree=1564344/2055920 swapFree=4184772/4192956
[pid=9363] ppid=9361 vsize=915632 CPUtime=2.94
/proc/9363/stat : 9363 (java) R 9361 9363 8776 0 -1 0 11442 0 1 0 288 6 0 0 25 0 8 0 156543243 937607168 11179 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073783856 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9363/statm: 228908 11179 2167 14 0 215378 0
[pid=9363/tid=9365] ppid=9361 vsize=915632 CPUtime=0
/proc/9363/task/9365/stat : 9365 (java) S 9361 9363 8776 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 156543247 937607168 11179 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9366] ppid=9361 vsize=915632 CPUtime=0
/proc/9363/task/9366/stat : 9366 (java) S 9361 9363 8776 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 156543247 937607168 11179 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9367] ppid=9361 vsize=915632 CPUtime=0
/proc/9363/task/9367/stat : 9367 (java) S 9361 9363 8776 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 156543247 937607168 11179 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9368] ppid=9361 vsize=915632 CPUtime=0
/proc/9363/task/9368/stat : 9368 (java) S 9361 9363 8776 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156543251 937607168 11179 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9369] ppid=9361 vsize=915632 CPUtime=0.15
/proc/9363/task/9369/stat : 9369 (java) S 9361 9363 8776 0 -1 64 411 0 0 0 14 1 0 0 16 0 8 0 156543251 937607168 11179 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9370] ppid=9361 vsize=915632 CPUtime=0
/proc/9363/task/9370/stat : 9370 (java) S 9361 9363 8776 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156543251 937607168 11179 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9371] ppid=9361 vsize=915632 CPUtime=0
/proc/9363/task/9371/stat : 9371 (java) S 9361 9363 8776 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156543251 937607168 11179 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915632

[startup+6.17144 s]
/proc/loadavg: 1.47 0.76 0.65 3/87 9371
/proc/meminfo: memFree=1534904/2055920 swapFree=4184772/4192956
[pid=9363] ppid=9361 vsize=915736 CPUtime=6.13
/proc/9363/stat : 9363 (java) R 9361 9363 8776 0 -1 0 18864 0 1 0 602 11 0 0 25 0 8 0 156543243 937713664 18599 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073785131 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9363/statm: 228934 18599 2529 14 0 215404 0
[pid=9363/tid=9365] ppid=9361 vsize=915736 CPUtime=0.07
/proc/9363/task/9365/stat : 9365 (java) S 9361 9363 8776 0 -1 64 3192 0 0 0 7 0 0 0 17 0 8 0 156543247 937713664 18599 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9366] ppid=9361 vsize=915736 CPUtime=0
/proc/9363/task/9366/stat : 9366 (java) S 9361 9363 8776 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156543247 937713664 18599 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9367] ppid=9361 vsize=915736 CPUtime=0
/proc/9363/task/9367/stat : 9367 (java) S 9361 9363 8776 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156543247 937713664 18599 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9368] ppid=9361 vsize=915736 CPUtime=0
/proc/9363/task/9368/stat : 9368 (java) S 9361 9363 8776 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156543251 937713664 18599 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9369] ppid=9361 vsize=915736 CPUtime=0.26
/proc/9363/task/9369/stat : 9369 (java) S 9361 9363 8776 0 -1 64 476 0 0 0 25 1 0 0 15 0 8 0 156543251 937713664 18599 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9370] ppid=9361 vsize=915736 CPUtime=0
/proc/9363/task/9370/stat : 9370 (java) S 9361 9363 8776 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156543251 937713664 18599 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9371] ppid=9361 vsize=915736 CPUtime=0
/proc/9363/task/9371/stat : 9371 (java) S 9361 9363 8776 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156543251 937713664 18599 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 915736

[startup+12.5929 s]
/proc/loadavg: 1.55 0.80 0.66 3/87 9371
/proc/meminfo: memFree=1534904/2055920 swapFree=4184772/4192956
[pid=9363] ppid=9361 vsize=915736 CPUtime=12.55
/proc/9363/stat : 9363 (java) R 9361 9363 8776 0 -1 0 18870 0 1 0 1244 11 0 0 25 0 8 0 156543243 937713664 18602 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073782694 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9363/statm: 228934 18602 2529 14 0 215404 0
[pid=9363/tid=9365] ppid=9361 vsize=915736 CPUtime=0.07
/proc/9363/task/9365/stat : 9365 (java) S 9361 9363 8776 0 -1 64 3192 0 0 0 7 0 0 0 17 0 8 0 156543247 937713664 18602 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9366] ppid=9361 vsize=915736 CPUtime=0
/proc/9363/task/9366/stat : 9366 (java) S 9361 9363 8776 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156543247 937713664 18602 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9367] ppid=9361 vsize=915736 CPUtime=0
/proc/9363/task/9367/stat : 9367 (java) S 9361 9363 8776 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156543247 937713664 18602 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9368] ppid=9361 vsize=915736 CPUtime=0
/proc/9363/task/9368/stat : 9368 (java) S 9361 9363 8776 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156543251 937713664 18602 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9369] ppid=9361 vsize=915736 CPUtime=0.27
/proc/9363/task/9369/stat : 9369 (java) S 9361 9363 8776 0 -1 64 482 0 0 0 26 1 0 0 16 0 8 0 156543251 937713664 18602 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9370] ppid=9361 vsize=915736 CPUtime=0
/proc/9363/task/9370/stat : 9370 (java) S 9361 9363 8776 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156543251 937713664 18602 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9371] ppid=9361 vsize=915736 CPUtime=0
/proc/9363/task/9371/stat : 9371 (java) S 9361 9363 8776 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156543251 937713664 18602 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 915736

[startup+25.4481 s]
/proc/loadavg: 1.62 0.84 0.68 3/87 9371
/proc/meminfo: memFree=1534840/2055920 swapFree=4184772/4192956
[pid=9363] ppid=9361 vsize=915736 CPUtime=25.4
/proc/9363/stat : 9363 (java) R 9361 9363 8776 0 -1 0 18877 0 1 0 2529 11 0 0 25 0 8 0 156543243 937713664 18606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073783941 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9363/statm: 228934 18606 2529 14 0 215404 0
[pid=9363/tid=9365] ppid=9361 vsize=915736 CPUtime=0.07
/proc/9363/task/9365/stat : 9365 (java) S 9361 9363 8776 0 -1 64 3192 0 0 0 7 0 0 0 16 0 8 0 156543247 937713664 18606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9366] ppid=9361 vsize=915736 CPUtime=0
/proc/9363/task/9366/stat : 9366 (java) S 9361 9363 8776 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156543247 937713664 18606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9367] ppid=9361 vsize=915736 CPUtime=0
/proc/9363/task/9367/stat : 9367 (java) S 9361 9363 8776 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156543247 937713664 18606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9368] ppid=9361 vsize=915736 CPUtime=0
/proc/9363/task/9368/stat : 9368 (java) S 9361 9363 8776 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156543251 937713664 18606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9369] ppid=9361 vsize=915736 CPUtime=0.27
/proc/9363/task/9369/stat : 9369 (java) S 9361 9363 8776 0 -1 64 488 0 0 0 26 1 0 0 16 0 8 0 156543251 937713664 18606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9370] ppid=9361 vsize=915736 CPUtime=0
/proc/9363/task/9370/stat : 9370 (java) S 9361 9363 8776 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156543251 937713664 18606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9371] ppid=9361 vsize=915736 CPUtime=0
/proc/9363/task/9371/stat : 9371 (java) S 9361 9363 8776 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156543251 937713664 18606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 915736

[startup+51.1406 s]
/proc/loadavg: 1.75 0.93 0.71 3/87 9371
/proc/meminfo: memFree=1534904/2055920 swapFree=4184772/4192956
[pid=9363] ppid=9361 vsize=915736 CPUtime=51.08
/proc/9363/stat : 9363 (java) R 9361 9363 8776 0 -1 0 18877 0 1 0 5097 11 0 0 25 0 8 0 156543243 937713664 18606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073782819 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9363/statm: 228934 18606 2529 14 0 215404 0
[pid=9363/tid=9365] ppid=9361 vsize=915736 CPUtime=0.07
/proc/9363/task/9365/stat : 9365 (java) S 9361 9363 8776 0 -1 64 3192 0 0 0 7 0 0 0 16 0 8 0 156543247 937713664 18606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9366] ppid=9361 vsize=915736 CPUtime=0
/proc/9363/task/9366/stat : 9366 (java) S 9361 9363 8776 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156543247 937713664 18606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9367] ppid=9361 vsize=915736 CPUtime=0
/proc/9363/task/9367/stat : 9367 (java) S 9361 9363 8776 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156543247 937713664 18606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9368] ppid=9361 vsize=915736 CPUtime=0
/proc/9363/task/9368/stat : 9368 (java) S 9361 9363 8776 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156543251 937713664 18606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9369] ppid=9361 vsize=915736 CPUtime=0.27
/proc/9363/task/9369/stat : 9369 (java) S 9361 9363 8776 0 -1 64 488 0 0 0 26 1 0 0 16 0 8 0 156543251 937713664 18606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9370] ppid=9361 vsize=915736 CPUtime=0
/proc/9363/task/9370/stat : 9370 (java) S 9361 9363 8776 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156543251 937713664 18606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9371] ppid=9361 vsize=915736 CPUtime=0
/proc/9363/task/9371/stat : 9371 (java) S 9361 9363 8776 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156543251 937713664 18606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 915736

[startup+102.416 s]
/proc/loadavg: 1.94 1.11 0.78 3/87 9371
/proc/meminfo: memFree=1532280/2055920 swapFree=4184772/4192956
[pid=9363] ppid=9361 vsize=915736 CPUtime=102.34
/proc/9363/stat : 9363 (java) R 9361 9363 8776 0 -1 0 19594 0 1 0 10222 12 0 0 25 0 8 0 156543243 937713664 19309 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074025551 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9363/statm: 228934 19309 2534 14 0 215404 0
[pid=9363/tid=9365] ppid=9361 vsize=915736 CPUtime=0.07
/proc/9363/task/9365/stat : 9365 (java) S 9361 9363 8776 0 -1 64 3193 0 0 0 7 0 0 0 16 0 8 0 156543247 937713664 19309 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9366] ppid=9361 vsize=915736 CPUtime=0
/proc/9363/task/9366/stat : 9366 (java) S 9361 9363 8776 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156543247 937713664 19309 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9367] ppid=9361 vsize=915736 CPUtime=0
/proc/9363/task/9367/stat : 9367 (java) S 9361 9363 8776 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156543247 937713664 19309 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9368] ppid=9361 vsize=915736 CPUtime=0
/proc/9363/task/9368/stat : 9368 (java) S 9361 9363 8776 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156543251 937713664 19309 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9369] ppid=9361 vsize=915736 CPUtime=0.3
/proc/9363/task/9369/stat : 9369 (java) S 9361 9363 8776 0 -1 64 511 0 0 0 29 1 0 0 16 0 8 0 156543251 937713664 19309 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9370] ppid=9361 vsize=915736 CPUtime=0
/proc/9363/task/9370/stat : 9370 (java) S 9361 9363 8776 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156543251 937713664 19309 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9371] ppid=9361 vsize=915736 CPUtime=0
/proc/9363/task/9371/stat : 9371 (java) S 9361 9363 8776 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156543251 937713664 19309 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.34
Current children cumulated vsize (KiB) 915736

[startup+162.43 s]
/proc/loadavg: 1.98 1.27 0.85 3/87 9371
/proc/meminfo: memFree=1529656/2055920 swapFree=4184772/4192956
[pid=9363] ppid=9361 vsize=915736 CPUtime=162.34
/proc/9363/stat : 9363 (java) R 9361 9363 8776 0 -1 0 20249 0 1 0 16221 13 0 0 25 0 8 0 156543243 937713664 19955 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073784596 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 915736

[startup+1482.74 s]
/proc/loadavg: 2.01 1.99 1.70 3/87 9373
/proc/meminfo: memFree=1502840/2055920 swapFree=4184772/4192956
[pid=9363] ppid=9361 vsize=915736 CPUtime=1482.32
/proc/9363/stat : 9363 (java) R 9361 9363 8776 0 -1 0 26859 0 1 0 148213 19 0 0 25 0 8 0 156543243 937713664 26559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918523 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9363/statm: 228934 26559 2538 14 0 215404 0
[pid=9363/tid=9365] ppid=9361 vsize=915736 CPUtime=0.13
/proc/9363/task/9365/stat : 9365 (java) S 9361 9363 8776 0 -1 64 9688 0 0 0 10 3 0 0 16 0 8 0 156543247 937713664 26559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9366] ppid=9361 vsize=915736 CPUtime=0
/proc/9363/task/9366/stat : 9366 (java) S 9361 9363 8776 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156543247 937713664 26559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9367] ppid=9361 vsize=915736 CPUtime=0
/proc/9363/task/9367/stat : 9367 (java) S 9361 9363 8776 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156543247 937713664 26559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9368] ppid=9361 vsize=915736 CPUtime=0
/proc/9363/task/9368/stat : 9368 (java) S 9361 9363 8776 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156543251 937713664 26559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9369] ppid=9361 vsize=915736 CPUtime=0.34
/proc/9363/task/9369/stat : 9369 (java) S 9361 9363 8776 0 -1 64 534 0 0 0 33 1 0 0 16 0 8 0 156543251 937713664 26559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9370] ppid=9361 vsize=915736 CPUtime=0
/proc/9363/task/9370/stat : 9370 (java) S 9361 9363 8776 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156543251 937713664 26559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9371] ppid=9361 vsize=915736 CPUtime=0
/proc/9363/task/9371/stat : 9371 (java) S 9361 9363 8776 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156543251 937713664 26559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 915736

[startup+1542.75 s]
/proc/loadavg: 2.00 1.99 1.72 3/87 9373
/proc/meminfo: memFree=1502840/2055920 swapFree=4184772/4192956
[pid=9363] ppid=9361 vsize=915736 CPUtime=1542.31
/proc/9363/stat : 9363 (java) R 9361 9363 8776 0 -1 0 26859 0 1 0 154212 19 0 0 25 0 8 0 156543243 937713664 26559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074024694 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9363/statm: 228934 26559 2538 14 0 215404 0
[pid=9363/tid=9365] ppid=9361 vsize=915736 CPUtime=0.13
/proc/9363/task/9365/stat : 9365 (java) S 9361 9363 8776 0 -1 64 9688 0 0 0 10 3 0 0 16 0 8 0 156543247 937713664 26559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9366] ppid=9361 vsize=915736 CPUtime=0
/proc/9363/task/9366/stat : 9366 (java) S 9361 9363 8776 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156543247 937713664 26559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9367] ppid=9361 vsize=915736 CPUtime=0
/proc/9363/task/9367/stat : 9367 (java) S 9361 9363 8776 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156543247 937713664 26559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9368] ppid=9361 vsize=915736 CPUtime=0
/proc/9363/task/9368/stat : 9368 (java) S 9361 9363 8776 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156543251 937713664 26559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9369] ppid=9361 vsize=915736 CPUtime=0.34
/proc/9363/task/9369/stat : 9369 (java) S 9361 9363 8776 0 -1 64 534 0 0 0 33 1 0 0 16 0 8 0 156543251 937713664 26559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9370] ppid=9361 vsize=915736 CPUtime=0
/proc/9363/task/9370/stat : 9370 (java) S 9361 9363 8776 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156543251 937713664 26559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9371] ppid=9361 vsize=915736 CPUtime=0
/proc/9363/task/9371/stat : 9371 (java) S 9361 9363 8776 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156543251 937713664 26559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1542.31
Current children cumulated vsize (KiB) 915736

[startup+1602.76 s]
/proc/loadavg: 2.00 1.99 1.73 3/87 9373
/proc/meminfo: memFree=1502840/2055920 swapFree=4184772/4192956
[pid=9363] ppid=9361 vsize=915736 CPUtime=1602.32
/proc/9363/stat : 9363 (java) R 9361 9363 8776 0 -1 0 26859 0 1 0 160212 20 0 0 25 0 8 0 156543243 937713664 26559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073782725 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9363/statm: 228934 26559 2538 14 0 215404 0
[pid=9363/tid=9365] ppid=9361 vsize=915736 CPUtime=0.13
/proc/9363/task/9365/stat : 9365 (java) S 9361 9363 8776 0 -1 64 9688 0 0 0 10 3 0 0 16 0 8 0 156543247 937713664 26559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9366] ppid=9361 vsize=915736 CPUtime=0
/proc/9363/task/9366/stat : 9366 (java) S 9361 9363 8776 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156543247 937713664 26559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9367] ppid=9361 vsize=915736 CPUtime=0
/proc/9363/task/9367/stat : 9367 (java) S 9361 9363 8776 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156543247 937713664 26559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9368] ppid=9361 vsize=915736 CPUtime=0
/proc/9363/task/9368/stat : 9368 (java) S 9361 9363 8776 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156543251 937713664 26559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9369] ppid=9361 vsize=915736 CPUtime=0.34
/proc/9363/task/9369/stat : 9369 (java) S 9361 9363 8776 0 -1 64 534 0 0 0 33 1 0 0 16 0 8 0 156543251 937713664 26559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9370] ppid=9361 vsize=915736 CPUtime=0
/proc/9363/task/9370/stat : 9370 (java) S 9361 9363 8776 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156543251 937713664 26559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9371] ppid=9361 vsize=915736 CPUtime=0
/proc/9363/task/9371/stat : 9371 (java) S 9361 9363 8776 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156543251 937713664 26559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 915736

[startup+1662.77 s]
/proc/loadavg: 2.00 1.99 1.74 3/87 9373
/proc/meminfo: memFree=1502840/2055920 swapFree=4184772/4192956
[pid=9363] ppid=9361 vsize=915736 CPUtime=1662.31
/proc/9363/stat : 9363 (java) R 9361 9363 8776 0 -1 0 26859 0 1 0 166211 20 0 0 25 0 8 0 156543243 937713664 26559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073782611 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9363/statm: 228934 26559 2538 14 0 215404 0
[pid=9363/tid=9365] ppid=9361 vsize=915736 CPUtime=0.13
/proc/9363/task/9365/stat : 9365 (java) S 9361 9363 8776 0 -1 64 9688 0 0 0 10 3 0 0 16 0 8 0 156543247 937713664 26559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9366] ppid=9361 vsize=915736 CPUtime=0
/proc/9363/task/9366/stat : 9366 (java) S 9361 9363 8776 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156543247 937713664 26559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9367] ppid=9361 vsize=915736 CPUtime=0
/proc/9363/task/9367/stat : 9367 (java) S 9361 9363 8776 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156543247 937713664 26559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9368] ppid=9361 vsize=915736 CPUtime=0
/proc/9363/task/9368/stat : 9368 (java) S 9361 9363 8776 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156543251 937713664 26559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9369] ppid=9361 vsize=915736 CPUtime=0.34
/proc/9363/task/9369/stat : 9369 (java) S 9361 9363 8776 0 -1 64 534 0 0 0 33 1 0 0 16 0 8 0 156543251 937713664 26559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9370] ppid=9361 vsize=915736 CPUtime=0
/proc/9363/task/9370/stat : 9370 (java) S 9361 9363 8776 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156543251 937713664 26559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9371] ppid=9361 vsize=915736 CPUtime=0
/proc/9363/task/9371/stat : 9371 (java) S 9361 9363 8776 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156543251 937713664 26559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1662.31
Current children cumulated vsize (KiB) 915736

[startup+1722.79 s]
/proc/loadavg: 2.00 1.99 1.76 3/87 9373
/proc/meminfo: memFree=1502840/2055920 swapFree=4184772/4192956
[pid=9363] ppid=9361 vsize=915736 CPUtime=1722.32
/proc/9363/stat : 9363 (java) R 9361 9363 8776 0 -1 0 26859 0 1 0 172212 20 0 0 25 0 8 0 156543243 937713664 26559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074025603 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9363/statm: 228934 26559 2538 14 0 215404 0
[pid=9363/tid=9365] ppid=9361 vsize=915736 CPUtime=0.13
/proc/9363/task/9365/stat : 9365 (java) S 9361 9363 8776 0 -1 64 9688 0 0 0 10 3 0 0 16 0 8 0 156543247 937713664 26559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9366] ppid=9361 vsize=915736 CPUtime=0
/proc/9363/task/9366/stat : 9366 (java) S 9361 9363 8776 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156543247 937713664 26559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9367] ppid=9361 vsize=915736 CPUtime=0
/proc/9363/task/9367/stat : 9367 (java) S 9361 9363 8776 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156543247 937713664 26559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9368] ppid=9361 vsize=915736 CPUtime=0
/proc/9363/task/9368/stat : 9368 (java) S 9361 9363 8776 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156543251 937713664 26559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9369] ppid=9361 vsize=915736 CPUtime=0.34
/proc/9363/task/9369/stat : 9369 (java) S 9361 9363 8776 0 -1 64 534 0 0 0 33 1 0 0 16 0 8 0 156543251 937713664 26559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9370] ppid=9361 vsize=915736 CPUtime=0
/proc/9363/task/9370/stat : 9370 (java) S 9361 9363 8776 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156543251 937713664 26559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9371] ppid=9361 vsize=915736 CPUtime=0
/proc/9363/task/9371/stat : 9371 (java) S 9361 9363 8776 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156543251 937713664 26559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 915736

[startup+1782.8 s]
/proc/loadavg: 1.72 1.93 1.75 2/75 9383
/proc/meminfo: memFree=1539608/2055920 swapFree=4184772/4192956
[pid=9363] ppid=9361 vsize=915736 CPUtime=1782.3
/proc/9363/stat : 9363 (java) R 9361 9363 8776 0 -1 0 26859 0 1 0 178210 20 0 0 25 0 8 0 156543243 937713664 26559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073788584 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9363/statm: 228934 26559 2538 14 0 215404 0
[pid=9363/tid=9365] ppid=9361 vsize=915736 CPUtime=0.13
/proc/9363/task/9365/stat : 9365 (java) S 9361 9363 8776 0 -1 64 9688 0 0 0 10 3 0 0 16 0 8 0 156543247 937713664 26559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9366] ppid=9361 vsize=915736 CPUtime=0
/proc/9363/task/9366/stat : 9366 (java) S 9361 9363 8776 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156543247 937713664 26559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9367] ppid=9361 vsize=915736 CPUtime=0
/proc/9363/task/9367/stat : 9367 (java) S 9361 9363 8776 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156543247 937713664 26559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9368] ppid=9361 vsize=915736 CPUtime=0
/proc/9363/task/9368/stat : 9368 (java) S 9361 9363 8776 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156543251 937713664 26559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9369] ppid=9361 vsize=915736 CPUtime=0.34
/proc/9363/task/9369/stat : 9369 (java) S 9361 9363 8776 0 -1 64 534 0 0 0 33 1 0 0 16 0 8 0 156543251 937713664 26559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9370] ppid=9361 vsize=915736 CPUtime=0
/proc/9363/task/9370/stat : 9370 (java) S 9361 9363 8776 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156543251 937713664 26559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9371] ppid=9361 vsize=915736 CPUtime=0
/proc/9363/task/9371/stat : 9371 (java) S 9361 9363 8776 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156543251 937713664 26559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1782.3
Current children cumulated vsize (KiB) 915736



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.57 s]
/proc/loadavg: 1.56 1.88 1.73 2/75 9384
/proc/meminfo: memFree=1540824/2055920 swapFree=4184772/4192956
[pid=9363] ppid=9361 vsize=915736 CPUtime=1800.07
/proc/9363/stat : 9363 (java) R 9361 9363 8776 0 -1 0 26859 0 1 0 179987 20 0 0 25 0 8 0 156543243 937713664 26559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074102567 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9363/statm: 228934 26559 2538 14 0 215404 0
[pid=9363/tid=9365] ppid=9361 vsize=915736 CPUtime=0.13
/proc/9363/task/9365/stat : 9365 (java) S 9361 9363 8776 0 -1 64 9688 0 0 0 10 3 0 0 16 0 8 0 156543247 937713664 26559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9366] ppid=9361 vsize=915736 CPUtime=0
/proc/9363/task/9366/stat : 9366 (java) S 9361 9363 8776 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156543247 937713664 26559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9367] ppid=9361 vsize=915736 CPUtime=0
/proc/9363/task/9367/stat : 9367 (java) S 9361 9363 8776 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156543247 937713664 26559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9368] ppid=9361 vsize=915736 CPUtime=0
/proc/9363/task/9368/stat : 9368 (java) S 9361 9363 8776 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156543251 937713664 26559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9369] ppid=9361 vsize=915736 CPUtime=0.34
/proc/9363/task/9369/stat : 9369 (java) S 9361 9363 8776 0 -1 64 534 0 0 0 33 1 0 0 16 0 8 0 156543251 937713664 26559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9370] ppid=9361 vsize=915736 CPUtime=0
/proc/9363/task/9370/stat : 9370 (java) S 9361 9363 8776 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156543251 937713664 26559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9363/tid=9371] ppid=9361 vsize=915736 CPUtime=0
/proc/9363/task/9371/stat : 9371 (java) S 9361 9363 8776 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156543251 937713664 26559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 915736

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

Child status: 143
Real time (s): 1800.61
CPU time (s): 1800.11
CPU user time (s): 1799.89
CPU system time (s): 0.222966
CPU usage (%): 99.9722
Max. virtual memory (cumulated for all children) (KiB): 915736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.89
system time used= 0.222966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26876
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= 38030
involuntary context switches= 39125

runsolver used 1.82372 s user time and 4.69728 s system time

The end

Launcher Data (download as text)

Begin job on node56 on Sat Jan  6 11:04:11 UTC 2007


IDJOB= 234112
IDBENCH= 6662
FILE ID= node56/234112-1168081448

PBS_JOBID= 3476203

Free space on /tmp= 66519 MiB

BENCH NAME= HOME/pub/bench/CPAI06/taillard/js-taillard-15/js-taillard-15-95-1.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/234112-1168081448/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node56/watcher-234112-1168081448 -o ROOT/results/node56/solver-234112-1168081448 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/234112-1168081448/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  31b3c509c448592512c12399cf7cf78e

RANDOM SEED= 560662397

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.232
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.232
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:       1600080 kB
Buffers:         31256 kB
Cached:         306548 kB
SwapCached:       2060 kB
Active:         106380 kB
Inactive:       282124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1600080 kB
SwapTotal:     4192956 kB
SwapFree:      4184772 kB
Dirty:            2032 kB
Writeback:           0 kB
Mapped:          67688 kB
Slab:            52596 kB
Committed_AS:  3617708 kB
PageTables:       1980 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= 66521 MiB



End job on node56 on Sat Jan  6 11:34:20 UTC 2007