Trace number 1083069

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

General information on the benchmark

Namecsp/super-js/super-js-taillard-15/
normalized-super-js-taillard-15-22.xml
MD5SUMb143b6832d0d7021c7c579e11837017e
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark57.9122
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Maximum constraint arity2
Maximum domain size1200
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.06/0.09	
0.06/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=esac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-1083069-1215224867.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.33	   
0.28/0.33	   variables being loaded...
0.38/0.45	     nbVariables=450  nbDomainTypes=85  minDomainSize=1102  maxDomainSize=1200  nbTotalValues=517738
0.38/0.45	       =>  wckTime=0.203  cpuTime=0.17  mem=19M619
0.38/0.45	   
0.38/0.45	   predicates being loaded...
0.48/0.51	   
0.48/0.51	   constraints being loaded...
20.57/20.63	   
20.57/20.63	   INFO : Stopping converting binary constraints (cpu=20.12, mem = 59M707)
21.75/21.82	     nbConstraints=5595  nbGlobalConstraints=5106  nbConvertedConstraints=167  nbConvertConstraintsChecks=111694006
21.75/21.82	     nbExtensionStructures=85  nbSharedExtensionStructures=82  nbConflictsStructures=85  nbSharedConflictsStructures=82
21.75/21.82	     nbUnbuiltConflictsStructures=135  nbSharedBinaryRepresentations=103006  nbEvaluationManagers=135
21.75/21.82	     nbSharedEvaluationManagers=187  minDegree=16  maxDegree=34  minArity=2  avgArity=2.04  maxArity=16  nbGenerators=0
21.75/21.82	     nbFusions=0  symmetryWckTime=1.105  symmetryCpuTime=0.78  nbCliques=15
21.75/21.82	       =>  wckTime=21.573  cpuTime=20.96  mem=47M353
21.85/22.00	   
21.85/22.00	   solver IterativeSystematicSolver being built... 
21.95/22.08	   
21.95/22.08	   INFO : Forward propagation technique limited 
22.05/22.19	       =>  wckTime=21.939  cpuTime=21.11  mem=79M591
42.94/43.29	   
42.94/43.29	   preprocessing
42.94/43.29	     nbConstraintChecks=110145052  nbValidityChecks=591218  nbPropagations=887  nbRevisions=1775
42.94/43.29	     nbUselessRevisions=1127  nbRemovedValues=317968  detectedInconsistency=no
42.94/43.29	       =>  wckTime=21.082  cpuTime=20.86  mem=88M331
52.73/53.14	   
52.73/53.14	   INFO : Stopping use of transposition table (mapSize=82, nbTooLargekeys=37, mem=95M999)

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-1083069-1215224867/watcher-1083069-1215224867 -o /tmp/evaluation-result-1083069-1215224867/solver-1083069-1215224867 -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-1083069-1215224867.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.06 2.02 2.00 4/81 27200
/proc/meminfo: memFree=1666784/2055924 swapFree=4180432/4192956
[pid=27200] ppid=27198 vsize=152 CPUtime=0
/proc/27200/stat : 27200 (java) R 27198 27200 25978 0 -1 0 205 0 0 0 0 0 0 0 18 0 1 0 2001461994 155648 26 996147200 134512640 134550740 4294955968 18446744073709551615 2187563 0 0 4096 0 0 0 0 17 0 0 0
/proc/27200/statm: 38 26 19 9 0 4 0

[startup+0.0833189 s]
/proc/loadavg: 2.06 2.02 2.00 4/81 27200
/proc/meminfo: memFree=1666784/2055924 swapFree=4180432/4192956
[pid=27200] ppid=27198 vsize=865856 CPUtime=0.06
/proc/27200/stat : 27200 (java) S 27198 27200 25978 0 -1 0 3515 0 1 0 5 1 0 0 18 0 9 0 2001461994 886636544 3005 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27200/statm: 216464 3005 1625 9 0 211026 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 865856

[startup+0.101323 s]
/proc/loadavg: 2.06 2.02 2.00 4/81 27200
/proc/meminfo: memFree=1666784/2055924 swapFree=4180432/4192956
[pid=27200] ppid=27198 vsize=865884 CPUtime=0.08
/proc/27200/stat : 27200 (java) S 27198 27200 25978 0 -1 0 3692 0 1 0 6 2 0 0 18 0 9 0 2001461994 886665216 3167 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27200/statm: 216471 3167 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301363 s]
/proc/loadavg: 2.06 2.02 2.00 4/81 27200
/proc/meminfo: memFree=1666784/2055924 swapFree=4180432/4192956
[pid=27200] ppid=27198 vsize=866284 CPUtime=0.28
/proc/27200/stat : 27200 (java) S 27198 27200 25978 0 -1 0 5904 0 1 0 24 4 0 0 18 0 9 0 2001461994 887074816 5278 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27200/statm: 216571 5279 1956 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.701443 s]
/proc/loadavg: 2.06 2.02 2.00 4/81 27200
/proc/meminfo: memFree=1666784/2055924 swapFree=4180432/4192956
[pid=27200] ppid=27198 vsize=867708 CPUtime=0.68
/proc/27200/stat : 27200 (java) S 27198 27200 25978 0 -1 0 11486 0 1 0 61 7 0 0 18 0 9 0 2001461994 888532992 10846 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27200/statm: 216927 10847 2011 9 0 211433 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867708

