Trace number 2097507

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 AC? (TO) 1800.1 1805.66

General information on the benchmark

Namecsp/super-js/super-js-taillard-20/
normalized-super-js-taillard-20-29.xml
MD5SUM10f4f3b19356da36a48ebac0d3244087
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints12940
Maximum constraint arity2
Maximum domain size1553
Number of constraints which are defined in extension0
Number of constraints which are defined in intension12940
Global constraints used (with number of constraints)

Solver Data

0.04/0.09	
0.04/0.09	Abscon 112 (May, 2008)
0.19/0.25	
0.19/0.25	   configuration
0.19/0.25	     name=mac.xml
0.19/0.29	   
0.19/0.29	   instance
0.19/0.29	     name=HOME/instance-2097507-1247413075.xml
0.28/0.32	   
0.28/0.32	   domains being loaded...
0.28/0.35	   
0.28/0.35	   variables being loaded...
0.48/0.54	     nbVariables=800  nbDomainTypes=95  minDomainSize=1455  maxDomainSize=1553  nbTotalValues=1201236
0.48/0.54	       =>  wckTime=0.28  cpuTime=0.21  mem=35M392
0.48/0.54	   
0.48/0.54	   predicates being loaded...
0.48/0.59	   
0.48/0.59	   constraints being loaded...
20.87/21.00	   
20.87/21.00	   INFO : Stopping converting binary constraints (cpu=20.35, mem = 66M499)
23.94/24.09	     nbConstraints=12960  nbGlobalConstraints=12065  nbConvertedConstraints=64  nbConvertConstraintsChecks=108261851
23.94/24.09	     nbExtensionStructures=48  nbSharedExtensionStructures=16  nbConflictsStructures=48  nbSharedConflictsStructures=16
23.94/24.09	     nbUnbuiltConflictsStructures=249  nbSharedBinaryRepresentations=67862  nbEvaluationManagers=249
23.94/24.09	     nbSharedEvaluationManagers=582  minDegree=21  maxDegree=44  minArity=2  avgArity=2.03  maxArity=21  nbGenerators=0
23.94/24.09	     nbFusions=0  symmetryWckTime=2.604  symmetryCpuTime=2.37  nbCliques=20
23.94/24.09	       =>  wckTime=23.834  cpuTime=23.01  mem=83M576
24.25/24.37	   
24.25/24.37	   solver IterativeSystematicSolver being built... 
24.34/24.48	   
24.34/24.48	   INFO : Forward propagation technique limited 
24.54/24.66	       =>  wckTime=24.408  cpuTime=23.22  mem=113M855
114.87/115.82	   
114.87/115.82	   preprocessing
114.87/115.82	     nbConstraintChecks=481168471  nbValidityChecks=2418744  nbPropagations=1921  nbRevisions=4641
114.87/115.82	     nbUselessRevisions=3223  nbRemovedValues=797316  detectedInconsistency=no
114.87/115.82	       =>  wckTime=91.107  cpuTime=90.13  mem=148M981
140.90/142.13	   
140.90/142.13	   INFO : Stopping use of transposition table (mapSize=0, nbTooLargekeys=103, mem=158M374)

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2097507-1247413075/watcher-2097507-1247413075 -o /tmp/evaluation-result-2097507-1247413075/solver-2097507-1247413075 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2097507-1247413075.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): 2000 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


[startup+0 s]
/proc/loadavg: 1.99 2.00 2.00 4/80 28030
/proc/meminfo: memFree=1792392/2055920 swapFree=4192812/4192956
[pid=28030] ppid=28028 vsize=10676 CPUtime=0
/proc/28030/stat : 28030 (java) S 28028 28030 27106 0 -1 0 678 0 0 0 0 0 0 0 18 0 2 0 28375147 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/28030/statm: 2669 474 207 9 0 1184 0
[pid=28030/tid=28031] ppid=28028 vsize=10676 CPUtime=0
/proc/28030/task/28031/stat : 28031 (java) R 28028 28030 27106 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 28375149 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 11382744 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.067628 s]
/proc/loadavg: 1.99 2.00 2.00 4/80 28030
/proc/meminfo: memFree=1792392/2055920 swapFree=4192812/4192956
[pid=28030] ppid=28028 vsize=864024 CPUtime=0.04
/proc/28030/stat : 28030 (java) S 28028 28030 27106 0 -1 0 2827 0 1 0 3 1 0 0 18 0 9 0 28375147 884760576 2361 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28030/statm: 216006 2361 1118 9 0 210899 0
[pid=28030/tid=28031] ppid=28028 vsize=864024 CPUtime=0.04
/proc/28030/task/28031/stat : 28031 (java) R 28028 28030 27106 0 -1 64 1921 0 1 0 3 1 0 0 20 0 9 0 28375149 884760576 2361 996147200 134512640 134550932 4294955968 18446744073709551615 4125965780 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 864024

