Trace number 1083090

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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 112v4 ESAC? (TO) 1800.09 1806.56

General information on the benchmark

Namecsp/super-js/super-js-taillard-15/
normalized-super-js-taillard-15-15.xml
MD5SUMd4b8a3518de3d7b3c2da5e05ff268d86
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark57.2833
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Maximum constraint arity2
Maximum domain size1298
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5580
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02/0.08	
0.02/0.08	Abscon 112 (May, 2008)
0.19/0.23	
0.19/0.23	   configuration
0.19/0.23	     name=esac.xml
0.28/0.31	   
0.28/0.31	   instance
0.28/0.31	     name=HOME/instance-1083090-1215224999.xml
0.28/0.35	   
0.28/0.35	   domains being loaded...
0.28/0.37	   
0.28/0.37	   variables being loaded...
0.48/0.59	     nbVariables=450  nbDomainTypes=83  minDomainSize=1200  maxDomainSize=1298  nbTotalValues=562046
0.48/0.59	       =>  wckTime=0.353  cpuTime=0.27  mem=20M612
0.48/0.59	   
0.48/0.59	   predicates being loaded...
0.59/0.65	   
0.59/0.65	   constraints being loaded...
20.68/20.81	   
20.68/20.81	   INFO : Stopping converting binary constraints (cpu=20.19, mem = 56M222)
21.87/22.08	     nbConstraints=5595  nbGlobalConstraints=5109  nbConvertedConstraints=126  nbConvertConstraintsChecks=103687456
21.87/22.08	     nbExtensionStructures=67  nbSharedExtensionStructures=59  nbConflictsStructures=67  nbSharedConflictsStructures=59
21.87/22.08	     nbUnbuiltConflictsStructures=145  nbSharedBinaryRepresentations=84217  nbEvaluationManagers=145
21.87/22.08	     nbSharedEvaluationManagers=215  minDegree=16  maxDegree=34  minArity=2  avgArity=2.04  maxArity=16  nbGenerators=0
21.87/22.08	     nbFusions=0  symmetryWckTime=1.161  symmetryCpuTime=0.83  nbCliques=15
21.87/22.08	       =>  wckTime=21.846  cpuTime=21.08  mem=45M273
22.07/22.25	   
22.07/22.25	   solver IterativeSystematicSolver being built... 
22.17/22.34	   
22.17/22.34	   INFO : Forward propagation technique limited 
22.27/22.45	       =>  wckTime=22.214  cpuTime=21.25  mem=81M799
49.74/50.08	   
49.74/50.08	   preprocessing
49.74/50.08	     nbConstraintChecks=147531953  nbValidityChecks=889451  nbPropagations=944  nbRevisions=2061
49.74/50.08	     nbUselessRevisions=1373  nbRemovedValues=315056  detectedInconsistency=no
49.74/50.08	       =>  wckTime=27.608  cpuTime=27.39  mem=65M129
60.58/60.97	   
60.58/60.97	   INFO : Stopping use of transposition table (mapSize=82, nbTooLargekeys=26, mem=93M834)

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1083090-1215224999/watcher-1083090-1215224999 -o /tmp/evaluation-result-1083090-1215224999/solver-1083090-1215224999 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1083090-1215224999.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.33 2.15 2.04 4/80 17623
/proc/meminfo: memFree=1747952/2055920 swapFree=4180472/4192956
[pid=17623] ppid=17621 vsize=1616 CPUtime=0
/proc/17623/stat : 17623 (java) R 17621 17623 17513 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 2001475356 1654784 145 996147200 134512640 134550740 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/17623/statm: 404 145 119 9 0 46 0

[startup+0.040922 s]
/proc/loadavg: 2.33 2.15 2.04 4/80 17623
/proc/meminfo: memFree=1747952/2055920 swapFree=4180472/4192956
[pid=17623] ppid=17621 vsize=861876 CPUtime=0.02
/proc/17623/stat : 17623 (java) S 17621 17623 17513 0 -1 0 2251 0 1 0 1 1 0 0 18 0 5 0 2001475356 882561024 1862 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/17623/statm: 215469 1862 854 9 0 210448 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861876

[startup+0.102357 s]
/proc/loadavg: 2.33 2.15 2.04 4/80 17623
/proc/meminfo: memFree=1747952/2055920 swapFree=4180472/4192956
[pid=17623] ppid=17621 vsize=865884 CPUtime=0.09
/proc/17623/stat : 17623 (java) S 17621 17623 17513 0 -1 0 3785 0 1 0 7 2 0 0 18 0 9 0 2001475356 886665216 3236 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17623/statm: 216471 3236 1715 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301375 s]
/proc/loadavg: 2.33 2.15 2.04 4/80 17623
/proc/meminfo: memFree=1747952/2055920 swapFree=4180472/4192956
[pid=17623] ppid=17621 vsize=866196 CPUtime=0.28
/proc/17623/stat : 17623 (java) S 17621 17623 17513 0 -1 0 5622 0 1 0 25 3 0 0 18 0 9 0 2001475356 886984704 5036 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17623/statm: 216549 5036 1903 9 0 211097 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866196