[startup+1.5026 s]
/proc/loadavg: 2.06 2.02 2.00 3/90 27209
/proc/meminfo: memFree=1619672/2055924 swapFree=4180432/4192956
[pid=27200] ppid=27198 vsize=867708 CPUtime=1.48
/proc/27200/stat : 27200 (java) S 27198 27200 25978 0 -1 0 14890 0 1 0 139 9 0 0 18 0 9 0 2001461994 888532992 14247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27200/statm: 216927 14247 2014 9 0 211433 0
[pid=27200/tid=27202] ppid=27198 vsize=867708 CPUtime=1.28
/proc/27200/task/27202/stat : 27202 (java) R 27198 27200 25978 0 -1 64 13518 0 1 0 121 7 0 0 25 0 9 0 2001461995 888532992 14247 996147200 134512640 134550740 4294955968 18446744073709551615 4126879164 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27200/tid=27203] ppid=27198 vsize=867708 CPUtime=0
/proc/27200/task/27203/stat : 27203 (java) S 27198 27200 25978 0 -1 64 4 0 0 0 0 0 0 0 17 0 9 0 2001461996 888532992 14247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27200/tid=27204] ppid=27198 vsize=867708 CPUtime=0
/proc/27200/task/27204/stat : 27204 (java) S 27198 27200 25978 0 -1 64 9 0 0 0 0 0 0 0 21 0 9 0 2001461997 888532992 14247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27200/tid=27205] ppid=27198 vsize=867708 CPUtime=0
/proc/27200/task/27205/stat : 27205 (java) S 27198 27200 25978 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 2001461997 888532992 14247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27200/tid=27206] ppid=27198 vsize=867708 CPUtime=0
/proc/27200/task/27206/stat : 27206 (java) S 27198 27200 25978 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 2001461999 888532992 14247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27200/tid=27207] ppid=27198 vsize=867708 CPUtime=0.17
/proc/27200/task/27207/stat : 27207 (java) S 27198 27200 25978 0 -1 64 675 0 0 0 17 0 0 0 16 0 9 0 2001461999 888532992 14247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27200/tid=27208] ppid=27198 vsize=867708 CPUtime=0
/proc/27200/task/27208/stat : 27208 (java) S 27198 27200 25978 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 2001461999 888532992 14247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27200/tid=27209] ppid=27198 vsize=867708 CPUtime=0
/proc/27200/task/27209/stat : 27209 (java) S 27198 27200 25978 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001461999 888532992 14247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867708

[startup+3.10191 s]
/proc/loadavg: 2.14 2.03 2.01 3/90 27209
/proc/meminfo: memFree=1616280/2055924 swapFree=4180432/4192956
[pid=27200] ppid=27198 vsize=867708 CPUtime=3.08
/proc/27200/stat : 27200 (java) S 27198 27200 25978 0 -1 0 15912 0 1 0 298 10 0 0 18 0 9 0 2001461994 888532992 15267 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27200/statm: 216927 15267 2014 9 0 211433 0
[pid=27200/tid=27202] ppid=27198 vsize=867708 CPUtime=2.87
/proc/27200/task/27202/stat : 27202 (java) R 27198 27200 25978 0 -1 64 14528 0 1 0 278 9 0 0 25 0 9 0 2001461995 888532992 15267 996147200 134512640 134550740 4294955968 18446744073709551615 4126876211 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27200/tid=27203] ppid=27198 vsize=867708 CPUtime=0
/proc/27200/task/27203/stat : 27203 (java) S 27198 27200 25978 0 -1 64 4 0 0 0 0 0 0 0 17 0 9 0 2001461996 888532992 15267 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27200/tid=27204] ppid=27198 vsize=867708 CPUtime=0
/proc/27200/task/27204/stat : 27204 (java) S 27198 27200 25978 0 -1 64 9 0 0 0 0 0 0 0 21 0 9 0 2001461997 888532992 15267 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27200/tid=27205] ppid=27198 vsize=867708 CPUtime=0
/proc/27200/task/27205/stat : 27205 (java) S 27198 27200 25978 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 2001461997 888532992 15267 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27200/tid=27206] ppid=27198 vsize=867708 CPUtime=0
/proc/27200/task/27206/stat : 27206 (java) S 27198 27200 25978 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 2001461999 888532992 15267 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27200/tid=27207] ppid=27198 vsize=867708 CPUtime=0.19
/proc/27200/task/27207/stat : 27207 (java) S 27198 27200 25978 0 -1 64 687 0 0 0 19 0 0 0 15 0 9 0 2001461999 888532992 15267 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27200/tid=27208] ppid=27198 vsize=867708 CPUtime=0
/proc/27200/task/27208/stat : 27208 (java) S 27198 27200 25978 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 2001461999 888532992 15267 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27200/tid=27209] ppid=27198 vsize=867708 CPUtime=0
/proc/27200/task/27209/stat : 27209 (java) S 27198 27200 25978 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001461999 888532992 15267 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 867708