[startup+0.102636 s]
/proc/loadavg: 1.99 2.00 2.00 4/80 28030
/proc/meminfo: memFree=1792392/2055920 swapFree=4192812/4192956
[pid=28030] ppid=28028 vsize=865984 CPUtime=0.08
/proc/28030/stat : 28030 (java) S 28028 28030 27106 0 -1 0 3726 0 1 0 6 2 0 0 18 0 9 0 28375147 886767616 3194 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28030/statm: 216496 3194 1695 9 0 210981 0
[pid=28030/tid=28031] ppid=28028 vsize=865984 CPUtime=0.06
/proc/28030/task/28031/stat : 28031 (java) R 28028 28030 27106 0 -1 64 2809 0 1 0 5 1 0 0 18 0 9 0 28375149 886767616 3194 996147200 134512640 134550932 4294955968 18446744073709551615 4125963842 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301667 s]
/proc/loadavg: 1.99 2.00 2.00 4/80 28030
/proc/meminfo: memFree=1792392/2055920 swapFree=4192812/4192956
[pid=28030] ppid=28028 vsize=866380 CPUtime=0.28
/proc/28030/stat : 28030 (java) S 28028 28030 27106 0 -1 0 5925 0 1 0 25 3 0 0 18 0 9 0 28375147 887173120 5291 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28030/statm: 216595 5291 1983 9 0 211053 0
[pid=28030/tid=28031] ppid=28028 vsize=866380 CPUtime=0.22
/proc/28030/task/28031/stat : 28031 (java) R 28028 28030 27106 0 -1 64 4941 0 1 0 20 2 0 0 17 0 9 0 28375149 887173120 5291 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.70174 s]
/proc/loadavg: 1.99 2.00 2.00 4/80 28030
/proc/meminfo: memFree=1792392/2055920 swapFree=4192812/4192956
[pid=28030] ppid=28028 vsize=867736 CPUtime=0.68
/proc/28030/stat : 28030 (java) S 28028 28030 27106 0 -1 0 14661 0 1 0 61 7 0 0 18 0 9 0 28375147 888561664 14015 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28030/statm: 216934 14015 2038 9 0 211370 0
[pid=28030/tid=28031] ppid=28028 vsize=867736 CPUtime=0.5
/proc/28030/task/28031/stat : 28031 (java) R 28028 28030 27106 0 -1 64 13291 0 1 0 44 6 0 0 19 0 9 0 28375149 888561664 14016 996147200 134512640 134550932 4294955968 18446744073709551615 4126542602 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867736

[startup+1.50189 s]
/proc/loadavg: 1.99 2.00 2.00 3/89 28039
/proc/meminfo: memFree=1707200/2055920 swapFree=4192812/4192956
[pid=28030] ppid=28028 vsize=867648 CPUtime=1.48
/proc/28030/stat : 28030 (java) S 28028 28030 27106 0 -1 0 23936 0 1 0 137 11 0 0 18 0 9 0 28375147 888471552 23265 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28030/statm: 216912 23265 2029 9 0 211370 0
[pid=28030/tid=28031] ppid=28028 vsize=867648 CPUtime=1.21
/proc/28030/task/28031/stat : 28031 (java) R 28028 28030 27106 0 -1 64 15806 0 1 0 114 7 0 0 25 0 9 0 28375149 888471552 23265 996147200 134512640 134550932 4294955968 18446744073709551615 4126920884 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28030/tid=28033] ppid=28028 vsize=867648 CPUtime=0.07
/proc/28030/task/28033/stat : 28033 (java) S 28028 28030 27106 0 -1 64 6740 0 0 0 5 2 0 0 17 0 9 0 28375150 888471552 23265 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28030/tid=28034] ppid=28028 vsize=867648 CPUtime=0
/proc/28030/task/28034/stat : 28034 (java) S 28028 28030 27106 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28375150 888471552 23265 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28030/tid=28035] ppid=28028 vsize=867648 CPUtime=0
/proc/28030/task/28035/stat : 28035 (java) S 28028 28030 27106 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28375150 888471552 23265 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28030/tid=28036] ppid=28028 vsize=867648 CPUtime=0
/proc/28030/task/28036/stat : 28036 (java) S 28028 28030 27106 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28375153 888471552 23265 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28030/tid=28037] ppid=28028 vsize=867648 CPUtime=0.17
/proc/28030/task/28037/stat : 28037 (java) S 28028 28030 27106 0 -1 64 689 0 0 0 17 0 0 0 16 0 9 0 28375153 888471552 23265 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28030/tid=28038] ppid=28028 vsize=867648 CPUtime=0
/proc/28030/task/28038/stat : 28038 (java) S 28028 28030 27106 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28375153 888471552 23265 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28030/tid=28039] ppid=28028 vsize=867648 CPUtime=0
/proc/28030/task/28039/stat : 28039 (java) S 28028 28030 27106 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28375153 888471552 23265 996147200 134512640 134550932 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) 867648