[startup+0.701407 s]
/proc/loadavg: 2.33 2.15 2.04 4/80 17623
/proc/meminfo: memFree=1747952/2055920 swapFree=4180472/4192956
[pid=17623] ppid=17621 vsize=867104 CPUtime=0.68
/proc/17623/stat : 17623 (java) S 17621 17623 17513 0 -1 0 10494 0 1 0 62 6 0 0 18 0 9 0 2001475356 887914496 9854 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17623/statm: 216776 9854 2006 9 0 211282 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867104

[startup+1.50247 s]
/proc/loadavg: 2.31 2.14 2.04 3/89 17632
/proc/meminfo: memFree=1702824/2055920 swapFree=4180472/4192956
[pid=17623] ppid=17621 vsize=867720 CPUtime=1.48
/proc/17623/stat : 17623 (java) S 17621 17623 17513 0 -1 0 14988 0 1 0 139 9 0 0 18 0 9 0 2001475356 888545280 14345 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17623/statm: 216930 14345 2014 9 0 211436 0
[pid=17623/tid=17625] ppid=17621 vsize=867720 CPUtime=1.28
/proc/17623/task/17625/stat : 17625 (java) R 17621 17623 17513 0 -1 64 13614 0 1 0 121 7 0 0 25 0 9 0 2001475357 888545280 14345 996147200 134512640 134550740 4294955968 18446744073709551615 4126875334 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17626] ppid=17621 vsize=867720 CPUtime=0
/proc/17623/task/17626/stat : 17626 (java) S 17621 17623 17513 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 2001475359 888545280 14345 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17627] ppid=17621 vsize=867720 CPUtime=0
/proc/17623/task/17627/stat : 17627 (java) S 17621 17623 17513 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2001475359 888545280 14345 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17628] ppid=17621 vsize=867720 CPUtime=0
/proc/17623/task/17628/stat : 17628 (java) S 17621 17623 17513 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2001475359 888545280 14345 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17629] ppid=17621 vsize=867720 CPUtime=0
/proc/17623/task/17629/stat : 17629 (java) S 17621 17623 17513 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001475361 888545280 14345 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17630] ppid=17621 vsize=867720 CPUtime=0.17
/proc/17623/task/17630/stat : 17630 (java) S 17621 17623 17513 0 -1 64 677 0 0 0 17 0 0 0 16 0 9 0 2001475361 888545280 14345 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17631] ppid=17621 vsize=867720 CPUtime=0
/proc/17623/task/17631/stat : 17631 (java) S 17621 17623 17513 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001475361 888545280 14345 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17632] ppid=17621 vsize=867720 CPUtime=0
/proc/17623/task/17632/stat : 17632 (java) S 17621 17623 17513 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001475361 888545280 14345 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867720

[startup+3.1026 s]
/proc/loadavg: 2.31 2.14 2.04 3/89 17632
/proc/meminfo: memFree=1696872/2055920 swapFree=4180472/4192956
[pid=17623] ppid=17621 vsize=867720 CPUtime=3.07
/proc/17623/stat : 17623 (java) S 17621 17623 17513 0 -1 0 15818 0 1 0 297 10 0 0 18 0 9 0 2001475356 888545280 15174 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17623/statm: 216930 15174 2014 9 0 211436 0
[pid=17623/tid=17625] ppid=17621 vsize=867720 CPUtime=2.87
/proc/17623/task/17625/stat : 17625 (java) R 17621 17623 17513 0 -1 64 14430 0 1 0 278 9 0 0 25 0 9 0 2001475357 888545280 15174 996147200 134512640 134550740 4294955968 18446744073709551615 4126875424 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17626] ppid=17621 vsize=867720 CPUtime=0
/proc/17623/task/17626/stat : 17626 (java) S 17621 17623 17513 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 2001475359 888545280 15174 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17627] ppid=17621 vsize=867720 CPUtime=0
/proc/17623/task/17627/stat : 17627 (java) S 17621 17623 17513 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2001475359 888545280 15174 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17628] ppid=17621 vsize=867720 CPUtime=0
/proc/17623/task/17628/stat : 17628 (java) S 17621 17623 17513 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2001475359 888545280 15174 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17629] ppid=17621 vsize=867720 CPUtime=0
/proc/17623/task/17629/stat : 17629 (java) S 17621 17623 17513 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001475361 888545280 15174 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17630] ppid=17621 vsize=867720 CPUtime=0.18
/proc/17623/task/17630/stat : 17630 (java) S 17621 17623 17513 0 -1 64 691 0 0 0 18 0 0 0 16 0 9 0 2001475361 888545280 15174 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17631] ppid=17621 vsize=867720 CPUtime=0
/proc/17623/task/17631/stat : 17631 (java) S 17621 17623 17513 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001475361 888545280 15174 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17632] ppid=17621 vsize=867720 CPUtime=0
/proc/17623/task/17632/stat : 17632 (java) S 17621 17623 17513 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001475361 888545280 15174 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 867720