[startup+6.30254 s]
/proc/loadavg: 2.14 2.03 2.01 3/90 27209
/proc/meminfo: memFree=1588760/2055924 swapFree=4180432/4192956
[pid=27200] ppid=27198 vsize=867620 CPUtime=6.27
/proc/27200/stat : 27200 (java) S 27198 27200 25978 0 -1 0 22028 0 1 0 614 13 0 0 18 0 9 0 2001461994 888442880 21357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27200/statm: 216905 21357 2005 9 0 211433 0
[pid=27200/tid=27202] ppid=27198 vsize=867620 CPUtime=5.96
/proc/27200/task/27202/stat : 27202 (java) R 27198 27200 25978 0 -1 64 15780 0 1 0 585 11 0 0 25 0 9 0 2001461995 888442880 21357 996147200 134512640 134550740 4294955968 18446744073709551615 4126904875 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27200/tid=27203] ppid=27198 vsize=867620 CPUtime=0.09
/proc/27200/task/27203/stat : 27203 (java) S 27198 27200 25978 0 -1 64 4852 0 0 0 8 1 0 0 17 0 9 0 2001461996 888442880 21357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27200/tid=27204] ppid=27198 vsize=867620 CPUtime=0
/proc/27200/task/27204/stat : 27204 (java) S 27198 27200 25978 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2001461997 888442880 21357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27200/tid=27205] ppid=27198 vsize=867620 CPUtime=0
/proc/27200/task/27205/stat : 27205 (java) S 27198 27200 25978 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001461997 888442880 21357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27200/tid=27206] ppid=27198 vsize=867620 CPUtime=0
/proc/27200/task/27206/stat : 27206 (java) S 27198 27200 25978 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 2001461999 888442880 21357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27200/tid=27207] ppid=27198 vsize=867620 CPUtime=0.2
/proc/27200/task/27207/stat : 27207 (java) S 27198 27200 25978 0 -1 64 698 0 0 0 20 0 0 0 15 0 9 0 2001461999 888442880 21357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27200/tid=27208] ppid=27198 vsize=867620 CPUtime=0
/proc/27200/task/27208/stat : 27208 (java) S 27198 27200 25978 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 2001461999 888442880 21357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27200/tid=27209] ppid=27198 vsize=867620 CPUtime=0
/proc/27200/task/27209/stat : 27209 (java) S 27198 27200 25978 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001461999 888442880 21357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 867620

[startup+12.7028 s]
/proc/loadavg: 2.11 2.03 2.01 3/90 27209
/proc/meminfo: memFree=1588632/2055924 swapFree=4180432/4192956
[pid=27200] ppid=27198 vsize=867620 CPUtime=12.67
/proc/27200/stat : 27200 (java) S 27198 27200 25978 0 -1 0 22044 0 1 0 1249 18 0 0 18 0 9 0 2001461994 888442880 21371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27200/statm: 216905 21371 2005 9 0 211433 0
[pid=27200/tid=27202] ppid=27198 vsize=867620 CPUtime=12.33
/proc/27200/task/27202/stat : 27202 (java) R 27198 27200 25978 0 -1 64 15783 0 1 0 1217 16 0 0 25 0 9 0 2001461995 888442880 21371 996147200 134512640 134550740 4294955968 18446744073709551615 4126876221 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27200/tid=27203] ppid=27198 vsize=867620 CPUtime=0.09
/proc/27200/task/27203/stat : 27203 (java) S 27198 27200 25978 0 -1 64 4852 0 0 0 8 1 0 0 16 0 9 0 2001461996 888442880 21371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27200/tid=27204] ppid=27198 vsize=867620 CPUtime=0
/proc/27200/task/27204/stat : 27204 (java) S 27198 27200 25978 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2001461997 888442880 21371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27200/tid=27205] ppid=27198 vsize=867620 CPUtime=0
/proc/27200/task/27205/stat : 27205 (java) S 27198 27200 25978 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001461997 888442880 21371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27200/tid=27206] ppid=27198 vsize=867620 CPUtime=0
/proc/27200/task/27206/stat : 27206 (java) S 27198 27200 25978 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 2001461999 888442880 21371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27200/tid=27207] ppid=27198 vsize=867620 CPUtime=0.23
/proc/27200/task/27207/stat : 27207 (java) S 27198 27200 25978 0 -1 64 711 0 0 0 23 0 0 0 16 0 9 0 2001461999 888442880 21371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27200/tid=27208] ppid=27198 vsize=867620 CPUtime=0
/proc/27200/task/27208/stat : 27208 (java) S 27198 27200 25978 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 2001461999 888442880 21371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27200/tid=27209] ppid=27198 vsize=867620 CPUtime=0
/proc/27200/task/27209/stat : 27209 (java) S 27198 27200 25978 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001461999 888442880 21371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 867620

