Trace number 234134

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 1815.89

General information on the benchmark

Nametaillard/
js-taillard-15/js-taillard-15-95-9.xml
MD5SUM53dc0128d57f15274860bbb12b18229a
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 benchmark15.0787
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables225
Number of constraints1785
Maximum constraint arity2
Maximum domain size1207
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1785
Global constraints used (with number of constraints)

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=esac.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/234134-1168330608/unknown.xml
0.37	   
0.37	   domains being loaded...
0.41	   
0.41	   variables being loaded...
0.48	     nbVariables=225  nbDomainTypes=225  minDomainSize=1109  maxDomainSize=1207
0.48	       =>  wckTime=0.17  cpuTime=0.15  mem=13M749
0.48	   
0.48	   predicates being loaded...
0.48	   
0.48	   constraints being loaded...
204.40	   
204.40	   INFO : Stopping converting binary constraints (cpu=200.01, mem = 281M706)
204.56	     nbConstraints=1785  nbConvertedConstraints=591  nbConvertConstraintsChecks=793410401  nbExtensionStructures=591
204.56	     nbSharedExtensionStructures=0  nbConflictsStructures=591  nbSharedConflictsStructures=0
204.56	     nbSharedBinaryRepresentations=188473  nbEvaluationManagers=1194  nbSharedEvaluationManagers=0  maxDegree=16
204.56	     maxArity=2
204.56	       =>  wckTime=204.247  cpuTime=200.1  mem=290M202
205.20	   
205.20	   solver IterativeSystematicSolver being built... 
205.43	       =>  wckTime=205.118  cpuTime=200.29  mem=294M20
295.66	   
295.66	   INFO : Stopping ESAC
295.66	   
295.66	   preprocessing
295.66	     nbConstraintChecks=342609879  nbValidityChecks=28584966  nbPropagations=7885  nbRevisions=90154
295.66	     nbUselessRevisions=78616  nbSingletonTests=155  nbEffectiveSingletonTests=0  nbESACBranches=17
295.66	     nbRemovedValues=158984  detectedInconsistency=no
295.66	       =>  wckTime=90.22  cpuTime=89.4  mem=294M20
303.70	   
303.71	   search
303.71	     run=0  nbConstraintChecks=27821309  nbValidityChecks=11174641  nbPropagations=12469  nbRevisions=147246
303.71	     nbUselessRevisions=124242  nbAssignments=259  nbFailedAssignments=223  nbBacktracks=10  nbVisitedNodes=490
303.71	     nbRestartNogoods=0  mapSize=9  nbInferences=0  nbTooLargeKeys=0
303.71	       =>  wckTime=98.264  cpuTime=97.36  mem=295M351
406.76	   
406.76	   search
406.76	     run=1  nbConstraintChecks=444055494  nbValidityChecks=116925270  nbPropagations=57842  nbRevisions=641233
406.76	     nbUselessRevisions=545350  nbAssignments=1176  nbFailedAssignments=628  nbBacktracks=25  nbVisitedNodes=1341
406.76	     nbRestartNogoods=36  mapSize=18  nbInferences=0  nbTooLargeKeys=0
406.76	       =>  wckTime=201.317  cpuTime=199.5  mem=296M43
440.69	   
440.69	   search
440.69	     run=2  nbConstraintChecks=567468232  nbValidityChecks=195036480  nbPropagations=130914  nbRevisions=1452151
440.69	     nbUselessRevisions=1224648  nbAssignments=1878  nbFailedAssignments=1299  nbBacktracks=47  nbVisitedNodes=2731
440.69	     nbRestartNogoods=38  mapSize=35  nbInferences=0  nbTooLargeKeys=0
440.69	       =>  wckTime=235.251  cpuTime=233.13  mem=297M30
657.02	   
657.02	   search
657.02	     run=3  nbConstraintChecks=1436459270  nbValidityChecks=391266928  nbPropagations=261363  nbRevisions=2877368
657.02	     nbUselessRevisions=2431712  nbAssignments=3171  nbFailedAssignments=1804  nbBacktracks=80  nbVisitedNodes=3813
657.02	     nbRestartNogoods=170  mapSize=66  nbInferences=0  nbTooLargeKeys=0
657.02	       =>  wckTime=451.579  cpuTime=447.49  mem=298M391
755.92	   
755.92	   search
755.92	     run=4  nbConstraintChecks=1823733288  nbValidityChecks=526364179  nbPropagations=439951  nbRevisions=4807132
755.92	     nbUselessRevisions=4062670  nbAssignments=5228  nbFailedAssignments=3286  nbBacktracks=130  nbVisitedNodes=6887
755.92	     nbRestartNogoods=223  mapSize=115  nbInferences=0  nbTooLargeKeys=0
755.92	       =>  wckTime=550.478  cpuTime=545.5  mem=300M335
849.17	   
849.17	   search
849.17	     run=5  nbConstraintChecks=2128750586  nbValidityChecks=858301693  nbPropagations=731489  nbRevisions=8005029
849.17	     nbUselessRevisions=6785083  nbAssignments=8621  nbFailedAssignments=6432  nbBacktracks=212  nbVisitedNodes=13329
849.17	     nbRestartNogoods=250  mapSize=186  nbInferences=0  nbTooLargeKeys=0
849.17	       =>  wckTime=643.733  cpuTime=637.91  mem=302M923
915.17	   
915.17	   search
915.17	     run=6  nbConstraintChecks=2371170945  nbValidityChecks=982644358  nbPropagations=1064635  nbRevisions=11728259
915.17	     nbUselessRevisions=9927514  nbAssignments=10335  nbFailedAssignments=8025  nbBacktracks=325  nbVisitedNodes=16737
915.17	     nbRestartNogoods=250  mapSize=298  nbInferences=0  nbTooLargeKeys=0
915.17	       =>  wckTime=709.728  cpuTime=703.25  mem=286M988
1168.24	   
1168.24	   search
1168.24	     run=7  nbConstraintChecks=3340287609  nbValidityChecks=1485385824  nbPropagations=1564854  nbRevisions=17373737
1168.24	     nbUselessRevisions=14661962  nbAssignments=16010  nbFailedAssignments=12481  nbBacktracks=496  nbVisitedNodes=25976
1168.24	     nbRestartNogoods=355  mapSize=448  nbInferences=0  nbTooLargeKeys=0
1168.24	       =>  wckTime=962.794  cpuTime=954.06  mem=292M784
1343.72	   
1343.72	   search
1343.72	     run=8  nbConstraintChecks=3981589330  nbValidityChecks=2044625032  nbPropagations=2319881  nbRevisions=25607867
1343.72	     nbUselessRevisions=21526858  nbAssignments=26684  nbFailedAssignments=22889  nbBacktracks=753  nbVisitedNodes=47289
1343.72	     nbRestartNogoods=361  mapSize=694  nbInferences=0  nbTooLargeKeys=0
1343.72	       =>  wckTime=1138.281  cpuTime=1127.97  mem=301M714

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/node24/watcher-234134-1168330608 -o ROOT/results/node24/solver-234134-1168330608 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/234134-1168330608/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.23 1.67 1.58 4/86 26229
/proc/meminfo: memFree=1660160/2055920 swapFree=4192812/4192956
[pid=26228] ppid=26226 vsize=18540 CPUtime=0
/proc/26228/stat : 26228 (runsolver) R 26226 26228 25736 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 181456039 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 237788261671 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/26228/statm: 4635 279 244 17 0 2626 0