[startup+6.30186 s]
/proc/loadavg: 2.31 2.14 2.04 3/89 17632
/proc/meminfo: memFree=1689576/2055920 swapFree=4180472/4192956
[pid=17623] ppid=17621 vsize=867632 CPUtime=6.26
/proc/17623/stat : 17623 (java) S 17621 17623 17513 0 -1 0 22131 0 1 0 612 14 0 0 18 0 9 0 2001475356 888455168 21459 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17623/statm: 216908 21459 2005 9 0 211436 0
[pid=17623/tid=17625] ppid=17621 vsize=867632 CPUtime=5.93
/proc/17623/task/17625/stat : 17625 (java) R 17621 17623 17513 0 -1 64 15773 0 1 0 583 10 0 0 25 0 9 0 2001475357 888455168 21459 996147200 134512640 134550740 4294955968 18446744073709551615 4126905890 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17626] ppid=17621 vsize=867632 CPUtime=0.09
/proc/17623/task/17626/stat : 17626 (java) S 17621 17623 17513 0 -1 64 4964 0 0 0 8 1 0 0 16 0 9 0 2001475359 888455168 21459 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17627] ppid=17621 vsize=867632 CPUtime=0
/proc/17623/task/17627/stat : 17627 (java) S 17621 17623 17513 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2001475359 888455168 21459 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17628] ppid=17621 vsize=867632 CPUtime=0
/proc/17623/task/17628/stat : 17628 (java) S 17621 17623 17513 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001475359 888455168 21459 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17629] ppid=17621 vsize=867632 CPUtime=0
/proc/17623/task/17629/stat : 17629 (java) S 17621 17623 17513 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001475361 888455168 21459 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17630] ppid=17621 vsize=867632 CPUtime=0.19
/proc/17623/task/17630/stat : 17630 (java) S 17621 17623 17513 0 -1 64 698 0 0 0 19 0 0 0 16 0 9 0 2001475361 888455168 21459 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17631] ppid=17621 vsize=867632 CPUtime=0
/proc/17623/task/17631/stat : 17631 (java) S 17621 17623 17513 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001475361 888455168 21459 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17632] ppid=17621 vsize=867632 CPUtime=0
/proc/17623/task/17632/stat : 17632 (java) S 17621 17623 17513 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001475361 888455168 21459 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 867632

[startup+12.7014 s]
/proc/loadavg: 2.26 2.14 2.04 3/89 17632
/proc/meminfo: memFree=1669224/2055920 swapFree=4180472/4192956
[pid=17623] ppid=17621 vsize=867632 CPUtime=12.63
/proc/17623/stat : 17623 (java) S 17621 17623 17513 0 -1 0 22150 0 1 0 1245 18 0 0 18 0 9 0 2001475356 888455168 21477 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17623/statm: 216908 21477 2005 9 0 211436 0
[pid=17623/tid=17625] ppid=17621 vsize=867632 CPUtime=12.27
/proc/17623/task/17625/stat : 17625 (java) R 17621 17623 17513 0 -1 64 15777 0 1 0 1213 14 0 0 25 0 9 0 2001475357 888455168 21477 996147200 134512640 134550740 4294955968 18446744073709551615 4126906080 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17626] ppid=17621 vsize=867632 CPUtime=0.09
/proc/17623/task/17626/stat : 17626 (java) S 17621 17623 17513 0 -1 64 4964 0 0 0 8 1 0 0 17 0 9 0 2001475359 888455168 21477 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17627] ppid=17621 vsize=867632 CPUtime=0
/proc/17623/task/17627/stat : 17627 (java) S 17621 17623 17513 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2001475359 888455168 21477 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17628] ppid=17621 vsize=867632 CPUtime=0
/proc/17623/task/17628/stat : 17628 (java) S 17621 17623 17513 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001475359 888455168 21477 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17629] ppid=17621 vsize=867632 CPUtime=0
/proc/17623/task/17629/stat : 17629 (java) S 17621 17623 17513 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001475361 888455168 21477 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17630] ppid=17621 vsize=867632 CPUtime=0.22
/proc/17623/task/17630/stat : 17630 (java) S 17621 17623 17513 0 -1 64 713 0 0 0 22 0 0 0 16 0 9 0 2001475361 888455168 21477 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17631] ppid=17621 vsize=867632 CPUtime=0
/proc/17623/task/17631/stat : 17631 (java) S 17621 17623 17513 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001475361 888455168 21477 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17632] ppid=17621 vsize=867632 CPUtime=0
/proc/17623/task/17632/stat : 17632 (java) S 17621 17623 17513 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001475361 888455168 21477 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 867632