[startup+25.5013 s]
/proc/loadavg: 2.10 2.03 2.01 3/90 27213
/proc/meminfo: memFree=1555928/2055924 swapFree=4180432/4192956
[pid=27200] ppid=27198 vsize=868356 CPUtime=25.41
/proc/27200/stat : 27200 (java) S 27198 27200 25978 0 -1 0 52289 604 1 0 2502 33 5 1 18 0 9 0 2001461994 889196544 30186 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27200/statm: 217089 30186 2638 9 0 211595 0
[pid=27200/tid=27202] ppid=27198 vsize=868356 CPUtime=24.6
/proc/27200/task/27202/stat : 27202 (java) R 27198 27200 25978 0 -1 64 27960 604 1 0 2431 23 5 1 25 0 9 0 2001461995 889196544 30186 996147200 134512640 134550740 4294955968 18446744073709551615 4126874769 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27200/tid=27203] ppid=27198 vsize=868356 CPUtime=0.5
/proc/27200/task/27203/stat : 27203 (java) S 27198 27200 25978 0 -1 64 22547 604 0 0 38 6 5 1 17 0 9 0 2001461996 889196544 30186 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27200/tid=27204] ppid=27198 vsize=868356 CPUtime=0.06
/proc/27200/task/27204/stat : 27204 (java) S 27198 27200 25978 0 -1 64 16 604 0 0 0 0 5 1 16 0 9 0 2001461997 889196544 30186 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27200/tid=27205] ppid=27198 vsize=868356 CPUtime=0.06
/proc/27200/task/27205/stat : 27205 (java) S 27198 27200 25978 0 -1 64 14 604 0 0 0 0 5 1 16 0 9 0 2001461997 889196544 30186 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27200/tid=27206] ppid=27198 vsize=868356 CPUtime=0.06
/proc/27200/task/27206/stat : 27206 (java) S 27198 27200 25978 0 -1 64 1 604 0 0 0 0 5 1 22 0 9 0 2001461999 889196544 30186 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27200/tid=27207] ppid=27198 vsize=868356 CPUtime=0.38
/proc/27200/task/27207/stat : 27207 (java) S 27198 27200 25978 0 -1 64 920 604 0 0 32 0 5 1 15 0 9 0 2001461999 889196544 30186 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27200/tid=27208] ppid=27198 vsize=868356 CPUtime=0.06
/proc/27200/task/27208/stat : 27208 (java) S 27198 27200 25978 0 -1 64 2 604 0 0 0 0 5 1 23 0 9 0 2001461999 889196544 30186 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27200/tid=27209] ppid=27198 vsize=868356 CPUtime=0.06
/proc/27200/task/27209/stat : 27209 (java) S 27198 27200 25978 0 -1 64 13 604 0 0 0 0 5 1 15 0 9 0 2001461999 889196544 30186 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 868356

[startup+51.1024 s]
/proc/loadavg: 2.06 2.03 2.00 3/90 27213
/proc/meminfo: memFree=1532952/2055924 swapFree=4180432/4192956
[pid=27200] ppid=27198 vsize=868356 CPUtime=50.75
/proc/27200/stat : 27200 (java) S 27198 27200 25978 0 -1 0 61251 604 1 0 5034 35 5 1 18 0 9 0 2001461994 889196544 35889 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27200/statm: 217089 35889 2638 9 0 211595 0
[pid=27200/tid=27202] ppid=27198 vsize=868356 CPUtime=49.83
/proc/27200/task/27202/stat : 27202 (java) R 27198 27200 25978 0 -1 64 29629 604 1 0 4953 24 5 1 25 0 9 0 2001461995 889196544 35889 996147200 134512640 134550740 4294955968 18446744073709551615 4126960412 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27200/tid=27203] ppid=27198 vsize=868356 CPUtime=0.58
/proc/27200/task/27203/stat : 27203 (java) S 27198 27200 25978 0 -1 64 29802 604 0 0 43 9 5 1 16 0 9 0 2001461996 889196544 35889 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27200/tid=27204] ppid=27198 vsize=868356 CPUtime=0.06
/proc/27200/task/27204/stat : 27204 (java) S 27198 27200 25978 0 -1 64 16 604 0 0 0 0 5 1 16 0 9 0 2001461997 889196544 35889 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27200/tid=27205] ppid=27198 vsize=868356 CPUtime=0.06
/proc/27200/task/27205/stat : 27205 (java) S 27198 27200 25978 0 -1 64 21 604 0 0 0 0 5 1 16 0 9 0 2001461997 889196544 35889 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27200/tid=27206] ppid=27198 vsize=868356 CPUtime=0.06
/proc/27200/task/27206/stat : 27206 (java) S 27198 27200 25978 0 -1 64 1 604 0 0 0 0 5 1 22 0 9 0 2001461999 889196544 35889 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27200/tid=27207] ppid=27198 vsize=868356 CPUtime=0.42
/proc/27200/task/27207/stat : 27207 (java) S 27198 27200 25978 0 -1 64 950 604 0 0 36 0 5 1 15 0 9 0 2001461999 889196544 35889 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27200/tid=27208] ppid=27198 vsize=868356 CPUtime=0.06

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