[startup+0.109908 s]
/proc/loadavg: 2.23 1.67 1.58 4/86 26229
/proc/meminfo: memFree=1660160/2055920 swapFree=4192812/4192956
[pid=26228] ppid=26226 vsize=914988 CPUtime=0.09
/proc/26228/stat : 26228 (java) R 26226 26228 25736 0 -1 0 3058 0 1 0 8 1 0 0 17 0 8 0 181456039 936947712 2804 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960145 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26228/statm: 228747 2804 1449 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.517951 s]
/proc/loadavg: 2.23 1.67 1.58 4/86 26229
/proc/meminfo: memFree=1660160/2055920 swapFree=4192812/4192956
[pid=26228] ppid=26226 vsize=915328 CPUtime=0.49
/proc/26228/stat : 26228 (java) R 26226 26228 25736 0 -1 0 7955 0 1 0 45 4 0 0 18 0 8 0 181456039 937295872 7694 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153380209 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26228/statm: 228832 7694 2145 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33903 s]
/proc/loadavg: 2.29 1.69 1.59 3/93 26236
/proc/meminfo: memFree=1626248/2055920 swapFree=4192812/4192956
[pid=26228] ppid=26226 vsize=915632 CPUtime=1.31
/proc/26228/stat : 26228 (java) R 26226 26228 25736 0 -1 0 10827 0 1 0 124 7 0 0 22 0 8 0 181456039 937607168 10565 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073782646 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26228/statm: 228908 10565 2167 14 0 215378 0
[pid=26228/tid=26230] ppid=26226 vsize=915632 CPUtime=0
/proc/26228/task/26230/stat : 26230 (java) S 26226 26228 25736 0 -1 64 7 0 0 0 0 0 0 0 17 0 8 0 181456043 937607168 10565 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26231] ppid=26226 vsize=915632 CPUtime=0
/proc/26228/task/26231/stat : 26231 (java) S 26226 26228 25736 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 181456043 937607168 10565 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26232] ppid=26226 vsize=915632 CPUtime=0
/proc/26228/task/26232/stat : 26232 (java) S 26226 26228 25736 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 181456044 937607168 10565 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26233] ppid=26226 vsize=915632 CPUtime=0
/proc/26228/task/26233/stat : 26233 (java) S 26226 26228 25736 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 181456047 937607168 10565 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26234] ppid=26226 vsize=915632 CPUtime=0.16
/proc/26228/task/26234/stat : 26234 (java) S 26226 26228 25736 0 -1 64 409 0 0 0 15 1 0 0 16 0 8 0 181456047 937607168 10565 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26235] ppid=26226 vsize=915632 CPUtime=0
/proc/26228/task/26235/stat : 26235 (java) S 26226 26228 25736 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 181456047 937607168 10565 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26236] ppid=26226 vsize=915632 CPUtime=0
/proc/26228/task/26236/stat : 26236 (java) S 26226 26228 25736 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 181456047 937607168 10565 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915632

