Trace number 234283

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 ESAC? (TO) 1800.1 1802.05

General information on the benchmark

Nametaillard/
js-taillard-15/js-taillard-15-95-3.xml
MD5SUM2ade9c7a7db549cff33078c8a079cfce
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 benchmark4.93025
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables225
Number of constraints1785
Maximum constraint arity2
Maximum domain size1122
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.30	   
0.30	Abscon 109 (November, 2006)
0.30	   
0.30	   configuration
0.30	     name=esac.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/234283-1168331506/unknown.xml
0.35	   
0.35	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.46	     nbVariables=225  nbDomainTypes=225  minDomainSize=1025  maxDomainSize=1122
0.46	       =>  wckTime=0.157  cpuTime=0.13  mem=13M750
0.46	   
0.46	   predicates being loaded...
0.46	   
0.46	   constraints being loaded...
203.01	   
203.01	   INFO : Stopping converting binary constraints (cpu=200.22, mem = 275M172)
203.14	     nbConstraints=1785  nbConvertedConstraints=744  nbConvertConstraintsChecks=862373035  nbExtensionStructures=744
203.14	     nbSharedExtensionStructures=0  nbConflictsStructures=744  nbSharedConflictsStructures=0
203.14	     nbSharedBinaryRepresentations=403977  nbEvaluationManagers=1041  nbSharedEvaluationManagers=0  maxDegree=16
203.14	     maxArity=2
203.14	       =>  wckTime=202.841  cpuTime=200.28  mem=282M692
203.71	   
203.71	   solver IterativeSystematicSolver being built... 
203.92	       =>  wckTime=203.621  cpuTime=200.47  mem=285M355
282.57	   
282.57	   INFO : Stopping ESAC
282.58	   
282.58	   preprocessing
282.58	     nbConstraintChecks=325298747  nbValidityChecks=32796214  nbPropagations=11665  nbRevisions=158263
282.58	     nbUselessRevisions=123193  nbSingletonTests=130  nbEffectiveSingletonTests=44  nbESACBranches=16
282.58	     nbRemovedValues=153550  detectedInconsistency=no
282.58	       =>  wckTime=78.644  cpuTime=78.5  mem=285M355
291.08	   
291.08	   search
291.08	     run=0  nbConstraintChecks=28489951  nbValidityChecks=12487612  nbPropagations=16320  nbRevisions=227471
291.08	     nbUselessRevisions=176149  nbAssignments=78  nbFailedAssignments=59  nbBacktracks=10  nbVisitedNodes=143
291.08	     nbRestartNogoods=0  mapSize=10  nbInferences=0  nbTooLargeKeys=0
291.08	       =>  wckTime=87.151  cpuTime=86.99  mem=287M261
341.32	   
341.32	   search
341.32	     run=1  nbConstraintChecks=215655574  nbValidityChecks=63852894  nbPropagations=53976  nbRevisions=745428
341.32	     nbUselessRevisions=576544  nbAssignments=439  nbFailedAssignments=338  nbBacktracks=25  nbVisitedNodes=760
341.32	     nbRestartNogoods=13  mapSize=19  nbInferences=0  nbTooLargeKeys=0
341.32	       =>  wckTime=137.389  cpuTime=137.18  mem=288M406
513.36	   
513.36	   search
513.36	     run=2  nbConstraintChecks=936507973  nbValidityChecks=223605244  nbPropagations=148863  nbRevisions=1847030
513.36	     nbUselessRevisions=1479000  nbAssignments=1814  nbFailedAssignments=409  nbBacktracks=51  nbVisitedNodes=938
513.36	     nbRestartNogoods=111  mapSize=31  nbInferences=0  nbTooLargeKeys=0
513.36	       =>  wckTime=309.433  cpuTime=309.02  mem=288M758
536.93	   
536.93	   search
536.93	     run=3  nbConstraintChecks=1016231027  nbValidityChecks=281566150  nbPropagations=268264  nbRevisions=3265744
536.93	     nbUselessRevisions=2640366  nbAssignments=2402  nbFailedAssignments=957  nbBacktracks=84  nbVisitedNodes=2097
536.93	     nbRestartNogoods=113  mapSize=55  nbInferences=0  nbTooLargeKeys=0
536.93	       =>  wckTime=332.996  cpuTime=332.55  mem=290M68
597.14	   
597.14	   search
597.14	     run=4  nbConstraintChecks=1229232256  nbValidityChecks=374240425  nbPropagations=426350  nbRevisions=5199239
597.14	     nbUselessRevisions=4224776  nbAssignments=3386  nbFailedAssignments=1881  nbBacktracks=134  nbVisitedNodes=4049
597.14	     nbRestartNogoods=116  mapSize=99  nbInferences=0  nbTooLargeKeys=0
597.14	       =>  wckTime=393.205  cpuTime=392.7  mem=291M738
714.04	   
714.04	   search
714.04	     run=5  nbConstraintChecks=1672648522  nbValidityChecks=513721822  nbPropagations=642945  nbRevisions=7837348
714.04	     nbUselessRevisions=6395923  nbAssignments=4858  nbFailedAssignments=2932  nbBacktracks=210  nbVisitedNodes=6301
714.04	     nbRestartNogoods=245  mapSize=165  nbInferences=0  nbTooLargeKeys=0
714.04	       =>  wckTime=510.104  cpuTime=509.48  mem=294M356
885.46	   
885.46	   search
885.46	     run=6  nbConstraintChecks=2329766287  nbValidityChecks=790930117  nbPropagations=972333  nbRevisions=11875533
885.46	     nbUselessRevisions=9753912  nbAssignments=6700  nbFailedAssignments=4301  nbBacktracks=323  nbVisitedNodes=9266
885.46	     nbRestartNogoods=418  mapSize=271  nbInferences=0  nbTooLargeKeys=0
885.46	       =>  wckTime=681.524  cpuTime=680.71  mem=297M970
1238.18	   
1238.18	   search
1238.18	     run=7  nbConstraintChecks=3496505822  nbValidityChecks=1477883689  nbPropagations=1595437  nbRevisions=19723394
1238.18	     nbUselessRevisions=16212979  nbAssignments=12774  nbFailedAssignments=10186  nbBacktracks=493  nbVisitedNodes=21379
1238.18	     nbRestartNogoods=492  mapSize=440  nbInferences=0  nbTooLargeKeys=0
1238.18	       =>  wckTime=1034.246  cpuTime=1033.01  mem=284M276
1374.64	   
1374.64	   search
1374.64	     run=8  nbConstraintChecks=3933873466  nbValidityChecks=1770807913  nbPropagations=2345898  nbRevisions=29153626
1374.64	     nbUselessRevisions=23972065  nbAssignments=17927  nbFailedAssignments=15068  nbBacktracks=749  nbVisitedNodes=31579
1374.64	     nbRestartNogoods=510  mapSize=619  nbInferences=0  nbTooLargeKeys=0
1374.64	       =>  wckTime=1170.709  cpuTime=1169.34  mem=292M97
1776.25	   
1776.25	   search
1776.25	     run=9  nbConstraintChecks=5393223880  nbValidityChecks=2391351020  nbPropagations=3365217  nbRevisions=42085020
1776.25	     nbUselessRevisions=34590984  nbAssignments=25325  nbFailedAssignments=20987  nbBacktracks=1133
1776.25	     nbVisitedNodes=44175  nbRestartNogoods=660  mapSize=998  nbInferences=0  nbTooLargeKeys=0
1776.25	       =>  wckTime=1572.318  cpuTime=1570.48  mem=302M931

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/node9/watcher-234283-1168331506 -o ROOT/results/node9/solver-234283-1168331506 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/234283-1168331506/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: 2.06 2.09 2.03 4/87 9601
/proc/meminfo: memFree=1506056/2055920 swapFree=4191880/4192956
[pid=9600] ppid=9598 vsize=292 CPUtime=0
/proc/9600/stat : 9600 (java) R 9598 9600 9533 0 -1 0 229 0 0 0 0 0 0 0 18 0 1 0 181545798 299008 35 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 8663844 0 0 4096 0 0 0 0 17 0 0 0
/proc/9600/statm: 73 35 27 14 0 5 0