[startup+3.10272 s]
/proc/loadavg: 1.99 2.00 2.00 4/89 28039
/proc/meminfo: memFree=1706880/2055920 swapFree=4192812/4192956
[pid=28030] ppid=28028 vsize=867648 CPUtime=3.08
/proc/28030/stat : 28030 (java) S 28028 28030 27106 0 -1 0 23968 0 1 0 296 12 0 0 18 0 9 0 28375147 888471552 23293 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28030/statm: 216912 23293 2031 9 0 211370 0
[pid=28030/tid=28031] ppid=28028 vsize=867648 CPUtime=2.79
/proc/28030/task/28031/stat : 28031 (java) R 28028 28030 27106 0 -1 64 15818 0 1 0 271 8 0 0 25 0 9 0 28375149 888471552 23293 996147200 134512640 134550932 4294955968 18446744073709551615 4126920836 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28030/tid=28033] ppid=28028 vsize=867648 CPUtime=0.07
/proc/28030/task/28033/stat : 28033 (java) S 28028 28030 27106 0 -1 64 6740 0 0 0 5 2 0 0 17 0 9 0 28375150 888471552 23293 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28030/tid=28034] ppid=28028 vsize=867648 CPUtime=0
/proc/28030/task/28034/stat : 28034 (java) S 28028 28030 27106 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28375150 888471552 23293 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28030/tid=28035] ppid=28028 vsize=867648 CPUtime=0
/proc/28030/task/28035/stat : 28035 (java) S 28028 28030 27106 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28375150 888471552 23293 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28030/tid=28036] ppid=28028 vsize=867648 CPUtime=0
/proc/28030/task/28036/stat : 28036 (java) S 28028 28030 27106 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28375153 888471552 23293 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28030/tid=28037] ppid=28028 vsize=867648 CPUtime=0.19
/proc/28030/task/28037/stat : 28037 (java) S 28028 28030 27106 0 -1 64 709 0 0 0 19 0 0 0 15 0 9 0 28375153 888471552 23293 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28030/tid=28038] ppid=28028 vsize=867648 CPUtime=0
/proc/28030/task/28038/stat : 28038 (java) S 28028 28030 27106 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28375153 888471552 23293 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28030/tid=28039] ppid=28028 vsize=867648 CPUtime=0
/proc/28030/task/28039/stat : 28039 (java) S 28028 28030 27106 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28375153 888471552 23293 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 867648

[startup+6.30303 s]
/proc/loadavg: 1.99 2.00 2.00 3/89 28039
/proc/meminfo: memFree=1706496/2055920 swapFree=4192812/4192956
[pid=28030] ppid=28028 vsize=867648 CPUtime=6.28
/proc/28030/stat : 28030 (java) S 28028 28030 27106 0 -1 0 23981 0 1 0 614 14 0 0 18 0 9 0 28375147 888471552 23304 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28030/statm: 216912 23304 2031 9 0 211370 0
[pid=28030/tid=28031] ppid=28028 vsize=867648 CPUtime=5.98
/proc/28030/task/28031/stat : 28031 (java) R 28028 28030 27106 0 -1 64 15824 0 1 0 588 10 0 0 25 0 9 0 28375149 888471552 23304 996147200 134512640 134550932 4294955968 18446744073709551615 4126920752 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28030/tid=28033] ppid=28028 vsize=867648 CPUtime=0.07
/proc/28030/task/28033/stat : 28033 (java) S 28028 28030 27106 0 -1 64 6740 0 0 0 5 2 0 0 16 0 9 0 28375150 888471552 23304 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28030/tid=28034] ppid=28028 vsize=867648 CPUtime=0
/proc/28030/task/28034/stat : 28034 (java) S 28028 28030 27106 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28375150 888471552 23304 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28030/tid=28035] ppid=28028 vsize=867648 CPUtime=0
/proc/28030/task/28035/stat : 28035 (java) S 28028 28030 27106 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28375150 888471552 23304 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28030/tid=28036] ppid=28028 vsize=867648 CPUtime=0
/proc/28030/task/28036/stat : 28036 (java) S 28028 28030 27106 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28375153 888471552 23304 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28030/tid=28037] ppid=28028 vsize=867648 CPUtime=0.2
/proc/28030/task/28037/stat : 28037 (java) S 28028 28030 27106 0 -1 64 716 0 0 0 20 0 0 0 16 0 9 0 28375153 888471552 23304 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28030/tid=28038] ppid=28028 vsize=867648 CPUtime=0
/proc/28030/task/28038/stat : 28038 (java) S 28028 28030 27106 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28375153 888471552 23304 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28030/tid=28039] ppid=28028 vsize=867648 CPUtime=0
/proc/28030/task/28039/stat : 28039 (java) S 28028 28030 27106 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28375153 888471552 23304 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 867648