[startup+2.97721 s]
/proc/loadavg: 2.29 1.69 1.59 3/93 26236
/proc/meminfo: memFree=1624584/2055920 swapFree=4192812/4192956
[pid=26228] ppid=26226 vsize=915632 CPUtime=2.93
/proc/26228/stat : 26228 (java) R 26226 26228 25736 0 -1 0 11512 0 1 0 286 7 0 0 25 0 8 0 181456039 937607168 11249 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479196 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26228/statm: 228908 11249 2167 14 0 215378 0
[pid=26228/tid=26230] ppid=26226 vsize=915632 CPUtime=0
/proc/26228/task/26230/stat : 26230 (java) S 26226 26228 25736 0 -1 64 7 0 0 0 0 0 0 0 17 0 8 0 181456043 937607168 11249 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26231] ppid=26226 vsize=915632 CPUtime=0
/proc/26228/task/26231/stat : 26231 (java) S 26226 26228 25736 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 181456043 937607168 11249 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26232] ppid=26226 vsize=915632 CPUtime=0
/proc/26228/task/26232/stat : 26232 (java) S 26226 26228 25736 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 181456044 937607168 11249 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26233] ppid=26226 vsize=915632 CPUtime=0
/proc/26228/task/26233/stat : 26233 (java) S 26226 26228 25736 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 181456047 937607168 11249 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26234] ppid=26226 vsize=915632 CPUtime=0.16
/proc/26228/task/26234/stat : 26234 (java) S 26226 26228 25736 0 -1 64 411 0 0 0 15 1 0 0 16 0 8 0 181456047 937607168 11249 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26235] ppid=26226 vsize=915632 CPUtime=0
/proc/26228/task/26235/stat : 26235 (java) S 26226 26228 25736 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 181456047 937607168 11249 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26236] ppid=26226 vsize=915632 CPUtime=0
/proc/26228/task/26236/stat : 26236 (java) S 26226 26228 25736 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 181456047 937607168 11249 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915632

[startup+6.18256 s]
/proc/loadavg: 2.29 1.69 1.59 3/93 26236
/proc/meminfo: memFree=1619144/2055920 swapFree=4192812/4192956
[pid=26228] ppid=26226 vsize=915632 CPUtime=6.11
/proc/26228/stat : 26228 (java) R 26226 26228 25736 0 -1 0 12689 0 1 0 603 8 0 0 25 0 8 0 181456039 937607168 12425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073782637 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26228/statm: 228908 12425 2167 14 0 215378 0
[pid=26228/tid=26230] ppid=26226 vsize=915632 CPUtime=0
/proc/26228/task/26230/stat : 26230 (java) S 26226 26228 25736 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 181456043 937607168 12425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26231] ppid=26226 vsize=915632 CPUtime=0
/proc/26228/task/26231/stat : 26231 (java) S 26226 26228 25736 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 181456043 937607168 12425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26232] ppid=26226 vsize=915632 CPUtime=0
/proc/26228/task/26232/stat : 26232 (java) S 26226 26228 25736 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 181456044 937607168 12425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26233] ppid=26226 vsize=915632 CPUtime=0
/proc/26228/task/26233/stat : 26233 (java) S 26226 26228 25736 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 181456047 937607168 12425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26234] ppid=26226 vsize=915632 CPUtime=0.16
/proc/26228/task/26234/stat : 26234 (java) S 26226 26228 25736 0 -1 64 411 0 0 0 15 1 0 0 16 0 8 0 181456047 937607168 12425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26235] ppid=26226 vsize=915632 CPUtime=0
/proc/26228/task/26235/stat : 26235 (java) S 26226 26228 25736 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 181456047 937607168 12425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26236] ppid=26226 vsize=915632 CPUtime=0
/proc/26228/task/26236/stat : 26236 (java) S 26226 26228 25736 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 181456047 937607168 12425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 915632

