Trace number 234338

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.13 1814.55

General information on the benchmark

Nametaillard/
js-taillard-15/js-taillard-15-95-2.xml
MD5SUM1be6534ea2a6d2988f7221fd0bff0aca
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 benchmark7.62184
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables225
Number of constraints1785
Maximum constraint arity2
Maximum domain size1171
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/234338-1168331822/unknown.xml
0.36	   
0.36	   domains being loaded...
0.40	   
0.40	   variables being loaded...
0.46	     nbVariables=225  nbDomainTypes=225  minDomainSize=1073  maxDomainSize=1171
0.46	       =>  wckTime=0.161  cpuTime=0.12  mem=13M761
0.46	   
0.46	   predicates being loaded...
0.47	   
0.47	   constraints being loaded...
204.58	   
204.58	   INFO : Stopping converting binary constraints (cpu=200.21, mem = 276M568)
204.73	     nbConstraints=1785  nbConvertedConstraints=674  nbConvertConstraintsChecks=848285791  nbExtensionStructures=674
204.73	     nbSharedExtensionStructures=0  nbConflictsStructures=674  nbSharedConflictsStructures=0
204.73	     nbSharedBinaryRepresentations=323011  nbEvaluationManagers=1111  nbSharedEvaluationManagers=0  maxDegree=16
204.73	     maxArity=2
204.73	       =>  wckTime=204.429  cpuTime=200.3  mem=284M84
205.34	   
205.34	   solver IterativeSystematicSolver being built... 
205.55	       =>  wckTime=205.255  cpuTime=200.47  mem=291M605
295.39	   
295.39	   INFO : Stopping ESAC
295.39	   
295.39	   preprocessing
295.39	     nbConstraintChecks=362407672  nbValidityChecks=45233493  nbPropagations=13054  nbRevisions=173662
295.39	     nbUselessRevisions=134608  nbSingletonTests=212  nbEffectiveSingletonTests=81  nbESACBranches=21
295.39	     nbRemovedValues=156829  detectedInconsistency=no
295.39	       =>  wckTime=89.82  cpuTime=89.03  mem=291M605
301.63	   
301.63	   search
301.63	     run=0  nbConstraintChecks=20635633  nbValidityChecks=8081453  nbPropagations=16125  nbRevisions=218236
301.63	     nbUselessRevisions=168403  nbAssignments=71  nbFailedAssignments=61  nbBacktracks=10  nbVisitedNodes=134
301.63	     nbRestartNogoods=0  mapSize=1  nbInferences=0  nbTooLargeKeys=0
301.63	       =>  wckTime=96.061  cpuTime=95.19  mem=292M561
343.01	   
343.01	   search
343.01	     run=1  nbConstraintChecks=173502653  nbValidityChecks=59639995  nbPropagations=50623  nbRevisions=682527
343.01	     nbUselessRevisions=528203  nbAssignments=604  nbFailedAssignments=575  nbBacktracks=25  nbVisitedNodes=1191
343.01	     nbRestartNogoods=0  mapSize=15  nbInferences=0  nbTooLargeKeys=0
343.01	       =>  wckTime=137.445  cpuTime=136.23  mem=293M500
416.62	   
416.62	   search
416.62	     run=2  nbConstraintChecks=455615774  nbValidityChecks=151685691  nbPropagations=113488  nbRevisions=1529638
416.62	     nbUselessRevisions=1194918  nbAssignments=1188  nbFailedAssignments=982  nbBacktracks=56  nbVisitedNodes=2044
416.62	     nbRestartNogoods=49  mapSize=29  nbInferences=0  nbTooLargeKeys=0
416.62	       =>  wckTime=211.051  cpuTime=209.2  mem=294M440
439.73	   
439.73	   search
439.73	     run=3  nbConstraintChecks=523405063  nbValidityChecks=208195605  nbPropagations=203174  nbRevisions=2806079
439.73	     nbUselessRevisions=2181723  nbAssignments=2094  nbFailedAssignments=1844  nbBacktracks=89  nbVisitedNodes=3825
439.73	     nbRestartNogoods=51  mapSize=50  nbInferences=0  nbTooLargeKeys=0
439.73	       =>  wckTime=234.162  cpuTime=232.08  mem=295M379
462.46	   
462.46	   search
462.46	     run=4  nbConstraintChecks=600932014  nbValidityChecks=244429322  nbPropagations=306380  nbRevisions=4276147
462.46	     nbUselessRevisions=3318379  nbAssignments=2465  nbFailedAssignments=2149  nbBacktracks=141  nbVisitedNodes=4531
462.46	     nbRestartNogoods=56  mapSize=96  nbInferences=0  nbTooLargeKeys=0
462.46	       =>  wckTime=256.892  cpuTime=254.62  mem=297M29
509.67	   
509.67	   search
509.67	     run=5  nbConstraintChecks=753943267  nbValidityChecks=349591256  nbPropagations=451344  nbRevisions=6322266
509.67	     nbUselessRevisions=4900322  nbAssignments=5877  nbFailedAssignments=5451  nbBacktracks=216  nbVisitedNodes=11269
509.67	     nbRestartNogoods=63  mapSize=156  nbInferences=2  nbTooLargeKeys=0
509.67	       =>  wckTime=304.107  cpuTime=301.44  mem=299M536
924.77	   
924.77	   search
924.77	     run=6  nbConstraintChecks=2321048639  nbValidityChecks=843104608  nbPropagations=777340  nbRevisions=10772242
924.77	     nbUselessRevisions=8296552  nbAssignments=9862  nbFailedAssignments=8908  nbBacktracks=329  nbVisitedNodes=18408
924.77	     nbRestartNogoods=198  mapSize=257  nbInferences=2  nbTooLargeKeys=0
924.77	       =>  wckTime=719.204  cpuTime=712.99  mem=303M949
1410.22	   
1410.22	   search
1410.22	     run=7  nbConstraintChecks=4174073967  nbValidityChecks=1443080900  nbPropagations=1317416  nbRevisions=18462517
1410.22	     nbUselessRevisions=14032155  nbAssignments=15458  nbFailedAssignments=14026  nbBacktracks=499  nbVisitedNodes=28972
1410.22	     nbRestartNogoods=305  mapSize=414  nbInferences=2  nbTooLargeKeys=0
1410.22	       =>  wckTime=1204.651  cpuTime=1194.23  mem=288M420

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/node76/watcher-234338-1168331822 -o ROOT/results/node76/solver-234338-1168331822 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/234338-1168331822/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.24 1.85 1.81 5/85 26641
/proc/meminfo: memFree=1180160/2055888 swapFree=4095388/4096564
[pid=26640] ppid=26638 vsize=18544 CPUtime=0
/proc/26640/stat : 26640 (runsolver) R 26638 26640 26198 0 -1 4194368 18 0 0 0 0 0 0 0 19 0 1 0 181579325 18989056 280 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 206843737111 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/26640/statm: 4636 280 245 17 0 2626 0