[startup+0.107413 s]
/proc/loadavg: 2.06 2.09 2.03 4/87 9601
/proc/meminfo: memFree=1506056/2055920 swapFree=4191880/4192956
[pid=9600] ppid=9598 vsize=914988 CPUtime=0.09
/proc/9600/stat : 9600 (java) R 9598 9600 9533 0 -1 0 3094 0 1 0 8 1 0 0 22 0 8 0 181545798 936947712 2840 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9600/statm: 228747 2840 1459 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.515459 s]
/proc/loadavg: 2.06 2.09 2.03 4/87 9601
/proc/meminfo: memFree=1506056/2055920 swapFree=4191880/4192956
[pid=9600] ppid=9598 vsize=915328 CPUtime=0.49
/proc/9600/stat : 9600 (java) R 9598 9600 9533 0 -1 0 7948 0 1 0 45 4 0 0 25 0 8 0 181545798 937295872 7687 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9600/statm: 228832 7687 2145 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33655 s]
/proc/loadavg: 2.06 2.09 2.03 3/94 9608
/proc/meminfo: memFree=1472784/2055920 swapFree=4191880/4192956
[pid=9600] ppid=9598 vsize=915632 CPUtime=1.3
/proc/9600/stat : 9600 (java) R 9598 9600 9533 0 -1 0 10794 0 1 0 125 5 0 0 25 0 8 0 181545798 937607168 10532 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073782672 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9600/statm: 228908 10532 2167 14 0 215378 0
[pid=9600/tid=9602] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9602/stat : 9602 (java) S 9598 9600 9533 0 -1 64 6 0 0 0 0 0 0 0 17 0 8 0 181545802 937607168 10532 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9603] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9603/stat : 9603 (java) S 9598 9600 9533 0 -1 64 9 0 0 0 0 0 0 0 20 0 8 0 181545802 937607168 10532 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9604] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9604/stat : 9604 (java) S 9598 9600 9533 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 181545802 937607168 10532 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9605] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9605/stat : 9605 (java) S 9598 9600 9533 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 181545805 937607168 10532 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9606] ppid=9598 vsize=915632 CPUtime=0.15
/proc/9600/task/9606/stat : 9606 (java) S 9598 9600 9533 0 -1 64 411 0 0 0 14 1 0 0 16 0 8 0 181545805 937607168 10532 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9607] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9607/stat : 9607 (java) S 9598 9600 9533 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 181545805 937607168 10532 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9608] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9608/stat : 9608 (java) S 9598 9600 9533 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 181545805 937607168 10532 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915632