[startup+12.7019 s]
/proc/loadavg: 1.99 2.00 2.00 3/89 28039
/proc/meminfo: memFree=1684032/2055920 swapFree=4192812/4192956
[pid=28030] ppid=28028 vsize=867648 CPUtime=12.68
/proc/28030/stat : 28030 (java) S 28028 28030 27106 0 -1 0 29578 0 1 0 1248 20 0 0 18 0 9 0 28375147 888471552 28899 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28030/statm: 216912 28899 2031 9 0 211370 0
[pid=28030/tid=28031] ppid=28028 vsize=867648 CPUtime=12.21
/proc/28030/task/28031/stat : 28031 (java) R 28028 28030 27106 0 -1 64 15828 0 1 0 1207 14 0 0 25 0 9 0 28375149 888471552 28899 996147200 134512640 134550932 4294955968 18446744073709551615 4126939703 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28030/tid=28033] ppid=28028 vsize=867648 CPUtime=0.21
/proc/28030/task/28033/stat : 28033 (java) S 28028 28030 27106 0 -1 64 12319 0 0 0 17 4 0 0 17 0 9 0 28375150 888471552 28899 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28030/tid=28034] ppid=28028 vsize=867648 CPUtime=0
/proc/28030/task/28034/stat : 28034 (java) S 28028 28030 27106 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28375150 888471552 28899 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28030/tid=28035] ppid=28028 vsize=867648 CPUtime=0
/proc/28030/task/28035/stat : 28035 (java) S 28028 28030 27106 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28375150 888471552 28899 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28030/tid=28036] ppid=28028 vsize=867648 CPUtime=0
/proc/28030/task/28036/stat : 28036 (java) S 28028 28030 27106 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28375153 888471552 28899 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28030/tid=28037] ppid=28028 vsize=867648 CPUtime=0.22
/proc/28030/task/28037/stat : 28037 (java) S 28028 28030 27106 0 -1 64 730 0 0 0 22 0 0 0 15 0 9 0 28375153 888471552 28899 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28030/tid=28038] ppid=28028 vsize=867648 CPUtime=0
/proc/28030/task/28038/stat : 28038 (java) S 28028 28030 27106 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28375153 888471552 28899 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28030/tid=28039] ppid=28028 vsize=867648 CPUtime=0
/proc/28030/task/28039/stat : 28039 (java) S 28028 28030 27106 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28375153 888471552 28899 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 867648

[startup+25.5023 s]
/proc/loadavg: 2.07 2.02 2.01 4/89 28043
/proc/meminfo: memFree=1639544/2055920 swapFree=4192812/4192956
[pid=28030] ppid=28028 vsize=868060 CPUtime=25.43
/proc/28030/stat : 28030 (java) S 28028 28030 27106 0 -1 0 68621 888 1 0 2493 35 13 2 18 0 9 0 28375147 888893440 40641 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28030/statm: 217015 40641 2662 9 0 211451 0
[pid=28030/tid=28031] ppid=28028 vsize=868060 CPUtime=24.38
/proc/28030/task/28031/stat : 28031 (java) R 28028 28030 27106 0 -1 64 29875 888 1 0 2401 22 13 2 25 0 9 0 28375149 888893440 40641 996147200 134512640 134550932 4294955968 18446744073709551615 4126918987 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28030/tid=28033] ppid=28028 vsize=868060 CPUtime=0.84
/proc/28030/task/28033/stat : 28033 (java) S 28028 28030 27106 0 -1 64 36959 888 0 0 59 10 13 2 16 0 9 0 28375150 888893440 40641 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28030/tid=28034] ppid=28028 vsize=868060 CPUtime=0.15
/proc/28030/task/28034/stat : 28034 (java) S 28028 28030 27106 0 -1 64 21 888 0 0 0 0 13 2 16 0 9 0 28375150 888893440 40641 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28030/tid=28035] ppid=28028 vsize=868060 CPUtime=0.15
/proc/28030/task/28035/stat : 28035 (java) S 28028 28030 27106 0 -1 64 22 888 0 0 0 0 13 2 15 0 9 0 28375150 888893440 40641 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28030/tid=28036] ppid=28028 vsize=868060 CPUtime=0.15
/proc/28030/task/28036/stat : 28036 (java) S 28028 28030 27106 0 -1 64 2 888 0 0 0 0 13 2 18 0 9 0 28375153 888893440 40641 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28030/tid=28037] ppid=28028 vsize=868060 CPUtime=0.46
/proc/28030/task/28037/stat : 28037 (java) S 28028 28030 27106 0 -1 64 927 888 0 0 31 0 13 2 16 0 9 0 28375153 888893440 40641 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28030/tid=28038] ppid=28028 vsize=868060 CPUtime=0.15
/proc/28030/task/28038/stat : 28038 (java) S 28028 28030 27106 0 -1 64 0 888 0 0 0 0 13 2 19 0 9 0 28375153 888893440 40641 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28030/tid=28039] ppid=28028 vsize=868060 CPUtime=0.15
/proc/28030/task/28039/stat : 28039 (java) S 28028 28030 27106 0 -1 64 11 888 0 0 0 0 13 2 15 0 9 0 28375153 888893440 40641 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 868060