[startup+0.10701 s]
/proc/loadavg: 2.24 1.85 1.81 5/85 26641
/proc/meminfo: memFree=1180160/2055888 swapFree=4095388/4096564
[pid=26640] ppid=26638 vsize=914992 CPUtime=0.09
/proc/26640/stat : 26640 (java) R 26638 26640 26198 0 -1 0 3000 0 1 0 7 2 0 0 23 0 8 0 181579325 936951808 2748 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155074664 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26640/statm: 228748 2748 1430 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914992

[startup+0.515089 s]
/proc/loadavg: 2.24 1.85 1.81 5/85 26641
/proc/meminfo: memFree=1180160/2055888 swapFree=4095388/4096564
[pid=26640] ppid=26638 vsize=915332 CPUtime=0.48
/proc/26640/stat : 26640 (java) R 26638 26640 26198 0 -1 0 7985 0 1 0 43 5 0 0 25 0 8 0 181579325 937299968 7726 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073617072 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26640/statm: 228833 7726 2146 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915332

[startup+1.33725 s]
/proc/loadavg: 2.24 1.85 1.81 3/92 26648
/proc/meminfo: memFree=1146504/2055888 swapFree=4095388/4096564
[pid=26640] ppid=26638 vsize=915636 CPUtime=1.3
/proc/26640/stat : 26640 (java) R 26638 26640 26198 0 -1 0 10885 0 1 0 123 7 0 0 25 0 8 0 181579325 937611264 10625 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073770384 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26640/statm: 228909 10625 2168 14 0 215378 0
[pid=26640/tid=26642] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26642/stat : 26642 (java) S 26638 26640 26198 0 -1 64 7 0 0 0 0 0 0 0 17 0 8 0 181579329 937611264 10625 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26643] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26643/stat : 26643 (java) S 26638 26640 26198 0 -1 64 9 0 0 0 0 0 0 0 21 0 8 0 181579330 937611264 10625 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26644] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26644/stat : 26644 (java) S 26638 26640 26198 0 -1 64 4 0 0 0 0 0 0 0 22 0 8 0 181579330 937611264 10625 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26645] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26645/stat : 26645 (java) S 26638 26640 26198 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 181579333 937611264 10625 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26646] ppid=26638 vsize=915636 CPUtime=0.14
/proc/26640/task/26646/stat : 26646 (java) S 26638 26640 26198 0 -1 64 412 0 0 0 14 0 0 0 16 0 8 0 181579333 937611264 10625 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26647] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26647/stat : 26647 (java) S 26638 26640 26198 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 181579333 937611264 10625 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26648] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26648/stat : 26648 (java) S 26638 26640 26198 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 181579333 937611264 10625 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915636