[startup+2.97374 s]
/proc/loadavg: 2.06 2.09 2.03 3/94 9608
/proc/meminfo: memFree=1470992/2055920 swapFree=4191880/4192956
[pid=9600] ppid=9598 vsize=915632 CPUtime=2.95
/proc/9600/stat : 9600 (java) R 9598 9600 9533 0 -1 0 11475 0 1 0 289 6 0 0 25 0 8 0 181545798 937607168 11212 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073798733 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9600/statm: 228908 11212 2167 14 0 215378 0
[pid=9600/tid=9602] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9602/stat : 9602 (java) S 9598 9600 9533 0 -1 64 6 0 0 0 0 0 0 0 17 0 8 0 181545802 937607168 11212 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9603] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9603/stat : 9603 (java) S 9598 9600 9533 0 -1 64 9 0 0 0 0 0 0 0 20 0 8 0 181545802 937607168 11212 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9604] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9604/stat : 9604 (java) S 9598 9600 9533 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 181545802 937607168 11212 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9605] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9605/stat : 9605 (java) S 9598 9600 9533 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 181545805 937607168 11212 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9606] ppid=9598 vsize=915632 CPUtime=0.15
/proc/9600/task/9606/stat : 9606 (java) S 9598 9600 9533 0 -1 64 411 0 0 0 14 1 0 0 16 0 8 0 181545805 937607168 11212 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9607] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9607/stat : 9607 (java) S 9598 9600 9533 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 181545805 937607168 11212 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9608] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9608/stat : 9608 (java) S 9598 9600 9533 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 181545805 937607168 11212 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915632