[startup+51.103 s]
/proc/loadavg: 2.05 2.01 2.00 3/89 28043
/proc/meminfo: memFree=1639416/2055920 swapFree=4192812/4192956
[pid=28030] ppid=28028 vsize=868060 CPUtime=50.78
/proc/28030/stat : 28030 (java) S 28028 28030 27106 0 -1 0 68882 888 1 0 5028 35 13 2 18 0 9 0 28375147 888893440 40649 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28030/statm: 217015 40649 2662 9 0 211451 0
[pid=28030/tid=28031] ppid=28028 vsize=868060 CPUtime=49.72
/proc/28030/task/28031/stat : 28031 (java) R 28028 28030 27106 0 -1 64 30124 888 1 0 4935 22 13 2 25 0 9 0 28375149 888893440 40649 996147200 134512640 134550932 4294955968 18446744073709551615 4127164161 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28030/tid=28033] ppid=28028 vsize=868060 CPUtime=0.84
/proc/28030/task/28033/stat : 28033 (java) S 28028 28030 27106 0 -1 64 36959 888 0 0 59 10 13 2 16 0 9 0 28375150 888893440 40649 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0

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

/proc/28030/task/28035/stat : 28035 (java) S 28028 28030 27106 0 -1 64 22 888 0 0 0 0 13 2 15 0 9 0 28375150 888893440 48441 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28030/tid=28036] ppid=28028 vsize=868060 CPUtime=0.15
/proc/28030/task/28036/stat : 28036 (java) S 28028 28030 27106 0 -1 64 2 888 0 0 0 0 13 2 18 0 9 0 28375153 888893440 48441 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28030/tid=28037] ppid=28028 vsize=868060 CPUtime=0.57
/proc/28030/task/28037/stat : 28037 (java) S 28028 28030 27106 0 -1 64 988 888 0 0 42 0 13 2 16 0 9 0 28375153 888893440 48441 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28030/tid=28038] ppid=28028 vsize=868060 CPUtime=0.15
/proc/28030/task/28038/stat : 28038 (java) S 28028 28030 27106 0 -1 64 0 888 0 0 0 0 13 2 19 0 9 0 28375153 888893440 48441 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28030/tid=28039] ppid=28028 vsize=868060 CPUtime=0.15
/proc/28030/task/28039/stat : 28039 (java) S 28028 28030 27106 0 -1 64 13 888 0 0 0 0 13 2 15 0 9 0 28375153 888893440 48441 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1476.89
Current children cumulated vsize (KiB) 868060

[startup+1542.3 s]
/proc/loadavg: 2.26 2.16 2.04 3/89 28129
/proc/meminfo: memFree=1616376/2055920 swapFree=4192812/4192956
[pid=28030] ppid=28028 vsize=868060 CPUtime=1536.86
/proc/28030/stat : 28030 (java) S 28028 28030 27106 0 -1 0 78980 888 1 0 153622 49 13 2 18 0 9 0 28375147 888893440 48441 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28030/statm: 217015 48441 2662 9 0 211451 0
[pid=28030/tid=28031] ppid=28028 vsize=868060 CPUtime=1534.52
/proc/28030/task/28031/stat : 28031 (java) R 28028 28030 27106 0 -1 64 32402 888 1 0 153407 30 13 2 25 0 9 0 28375149 888893440 48441 996147200 134512640 134550932 4294955968 18446744073709551615 4127144701 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28030/tid=28033] ppid=28028 vsize=868060 CPUtime=2.02
/proc/28030/task/28033/stat : 28033 (java) S 28028 28030 27106 0 -1 64 44728 888 0 0 172 15 13 2 16 0 9 0 28375150 888893440 48441 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28030/tid=28034] ppid=28028 vsize=868060 CPUtime=0.15
/proc/28030/task/28034/stat : 28034 (java) S 28028 28030 27106 0 -1 64 21 888 0 0 0 0 13 2 16 0 9 0 28375150 888893440 48441 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28030/tid=28035] ppid=28028 vsize=868060 CPUtime=0.15
/proc/28030/task/28035/stat : 28035 (java) S 28028 28030 27106 0 -1 64 22 888 0 0 0 0 13 2 15 0 9 0 28375150 888893440 48441 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28030/tid=28036] ppid=28028 vsize=868060 CPUtime=0.15
/proc/28030/task/28036/stat : 28036 (java) S 28028 28030 27106 0 -1 64 2 888 0 0 0 0 13 2 18 0 9 0 28375153 888893440 48441 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28030/tid=28037] ppid=28028 vsize=868060 CPUtime=0.57
/proc/28030/task/28037/stat : 28037 (java) S 28028 28030 27106 0 -1 64 988 888 0 0 42 0 13 2 16 0 9 0 28375153 888893440 48441 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28030/tid=28038] ppid=28028 vsize=868060 CPUtime=0.15
/proc/28030/task/28038/stat : 28038 (java) S 28028 28030 27106 0 -1 64 0 888 0 0 0 0 13 2 19 0 9 0 28375153 888893440 48441 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28030/tid=28039] ppid=28028 vsize=868060 CPUtime=0.15
/proc/28030/task/28039/stat : 28039 (java) S 28028 28030 27106 0 -1 64 13 888 0 0 0 0 13 2 15 0 9 0 28375153 888893440 48441 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1536.86
Current children cumulated vsize (KiB) 868060