/proc/27200/task/27205/stat : 27205 (java) S 27198 27200 25978 0 -1 64 21 604 0 0 0 0 5 1 16 0 9 0 2001461997 889196544 36499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27200/tid=27206] ppid=27198 vsize=868356 CPUtime=0.06
/proc/27200/task/27206/stat : 27206 (java) S 27198 27200 25978 0 -1 64 1 604 0 0 0 0 5 1 22 0 9 0 2001461999 889196544 36499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27200/tid=27207] ppid=27198 vsize=868356 CPUtime=0.47
/proc/27200/task/27207/stat : 27207 (java) S 27198 27200 25978 0 -1 64 981 604 0 0 41 0 5 1 16 0 9 0 2001461999 889196544 36499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27200/tid=27208] ppid=27198 vsize=868356 CPUtime=0.06
/proc/27200/task/27208/stat : 27208 (java) S 27198 27200 25978 0 -1 64 2 604 0 0 0 0 5 1 23 0 9 0 2001461999 889196544 36499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27200/tid=27209] ppid=27198 vsize=868356 CPUtime=0.06
/proc/27200/task/27209/stat : 27209 (java) S 27198 27200 25978 0 -1 64 14 604 0 0 0 0 5 1 15 0 9 0 2001461999 889196544 36499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1467.5
Current children cumulated vsize (KiB) 868356

[startup+1542.3 s]
/proc/loadavg: 2.32 2.12 2.04 3/92 27256
/proc/meminfo: memFree=837320/2055924 swapFree=4180432/4192956
[pid=27200] ppid=27198 vsize=868356 CPUtime=1527.19
/proc/27200/stat : 27200 (java) S 27198 27200 25978 0 -1 0 62136 604 1 0 152671 42 5 1 18 0 9 0 2001461994 889196544 36499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27200/statm: 217089 36499 2638 9 0 211595 0
[pid=27200/tid=27202] ppid=27198 vsize=868356 CPUtime=1525.62
/proc/27200/task/27202/stat : 27202 (java) R 27198 27200 25978 0 -1 64 29892 604 1 0 152527 29 5 1 25 0 9 0 2001461995 889196544 36499 996147200 134512640 134550740 4294955968 18446744073709551615 4127277131 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27200/tid=27203] ppid=27198 vsize=868356 CPUtime=1.18
/proc/27200/task/27203/stat : 27203 (java) S 27198 27200 25978 0 -1 64 30393 604 0 0 102 10 5 1 16 0 9 0 2001461996 889196544 36499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27200/tid=27204] ppid=27198 vsize=868356 CPUtime=0.06
/proc/27200/task/27204/stat : 27204 (java) S 27198 27200 25978 0 -1 64 16 604 0 0 0 0 5 1 16 0 9 0 2001461997 889196544 36499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27200/tid=27205] ppid=27198 vsize=868356 CPUtime=0.06
/proc/27200/task/27205/stat : 27205 (java) S 27198 27200 25978 0 -1 64 21 604 0 0 0 0 5 1 16 0 9 0 2001461997 889196544 36499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27200/tid=27206] ppid=27198 vsize=868356 CPUtime=0.06
/proc/27200/task/27206/stat : 27206 (java) S 27198 27200 25978 0 -1 64 1 604 0 0 0 0 5 1 22 0 9 0 2001461999 889196544 36499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27200/tid=27207] ppid=27198 vsize=868356 CPUtime=0.47
/proc/27200/task/27207/stat : 27207 (java) S 27198 27200 25978 0 -1 64 981 604 0 0 41 0 5 1 16 0 9 0 2001461999 889196544 36499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27200/tid=27208] ppid=27198 vsize=868356 CPUtime=0.06
/proc/27200/task/27208/stat : 27208 (java) S 27198 27200 25978 0 -1 64 2 604 0 0 0 0 5 1 23 0 9 0 2001461999 889196544 36499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27200/tid=27209] ppid=27198 vsize=868356 CPUtime=0.06
/proc/27200/task/27209/stat : 27209 (java) S 27198 27200 25978 0 -1 64 14 604 0 0 0 0 5 1 15 0 9 0 2001461999 889196544 36499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1527.19
Current children cumulated vsize (KiB) 868356