[startup+2.98657 s]
/proc/loadavg: 2.24 1.85 1.81 4/92 26648
/proc/meminfo: memFree=1144648/2055888 swapFree=4095388/4096564
[pid=26640] ppid=26638 vsize=915636 CPUtime=2.94
/proc/26640/stat : 26640 (java) R 26638 26640 26198 0 -1 0 11482 0 1 0 287 7 0 0 25 0 8 0 181579325 937611264 11221 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073770176 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26640/statm: 228909 11221 2168 14 0 215378 0
[pid=26640/tid=26642] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26642/stat : 26642 (java) S 26638 26640 26198 0 -1 64 7 0 0 0 0 0 0 0 17 0 8 0 181579329 937611264 11221 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26643] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26643/stat : 26643 (java) S 26638 26640 26198 0 -1 64 9 0 0 0 0 0 0 0 21 0 8 0 181579330 937611264 11221 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26644] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26644/stat : 26644 (java) S 26638 26640 26198 0 -1 64 4 0 0 0 0 0 0 0 22 0 8 0 181579330 937611264 11221 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26645] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26645/stat : 26645 (java) S 26638 26640 26198 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 181579333 937611264 11221 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26646] ppid=26638 vsize=915636 CPUtime=0.14
/proc/26640/task/26646/stat : 26646 (java) S 26638 26640 26198 0 -1 64 412 0 0 0 14 0 0 0 16 0 8 0 181579333 937611264 11221 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26647] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26647/stat : 26647 (java) S 26638 26640 26198 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 181579333 937611264 11221 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26648] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26648/stat : 26648 (java) S 26638 26640 26198 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 181579333 937611264 11221 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915636

[startup+6.26721 s]
/proc/loadavg: 2.22 1.85 1.82 3/92 26648
/proc/meminfo: memFree=1139208/2055888 swapFree=4095388/4096564
[pid=26640] ppid=26638 vsize=915636 CPUtime=6.2
/proc/26640/stat : 26640 (java) R 26638 26640 26198 0 -1 0 12766 0 1 0 612 8 0 0 25 0 8 0 181579325 937611264 12504 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073773588 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26640/statm: 228909 12504 2168 14 0 215378 0
[pid=26640/tid=26642] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26642/stat : 26642 (java) S 26638 26640 26198 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 181579329 937611264 12504 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26643] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26643/stat : 26643 (java) S 26638 26640 26198 0 -1 64 9 0 0 0 0 0 0 0 21 0 8 0 181579330 937611264 12504 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26644] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26644/stat : 26644 (java) S 26638 26640 26198 0 -1 64 4 0 0 0 0 0 0 0 22 0 8 0 181579330 937611264 12504 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26645] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26645/stat : 26645 (java) S 26638 26640 26198 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 181579333 937611264 12504 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26646] ppid=26638 vsize=915636 CPUtime=0.14
/proc/26640/task/26646/stat : 26646 (java) S 26638 26640 26198 0 -1 64 412 0 0 0 14 0 0 0 16 0 8 0 181579333 937611264 12504 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26647] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26647/stat : 26647 (java) S 26638 26640 26198 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 181579333 937611264 12504 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26648] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26648/stat : 26648 (java) S 26638 26640 26198 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 181579333 937611264 12504 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 915636