[startup+25.5024 s]
/proc/loadavg: 2.22 2.13 2.04 3/89 17636
/proc/meminfo: memFree=1637032/2055920 swapFree=4180472/4192956
[pid=17623] ppid=17621 vsize=868044 CPUtime=25.36
/proc/17623/stat : 17623 (java) S 17621 17623 17513 0 -1 0 52314 604 1 0 2499 30 5 2 18 0 9 0 2001475356 888877056 30129 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17623/statm: 217011 30129 2638 9 0 211517 0
[pid=17623/tid=17625] ppid=17621 vsize=868044 CPUtime=24.52
/proc/17623/task/17625/stat : 17625 (java) R 17621 17623 17513 0 -1 64 28311 604 1 0 2424 21 5 2 25 0 9 0 2001475357 888877056 30129 996147200 134512640 134550740 4294955968 18446744073709551615 4126878048 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17626] ppid=17621 vsize=868044 CPUtime=0.52
/proc/17623/task/17626/stat : 17626 (java) S 17621 17623 17513 0 -1 64 22211 604 0 0 40 5 5 2 17 0 9 0 2001475359 888877056 30129 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17627] ppid=17621 vsize=868044 CPUtime=0.07
/proc/17623/task/17627/stat : 17627 (java) S 17621 17623 17513 0 -1 64 17 604 0 0 0 0 5 2 17 0 9 0 2001475359 888877056 30129 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17628] ppid=17621 vsize=868044 CPUtime=0.07
/proc/17623/task/17628/stat : 17628 (java) S 17621 17623 17513 0 -1 64 16 604 0 0 0 0 5 2 16 0 9 0 2001475359 888877056 30129 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17629] ppid=17621 vsize=868044 CPUtime=0.07
/proc/17623/task/17629/stat : 17629 (java) S 17621 17623 17513 0 -1 64 1 604 0 0 0 0 5 2 18 0 9 0 2001475361 888877056 30129 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17630] ppid=17621 vsize=868044 CPUtime=0.41
/proc/17623/task/17630/stat : 17630 (java) S 17621 17623 17513 0 -1 64 934 604 0 0 33 1 5 2 16 0 9 0 2001475361 888877056 30129 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17631] ppid=17621 vsize=868044 CPUtime=0.07
/proc/17623/task/17631/stat : 17631 (java) S 17621 17623 17513 0 -1 64 1 604 0 0 0 0 5 2 19 0 9 0 2001475361 888877056 30129 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17632] ppid=17621 vsize=868044 CPUtime=0.07
/proc/17623/task/17632/stat : 17632 (java) S 17621 17623 17513 0 -1 64 11 604 0 0 0 0 5 2 15 0 9 0 2001475361 888877056 30129 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 868044

[startup+51.1025 s]
/proc/loadavg: 2.14 2.12 2.04 3/89 17637
/proc/meminfo: memFree=1618728/2055920 swapFree=4180472/4192956
[pid=17623] ppid=17621 vsize=868044 CPUtime=50.83
/proc/17623/stat : 17623 (java) S 17621 17623 17513 0 -1 0 59719 604 1 0 5044 32 5 2 18 0 9 0 2001475356 888877056 34702 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17623/statm: 217011 34702 2638 9 0 211517 0
[pid=17623/tid=17625] ppid=17621 vsize=868044 CPUtime=49.93
/proc/17623/task/17625/stat : 17625 (java) R 17621 17623 17513 0 -1 64 29820 604 1 0 4965 21 5 2 25 0 9 0 2001475357 888877056 34702 996147200 134512640 134550740 4294955968 18446744073709551615 4126879356 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17626] ppid=17621 vsize=868044 CPUtime=0.58
/proc/17623/task/17626/stat : 17626 (java) S 17621 17623 17513 0 -1 64 28089 604 0 0 44 7 5 2 17 0 9 0 2001475359 888877056 34702 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17627] ppid=17621 vsize=868044 CPUtime=0.07
/proc/17623/task/17627/stat : 17627 (java) S 17621 17623 17513 0 -1 64 17 604 0 0 0 0 5 2 16 0 9 0 2001475359 888877056 34702 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17628] ppid=17621 vsize=868044 CPUtime=0.07
/proc/17623/task/17628/stat : 17628 (java) S 17621 17623 17513 0 -1 64 25 604 0 0 0 0 5 2 16 0 9 0 2001475359 888877056 34702 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17629] ppid=17621 vsize=868044 CPUtime=0.07
/proc/17623/task/17629/stat : 17629 (java) S 17621 17623 17513 0 -1 64 1 604 0 0 0 0 5 2 18 0 9 0 2001475361 888877056 34702 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17630] ppid=17621 vsize=868044 CPUtime=0.42
/proc/17623/task/17630/stat : 17630 (java) S 17621 17623 17513 0 -1 64 942 604 0 0 34 1 5 2 16 0 9 0 2001475361 888877056 34702 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17631] ppid=17621 vsize=868044 CPUtime=0.07

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