[startup+12.6523 s]
/proc/loadavg: 2.25 1.70 1.59 3/93 26236
/proc/meminfo: memFree=1609544/2055920 swapFree=4192812/4192956
[pid=26228] ppid=26226 vsize=915632 CPUtime=12.52
/proc/26228/stat : 26228 (java) R 26226 26228 25736 0 -1 0 15102 0 1 0 1244 8 0 0 25 0 8 0 181456039 937607168 14838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073782488 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26228/statm: 228908 14838 2167 14 0 215378 0
[pid=26228/tid=26230] ppid=26226 vsize=915632 CPUtime=0
/proc/26228/task/26230/stat : 26230 (java) S 26226 26228 25736 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 181456043 937607168 14838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26231] ppid=26226 vsize=915632 CPUtime=0
/proc/26228/task/26231/stat : 26231 (java) S 26226 26228 25736 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 181456043 937607168 14838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26232] ppid=26226 vsize=915632 CPUtime=0
/proc/26228/task/26232/stat : 26232 (java) S 26226 26228 25736 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 181456044 937607168 14838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26233] ppid=26226 vsize=915632 CPUtime=0
/proc/26228/task/26233/stat : 26233 (java) S 26226 26228 25736 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 181456047 937607168 14838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26234] ppid=26226 vsize=915632 CPUtime=0.16
/proc/26228/task/26234/stat : 26234 (java) S 26226 26228 25736 0 -1 64 412 0 0 0 15 1 0 0 16 0 8 0 181456047 937607168 14838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26235] ppid=26226 vsize=915632 CPUtime=0
/proc/26228/task/26235/stat : 26235 (java) S 26226 26228 25736 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 181456047 937607168 14838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26236] ppid=26226 vsize=915632 CPUtime=0
/proc/26228/task/26236/stat : 26236 (java) S 26226 26228 25736 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 181456047 937607168 14838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 915632

[startup+25.5086 s]
/proc/loadavg: 2.21 1.71 1.60 3/93 26236
/proc/meminfo: memFree=1575560/2055920 swapFree=4192812/4192956
[pid=26228] ppid=26226 vsize=915632 CPUtime=25.26
/proc/26228/stat : 26228 (java) R 26226 26228 25736 0 -1 0 23500 0 1 0 2514 12 0 0 25 0 8 0 181456039 937607168 23235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073782637 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26228/statm: 228908 23235 2178 14 0 215378 0
[pid=26228/tid=26230] ppid=26226 vsize=915632 CPUtime=0.17
/proc/26228/task/26230/stat : 26230 (java) S 26226 26228 25736 0 -1 64 7157 0 0 0 15 2 0 0 16 0 8 0 181456043 937607168 23235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26231] ppid=26226 vsize=915632 CPUtime=0
/proc/26228/task/26231/stat : 26231 (java) S 26226 26228 25736 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 181456043 937607168 23235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26232] ppid=26226 vsize=915632 CPUtime=0
/proc/26228/task/26232/stat : 26232 (java) S 26226 26228 25736 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 181456044 937607168 23235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26233] ppid=26226 vsize=915632 CPUtime=0
/proc/26228/task/26233/stat : 26233 (java) S 26226 26228 25736 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 181456047 937607168 23235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26234] ppid=26226 vsize=915632 CPUtime=0.16
/proc/26228/task/26234/stat : 26234 (java) S 26226 26228 25736 0 -1 64 413 0 0 0 15 1 0 0 16 0 8 0 181456047 937607168 23235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26235] ppid=26226 vsize=915632 CPUtime=0
/proc/26228/task/26235/stat : 26235 (java) S 26226 26228 25736 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 181456047 937607168 23235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26236] ppid=26226 vsize=915632 CPUtime=0
/proc/26228/task/26236/stat : 26236 (java) S 26226 26228 25736 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 181456047 937607168 23235 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 915632

[startup+51.1224 s]
/proc/loadavg: 2.12 1.74 1.61 3/93 26236
/proc/meminfo: memFree=1526856/2055920 swapFree=4192812/4192956
[pid=26228] ppid=26226 vsize=915632 CPUtime=50.65
/proc/26228/stat : 26228 (java) R 26226 26228 25736 0 -1 0 35670 0 1 0 5046 19 0 0 25 0 8 0 181456039 937607168 35404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073782739 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26228/statm: 228908 35404 2179 14 0 215378 0
[pid=26228/tid=26230] ppid=26226 vsize=915632 CPUtime=0.53
/proc/26228/task/26230/stat : 26230 (java) S 26226 26228 25736 0 -1 64 19055 0 0 0 45 8 0 0 16 0 8 0 181456043 937607168 35404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26231] ppid=26226 vsize=915632 CPUtime=0
/proc/26228/task/26231/stat : 26231 (java) S 26226 26228 25736 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 181456043 937607168 35404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26232] ppid=26226 vsize=915632 CPUtime=0
/proc/26228/task/26232/stat : 26232 (java) S 26226 26228 25736 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 181456044 937607168 35404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26233] ppid=26226 vsize=915632 CPUtime=0
/proc/26228/task/26233/stat : 26233 (java) S 26226 26228 25736 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 181456047 937607168 35404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26234] ppid=26226 vsize=915632 CPUtime=0.18
/proc/26228/task/26234/stat : 26234 (java) S 26226 26228 25736 0 -1 64 428 0 0 0 17 1 0 0 16 0 8 0 181456047 937607168 35404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26235] ppid=26226 vsize=915632 CPUtime=0
/proc/26228/task/26235/stat : 26235 (java) S 26226 26228 25736 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 181456047 937607168 35404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26236] ppid=26226 vsize=915632 CPUtime=0
/proc/26228/task/26236/stat : 26236 (java) S 26226 26228 25736 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 181456047 937607168 35404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 915632