[startup+12.7495 s]
/proc/loadavg: 2.21 1.85 1.82 3/92 26648
/proc/meminfo: memFree=1128264/2055888 swapFree=4095388/4096564
[pid=26640] ppid=26638 vsize=915636 CPUtime=12.62
/proc/26640/stat : 26640 (java) R 26638 26640 26198 0 -1 0 15442 0 1 0 1253 9 0 0 25 0 8 0 181579325 937611264 15180 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073466908 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26640/statm: 228909 15180 2168 14 0 215378 0
[pid=26640/tid=26642] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26642/stat : 26642 (java) S 26638 26640 26198 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 181579329 937611264 15180 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26643] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26643/stat : 26643 (java) S 26638 26640 26198 0 -1 64 9 0 0 0 0 0 0 0 21 0 8 0 181579330 937611264 15180 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26644] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26644/stat : 26644 (java) S 26638 26640 26198 0 -1 64 4 0 0 0 0 0 0 0 22 0 8 0 181579330 937611264 15180 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26645] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26645/stat : 26645 (java) S 26638 26640 26198 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 181579333 937611264 15180 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26646] ppid=26638 vsize=915636 CPUtime=0.15
/proc/26640/task/26646/stat : 26646 (java) S 26638 26640 26198 0 -1 64 413 0 0 0 15 0 0 0 16 0 8 0 181579333 937611264 15180 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26647] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26647/stat : 26647 (java) S 26638 26640 26198 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 181579333 937611264 15180 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26648] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26648/stat : 26648 (java) S 26638 26640 26198 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 181579333 937611264 15180 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 915636

[startup+25.586 s]
/proc/loadavg: 2.24 1.88 1.82 3/92 26648
/proc/meminfo: memFree=1058248/2055888 swapFree=4095388/4096564
[pid=26640] ppid=26638 vsize=915636 CPUtime=25.36
/proc/26640/stat : 26640 (java) R 26638 26640 26198 0 -1 0 23427 0 1 0 2524 12 0 0 25 0 8 0 181579325 937611264 23164 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073773416 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26640/statm: 228909 23164 2179 14 0 215378 0
[pid=26640/tid=26642] ppid=26638 vsize=915636 CPUtime=0.17
/proc/26640/task/26642/stat : 26642 (java) S 26638 26640 26198 0 -1 64 6830 0 0 0 14 3 0 0 16 0 8 0 181579329 937611264 23164 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26643] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26643/stat : 26643 (java) S 26638 26640 26198 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 181579330 937611264 23164 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26644] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26644/stat : 26644 (java) S 26638 26640 26198 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 181579330 937611264 23164 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26645] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26645/stat : 26645 (java) S 26638 26640 26198 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 181579333 937611264 23164 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26646] ppid=26638 vsize=915636 CPUtime=0.15
/proc/26640/task/26646/stat : 26646 (java) S 26638 26640 26198 0 -1 64 414 0 0 0 15 0 0 0 17 0 8 0 181579333 937611264 23164 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26647] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26647/stat : 26647 (java) S 26638 26640 26198 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 181579333 937611264 23164 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26648] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26648/stat : 26648 (java) S 26638 26640 26198 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 181579333 937611264 23164 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 915636