[startup+1602.3 s]
/proc/loadavg: 2.09 2.12 2.04 3/89 28129
/proc/meminfo: memFree=1616376/2055920 swapFree=4192812/4192956
[pid=28030] ppid=28028 vsize=868060 CPUtime=1596.83
/proc/28030/stat : 28030 (java) S 28028 28030 27106 0 -1 0 78987 888 1 0 159619 49 13 2 18 0 9 0 28375147 888893440 48441 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28030/statm: 217015 48441 2662 9 0 211451 0
[pid=28030/tid=28031] ppid=28028 vsize=868060 CPUtime=1594.47
/proc/28030/task/28031/stat : 28031 (java) R 28028 28030 27106 0 -1 64 32409 888 1 0 159402 30 13 2 25 0 9 0 28375149 888893440 48441 996147200 134512640 134550932 4294955968 18446744073709551615 4127144720 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28030/tid=28033] ppid=28028 vsize=868060 CPUtime=2.05
/proc/28030/task/28033/stat : 28033 (java) S 28028 28030 27106 0 -1 64 44728 888 0 0 175 15 13 2 16 0 9 0 28375150 888893440 48441 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28030/tid=28034] ppid=28028 vsize=868060 CPUtime=0.15
/proc/28030/task/28034/stat : 28034 (java) S 28028 28030 27106 0 -1 64 21 888 0 0 0 0 13 2 16 0 9 0 28375150 888893440 48441 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28030/tid=28035] ppid=28028 vsize=868060 CPUtime=0.15
/proc/28030/task/28035/stat : 28035 (java) S 28028 28030 27106 0 -1 64 22 888 0 0 0 0 13 2 15 0 9 0 28375150 888893440 48441 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28030/tid=28036] ppid=28028 vsize=868060 CPUtime=0.15
/proc/28030/task/28036/stat : 28036 (java) S 28028 28030 27106 0 -1 64 2 888 0 0 0 0 13 2 18 0 9 0 28375153 888893440 48441 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28030/tid=28037] ppid=28028 vsize=868060 CPUtime=0.57
/proc/28030/task/28037/stat : 28037 (java) S 28028 28030 27106 0 -1 64 988 888 0 0 42 0 13 2 16 0 9 0 28375153 888893440 48441 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28030/tid=28038] ppid=28028 vsize=868060 CPUtime=0.15
/proc/28030/task/28038/stat : 28038 (java) S 28028 28030 27106 0 -1 64 0 888 0 0 0 0 13 2 19 0 9 0 28375153 888893440 48441 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28030/tid=28039] ppid=28028 vsize=868060 CPUtime=0.15
/proc/28030/task/28039/stat : 28039 (java) S 28028 28030 27106 0 -1 64 13 888 0 0 0 0 13 2 15 0 9 0 28375153 888893440 48441 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1596.83
Current children cumulated vsize (KiB) 868060

[startup+1662.3 s]
/proc/loadavg: 2.03 2.10 2.03 3/89 28129
/proc/meminfo: memFree=1616376/2055920 swapFree=4192812/4192956
[pid=28030] ppid=28028 vsize=868060 CPUtime=1656.8
/proc/28030/stat : 28030 (java) S 28028 28030 27106 0 -1 0 78993 888 1 0 165616 49 13 2 18 0 9 0 28375147 888893440 48441 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28030/statm: 217015 48441 2662 9 0 211451 0
[pid=28030/tid=28031] ppid=28028 vsize=868060 CPUtime=1654.41
/proc/28030/task/28031/stat : 28031 (java) R 28028 28030 27106 0 -1 64 32415 888 1 0 165396 30 13 2 25 0 9 0 28375149 888893440 48441 996147200 134512640 134550932 4294955968 18446744073709551615 4127145947 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28030/tid=28033] ppid=28028 vsize=868060 CPUtime=2.07
/proc/28030/task/28033/stat : 28033 (java) S 28028 28030 27106 0 -1 64 44728 888 0 0 177 15 13 2 16 0 9 0 28375150 888893440 48441 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28030/tid=28034] ppid=28028 vsize=868060 CPUtime=0.15
/proc/28030/task/28034/stat : 28034 (java) S 28028 28030 27106 0 -1 64 21 888 0 0 0 0 13 2 16 0 9 0 28375150 888893440 48441 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28030/tid=28035] ppid=28028 vsize=868060 CPUtime=0.15
/proc/28030/task/28035/stat : 28035 (java) S 28028 28030 27106 0 -1 64 22 888 0 0 0 0 13 2 15 0 9 0 28375150 888893440 48441 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28030/tid=28036] ppid=28028 vsize=868060 CPUtime=0.15
/proc/28030/task/28036/stat : 28036 (java) S 28028 28030 27106 0 -1 64 2 888 0 0 0 0 13 2 18 0 9 0 28375153 888893440 48441 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28030/tid=28037] ppid=28028 vsize=868060 CPUtime=0.57
/proc/28030/task/28037/stat : 28037 (java) S 28028 28030 27106 0 -1 64 988 888 0 0 42 0 13 2 16 0 9 0 28375153 888893440 48441 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28030/tid=28038] ppid=28028 vsize=868060 CPUtime=0.15
/proc/28030/task/28038/stat : 28038 (java) S 28028 28030 27106 0 -1 64 0 888 0 0 0 0 13 2 19 0 9 0 28375153 888893440 48441 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28030/tid=28039] ppid=28028 vsize=868060 CPUtime=0.15
/proc/28030/task/28039/stat : 28039 (java) S 28028 28030 27106 0 -1 64 13 888 0 0 0 0 13 2 15 0 9 0 28375153 888893440 48441 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1656.8
Current children cumulated vsize (KiB) 868060