[startup+1602.3 s]
/proc/loadavg: 2.40 2.19 2.06 3/90 27341
/proc/meminfo: memFree=1091736/2055924 swapFree=4180432/4192956
[pid=27200] ppid=27198 vsize=868356 CPUtime=1587.01
/proc/27200/stat : 27200 (java) S 27198 27200 25978 0 -1 0 62144 604 1 0 158652 43 5 1 18 0 9 0 2001461994 889196544 36499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27200/statm: 217089 36499 2638 9 0 211595 0
[pid=27200/tid=27202] ppid=27198 vsize=868356 CPUtime=1585.42
/proc/27200/task/27202/stat : 27202 (java) R 27198 27200 25978 0 -1 64 29900 604 1 0 158506 30 5 1 25 0 9 0 2001461995 889196544 36499 996147200 134512640 134550740 4294955968 18446744073709551615 4127118960 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27200/tid=27203] ppid=27198 vsize=868356 CPUtime=1.19
/proc/27200/task/27203/stat : 27203 (java) S 27198 27200 25978 0 -1 64 30393 604 0 0 103 10 5 1 16 0 9 0 2001461996 889196544 36499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27200/tid=27204] ppid=27198 vsize=868356 CPUtime=0.06
/proc/27200/task/27204/stat : 27204 (java) S 27198 27200 25978 0 -1 64 16 604 0 0 0 0 5 1 16 0 9 0 2001461997 889196544 36499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27200/tid=27205] ppid=27198 vsize=868356 CPUtime=0.06
/proc/27200/task/27205/stat : 27205 (java) S 27198 27200 25978 0 -1 64 21 604 0 0 0 0 5 1 16 0 9 0 2001461997 889196544 36499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27200/tid=27206] ppid=27198 vsize=868356 CPUtime=0.06
/proc/27200/task/27206/stat : 27206 (java) S 27198 27200 25978 0 -1 64 1 604 0 0 0 0 5 1 22 0 9 0 2001461999 889196544 36499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27200/tid=27207] ppid=27198 vsize=868356 CPUtime=0.47
/proc/27200/task/27207/stat : 27207 (java) S 27198 27200 25978 0 -1 64 981 604 0 0 41 0 5 1 16 0 9 0 2001461999 889196544 36499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27200/tid=27208] ppid=27198 vsize=868356 CPUtime=0.06
/proc/27200/task/27208/stat : 27208 (java) S 27198 27200 25978 0 -1 64 2 604 0 0 0 0 5 1 23 0 9 0 2001461999 889196544 36499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27200/tid=27209] ppid=27198 vsize=868356 CPUtime=0.06
/proc/27200/task/27209/stat : 27209 (java) S 27198 27200 25978 0 -1 64 14 604 0 0 0 0 5 1 15 0 9 0 2001461999 889196544 36499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1587.01
Current children cumulated vsize (KiB) 868356

[startup+1662.3 s]
/proc/loadavg: 2.17 2.16 2.06 3/81 27368
/proc/meminfo: memFree=1523616/2055924 swapFree=4180432/4192956
[pid=27200] ppid=27198 vsize=868356 CPUtime=1646.71
/proc/27200/stat : 27200 (java) S 27198 27200 25978 0 -1 0 62155 604 1 0 164621 44 5 1 18 0 9 0 2001461994 889196544 36499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27200/statm: 217089 36499 2638 9 0 211595 0
[pid=27200/tid=27202] ppid=27198 vsize=868356 CPUtime=1645.1
/proc/27200/task/27202/stat : 27202 (java) R 27198 27200 25978 0 -1 64 29911 604 1 0 164473 31 5 1 25 0 9 0 2001461995 889196544 36499 996147200 134512640 134550740 4294955968 18446744073709551615 4127247724 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27200/tid=27203] ppid=27198 vsize=868356 CPUtime=1.21
/proc/27200/task/27203/stat : 27203 (java) S 27198 27200 25978 0 -1 64 30393 604 0 0 105 10 5 1 16 0 9 0 2001461996 889196544 36499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27200/tid=27204] ppid=27198 vsize=868356 CPUtime=0.06
/proc/27200/task/27204/stat : 27204 (java) S 27198 27200 25978 0 -1 64 16 604 0 0 0 0 5 1 16 0 9 0 2001461997 889196544 36499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27200/tid=27205] ppid=27198 vsize=868356 CPUtime=0.06
/proc/27200/task/27205/stat : 27205 (java) S 27198 27200 25978 0 -1 64 21 604 0 0 0 0 5 1 16 0 9 0 2001461997 889196544 36499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27200/tid=27206] ppid=27198 vsize=868356 CPUtime=0.06
/proc/27200/task/27206/stat : 27206 (java) S 27198 27200 25978 0 -1 64 1 604 0 0 0 0 5 1 22 0 9 0 2001461999 889196544 36499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27200/tid=27207] ppid=27198 vsize=868356 CPUtime=0.47
/proc/27200/task/27207/stat : 27207 (java) S 27198 27200 25978 0 -1 64 981 604 0 0 41 0 5 1 16 0 9 0 2001461999 889196544 36499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27200/tid=27208] ppid=27198 vsize=868356 CPUtime=0.06
/proc/27200/task/27208/stat : 27208 (java) S 27198 27200 25978 0 -1 64 2 604 0 0 0 0 5 1 23 0 9 0 2001461999 889196544 36499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27200/tid=27209] ppid=27198 vsize=868356 CPUtime=0.06
/proc/27200/task/27209/stat : 27209 (java) S 27198 27200 25978 0 -1 64 14 604 0 0 0 0 5 1 15 0 9 0 2001461999 889196544 36499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1646.71
Current children cumulated vsize (KiB) 868356