[startup+51.278 s]
/proc/loadavg: 2.32 1.92 1.84 3/92 26648
/proc/meminfo: memFree=1016648/2055888 swapFree=4095388/4096564
[pid=26640] ppid=26638 vsize=915636 CPUtime=50.84
/proc/26640/stat : 26640 (java) R 26638 26640 26198 0 -1 0 33828 0 1 0 5067 17 0 0 25 0 8 0 181579325 937611264 33564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073770406 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26640/statm: 228909 33564 2180 14 0 215378 0
[pid=26640/tid=26642] ppid=26638 vsize=915636 CPUtime=0.46
/proc/26640/task/26642/stat : 26642 (java) S 26638 26640 26198 0 -1 64 17212 0 0 0 39 7 0 0 16 0 8 0 181579329 937611264 33564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26643] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26643/stat : 26643 (java) S 26638 26640 26198 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 181579330 937611264 33564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26644] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26644/stat : 26644 (java) S 26638 26640 26198 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 181579330 937611264 33564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26645] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26645/stat : 26645 (java) S 26638 26640 26198 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 181579333 937611264 33564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26646] ppid=26638 vsize=915636 CPUtime=0.17
/proc/26640/task/26646/stat : 26646 (java) S 26638 26640 26198 0 -1 64 430 0 0 0 17 0 0 0 16 0 8 0 181579333 937611264 33564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26647] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26647/stat : 26647 (java) S 26638 26640 26198 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 181579333 937611264 33564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26648] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26648/stat : 26648 (java) S 26638 26640 26198 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 181579333 937611264 33564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.84
Current children cumulated vsize (KiB) 915636

[startup+102.552 s]
/proc/loadavg: 2.14 1.93 1.84 3/92 26648
/proc/meminfo: memFree=978824/2055888 swapFree=4095388/4096564
[pid=26640] ppid=26638 vsize=915636 CPUtime=101.69
/proc/26640/stat : 26640 (java) R 26638 26640 26198 0 -1 0 43256 0 1 0 10148 21 0 0 25 0 8 0 181579325 937611264 42990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073777648 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26640/statm: 228909 42990 2180 14 0 215378 0
[pid=26640/tid=26642] ppid=26638 vsize=915636 CPUtime=0.8
/proc/26640/task/26642/stat : 26642 (java) S 26638 26640 26198 0 -1 64 26638 0 0 0 70 10 0 0 16 0 8 0 181579329 937611264 42990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26643] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26643/stat : 26643 (java) S 26638 26640 26198 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 181579330 937611264 42990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26644] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26644/stat : 26644 (java) S 26638 26640 26198 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 181579330 937611264 42990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26645] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26645/stat : 26645 (java) S 26638 26640 26198 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 181579333 937611264 42990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26646] ppid=26638 vsize=915636 CPUtime=0.17
/proc/26640/task/26646/stat : 26646 (java) S 26638 26640 26198 0 -1 64 430 0 0 0 17 0 0 0 16 0 8 0 181579333 937611264 42990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26647] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26647/stat : 26647 (java) S 26638 26640 26198 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 181579333 937611264 42990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26648] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26648/stat : 26648 (java) S 26638 26640 26198 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 181579333 937611264 42990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 915636

[startup+162.568 s]
/proc/loadavg: 2.13 1.97 1.86 3/92 26648
/proc/meminfo: memFree=903056/2055888 swapFree=4095388/4096564
[pid=26640] ppid=26638 vsize=915636 CPUtime=161.23
/proc/26640/stat : 26640 (java) R 26638 26640 26198 0 -1 0 62162 0 1 0 16092 31 0 0 25 0 8 0 181579325 937611264 61893 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073771636 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 1411.4
Current children cumulated vsize (KiB) 915636