[startup+6.1801 s]
/proc/loadavg: 2.05 2.09 2.03 3/94 9608
/proc/meminfo: memFree=1465304/2055920 swapFree=4191880/4192956
[pid=9600] ppid=9598 vsize=915632 CPUtime=6.15
/proc/9600/stat : 9600 (java) R 9598 9600 9533 0 -1 0 12777 0 1 0 609 6 0 0 25 0 8 0 181545798 937607168 12514 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073798903 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9600/statm: 228908 12514 2167 14 0 215378 0
[pid=9600/tid=9602] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9602/stat : 9602 (java) S 9598 9600 9533 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 181545802 937607168 12514 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9603] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9603/stat : 9603 (java) S 9598 9600 9533 0 -1 64 9 0 0 0 0 0 0 0 20 0 8 0 181545802 937607168 12514 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9604] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9604/stat : 9604 (java) S 9598 9600 9533 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 181545802 937607168 12514 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9605] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9605/stat : 9605 (java) S 9598 9600 9533 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 181545805 937607168 12514 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9606] ppid=9598 vsize=915632 CPUtime=0.15
/proc/9600/task/9606/stat : 9606 (java) S 9598 9600 9533 0 -1 64 411 0 0 0 14 1 0 0 17 0 8 0 181545805 937607168 12514 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9607] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9607/stat : 9607 (java) S 9598 9600 9533 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 181545805 937607168 12514 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9608] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9608/stat : 9608 (java) S 9598 9600 9533 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 181545805 937607168 12514 18446744073709551615 134512640 134570532 4294956464 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) 915632

[startup+12.6468 s]
/proc/loadavg: 2.05 2.09 2.03 3/94 9608
/proc/meminfo: memFree=1454040/2055920 swapFree=4191880/4192956
[pid=9600] ppid=9598 vsize=915632 CPUtime=12.61
/proc/9600/stat : 9600 (java) R 9598 9600 9533 0 -1 0 15408 0 1 0 1254 7 0 0 25 0 8 0 181545798 937607168 15145 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073479184 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9600/statm: 228908 15145 2167 14 0 215378 0
[pid=9600/tid=9602] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9602/stat : 9602 (java) S 9598 9600 9533 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 181545802 937607168 15145 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9603] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9603/stat : 9603 (java) S 9598 9600 9533 0 -1 64 9 0 0 0 0 0 0 0 20 0 8 0 181545802 937607168 15145 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9604] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9604/stat : 9604 (java) S 9598 9600 9533 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 181545802 937607168 15145 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9605] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9605/stat : 9605 (java) S 9598 9600 9533 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 181545805 937607168 15145 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9606] ppid=9598 vsize=915632 CPUtime=0.15
/proc/9600/task/9606/stat : 9606 (java) S 9598 9600 9533 0 -1 64 412 0 0 0 14 1 0 0 16 0 8 0 181545805 937607168 15145 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9607] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9607/stat : 9607 (java) S 9598 9600 9533 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 181545805 937607168 15145 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9608] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9608/stat : 9608 (java) S 9598 9600 9533 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 181545805 937607168 15145 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 915632

[startup+25.5053 s]
/proc/loadavg: 2.10 2.10 2.04 4/94 9608
/proc/meminfo: memFree=1423128/2055920 swapFree=4191880/4192956
[pid=9600] ppid=9598 vsize=915632 CPUtime=25.47
/proc/9600/stat : 9600 (java) R 9598 9600 9533 0 -1 0 23135 0 1 0 2536 11 0 0 25 0 8 0 181545798 937607168 22871 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073782757 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9600/statm: 228908 22871 2178 14 0 215378 0
[pid=9600/tid=9602] ppid=9598 vsize=915632 CPUtime=0.17
/proc/9600/task/9602/stat : 9602 (java) S 9598 9600 9533 0 -1 64 6750 0 0 0 14 3 0 0 16 0 8 0 181545802 937607168 22871 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9603] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9603/stat : 9603 (java) S 9598 9600 9533 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 181545802 937607168 22871 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9604] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9604/stat : 9604 (java) S 9598 9600 9533 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 181545802 937607168 22871 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9605] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9605/stat : 9605 (java) S 9598 9600 9533 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 181545805 937607168 22871 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9606] ppid=9598 vsize=915632 CPUtime=0.15
/proc/9600/task/9606/stat : 9606 (java) S 9598 9600 9533 0 -1 64 414 0 0 0 14 1 0 0 16 0 8 0 181545805 937607168 22871 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9607] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9607/stat : 9607 (java) S 9598 9600 9533 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 181545805 937607168 22871 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9608] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9608/stat : 9608 (java) S 9598 9600 9533 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 181545805 937607168 22871 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 915632