[startup+1722.3 s]
/proc/loadavg: 2.07 2.13 2.06 3/82 27369
/proc/meminfo: memFree=1523480/2055924 swapFree=4180432/4192956
[pid=27200] ppid=27198 vsize=868356 CPUtime=1706.43
/proc/27200/stat : 27200 (java) S 27198 27200 25978 0 -1 0 62160 604 1 0 170593 44 5 1 18 0 9 0 2001461994 889196544 36499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27200/statm: 217089 36499 2638 9 0 211595 0
[pid=27200/tid=27202] ppid=27198 vsize=868356 CPUtime=1704.81
/proc/27200/task/27202/stat : 27202 (java) R 27198 27200 25978 0 -1 64 29916 604 1 0 170444 31 5 1 25 0 9 0 2001461995 889196544 36499 996147200 134512640 134550740 4294955968 18446744073709551615 4126830938 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27200/tid=27203] ppid=27198 vsize=868356 CPUtime=1.22
/proc/27200/task/27203/stat : 27203 (java) S 27198 27200 25978 0 -1 64 30393 604 0 0 106 10 5 1 16 0 9 0 2001461996 889196544 36499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27200/tid=27204] ppid=27198 vsize=868356 CPUtime=0.06
/proc/27200/task/27204/stat : 27204 (java) S 27198 27200 25978 0 -1 64 16 604 0 0 0 0 5 1 16 0 9 0 2001461997 889196544 36499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27200/tid=27205] ppid=27198 vsize=868356 CPUtime=0.06
/proc/27200/task/27205/stat : 27205 (java) S 27198 27200 25978 0 -1 64 21 604 0 0 0 0 5 1 16 0 9 0 2001461997 889196544 36499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27200/tid=27206] ppid=27198 vsize=868356 CPUtime=0.06
/proc/27200/task/27206/stat : 27206 (java) S 27198 27200 25978 0 -1 64 1 604 0 0 0 0 5 1 22 0 9 0 2001461999 889196544 36499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27200/tid=27207] ppid=27198 vsize=868356 CPUtime=0.47
/proc/27200/task/27207/stat : 27207 (java) S 27198 27200 25978 0 -1 64 981 604 0 0 41 0 5 1 16 0 9 0 2001461999 889196544 36499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27200/tid=27208] ppid=27198 vsize=868356 CPUtime=0.06
/proc/27200/task/27208/stat : 27208 (java) S 27198 27200 25978 0 -1 64 2 604 0 0 0 0 5 1 23 0 9 0 2001461999 889196544 36499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27200/tid=27209] ppid=27198 vsize=868356 CPUtime=0.06
/proc/27200/task/27209/stat : 27209 (java) S 27198 27200 25978 0 -1 64 14 604 0 0 0 0 5 1 15 0 9 0 2001461999 889196544 36499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1706.43
Current children cumulated vsize (KiB) 868356