[startup+1483.56 s]
/proc/loadavg: 2.00 2.00 1.92 3/98 26788
/proc/meminfo: memFree=800064/2055888 swapFree=4095388/4096564
[pid=26640] ppid=26638 vsize=915636 CPUtime=1470.8
/proc/26640/stat : 26640 (java) R 26638 26640 26198 0 -1 0 87817 0 1 0 147032 48 0 0 25 0 8 0 181579325 937611264 87515 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074012865 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26640/statm: 228909 87515 2549 14 0 215378 0
[pid=26640/tid=26642] ppid=26638 vsize=915636 CPUtime=2.94
/proc/26640/task/26642/stat : 26642 (java) S 26638 26640 26198 0 -1 64 70634 0 0 0 266 28 0 0 16 0 8 0 181579329 937611264 87515 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26643] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26643/stat : 26643 (java) S 26638 26640 26198 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 181579330 937611264 87515 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26644] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26644/stat : 26644 (java) S 26638 26640 26198 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 181579330 937611264 87515 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26645] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26645/stat : 26645 (java) S 26638 26640 26198 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 181579333 937611264 87515 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26646] ppid=26638 vsize=915636 CPUtime=0.35
/proc/26640/task/26646/stat : 26646 (java) S 26638 26640 26198 0 -1 64 535 0 0 0 33 2 0 0 17 0 8 0 181579333 937611264 87515 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26647] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26647/stat : 26647 (java) S 26638 26640 26198 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 181579333 937611264 87515 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26648] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26648/stat : 26648 (java) S 26638 26640 26198 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 181579333 937611264 87515 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1470.8
Current children cumulated vsize (KiB) 915636

[startup+1543.62 s]
/proc/loadavg: 2.00 2.00 1.92 3/92 26846
/proc/meminfo: memFree=801104/2055888 swapFree=4095388/4096564
[pid=26640] ppid=26638 vsize=915636 CPUtime=1530.26
/proc/26640/stat : 26640 (java) R 26638 26640 26198 0 -1 0 87817 0 1 0 152976 50 0 0 25 0 8 0 181579325 937611264 87515 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074063711 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26640/statm: 228909 87515 2549 14 0 215378 0
[pid=26640/tid=26642] ppid=26638 vsize=915636 CPUtime=2.94
/proc/26640/task/26642/stat : 26642 (java) S 26638 26640 26198 0 -1 64 70634 0 0 0 266 28 0 0 16 0 8 0 181579329 937611264 87515 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26643] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26643/stat : 26643 (java) S 26638 26640 26198 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 181579330 937611264 87515 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26644] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26644/stat : 26644 (java) S 26638 26640 26198 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 181579330 937611264 87515 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26645] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26645/stat : 26645 (java) S 26638 26640 26198 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 181579333 937611264 87515 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26646] ppid=26638 vsize=915636 CPUtime=0.35
/proc/26640/task/26646/stat : 26646 (java) S 26638 26640 26198 0 -1 64 535 0 0 0 33 2 0 0 17 0 8 0 181579333 937611264 87515 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26647] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26647/stat : 26647 (java) S 26638 26640 26198 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 181579333 937611264 87515 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26648] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26648/stat : 26648 (java) S 26638 26640 26198 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 181579333 937611264 87515 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1530.26
Current children cumulated vsize (KiB) 915636

[startup+1603.67 s]
/proc/loadavg: 2.08 2.02 1.93 3/92 26846
/proc/meminfo: memFree=801232/2055888 swapFree=4095388/4096564
[pid=26640] ppid=26638 vsize=915636 CPUtime=1589.78
/proc/26640/stat : 26640 (java) R 26638 26640 26198 0 -1 0 87819 0 1 0 158928 50 0 0 25 0 8 0 181579325 937611264 87516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074016935 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26640/statm: 228909 87516 2549 14 0 215378 0
[pid=26640/tid=26642] ppid=26638 vsize=915636 CPUtime=2.94
/proc/26640/task/26642/stat : 26642 (java) S 26638 26640 26198 0 -1 64 70634 0 0 0 266 28 0 0 16 0 8 0 181579329 937611264 87516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26643] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26643/stat : 26643 (java) S 26638 26640 26198 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 181579330 937611264 87516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26644] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26644/stat : 26644 (java) S 26638 26640 26198 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 181579330 937611264 87516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26645] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26645/stat : 26645 (java) S 26638 26640 26198 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 181579333 937611264 87516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26646] ppid=26638 vsize=915636 CPUtime=0.35
/proc/26640/task/26646/stat : 26646 (java) S 26638 26640 26198 0 -1 64 536 0 0 0 33 2 0 0 16 0 8 0 181579333 937611264 87516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26647] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26647/stat : 26647 (java) S 26638 26640 26198 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 181579333 937611264 87516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26648] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26648/stat : 26648 (java) S 26638 26640 26198 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 181579333 937611264 87516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1589.78
Current children cumulated vsize (KiB) 915636