/proc/17623/task/17628/stat : 17628 (java) S 17621 17623 17513 0 -1 64 25 604 0 0 0 0 5 2 16 0 9 0 2001475359 888877056 36883 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17629] ppid=17621 vsize=868044 CPUtime=0.07
/proc/17623/task/17629/stat : 17629 (java) S 17621 17623 17513 0 -1 64 1 604 0 0 0 0 5 2 18 0 9 0 2001475361 888877056 36883 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17630] ppid=17621 vsize=868044 CPUtime=0.5
/proc/17623/task/17630/stat : 17630 (java) S 17621 17623 17513 0 -1 64 993 604 0 0 42 1 5 2 16 0 9 0 2001475361 888877056 36883 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17631] ppid=17621 vsize=868044 CPUtime=0.07
/proc/17623/task/17631/stat : 17631 (java) S 17621 17623 17513 0 -1 64 1 604 0 0 0 0 5 2 19 0 9 0 2001475361 888877056 36883 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17632] ppid=17621 vsize=868044 CPUtime=0.07
/proc/17623/task/17632/stat : 17632 (java) S 17621 17623 17513 0 -1 64 12 604 0 0 0 0 5 2 15 0 9 0 2001475361 888877056 36883 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1535.9
Current children cumulated vsize (KiB) 868044

[startup+1602.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/81 17668
/proc/meminfo: memFree=1663472/2055920 swapFree=4180472/4192956
[pid=17623] ppid=17621 vsize=868044 CPUtime=1595.89
/proc/17623/stat : 17623 (java) S 17621 17623 17513 0 -1 0 62537 604 1 0 159543 39 5 2 18 0 9 0 2001475356 888877056 36883 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17623/statm: 217011 36883 2638 9 0 211517 0
[pid=17623/tid=17625] ppid=17621 vsize=868044 CPUtime=1594.17
/proc/17623/task/17625/stat : 17625 (java) R 17621 17623 17513 0 -1 64 30176 604 1 0 159385 25 5 2 25 0 9 0 2001475357 888877056 36883 996147200 134512640 134550740 4294955968 18446744073709551615 4126878000 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17623/tid=17626] ppid=17621 vsize=868044 CPUtime=1.31
/proc/17623/task/17626/stat : 17626 (java) S 17621 17623 17513 0 -1 64 30500 604 0 0 114 10 5 2 16 0 9 0 2001475359 888877056 36883 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17623/tid=17627] ppid=17621 vsize=868044 CPUtime=0.07
/proc/17623/task/17627/stat : 17627 (java) S 17621 17623 17513 0 -1 64 17 604 0 0 0 0 5 2 16 0 9 0 2001475359 888877056 36883 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17628] ppid=17621 vsize=868044 CPUtime=0.07
/proc/17623/task/17628/stat : 17628 (java) S 17621 17623 17513 0 -1 64 25 604 0 0 0 0 5 2 16 0 9 0 2001475359 888877056 36883 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17629] ppid=17621 vsize=868044 CPUtime=0.07
/proc/17623/task/17629/stat : 17629 (java) S 17621 17623 17513 0 -1 64 1 604 0 0 0 0 5 2 18 0 9 0 2001475361 888877056 36883 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17630] ppid=17621 vsize=868044 CPUtime=0.5
/proc/17623/task/17630/stat : 17630 (java) S 17621 17623 17513 0 -1 64 993 604 0 0 42 1 5 2 16 0 9 0 2001475361 888877056 36883 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17631] ppid=17621 vsize=868044 CPUtime=0.07
/proc/17623/task/17631/stat : 17631 (java) S 17621 17623 17513 0 -1 64 1 604 0 0 0 0 5 2 19 0 9 0 2001475361 888877056 36883 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17632] ppid=17621 vsize=868044 CPUtime=0.07
/proc/17623/task/17632/stat : 17632 (java) S 17621 17623 17513 0 -1 64 12 604 0 0 0 0 5 2 15 0 9 0 2001475361 888877056 36883 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1595.89
Current children cumulated vsize (KiB) 868044