[startup+102.34 s]
/proc/loadavg: 2.05 1.78 1.63 3/93 26236
/proc/meminfo: memFree=1486664/2055920 swapFree=4192812/4192956
[pid=26228] ppid=26226 vsize=915632 CPUtime=101.4
/proc/26228/stat : 26228 (java) R 26226 26228 25736 0 -1 0 45694 0 1 0 10116 24 0 0 25 0 8 0 181456039 937607168 45426 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073798796 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26228/statm: 228908 45426 2179 14 0 215378 0
[pid=26228/tid=26230] ppid=26226 vsize=915632 CPUtime=0.9
/proc/26228/task/26230/stat : 26230 (java) S 26226 26228 25736 0 -1 64 29076 0 0 0 78 12 0 0 16 0 8 0 181456043 937607168 45426 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26231] ppid=26226 vsize=915632 CPUtime=0
/proc/26228/task/26231/stat : 26231 (java) S 26226 26228 25736 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 181456043 937607168 45426 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26232] ppid=26226 vsize=915632 CPUtime=0
/proc/26228/task/26232/stat : 26232 (java) S 26226 26228 25736 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 181456044 937607168 45426 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26233] ppid=26226 vsize=915632 CPUtime=0
/proc/26228/task/26233/stat : 26233 (java) S 26226 26228 25736 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 181456047 937607168 45426 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26234] ppid=26226 vsize=915632 CPUtime=0.18
/proc/26228/task/26234/stat : 26234 (java) S 26226 26228 25736 0 -1 64 429 0 0 0 17 1 0 0 16 0 8 0 181456047 937607168 45426 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26235] ppid=26226 vsize=915632 CPUtime=0
/proc/26228/task/26235/stat : 26235 (java) S 26226 26228 25736 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 181456047 937607168 45426 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26236] ppid=26226 vsize=915632 CPUtime=0
/proc/26228/task/26236/stat : 26236 (java) S 26226 26228 25736 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 181456047 937607168 45426 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.4
Current children cumulated vsize (KiB) 915632

[startup+162.404 s]
/proc/loadavg: 2.02 1.81 1.65 3/93 26238
/proc/meminfo: memFree=1398736/2055920 swapFree=4192812/4192956
[pid=26228] ppid=26226 vsize=915632 CPUtime=160.94
/proc/26228/stat : 26228 (java) R 26226 26228 25736 0 -1 0 67574 0 1 0 16059 35 0 0 25 0 8 0 181456039 937607168 67304 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073786855 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

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

[startup+1483.76 s]
/proc/loadavg: 2.00 1.98 1.88 3/93 26238
/proc/meminfo: memFree=1316624/2055920 swapFree=4192812/4192956
[pid=26228] ppid=26226 vsize=915632 CPUtime=1470.51
/proc/26228/stat : 26228 (java) R 26226 26228 25736 0 -1 0 88200 0 1 0 146994 57 0 0 25 0 8 0 181456039 937607168 87886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073782581 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26228/statm: 228908 87886 2549 14 0 215378 0
[pid=26228/tid=26230] ppid=26226 vsize=915632 CPUtime=2.79
/proc/26228/task/26230/stat : 26230 (java) S 26226 26228 25736 0 -1 64 71005 0 0 0 251 28 0 0 16 0 8 0 181456043 937607168 87886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26231] ppid=26226 vsize=915632 CPUtime=0
/proc/26228/task/26231/stat : 26231 (java) S 26226 26228 25736 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 181456043 937607168 87886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26232] ppid=26226 vsize=915632 CPUtime=0
/proc/26228/task/26232/stat : 26232 (java) S 26226 26228 25736 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 181456044 937607168 87886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26233] ppid=26226 vsize=915632 CPUtime=0
/proc/26228/task/26233/stat : 26233 (java) S 26226 26228 25736 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 181456047 937607168 87886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26234] ppid=26226 vsize=915632 CPUtime=0.38
/proc/26228/task/26234/stat : 26234 (java) S 26226 26228 25736 0 -1 64 536 0 0 0 36 2 0 0 16 0 8 0 181456047 937607168 87886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26235] ppid=26226 vsize=915632 CPUtime=0
/proc/26228/task/26235/stat : 26235 (java) S 26226 26228 25736 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 181456047 937607168 87886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26236] ppid=26226 vsize=915632 CPUtime=0.01
/proc/26228/task/26236/stat : 26236 (java) S 26226 26228 25736 0 -1 64 0 0 0 0 0 1 0 0 15 0 8 0 181456047 937607168 87886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1470.51
Current children cumulated vsize (KiB) 915632