[startup+1663.72 s]
/proc/loadavg: 1.98 2.00 1.92 3/93 26974
/proc/meminfo: memFree=1132168/2055888 swapFree=4095388/4096564
[pid=26640] ppid=26638 vsize=915636 CPUtime=1649.55
/proc/26640/stat : 26640 (java) R 26638 26640 26198 0 -1 0 87819 0 1 0 164904 51 0 0 25 0 8 0 181579325 937611264 87516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073770244 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26640/statm: 228909 87516 2549 14 0 215378 0
[pid=26640/tid=26642] ppid=26638 vsize=915636 CPUtime=2.94
/proc/26640/task/26642/stat : 26642 (java) S 26638 26640 26198 0 -1 64 70634 0 0 0 266 28 0 0 16 0 8 0 181579329 937611264 87516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26643] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26643/stat : 26643 (java) S 26638 26640 26198 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 181579330 937611264 87516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26644] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26644/stat : 26644 (java) S 26638 26640 26198 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 181579330 937611264 87516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26645] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26645/stat : 26645 (java) S 26638 26640 26198 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 181579333 937611264 87516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26646] ppid=26638 vsize=915636 CPUtime=0.35
/proc/26640/task/26646/stat : 26646 (java) S 26638 26640 26198 0 -1 64 536 0 0 0 33 2 0 0 16 0 8 0 181579333 937611264 87516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26640/tid=26647] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26647/stat : 26647 (java) S 26638 26640 26198 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 181579333 937611264 87516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26648] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26648/stat : 26648 (java) S 26638 26640 26198 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 181579333 937611264 87516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1649.55
Current children cumulated vsize (KiB) 915636

[startup+1723.77 s]
/proc/loadavg: 1.87 1.96 1.91 2/78 27116
/proc/meminfo: memFree=1150400/2055888 swapFree=4095388/4096564
[pid=26640] ppid=26638 vsize=915636 CPUtime=1709.37
/proc/26640/stat : 26640 (java) R 26638 26640 26198 0 -1 0 87822 0 1 0 170886 51 0 0 25 0 8 0 181579325 937611264 87516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074006647 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26640/statm: 228909 87516 2549 14 0 215378 0
[pid=26640/tid=26642] ppid=26638 vsize=915636 CPUtime=2.94
/proc/26640/task/26642/stat : 26642 (java) S 26638 26640 26198 0 -1 64 70634 0 0 0 266 28 0 0 16 0 8 0 181579329 937611264 87516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26643] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26643/stat : 26643 (java) S 26638 26640 26198 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 181579330 937611264 87516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26644] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26644/stat : 26644 (java) S 26638 26640 26198 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 181579330 937611264 87516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26645] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26645/stat : 26645 (java) S 26638 26640 26198 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 181579333 937611264 87516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26646] ppid=26638 vsize=915636 CPUtime=0.35
/proc/26640/task/26646/stat : 26646 (java) S 26638 26640 26198 0 -1 64 536 0 0 0 33 2 0 0 16 0 8 0 181579333 937611264 87516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26640/tid=26647] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26647/stat : 26647 (java) S 26638 26640 26198 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 181579333 937611264 87516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26648] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26648/stat : 26648 (java) S 26638 26640 26198 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 181579333 937611264 87516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1709.37
Current children cumulated vsize (KiB) 915636