[startup+1782.3 s]
/proc/loadavg: 2.02 2.10 2.05 3/82 27369
/proc/meminfo: memFree=1523288/2055924 swapFree=4180432/4192956
[pid=27200] ppid=27198 vsize=868356 CPUtime=1766.13
/proc/27200/stat : 27200 (java) S 27198 27200 25978 0 -1 0 62178 604 1 0 176562 45 5 1 18 0 9 0 2001461994 889196544 36502 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27200/statm: 217089 36502 2638 9 0 211595 0
[pid=27200/tid=27202] ppid=27198 vsize=868356 CPUtime=1764.48
/proc/27200/task/27202/stat : 27202 (java) R 27198 27200 25978 0 -1 64 29931 604 1 0 176411 31 5 1 25 0 9 0 2001461995 889196544 36502 996147200 134512640 134550740 4294955968 18446744073709551615 4127277006 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27200/tid=27203] ppid=27198 vsize=868356 CPUtime=1.25
/proc/27200/task/27203/stat : 27203 (java) S 27198 27200 25978 0 -1 64 30396 604 0 0 109 10 5 1 16 0 9 0 2001461996 889196544 36502 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27200/tid=27204] ppid=27198 vsize=868356 CPUtime=0.06
/proc/27200/task/27204/stat : 27204 (java) S 27198 27200 25978 0 -1 64 16 604 0 0 0 0 5 1 16 0 9 0 2001461997 889196544 36502 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27200/tid=27205] ppid=27198 vsize=868356 CPUtime=0.06
/proc/27200/task/27205/stat : 27205 (java) S 27198 27200 25978 0 -1 64 21 604 0 0 0 0 5 1 16 0 9 0 2001461997 889196544 36502 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27200/tid=27206] ppid=27198 vsize=868356 CPUtime=0.06
/proc/27200/task/27206/stat : 27206 (java) S 27198 27200 25978 0 -1 64 1 604 0 0 0 0 5 1 22 0 9 0 2001461999 889196544 36502 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27200/tid=27207] ppid=27198 vsize=868356 CPUtime=0.47
/proc/27200/task/27207/stat : 27207 (java) S 27198 27200 25978 0 -1 64 981 604 0 0 41 0 5 1 16 0 9 0 2001461999 889196544 36502 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27200/tid=27208] ppid=27198 vsize=868356 CPUtime=0.06
/proc/27200/task/27208/stat : 27208 (java) S 27198 27200 25978 0 -1 64 2 604 0 0 0 0 5 1 23 0 9 0 2001461999 889196544 36502 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27200/tid=27209] ppid=27198 vsize=868356 CPUtime=0.06
/proc/27200/task/27209/stat : 27209 (java) S 27198 27200 25978 0 -1 64 14 604 0 0 0 0 5 1 15 0 9 0 2001461999 889196544 36502 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1766.13
Current children cumulated vsize (KiB) 868356



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.4 s]
/proc/loadavg: 2.01 2.09 2.05 3/82 27369
/proc/meminfo: memFree=1523288/2055924 swapFree=4180432/4192956
[pid=27200] ppid=27198 vsize=868356 CPUtime=1800.07
/proc/27200/stat : 27200 (java) S 27198 27200 25978 0 -1 0 62188 604 1 0 179956 45 5 1 18 0 9 0 2001461994 889196544 36502 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27200/statm: 217089 36502 2638 9 0 211595 0
[pid=27200/tid=27202] ppid=27198 vsize=868356 CPUtime=1798.39
/proc/27200/task/27202/stat : 27202 (java) R 27198 27200 25978 0 -1 64 29941 604 1 0 179802 31 5 1 25 0 9 0 2001461995 889196544 36502 996147200 134512640 134550740 4294955968 18446744073709551615 4126960909 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27200/tid=27203] ppid=27198 vsize=868356 CPUtime=1.27
/proc/27200/task/27203/stat : 27203 (java) S 27198 27200 25978 0 -1 64 30396 604 0 0 111 10 5 1 16 0 9 0 2001461996 889196544 36502 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27200/tid=27204] ppid=27198 vsize=868356 CPUtime=0.06
/proc/27200/task/27204/stat : 27204 (java) S 27198 27200 25978 0 -1 64 16 604 0 0 0 0 5 1 16 0 9 0 2001461997 889196544 36502 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27200/tid=27205] ppid=27198 vsize=868356 CPUtime=0.06
/proc/27200/task/27205/stat : 27205 (java) S 27198 27200 25978 0 -1 64 21 604 0 0 0 0 5 1 16 0 9 0 2001461997 889196544 36502 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27200/tid=27206] ppid=27198 vsize=868356 CPUtime=0.06
/proc/27200/task/27206/stat : 27206 (java) S 27198 27200 25978 0 -1 64 1 604 0 0 0 0 5 1 22 0 9 0 2001461999 889196544 36502 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27200/tid=27207] ppid=27198 vsize=868356 CPUtime=0.47
/proc/27200/task/27207/stat : 27207 (java) S 27198 27200 25978 0 -1 64 981 604 0 0 41 0 5 1 16 0 9 0 2001461999 889196544 36502 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27200/tid=27208] ppid=27198 vsize=868356 CPUtime=0.06
/proc/27200/task/27208/stat : 27208 (java) S 27198 27200 25978 0 -1 64 2 604 0 0 0 0 5 1 23 0 9 0 2001461999 889196544 36502 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27200/tid=27209] ppid=27198 vsize=868356 CPUtime=0.06
/proc/27200/task/27209/stat : 27209 (java) S 27198 27200 25978 0 -1 64 14 604 0 0 0 0 5 1 15 0 9 0 2001461999 889196544 36502 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 868356

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): 1816.44
CPU time (s): 1800.13
CPU user time (s): 1799.63
CPU system time (s): 0.494924
CPU usage (%): 99.1019
Max. virtual memory (cumulated for all children) (KiB): 868356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.63
system time used= 0.494924
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62824
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= 40821
involuntary context switches= 72756

runsolver used 2.24066 second user time and 5.97109 second system time

The end

Launcher Data (download as text)

Begin job on node6 at 2008-07-05 04:27:47
IDJOB=1083069
IDBENCH=57405
IDSOLVER=364
FILE ID=node6/1083069-1215224867
PBS_JOBID= 7881827
Free space on /tmp= 66492 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-15/normalized-super-js-taillard-15-22.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-1083069-1215224867/watcher-1083069-1215224867 -o /tmp/evaluation-result-1083069-1215224867/solver-1083069-1215224867 -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-1083069-1215224867.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b143b6832d0d7021c7c579e11837017e
RANDOM SEED=1281631526

node6.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:      2055924 kB
MemFree:       1667264 kB
Buffers:         64576 kB
Cached:         247912 kB
SwapCached:       6636 kB
Active:         237008 kB
Inactive:        96108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1667264 kB
SwapTotal:     4192956 kB
SwapFree:      4180432 kB
Dirty:            2804 kB
Writeback:           0 kB
Mapped:          36740 kB
Slab:            40496 kB
Committed_AS:  3379688 kB
PageTables:       1996 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= 66488 MiB
End job on node6 at 2008-07-05 04:58:06