[startup+1543.84 s]
/proc/loadavg: 2.00 1.98 1.89 3/93 26238
/proc/meminfo: memFree=1316624/2055920 swapFree=4192812/4192956
[pid=26228] ppid=26226 vsize=915632 CPUtime=1530.05
/proc/26228/stat : 26228 (java) R 26226 26228 25736 0 -1 0 88200 0 1 0 152948 57 0 0 25 0 8 0 181456039 937607168 87886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074042618 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26228/statm: 228908 87886 2549 14 0 215378 0
[pid=26228/tid=26230] ppid=26226 vsize=915632 CPUtime=2.79
/proc/26228/task/26230/stat : 26230 (java) S 26226 26228 25736 0 -1 64 71005 0 0 0 251 28 0 0 16 0 8 0 181456043 937607168 87886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26231] ppid=26226 vsize=915632 CPUtime=0
/proc/26228/task/26231/stat : 26231 (java) S 26226 26228 25736 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 181456043 937607168 87886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26232] ppid=26226 vsize=915632 CPUtime=0
/proc/26228/task/26232/stat : 26232 (java) S 26226 26228 25736 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 181456044 937607168 87886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26233] ppid=26226 vsize=915632 CPUtime=0
/proc/26228/task/26233/stat : 26233 (java) S 26226 26228 25736 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 181456047 937607168 87886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26234] ppid=26226 vsize=915632 CPUtime=0.38
/proc/26228/task/26234/stat : 26234 (java) S 26226 26228 25736 0 -1 64 536 0 0 0 36 2 0 0 16 0 8 0 181456047 937607168 87886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26235] ppid=26226 vsize=915632 CPUtime=0
/proc/26228/task/26235/stat : 26235 (java) S 26226 26228 25736 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 181456047 937607168 87886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26236] ppid=26226 vsize=915632 CPUtime=0.01
/proc/26228/task/26236/stat : 26236 (java) S 26226 26228 25736 0 -1 64 0 0 0 0 0 1 0 0 15 0 8 0 181456047 937607168 87886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1530.05
Current children cumulated vsize (KiB) 915632

[startup+1603.94 s]
/proc/loadavg: 2.00 1.98 1.89 3/93 26238
/proc/meminfo: memFree=1316496/2055920 swapFree=4192812/4192956
[pid=26228] ppid=26226 vsize=915632 CPUtime=1589.6
/proc/26228/stat : 26228 (java) R 26226 26228 25736 0 -1 0 88200 0 1 0 158903 57 0 0 25 0 8 0 181456039 937607168 87886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073785106 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26228/statm: 228908 87886 2549 14 0 215378 0
[pid=26228/tid=26230] ppid=26226 vsize=915632 CPUtime=2.79
/proc/26228/task/26230/stat : 26230 (java) S 26226 26228 25736 0 -1 64 71005 0 0 0 251 28 0 0 16 0 8 0 181456043 937607168 87886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26231] ppid=26226 vsize=915632 CPUtime=0
/proc/26228/task/26231/stat : 26231 (java) S 26226 26228 25736 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 181456043 937607168 87886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26232] ppid=26226 vsize=915632 CPUtime=0
/proc/26228/task/26232/stat : 26232 (java) S 26226 26228 25736 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 181456044 937607168 87886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26233] ppid=26226 vsize=915632 CPUtime=0
/proc/26228/task/26233/stat : 26233 (java) S 26226 26228 25736 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 181456047 937607168 87886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26234] ppid=26226 vsize=915632 CPUtime=0.38
/proc/26228/task/26234/stat : 26234 (java) S 26226 26228 25736 0 -1 64 536 0 0 0 36 2 0 0 16 0 8 0 181456047 937607168 87886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26235] ppid=26226 vsize=915632 CPUtime=0
/proc/26228/task/26235/stat : 26235 (java) S 26226 26228 25736 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 181456047 937607168 87886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26236] ppid=26226 vsize=915632 CPUtime=0.01
/proc/26228/task/26236/stat : 26236 (java) S 26226 26228 25736 0 -1 64 0 0 0 0 0 1 0 0 15 0 8 0 181456047 937607168 87886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1589.6
Current children cumulated vsize (KiB) 915632