[startup+51.1292 s]
/proc/loadavg: 2.07 2.09 2.03 3/94 9608
/proc/meminfo: memFree=1377432/2055920 swapFree=4191880/4192956
[pid=9600] ppid=9598 vsize=915632 CPUtime=51.06
/proc/9600/stat : 9600 (java) R 9598 9600 9533 0 -1 0 34595 0 1 0 5091 15 0 0 25 0 8 0 181545798 937607168 34330 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073786892 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9600/statm: 228908 34330 2179 14 0 215378 0
[pid=9600/tid=9602] ppid=9598 vsize=915632 CPUtime=0.48
/proc/9600/task/9602/stat : 9602 (java) S 9598 9600 9533 0 -1 64 17977 0 0 0 42 6 0 0 16 0 8 0 181545802 937607168 34330 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9603] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9603/stat : 9603 (java) S 9598 9600 9533 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 181545802 937607168 34330 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9604] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9604/stat : 9604 (java) S 9598 9600 9533 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 181545802 937607168 34330 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9605] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9605/stat : 9605 (java) S 9598 9600 9533 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 181545805 937607168 34330 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9606] ppid=9598 vsize=915632 CPUtime=0.17
/proc/9600/task/9606/stat : 9606 (java) S 9598 9600 9533 0 -1 64 429 0 0 0 16 1 0 0 17 0 8 0 181545805 937607168 34330 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9607] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9607/stat : 9607 (java) S 9598 9600 9533 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 181545805 937607168 34330 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9608] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9608/stat : 9608 (java) S 9598 9600 9533 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 181545805 937607168 34330 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 915632

[startup+102.33 s]
/proc/loadavg: 2.03 2.08 2.03 3/94 9608
/proc/meminfo: memFree=1340120/2055920 swapFree=4191880/4192956
[pid=9600] ppid=9598 vsize=915632 CPUtime=102.2
/proc/9600/stat : 9600 (java) R 9598 9600 9533 0 -1 0 43930 0 1 0 10202 18 0 0 25 0 8 0 181545798 937607168 43663 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073782694 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9600/statm: 228908 43663 2179 14 0 215378 0
[pid=9600/tid=9602] ppid=9598 vsize=915632 CPUtime=0.83
/proc/9600/task/9602/stat : 9602 (java) S 9598 9600 9533 0 -1 64 27309 0 0 0 75 8 0 0 16 0 8 0 181545802 937607168 43663 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9603] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9603/stat : 9603 (java) S 9598 9600 9533 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 181545802 937607168 43663 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9604] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9604/stat : 9604 (java) S 9598 9600 9533 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 181545802 937607168 43663 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9605] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9605/stat : 9605 (java) S 9598 9600 9533 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 181545805 937607168 43663 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9606] ppid=9598 vsize=915632 CPUtime=0.17
/proc/9600/task/9606/stat : 9606 (java) S 9598 9600 9533 0 -1 64 430 0 0 0 16 1 0 0 17 0 8 0 181545805 937607168 43663 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9607] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9607/stat : 9607 (java) S 9598 9600 9533 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 181545805 937607168 43663 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9608] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9608/stat : 9608 (java) S 9598 9600 9533 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 181545805 937607168 43663 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 915632

[startup+162.371 s]
/proc/loadavg: 2.04 2.07 2.03 3/94 9608
/proc/meminfo: memFree=1229784/2055920 swapFree=4191880/4192956
[pid=9600] ppid=9598 vsize=915632 CPUtime=162.2
/proc/9600/stat : 9600 (java) R 9598 9600 9533 0 -1 0 71483 0 1 0 16188 32 0 0 25 0 8 0 181545798 937607168 71212 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073795042 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 1421.46
Current children cumulated vsize (KiB) 915632