[startup+1722.3 s]
/proc/loadavg: 2.01 2.08 2.03 3/89 28129
/proc/meminfo: memFree=1616384/2055920 swapFree=4192812/4192956
[pid=28030] ppid=28028 vsize=868060 CPUtime=1716.77
/proc/28030/stat : 28030 (java) S 28028 28030 27106 0 -1 0 79001 888 1 0 171613 49 13 2 18 0 9 0 28375147 888893440 48441 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28030/statm: 217015 48441 2662 9 0 211451 0
[pid=28030/tid=28031] ppid=28028 vsize=868060 CPUtime=1714.35
/proc/28030/task/28031/stat : 28031 (java) R 28028 28030 27106 0 -1 64 32423 888 1 0 171390 30 13 2 25 0 9 0 28375149 888893440 48441 996147200 134512640 134550932 4294955968 18446744073709551615 4127164135 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28030/tid=28033] ppid=28028 vsize=868060 CPUtime=2.1
/proc/28030/task/28033/stat : 28033 (java) S 28028 28030 27106 0 -1 64 44728 888 0 0 180 15 13 2 17 0 9 0 28375150 888893440 48441 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28030/tid=28034] ppid=28028 vsize=868060 CPUtime=0.15
/proc/28030/task/28034/stat : 28034 (java) S 28028 28030 27106 0 -1 64 21 888 0 0 0 0 13 2 16 0 9 0 28375150 888893440 48441 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28030/tid=28035] ppid=28028 vsize=868060 CPUtime=0.15
/proc/28030/task/28035/stat : 28035 (java) S 28028 28030 27106 0 -1 64 22 888 0 0 0 0 13 2 15 0 9 0 28375150 888893440 48441 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28030/tid=28036] ppid=28028 vsize=868060 CPUtime=0.15
/proc/28030/task/28036/stat : 28036 (java) S 28028 28030 27106 0 -1 64 2 888 0 0 0 0 13 2 18 0 9 0 28375153 888893440 48441 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28030/tid=28037] ppid=28028 vsize=868060 CPUtime=0.57
/proc/28030/task/28037/stat : 28037 (java) S 28028 28030 27106 0 -1 64 988 888 0 0 42 0 13 2 16 0 9 0 28375153 888893440 48441 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28030/tid=28038] ppid=28028 vsize=868060 CPUtime=0.15
/proc/28030/task/28038/stat : 28038 (java) S 28028 28030 27106 0 -1 64 0 888 0 0 0 0 13 2 19 0 9 0 28375153 888893440 48441 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28030/tid=28039] ppid=28028 vsize=868060 CPUtime=0.15
/proc/28030/task/28039/stat : 28039 (java) S 28028 28030 27106 0 -1 64 13 888 0 0 0 0 13 2 15 0 9 0 28375153 888893440 48441 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1716.77
Current children cumulated vsize (KiB) 868060