[startup+1663.95 s]
/proc/loadavg: 2.09 2.01 1.91 3/101 26309
/proc/meminfo: memFree=730376/2055920 swapFree=4192812/4192956
[pid=26228] ppid=26226 vsize=915632 CPUtime=1649.15
/proc/26228/stat : 26228 (java) R 26226 26228 25736 0 -1 0 88200 0 1 0 164857 58 0 0 25 0 8 0 181456039 937607168 87886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074018922 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26228/statm: 228908 87886 2549 14 0 215378 0
[pid=26228/tid=26230] ppid=26226 vsize=915632 CPUtime=2.79
/proc/26228/task/26230/stat : 26230 (java) S 26226 26228 25736 0 -1 64 71005 0 0 0 251 28 0 0 16 0 8 0 181456043 937607168 87886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26231] ppid=26226 vsize=915632 CPUtime=0
/proc/26228/task/26231/stat : 26231 (java) S 26226 26228 25736 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 181456043 937607168 87886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26232] ppid=26226 vsize=915632 CPUtime=0
/proc/26228/task/26232/stat : 26232 (java) S 26226 26228 25736 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 181456044 937607168 87886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26233] ppid=26226 vsize=915632 CPUtime=0
/proc/26228/task/26233/stat : 26233 (java) S 26226 26228 25736 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 181456047 937607168 87886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26234] ppid=26226 vsize=915632 CPUtime=0.38
/proc/26228/task/26234/stat : 26234 (java) S 26226 26228 25736 0 -1 64 536 0 0 0 36 2 0 0 16 0 8 0 181456047 937607168 87886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26235] ppid=26226 vsize=915632 CPUtime=0
/proc/26228/task/26235/stat : 26235 (java) S 26226 26228 25736 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 181456047 937607168 87886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26236] ppid=26226 vsize=915632 CPUtime=0.01
/proc/26228/task/26236/stat : 26236 (java) S 26226 26228 25736 0 -1 64 0 0 0 0 0 1 0 0 15 0 8 0 181456047 937607168 87886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1649.15
Current children cumulated vsize (KiB) 915632

[startup+1723.97 s]
/proc/loadavg: 2.03 2.00 1.91 4/94 27005
/proc/meminfo: memFree=1310784/2055920 swapFree=4192812/4192956
[pid=26228] ppid=26226 vsize=915632 CPUtime=1709.11
/proc/26228/stat : 26228 (java) R 26226 26228 25736 0 -1 0 88200 0 1 0 170850 61 0 0 25 0 8 0 181456039 937607168 87886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074035849 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26228/statm: 228908 87886 2549 14 0 215378 0
[pid=26228/tid=26230] ppid=26226 vsize=915632 CPUtime=2.79
/proc/26228/task/26230/stat : 26230 (java) S 26226 26228 25736 0 -1 64 71005 0 0 0 251 28 0 0 16 0 8 0 181456043 937607168 87886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26231] ppid=26226 vsize=915632 CPUtime=0
/proc/26228/task/26231/stat : 26231 (java) S 26226 26228 25736 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 181456043 937607168 87886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26232] ppid=26226 vsize=915632 CPUtime=0
/proc/26228/task/26232/stat : 26232 (java) S 26226 26228 25736 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 181456044 937607168 87886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26233] ppid=26226 vsize=915632 CPUtime=0
/proc/26228/task/26233/stat : 26233 (java) S 26226 26228 25736 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 181456047 937607168 87886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26234] ppid=26226 vsize=915632 CPUtime=0.38
/proc/26228/task/26234/stat : 26234 (java) S 26226 26228 25736 0 -1 64 536 0 0 0 36 2 0 0 16 0 8 0 181456047 937607168 87886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26235] ppid=26226 vsize=915632 CPUtime=0
/proc/26228/task/26235/stat : 26235 (java) S 26226 26228 25736 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 181456047 937607168 87886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26236] ppid=26226 vsize=915632 CPUtime=0.01
/proc/26228/task/26236/stat : 26236 (java) S 26226 26228 25736 0 -1 64 0 0 0 0 0 1 0 0 15 0 8 0 181456047 937607168 87886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1709.11
Current children cumulated vsize (KiB) 915632