[startup+1482.96 s]
/proc/loadavg: 2.06 2.02 2.00 3/95 9675
/proc/meminfo: memFree=1213712/2055920 swapFree=4191880/4192956
[pid=9600] ppid=9598 vsize=915632 CPUtime=1481.39
/proc/9600/stat : 9600 (java) R 9598 9600 9533 0 -1 0 86859 0 1 0 148094 45 0 0 25 0 8 0 181545798 937607168 86547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073782595 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9600/statm: 228908 86547 2548 14 0 215378 0
[pid=9600/tid=9602] ppid=9598 vsize=915632 CPUtime=2.8
/proc/9600/task/9602/stat : 9602 (java) S 9598 9600 9533 0 -1 64 69663 0 0 0 256 24 0 0 16 0 8 0 181545802 937607168 86547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9603] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9603/stat : 9603 (java) S 9598 9600 9533 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 181545802 937607168 86547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9604] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9604/stat : 9604 (java) S 9598 9600 9533 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 181545802 937607168 86547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9605] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9605/stat : 9605 (java) S 9598 9600 9533 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 181545805 937607168 86547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9606] ppid=9598 vsize=915632 CPUtime=0.33
/proc/9600/task/9606/stat : 9606 (java) S 9598 9600 9533 0 -1 64 534 0 0 0 32 1 0 0 16 0 8 0 181545805 937607168 86547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9607] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9607/stat : 9607 (java) S 9598 9600 9533 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 181545805 937607168 86547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9608] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9608/stat : 9608 (java) S 9598 9600 9533 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 181545805 937607168 86547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1481.39
Current children cumulated vsize (KiB) 915632

[startup+1542.97 s]
/proc/loadavg: 2.02 2.01 2.00 3/95 9675
/proc/meminfo: memFree=1213712/2055920 swapFree=4191880/4192956
[pid=9600] ppid=9598 vsize=915632 CPUtime=1541.35
/proc/9600/stat : 9600 (java) R 9598 9600 9533 0 -1 0 86859 0 1 0 154090 45 0 0 25 0 8 0 181545798 937607168 86547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074026045 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9600/statm: 228908 86547 2548 14 0 215378 0
[pid=9600/tid=9602] ppid=9598 vsize=915632 CPUtime=2.8
/proc/9600/task/9602/stat : 9602 (java) S 9598 9600 9533 0 -1 64 69663 0 0 0 256 24 0 0 16 0 8 0 181545802 937607168 86547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9603] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9603/stat : 9603 (java) S 9598 9600 9533 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 181545802 937607168 86547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9604] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9604/stat : 9604 (java) S 9598 9600 9533 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 181545802 937607168 86547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9605] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9605/stat : 9605 (java) S 9598 9600 9533 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 181545805 937607168 86547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9606] ppid=9598 vsize=915632 CPUtime=0.33
/proc/9600/task/9606/stat : 9606 (java) S 9598 9600 9533 0 -1 64 534 0 0 0 32 1 0 0 16 0 8 0 181545805 937607168 86547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9607] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9607/stat : 9607 (java) S 9598 9600 9533 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 181545805 937607168 86547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9608] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9608/stat : 9608 (java) S 9598 9600 9533 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 181545805 937607168 86547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1541.35
Current children cumulated vsize (KiB) 915632

[startup+1602.98 s]
/proc/loadavg: 2.05 2.02 2.00 3/95 9675
/proc/meminfo: memFree=1213712/2055920 swapFree=4191880/4192956
[pid=9600] ppid=9598 vsize=915632 CPUtime=1601.3
/proc/9600/stat : 9600 (java) R 9598 9600 9533 0 -1 0 86859 0 1 0 160085 45 0 0 25 0 8 0 181545798 937607168 86547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073479196 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9600/statm: 228908 86547 2548 14 0 215378 0
[pid=9600/tid=9602] ppid=9598 vsize=915632 CPUtime=2.8
/proc/9600/task/9602/stat : 9602 (java) S 9598 9600 9533 0 -1 64 69663 0 0 0 256 24 0 0 16 0 8 0 181545802 937607168 86547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9603] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9603/stat : 9603 (java) S 9598 9600 9533 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 181545802 937607168 86547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9604] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9604/stat : 9604 (java) S 9598 9600 9533 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 181545802 937607168 86547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9605] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9605/stat : 9605 (java) S 9598 9600 9533 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 181545805 937607168 86547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9606] ppid=9598 vsize=915632 CPUtime=0.33
/proc/9600/task/9606/stat : 9606 (java) S 9598 9600 9533 0 -1 64 534 0 0 0 32 1 0 0 16 0 8 0 181545805 937607168 86547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9607] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9607/stat : 9607 (java) S 9598 9600 9533 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 181545805 937607168 86547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9608] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9608/stat : 9608 (java) S 9598 9600 9533 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 181545805 937607168 86547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1601.3
Current children cumulated vsize (KiB) 915632