[startup+1662.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/81 17668
/proc/meminfo: memFree=1663408/2055920 swapFree=4180472/4192956
[pid=17623] ppid=17621 vsize=868044 CPUtime=1655.86
/proc/17623/stat : 17623 (java) S 17621 17623 17513 0 -1 0 62554 604 1 0 165540 39 5 2 18 0 9 0 2001475356 888877056 36883 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17623/statm: 217011 36883 2638 9 0 211517 0
[pid=17623/tid=17625] ppid=17621 vsize=868044 CPUtime=1654.11
/proc/17623/task/17625/stat : 17625 (java) R 17621 17623 17513 0 -1 64 30193 604 1 0 165379 25 5 2 25 0 9 0 2001475357 888877056 36883 996147200 134512640 134550740 4294955968 18446744073709551615 4126095819 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17623/tid=17626] ppid=17621 vsize=868044 CPUtime=1.36
/proc/17623/task/17626/stat : 17626 (java) S 17621 17623 17513 0 -1 64 30500 604 0 0 118 11 5 2 16 0 9 0 2001475359 888877056 36883 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17623/tid=17627] ppid=17621 vsize=868044 CPUtime=0.07
/proc/17623/task/17627/stat : 17627 (java) S 17621 17623 17513 0 -1 64 17 604 0 0 0 0 5 2 16 0 9 0 2001475359 888877056 36883 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17628] ppid=17621 vsize=868044 CPUtime=0.07
/proc/17623/task/17628/stat : 17628 (java) S 17621 17623 17513 0 -1 64 25 604 0 0 0 0 5 2 16 0 9 0 2001475359 888877056 36883 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17629] ppid=17621 vsize=868044 CPUtime=0.07
/proc/17623/task/17629/stat : 17629 (java) S 17621 17623 17513 0 -1 64 1 604 0 0 0 0 5 2 18 0 9 0 2001475361 888877056 36883 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17630] ppid=17621 vsize=868044 CPUtime=0.5
/proc/17623/task/17630/stat : 17630 (java) S 17621 17623 17513 0 -1 64 993 604 0 0 42 1 5 2 16 0 9 0 2001475361 888877056 36883 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17631] ppid=17621 vsize=868044 CPUtime=0.07
/proc/17623/task/17631/stat : 17631 (java) S 17621 17623 17513 0 -1 64 1 604 0 0 0 0 5 2 19 0 9 0 2001475361 888877056 36883 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17632] ppid=17621 vsize=868044 CPUtime=0.07
/proc/17623/task/17632/stat : 17632 (java) S 17621 17623 17513 0 -1 64 12 604 0 0 0 0 5 2 15 0 9 0 2001475361 888877056 36883 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1655.86
Current children cumulated vsize (KiB) 868044

[startup+1722.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/81 17668
/proc/meminfo: memFree=1663344/2055920 swapFree=4180472/4192956
[pid=17623] ppid=17621 vsize=868044 CPUtime=1715.84
/proc/17623/stat : 17623 (java) S 17621 17623 17513 0 -1 0 62572 604 1 0 171537 40 5 2 18 0 9 0 2001475356 888877056 36883 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17623/statm: 217011 36883 2638 9 0 211517 0
[pid=17623/tid=17625] ppid=17621 vsize=868044 CPUtime=1714.05
/proc/17623/task/17625/stat : 17625 (java) R 17621 17623 17513 0 -1 64 30211 604 1 0 171373 25 5 2 25 0 9 0 2001475357 888877056 36883 996147200 134512640 134550740 4294955968 18446744073709551615 4127254172 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17623/tid=17626] ppid=17621 vsize=868044 CPUtime=1.39
/proc/17623/task/17626/stat : 17626 (java) S 17621 17623 17513 0 -1 64 30500 604 0 0 121 11 5 2 17 0 9 0 2001475359 888877056 36883 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17623/tid=17627] ppid=17621 vsize=868044 CPUtime=0.07
/proc/17623/task/17627/stat : 17627 (java) S 17621 17623 17513 0 -1 64 17 604 0 0 0 0 5 2 16 0 9 0 2001475359 888877056 36883 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17628] ppid=17621 vsize=868044 CPUtime=0.07
/proc/17623/task/17628/stat : 17628 (java) S 17621 17623 17513 0 -1 64 25 604 0 0 0 0 5 2 16 0 9 0 2001475359 888877056 36883 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17629] ppid=17621 vsize=868044 CPUtime=0.07
/proc/17623/task/17629/stat : 17629 (java) S 17621 17623 17513 0 -1 64 1 604 0 0 0 0 5 2 18 0 9 0 2001475361 888877056 36883 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17630] ppid=17621 vsize=868044 CPUtime=0.5
/proc/17623/task/17630/stat : 17630 (java) S 17621 17623 17513 0 -1 64 993 604 0 0 42 1 5 2 16 0 9 0 2001475361 888877056 36883 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17631] ppid=17621 vsize=868044 CPUtime=0.07
/proc/17623/task/17631/stat : 17631 (java) S 17621 17623 17513 0 -1 64 1 604 0 0 0 0 5 2 19 0 9 0 2001475361 888877056 36883 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17632] ppid=17621 vsize=868044 CPUtime=0.07
/proc/17623/task/17632/stat : 17632 (java) S 17621 17623 17513 0 -1 64 12 604 0 0 0 0 5 2 15 0 9 0 2001475361 888877056 36883 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1715.84
Current children cumulated vsize (KiB) 868044