[startup+1783.99 s]
/proc/loadavg: 2.01 2.00 1.91 3/94 27005
/proc/meminfo: memFree=1310784/2055920 swapFree=4192812/4192956
[pid=26228] ppid=26226 vsize=915632 CPUtime=1769.08
/proc/26228/stat : 26228 (java) R 26226 26228 25736 0 -1 0 88200 0 1 0 176847 61 0 0 25 0 8 0 181456039 937607168 87886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074035953 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26228/statm: 228908 87886 2549 14 0 215378 0
[pid=26228/tid=26230] ppid=26226 vsize=915632 CPUtime=2.79
/proc/26228/task/26230/stat : 26230 (java) S 26226 26228 25736 0 -1 64 71005 0 0 0 251 28 0 0 16 0 8 0 181456043 937607168 87886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26231] ppid=26226 vsize=915632 CPUtime=0
/proc/26228/task/26231/stat : 26231 (java) S 26226 26228 25736 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 181456043 937607168 87886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26232] ppid=26226 vsize=915632 CPUtime=0
/proc/26228/task/26232/stat : 26232 (java) S 26226 26228 25736 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 181456044 937607168 87886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26233] ppid=26226 vsize=915632 CPUtime=0
/proc/26228/task/26233/stat : 26233 (java) S 26226 26228 25736 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 181456047 937607168 87886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26234] ppid=26226 vsize=915632 CPUtime=0.38
/proc/26228/task/26234/stat : 26234 (java) S 26226 26228 25736 0 -1 64 536 0 0 0 36 2 0 0 16 0 8 0 181456047 937607168 87886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26235] ppid=26226 vsize=915632 CPUtime=0
/proc/26228/task/26235/stat : 26235 (java) S 26226 26228 25736 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 181456047 937607168 87886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26236] ppid=26226 vsize=915632 CPUtime=0.01
/proc/26228/task/26236/stat : 26236 (java) S 26226 26228 25736 0 -1 64 0 0 0 0 0 1 0 0 15 0 8 0 181456047 937607168 87886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1769.08
Current children cumulated vsize (KiB) 915632



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.97 s]
/proc/loadavg: 2.00 2.00 1.91 3/94 27005
/proc/meminfo: memFree=1310784/2055920 swapFree=4192812/4192956
[pid=26228] ppid=26226 vsize=915632 CPUtime=1800.01
/proc/26228/stat : 26228 (java) R 26226 26228 25736 0 -1 0 88200 0 1 0 179940 61 0 0 25 0 8 0 181456039 937607168 87886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074038743 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26228/statm: 228908 87886 2549 14 0 215378 0
[pid=26228/tid=26230] ppid=26226 vsize=915632 CPUtime=2.79
/proc/26228/task/26230/stat : 26230 (java) S 26226 26228 25736 0 -1 64 71005 0 0 0 251 28 0 0 16 0 8 0 181456043 937607168 87886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26231] ppid=26226 vsize=915632 CPUtime=0
/proc/26228/task/26231/stat : 26231 (java) S 26226 26228 25736 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 181456043 937607168 87886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26232] ppid=26226 vsize=915632 CPUtime=0
/proc/26228/task/26232/stat : 26232 (java) S 26226 26228 25736 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 181456044 937607168 87886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26233] ppid=26226 vsize=915632 CPUtime=0
/proc/26228/task/26233/stat : 26233 (java) S 26226 26228 25736 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 181456047 937607168 87886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26234] ppid=26226 vsize=915632 CPUtime=0.38
/proc/26228/task/26234/stat : 26234 (java) S 26226 26228 25736 0 -1 64 536 0 0 0 36 2 0 0 16 0 8 0 181456047 937607168 87886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26235] ppid=26226 vsize=915632 CPUtime=0
/proc/26228/task/26235/stat : 26235 (java) S 26226 26228 25736 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 181456047 937607168 87886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26228/tid=26236] ppid=26226 vsize=915632 CPUtime=0.01
/proc/26228/task/26236/stat : 26236 (java) S 26226 26228 25736 0 -1 64 0 0 0 0 0 1 0 0 15 0 8 0 181456047 937607168 87886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 915632

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

Child status: 143
Real time (s): 1815.89
CPU time (s): 1800.13
CPU user time (s): 1799.47
CPU system time (s): 0.667898
CPU usage (%): 99.1326
Max. virtual memory (cumulated for all children) (KiB): 915632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.47
system time used= 0.667898
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88217
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= 38225
involuntary context switches= 66682

runsolver used 2.35864 s user time and 5.68413 s system time

The end

Launcher Data (download as text)

Begin job on node24 on Tue Jan  9 08:16:48 UTC 2007


IDJOB= 234134
IDBENCH= 6665
FILE ID= node24/234134-1168330608

PBS_JOBID= 3503272

Free space on /tmp= 66473 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  53dc0128d57f15274860bbb12b18229a

RANDOM SEED= 103285074

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.234
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.234
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:       1660576 kB
Buffers:         15268 kB
Cached:         228648 kB
SwapCached:          0 kB
Active:         186240 kB
Inactive:       159040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1660576 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2032 kB
Writeback:           0 kB
Mapped:         123812 kB
Slab:            34656 kB
Committed_AS:  3949704 kB
PageTables:       2400 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= 66459 MiB



End job on node24 on Tue Jan  9 08:47:04 UTC 2007