[startup+1663 s]
/proc/loadavg: 2.05 2.03 2.00 3/95 9675
/proc/meminfo: memFree=1213648/2055920 swapFree=4191880/4192956
[pid=9600] ppid=9598 vsize=915632 CPUtime=1661.23
/proc/9600/stat : 9600 (java) R 9598 9600 9533 0 -1 0 86859 0 1 0 166078 45 0 0 25 0 8 0 181545798 937607168 86547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074026000 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9600/statm: 228908 86547 2548 14 0 215378 0
[pid=9600/tid=9602] ppid=9598 vsize=915632 CPUtime=2.8
/proc/9600/task/9602/stat : 9602 (java) S 9598 9600 9533 0 -1 64 69663 0 0 0 256 24 0 0 16 0 8 0 181545802 937607168 86547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9603] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9603/stat : 9603 (java) S 9598 9600 9533 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 181545802 937607168 86547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9604] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9604/stat : 9604 (java) S 9598 9600 9533 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 181545802 937607168 86547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9605] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9605/stat : 9605 (java) S 9598 9600 9533 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 181545805 937607168 86547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9606] ppid=9598 vsize=915632 CPUtime=0.33
/proc/9600/task/9606/stat : 9606 (java) S 9598 9600 9533 0 -1 64 534 0 0 0 32 1 0 0 16 0 8 0 181545805 937607168 86547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9607] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9607/stat : 9607 (java) S 9598 9600 9533 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 181545805 937607168 86547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9608] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9608/stat : 9608 (java) S 9598 9600 9533 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 181545805 937607168 86547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1661.23
Current children cumulated vsize (KiB) 915632

[startup+1723.01 s]
/proc/loadavg: 2.02 2.02 2.00 3/95 9675
/proc/meminfo: memFree=1213648/2055920 swapFree=4191880/4192956
[pid=9600] ppid=9598 vsize=915632 CPUtime=1721.2
/proc/9600/stat : 9600 (java) R 9598 9600 9533 0 -1 0 86859 0 1 0 172074 46 0 0 25 0 8 0 181545798 937607168 86547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074026017 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9600/statm: 228908 86547 2548 14 0 215378 0
[pid=9600/tid=9602] ppid=9598 vsize=915632 CPUtime=2.8
/proc/9600/task/9602/stat : 9602 (java) S 9598 9600 9533 0 -1 64 69663 0 0 0 256 24 0 0 16 0 8 0 181545802 937607168 86547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9603] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9603/stat : 9603 (java) S 9598 9600 9533 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 181545802 937607168 86547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9604] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9604/stat : 9604 (java) S 9598 9600 9533 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 181545802 937607168 86547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9605] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9605/stat : 9605 (java) S 9598 9600 9533 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 181545805 937607168 86547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9606] ppid=9598 vsize=915632 CPUtime=0.33
/proc/9600/task/9606/stat : 9606 (java) S 9598 9600 9533 0 -1 64 534 0 0 0 32 1 0 0 16 0 8 0 181545805 937607168 86547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9607] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9607/stat : 9607 (java) S 9598 9600 9533 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 181545805 937607168 86547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9608] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9608/stat : 9608 (java) S 9598 9600 9533 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 181545805 937607168 86547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1721.2
Current children cumulated vsize (KiB) 915632