[startup+1782.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/81 17668
/proc/meminfo: memFree=1663216/2055920 swapFree=4180472/4192956
[pid=17623] ppid=17621 vsize=868044 CPUtime=1775.82
/proc/17623/stat : 17623 (java) S 17621 17623 17513 0 -1 0 62581 604 1 0 177535 40 5 2 18 0 9 0 2001475356 888877056 36883 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17623/statm: 217011 36883 2638 9 0 211517 0
[pid=17623/tid=17625] ppid=17621 vsize=868044 CPUtime=1774
/proc/17623/task/17625/stat : 17625 (java) R 17621 17623 17513 0 -1 64 30220 604 1 0 177368 25 5 2 25 0 9 0 2001475357 888877056 36883 996147200 134512640 134550740 4294955968 18446744073709551615 4127100486 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17623/tid=17626] ppid=17621 vsize=868044 CPUtime=1.42
/proc/17623/task/17626/stat : 17626 (java) S 17621 17623 17513 0 -1 64 30500 604 0 0 124 11 5 2 16 0 9 0 2001475359 888877056 36883 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17623/tid=17627] ppid=17621 vsize=868044 CPUtime=0.07
/proc/17623/task/17627/stat : 17627 (java) S 17621 17623 17513 0 -1 64 17 604 0 0 0 0 5 2 16 0 9 0 2001475359 888877056 36883 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17628] ppid=17621 vsize=868044 CPUtime=0.07
/proc/17623/task/17628/stat : 17628 (java) S 17621 17623 17513 0 -1 64 25 604 0 0 0 0 5 2 16 0 9 0 2001475359 888877056 36883 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17629] ppid=17621 vsize=868044 CPUtime=0.07
/proc/17623/task/17629/stat : 17629 (java) S 17621 17623 17513 0 -1 64 1 604 0 0 0 0 5 2 18 0 9 0 2001475361 888877056 36883 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17630] ppid=17621 vsize=868044 CPUtime=0.5
/proc/17623/task/17630/stat : 17630 (java) S 17621 17623 17513 0 -1 64 993 604 0 0 42 1 5 2 16 0 9 0 2001475361 888877056 36883 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17631] ppid=17621 vsize=868044 CPUtime=0.07
/proc/17623/task/17631/stat : 17631 (java) S 17621 17623 17513 0 -1 64 1 604 0 0 0 0 5 2 19 0 9 0 2001475361 888877056 36883 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17632] ppid=17621 vsize=868044 CPUtime=0.07
/proc/17623/task/17632/stat : 17632 (java) S 17621 17623 17513 0 -1 64 12 604 0 0 0 0 5 2 15 0 9 0 2001475361 888877056 36883 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1775.82
Current children cumulated vsize (KiB) 868044



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.5 s]
/proc/loadavg: 2.07 2.05 2.00 3/81 17668
/proc/meminfo: memFree=1663216/2055920 swapFree=4180472/4192956
[pid=17623] ppid=17621 vsize=868044 CPUtime=1800.02
/proc/17623/stat : 17623 (java) S 17621 17623 17513 0 -1 0 62585 604 1 0 179955 40 5 2 18 0 9 0 2001475356 888877056 36883 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17623/statm: 217011 36883 2638 9 0 211517 0
[pid=17623/tid=17625] ppid=17621 vsize=868044 CPUtime=1798.19
/proc/17623/task/17625/stat : 17625 (java) R 17621 17623 17513 0 -1 64 30224 604 1 0 179787 25 5 2 25 0 9 0 2001475357 888877056 36883 996147200 134512640 134550740 4294955968 18446744073709551615 4126959807 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17623/tid=17626] ppid=17621 vsize=868044 CPUtime=1.42
/proc/17623/task/17626/stat : 17626 (java) S 17621 17623 17513 0 -1 64 30500 604 0 0 124 11 5 2 16 0 9 0 2001475359 888877056 36883 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17623/tid=17627] ppid=17621 vsize=868044 CPUtime=0.07
/proc/17623/task/17627/stat : 17627 (java) S 17621 17623 17513 0 -1 64 17 604 0 0 0 0 5 2 16 0 9 0 2001475359 888877056 36883 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17628] ppid=17621 vsize=868044 CPUtime=0.07
/proc/17623/task/17628/stat : 17628 (java) S 17621 17623 17513 0 -1 64 25 604 0 0 0 0 5 2 16 0 9 0 2001475359 888877056 36883 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17629] ppid=17621 vsize=868044 CPUtime=0.07
/proc/17623/task/17629/stat : 17629 (java) S 17621 17623 17513 0 -1 64 1 604 0 0 0 0 5 2 18 0 9 0 2001475361 888877056 36883 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17630] ppid=17621 vsize=868044 CPUtime=0.5
/proc/17623/task/17630/stat : 17630 (java) S 17621 17623 17513 0 -1 64 993 604 0 0 42 1 5 2 16 0 9 0 2001475361 888877056 36883 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17631] ppid=17621 vsize=868044 CPUtime=0.07
/proc/17623/task/17631/stat : 17631 (java) S 17621 17623 17513 0 -1 64 1 604 0 0 0 0 5 2 19 0 9 0 2001475361 888877056 36883 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17632] ppid=17621 vsize=868044 CPUtime=0.07
/proc/17623/task/17632/stat : 17632 (java) S 17621 17623 17513 0 -1 64 12 604 0 0 0 0 5 2 15 0 9 0 2001475361 888877056 36883 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 868044

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