[startup+1782.3 s]
/proc/loadavg: 2.00 2.06 2.02 3/89 28129
/proc/meminfo: memFree=1616192/2055920 swapFree=4192812/4192956
[pid=28030] ppid=28028 vsize=868060 CPUtime=1776.75
/proc/28030/stat : 28030 (java) S 28028 28030 27106 0 -1 0 79009 888 1 0 177611 49 13 2 18 0 9 0 28375147 888893440 48441 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28030/statm: 217015 48441 2662 9 0 211451 0
[pid=28030/tid=28031] ppid=28028 vsize=868060 CPUtime=1774.3
/proc/28030/task/28031/stat : 28031 (java) R 28028 28030 27106 0 -1 64 32431 888 1 0 177384 31 13 2 25 0 9 0 28375149 888893440 48441 996147200 134512640 134550932 4294955968 18446744073709551615 4126675672 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28030/tid=28033] ppid=28028 vsize=868060 CPUtime=2.13
/proc/28030/task/28033/stat : 28033 (java) S 28028 28030 27106 0 -1 64 44728 888 0 0 183 15 13 2 16 0 9 0 28375150 888893440 48441 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28030/tid=28034] ppid=28028 vsize=868060 CPUtime=0.15
/proc/28030/task/28034/stat : 28034 (java) S 28028 28030 27106 0 -1 64 21 888 0 0 0 0 13 2 16 0 9 0 28375150 888893440 48441 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28030/tid=28035] ppid=28028 vsize=868060 CPUtime=0.15
/proc/28030/task/28035/stat : 28035 (java) S 28028 28030 27106 0 -1 64 22 888 0 0 0 0 13 2 15 0 9 0 28375150 888893440 48441 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28030/tid=28036] ppid=28028 vsize=868060 CPUtime=0.15
/proc/28030/task/28036/stat : 28036 (java) S 28028 28030 27106 0 -1 64 2 888 0 0 0 0 13 2 18 0 9 0 28375153 888893440 48441 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28030/tid=28037] ppid=28028 vsize=868060 CPUtime=0.57
/proc/28030/task/28037/stat : 28037 (java) S 28028 28030 27106 0 -1 64 988 888 0 0 42 0 13 2 16 0 9 0 28375153 888893440 48441 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28030/tid=28038] ppid=28028 vsize=868060 CPUtime=0.15
/proc/28030/task/28038/stat : 28038 (java) S 28028 28030 27106 0 -1 64 0 888 0 0 0 0 13 2 19 0 9 0 28375153 888893440 48441 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28030/tid=28039] ppid=28028 vsize=868060 CPUtime=0.15
/proc/28030/task/28039/stat : 28039 (java) S 28028 28030 27106 0 -1 64 13 888 0 0 0 0 13 2 15 0 9 0 28375153 888893440 48441 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1776.75
Current children cumulated vsize (KiB) 868060



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.6 s]
/proc/loadavg: 2.00 2.06 2.02 4/89 28129
/proc/meminfo: memFree=1616192/2055920 swapFree=4192812/4192956
[pid=28030] ppid=28028 vsize=868060 CPUtime=1800.04
/proc/28030/stat : 28030 (java) S 28028 28030 27106 0 -1 0 79014 888 1 0 179940 49 13 2 18 0 9 0 28375147 888893440 48441 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28030/statm: 217015 48441 2662 9 0 211451 0
[pid=28030/tid=28031] ppid=28028 vsize=868060 CPUtime=1797.57
/proc/28030/task/28031/stat : 28031 (java) R 28028 28030 27106 0 -1 64 32436 888 1 0 179711 31 13 2 25 0 9 0 28375149 888893440 48441 996147200 134512640 134550932 4294955968 18446744073709551615 4126916274 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28030/tid=28033] ppid=28028 vsize=868060 CPUtime=2.15
/proc/28030/task/28033/stat : 28033 (java) S 28028 28030 27106 0 -1 64 44728 888 0 0 185 15 13 2 16 0 9 0 28375150 888893440 48441 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28030/tid=28034] ppid=28028 vsize=868060 CPUtime=0.15
/proc/28030/task/28034/stat : 28034 (java) S 28028 28030 27106 0 -1 64 21 888 0 0 0 0 13 2 16 0 9 0 28375150 888893440 48441 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28030/tid=28035] ppid=28028 vsize=868060 CPUtime=0.15
/proc/28030/task/28035/stat : 28035 (java) S 28028 28030 27106 0 -1 64 22 888 0 0 0 0 13 2 15 0 9 0 28375150 888893440 48441 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28030/tid=28036] ppid=28028 vsize=868060 CPUtime=0.15
/proc/28030/task/28036/stat : 28036 (java) S 28028 28030 27106 0 -1 64 2 888 0 0 0 0 13 2 18 0 9 0 28375153 888893440 48441 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28030/tid=28037] ppid=28028 vsize=868060 CPUtime=0.57
/proc/28030/task/28037/stat : 28037 (java) S 28028 28030 27106 0 -1 64 988 888 0 0 42 0 13 2 16 0 9 0 28375153 888893440 48441 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28030/tid=28038] ppid=28028 vsize=868060 CPUtime=0.15
/proc/28030/task/28038/stat : 28038 (java) S 28028 28030 27106 0 -1 64 0 888 0 0 0 0 13 2 19 0 9 0 28375153 888893440 48441 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28030/tid=28039] ppid=28028 vsize=868060 CPUtime=0.15
/proc/28030/task/28039/stat : 28039 (java) S 28028 28030 27106 0 -1 64 13 888 0 0 0 0 13 2 15 0 9 0 28375153 888893440 48441 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 868060

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

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

Child status: 143
Real time (s): 1805.66
CPU time (s): 1800.1
CPU user time (s): 1799.56
CPU system time (s): 0.547916
CPU usage (%): 99.6924
Max. virtual memory (cumulated for all children) (KiB): 868060

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

runsolver used 2.25866 second user time and 6.21705 second system time

The end

Launcher Data

Begin job on node2 at 2009-07-12 17:37:55
IDJOB=2097507
IDBENCH=57475
IDSOLVER=773
FILE ID=node2/2097507-1247413075
PBS_JOBID= 9510640
Free space on /tmp= 66336 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-20/normalized-super-js-taillard-20-29.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2097507-1247413075/watcher-2097507-1247413075 -o /tmp/evaluation-result-2097507-1247413075/solver-2097507-1247413075 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2097507-1247413075.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 10f4f3b19356da36a48ebac0d3244087
RANDOM SEED=900099569

node2.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.265
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.265
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:       1792872 kB
Buffers:         33248 kB
Cached:         120364 kB
SwapCached:          0 kB
Active:         144732 kB
Inactive:        66804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1792872 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3656 kB
Writeback:           0 kB
Mapped:          78348 kB
Slab:            36608 kB
Committed_AS:   993604 kB
PageTables:       1988 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= 66332 MiB
End job on node2 at 2009-07-12 18:08:02