[startup+1783.03 s]
/proc/loadavg: 2.06 2.03 2.00 3/101 9791
/proc/meminfo: memFree=1212376/2055920 swapFree=4191880/4192956
[pid=9600] ppid=9598 vsize=915632 CPUtime=1781.12
/proc/9600/stat : 9600 (java) R 9598 9600 9533 0 -1 0 86859 0 1 0 178061 51 0 0 25 0 8 0 181545798 937607168 86547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073782595 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9600/statm: 228908 86547 2548 14 0 215378 0
[pid=9600/tid=9602] ppid=9598 vsize=915632 CPUtime=2.8
/proc/9600/task/9602/stat : 9602 (java) S 9598 9600 9533 0 -1 64 69663 0 0 0 256 24 0 0 16 0 8 0 181545802 937607168 86547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9603] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9603/stat : 9603 (java) S 9598 9600 9533 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 181545802 937607168 86547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9604] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9604/stat : 9604 (java) S 9598 9600 9533 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 181545802 937607168 86547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9605] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9605/stat : 9605 (java) S 9598 9600 9533 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 181545805 937607168 86547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9606] ppid=9598 vsize=915632 CPUtime=0.33
/proc/9600/task/9606/stat : 9606 (java) S 9598 9600 9533 0 -1 64 534 0 0 0 32 1 0 0 16 0 8 0 181545805 937607168 86547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9607] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9607/stat : 9607 (java) S 9598 9600 9533 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 181545805 937607168 86547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9608] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9608/stat : 9608 (java) S 9598 9600 9533 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 181545805 937607168 86547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1781.12
Current children cumulated vsize (KiB) 915632



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.99 s]
/proc/loadavg: 2.04 2.03 2.00 3/101 9817
/proc/meminfo: memFree=1212440/2055920 swapFree=4191880/4192956
[pid=9600] ppid=9598 vsize=915632 CPUtime=1800.03
/proc/9600/stat : 9600 (java) R 9598 9600 9533 0 -1 0 86859 0 1 0 179951 52 0 0 25 0 8 0 181545798 937607168 86547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073782464 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9600/statm: 228908 86547 2548 14 0 215378 0
[pid=9600/tid=9602] ppid=9598 vsize=915632 CPUtime=2.8
/proc/9600/task/9602/stat : 9602 (java) S 9598 9600 9533 0 -1 64 69663 0 0 0 256 24 0 0 16 0 8 0 181545802 937607168 86547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9603] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9603/stat : 9603 (java) S 9598 9600 9533 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 181545802 937607168 86547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9604] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9604/stat : 9604 (java) S 9598 9600 9533 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 181545802 937607168 86547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9605] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9605/stat : 9605 (java) S 9598 9600 9533 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 181545805 937607168 86547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9606] ppid=9598 vsize=915632 CPUtime=0.33
/proc/9600/task/9606/stat : 9606 (java) S 9598 9600 9533 0 -1 64 534 0 0 0 32 1 0 0 16 0 8 0 181545805 937607168 86547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9607] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9607/stat : 9607 (java) S 9598 9600 9533 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 181545805 937607168 86547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9600/tid=9608] ppid=9598 vsize=915632 CPUtime=0
/proc/9600/task/9608/stat : 9608 (java) S 9598 9600 9533 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 181545805 937607168 86547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 915632

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

Child status: 143
Real time (s): 1802.05
CPU time (s): 1800.1
CPU user time (s): 1799.53
CPU system time (s): 0.575912
CPU usage (%): 99.8917
Max. virtual memory (cumulated for all children) (KiB): 915632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.53
system time used= 0.575912
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86877
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= 38198
involuntary context switches= 51745

runsolver used 2.33465 s user time and 5.65414 s system time

The end

Launcher Data (download as text)

Begin job on node9 on Tue Jan  9 08:31:47 UTC 2007


IDJOB= 234283
IDBENCH= 6679
FILE ID= node9/234283-1168331506

PBS_JOBID= 3503063

Free space on /tmp= 66530 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  2ade9c7a7db549cff33078c8a079cfce

RANDOM SEED= 935318944

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.231
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.231
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:       1506472 kB
Buffers:         58016 kB
Cached:         349096 kB
SwapCached:        276 kB
Active:         274660 kB
Inactive:       214320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1506472 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:           19576 kB
Writeback:           0 kB
Mapped:          94712 kB
Slab:            45172 kB
Committed_AS:  5368976 kB
PageTables:       2352 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= 66545 MiB



End job on node9 on Tue Jan  9 09:01:49 UTC 2007