[startup+1783.84 s]
/proc/loadavg: 1.32 1.79 1.85 2/77 27117
/proc/meminfo: memFree=1150864/2055888 swapFree=4095388/4096564
[pid=26640] ppid=26638 vsize=915636 CPUtime=1769.41
/proc/26640/stat : 26640 (java) R 26638 26640 26198 0 -1 0 87822 0 1 0 176890 51 0 0 25 0 8 0 181579325 937611264 87516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073466908 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26640/statm: 228909 87516 2549 14 0 215378 0
[pid=26640/tid=26642] ppid=26638 vsize=915636 CPUtime=2.94
/proc/26640/task/26642/stat : 26642 (java) S 26638 26640 26198 0 -1 64 70634 0 0 0 266 28 0 0 16 0 8 0 181579329 937611264 87516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26643] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26643/stat : 26643 (java) S 26638 26640 26198 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 181579330 937611264 87516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26644] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26644/stat : 26644 (java) S 26638 26640 26198 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 181579330 937611264 87516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26645] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26645/stat : 26645 (java) S 26638 26640 26198 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 181579333 937611264 87516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26646] ppid=26638 vsize=915636 CPUtime=0.35
/proc/26640/task/26646/stat : 26646 (java) S 26638 26640 26198 0 -1 64 536 0 0 0 33 2 0 0 16 0 8 0 181579333 937611264 87516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26640/tid=26647] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26647/stat : 26647 (java) S 26638 26640 26198 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 181579333 937611264 87516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26648] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26648/stat : 26648 (java) S 26638 26640 26198 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 181579333 937611264 87516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1769.41
Current children cumulated vsize (KiB) 915636



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.44 s]
/proc/loadavg: 1.19 1.71 1.82 2/77 27117
/proc/meminfo: memFree=1150864/2055888 swapFree=4095388/4096564
[pid=26640] ppid=26638 vsize=915636 CPUtime=1800.01
/proc/26640/stat : 26640 (java) R 26638 26640 26198 0 -1 0 87822 0 1 0 179949 52 0 0 25 0 8 0 181579325 937611264 87516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073773520 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26640/statm: 228909 87516 2549 14 0 215378 0
[pid=26640/tid=26642] ppid=26638 vsize=915636 CPUtime=2.94
/proc/26640/task/26642/stat : 26642 (java) S 26638 26640 26198 0 -1 64 70634 0 0 0 266 28 0 0 16 0 8 0 181579329 937611264 87516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26643] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26643/stat : 26643 (java) S 26638 26640 26198 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 181579330 937611264 87516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26644] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26644/stat : 26644 (java) S 26638 26640 26198 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 181579330 937611264 87516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26645] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26645/stat : 26645 (java) S 26638 26640 26198 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 181579333 937611264 87516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26646] ppid=26638 vsize=915636 CPUtime=0.35
/proc/26640/task/26646/stat : 26646 (java) S 26638 26640 26198 0 -1 64 536 0 0 0 33 2 0 0 16 0 8 0 181579333 937611264 87516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26640/tid=26647] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26647/stat : 26647 (java) S 26638 26640 26198 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 181579333 937611264 87516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26640/tid=26648] ppid=26638 vsize=915636 CPUtime=0
/proc/26640/task/26648/stat : 26648 (java) S 26638 26640 26198 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 181579333 937611264 87516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 915636

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

Child status: 143
Real time (s): 1814.55
CPU time (s): 1800.13
CPU user time (s): 1799.56
CPU system time (s): 0.570913
CPU usage (%): 99.2051
Max. virtual memory (cumulated for all children) (KiB): 915636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.56
system time used= 0.570913
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87839
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= 38427
involuntary context switches= 81631

runsolver used 2.13567 s user time and 4.81527 s system time

The end

Launcher Data (download as text)

Begin job on node76 on Tue Jan  9 08:37:02 UTC 2007


IDJOB= 234338
IDBENCH= 6682
FILE ID= node76/234338-1168331822

PBS_JOBID= 3503291

Free space on /tmp= 66645 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  1be6534ea2a6d2988f7221fd0bff0aca

RANDOM SEED= 869905456

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.254
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	: 6006.17
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.254
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	: 5999.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1180768 kB
Buffers:         59740 kB
Cached:         419028 kB
SwapCached:        428 kB
Active:         451700 kB
Inactive:       351056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1180768 kB
SwapTotal:     4096564 kB
SwapFree:      4095388 kB
Dirty:            2172 kB
Writeback:           0 kB
Mapped:         342108 kB
Slab:            57492 kB
Committed_AS:  7596956 kB
PageTables:       2416 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66647 MiB



End job on node76 on Tue Jan  9 09:07:17 UTC 2007