Solver just ended. Dumping a history of the last processes samples

[startup+1806.5 s]
/proc/loadavg: 2.07 2.05 2.00 3/81 17668
/proc/meminfo: memFree=1663216/2055920 swapFree=4180472/4192956
[pid=17623] ppid=17621 vsize=868044 CPUtime=1800.02
/proc/17623/stat : 17623 (java) S 17621 17623 17513 0 -1 0 62585 604 1 0 179955 40 5 2 18 0 9 0 2001475356 888877056 36883 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17623/statm: 217011 36883 2638 9 0 211517 0
[pid=17623/tid=17625] ppid=17621 vsize=868044 CPUtime=1798.19
/proc/17623/task/17625/stat : 17625 (java) R 17621 17623 17513 0 -1 64 30224 604 1 0 179787 25 5 2 25 0 9 0 2001475357 888877056 36883 996147200 134512640 134550740 4294955968 18446744073709551615 4126959807 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17623/tid=17626] ppid=17621 vsize=868044 CPUtime=1.42
/proc/17623/task/17626/stat : 17626 (java) S 17621 17623 17513 0 -1 64 30500 604 0 0 124 11 5 2 16 0 9 0 2001475359 888877056 36883 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17623/tid=17627] ppid=17621 vsize=868044 CPUtime=0.07
/proc/17623/task/17627/stat : 17627 (java) S 17621 17623 17513 0 -1 64 17 604 0 0 0 0 5 2 16 0 9 0 2001475359 888877056 36883 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17628] ppid=17621 vsize=868044 CPUtime=0.07
/proc/17623/task/17628/stat : 17628 (java) S 17621 17623 17513 0 -1 64 25 604 0 0 0 0 5 2 16 0 9 0 2001475359 888877056 36883 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17629] ppid=17621 vsize=868044 CPUtime=0.07
/proc/17623/task/17629/stat : 17629 (java) S 17621 17623 17513 0 -1 64 1 604 0 0 0 0 5 2 18 0 9 0 2001475361 888877056 36883 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17630] ppid=17621 vsize=868044 CPUtime=0.5
/proc/17623/task/17630/stat : 17630 (java) S 17621 17623 17513 0 -1 64 993 604 0 0 42 1 5 2 16 0 9 0 2001475361 888877056 36883 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17631] ppid=17621 vsize=868044 CPUtime=0.07
/proc/17623/task/17631/stat : 17631 (java) S 17621 17623 17513 0 -1 64 1 604 0 0 0 0 5 2 19 0 9 0 2001475361 888877056 36883 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17632] ppid=17621 vsize=868044 CPUtime=0.07
/proc/17623/task/17632/stat : 17632 (java) S 17621 17623 17513 0 -1 64 12 604 0 0 0 0 5 2 15 0 9 0 2001475361 888877056 36883 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 868044

Child status: 143
Real time (s): 1806.56
CPU time (s): 1800.09
CPU user time (s): 1799.64
CPU system time (s): 0.45493
CPU usage (%): 99.642
Max. virtual memory (cumulated for all children) (KiB): 868044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.64
system time used= 0.45493
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63221
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= 40798
involuntary context switches= 47652

runsolver used 2.16067 second user time and 6.06508 second system time

The end

Launcher Data (download as text)

Begin job on node3 at 2008-07-05 04:29:59
IDJOB=1083090
IDBENCH=57406
IDSOLVER=364
FILE ID=node3/1083090-1215224999
PBS_JOBID= 7881858
Free space on /tmp= 66532 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-15/normalized-super-js-taillard-15-15.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1083090-1215224999/watcher-1083090-1215224999 -o /tmp/evaluation-result-1083090-1215224999/solver-1083090-1215224999 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1083090-1215224999.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d4b8a3518de3d7b3c2da5e05ff268d86
RANDOM SEED=155159360

node3.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1748432 kB
Buffers:         21524 kB
Cached:         158500 kB
SwapCached:       6568 kB
Active:         186820 kB
Inactive:        64276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1748432 kB
SwapTotal:     4192956 kB
SwapFree:      4180472 kB
Dirty:            2736 kB
Writeback:           0 kB
Mapped:          84600 kB
Slab:            41464 kB
Committed_AS:  4241864 kB
PageTables:       1948 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= 66532 MiB
End job on node3 at 2008-07-05 05:00:08