Trace number 1082484

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.07 1811.24

General information on the benchmark

Namecsp/super-os/super-os-taillard-10/
normalized-super-os-taillard-10-11.xml
MD5SUM58b76529f110bf666837f8cb6f5feb85
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark15.5406
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2800
Maximum constraint arity2
Maximum domain size675
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2800
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.17/0.28	
0.17/0.28	   configuration
0.17/0.28	     name=esac.xml
0.27/0.32	   
0.27/0.32	   instance
0.27/0.32	     name=HOME/instance-1082484-1215222933.xml
0.27/0.35	   
0.27/0.35	   domains being loaded...
0.27/0.37	   
0.27/0.37	   variables being loaded...
0.37/0.44	     nbVariables=200  nbDomainTypes=65  minDomainSize=580  maxDomainSize=675  nbTotalValues=124434
0.37/0.44	       =>  wckTime=0.165  cpuTime=0.13  mem=10M819
0.37/0.44	   
0.37/0.44	   predicates being loaded...
0.47/0.51	   
0.47/0.51	   constraints being loaded...
6.51/6.63	     nbConstraints=2810  nbGlobalConstraints=2710  nbConvertedConstraints=100  nbConvertConstraintsChecks=25363088
6.51/6.63	     nbExtensionStructures=65  nbSharedExtensionStructures=35  nbConflictsStructures=65  nbSharedConflictsStructures=35
6.51/6.63	     nbSharedBinaryRepresentations=40564  minDegree=19  maxDegree=38  minArity=2  avgArity=2.03  maxArity=11
6.51/6.63	     nbGenerators=0  nbFusions=0  symmetryWckTime=0.371  symmetryCpuTime=0.26  nbCliques=10
6.51/6.63	       =>  wckTime=6.353  cpuTime=6.01  mem=47M897
6.61/6.78	   
6.61/6.78	   solver IterativeSystematicSolver being built... 
6.70/6.85	   
6.70/6.85	   INFO : Forward propagation technique limited 
6.80/6.92	       =>  wckTime=6.64  cpuTime=6.13  mem=35M171
6.80/6.95	   
6.80/6.95	   preprocessing
6.80/6.95	     nbConstraintChecks=0  nbPropagations=200  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
6.80/6.95	     detectedInconsistency=no
6.80/6.95	       =>  wckTime=0.026  cpuTime=0.02  mem=36M126
12.97/13.17	   
12.97/13.17	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=33M379)

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-1082484-1215222933/watcher-1082484-1215222933 -o /tmp/evaluation-result-1082484-1215222933/solver-1082484-1215222933 -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-1082484-1215222933.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.28 2.04 2.01 4/82 14009
/proc/meminfo: memFree=1656032/2055912 swapFree=4178560/4192956
[pid=14009] ppid=14007 vsize=18572 CPUtime=0
/proc/14009/stat : 14009 (runsolver) R 14007 14009 12951 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 246388293 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 255372881191 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/14009/statm: 4643 292 257 25 0 2626 0

[startup+0.104331 s]
/proc/loadavg: 2.28 2.04 2.01 4/82 14009
/proc/meminfo: memFree=1656032/2055912 swapFree=4178560/4192956
[pid=14009] ppid=14007 vsize=865884 CPUtime=0.09
/proc/14009/stat : 14009 (java) S 14007 14009 12951 0 -1 0 3683 0 1 0 7 2 0 0 18 0 9 0 246388293 886665216 3158 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14009/statm: 216471 3158 1681 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.202343 s]
/proc/loadavg: 2.28 2.04 2.01 4/82 14009
/proc/meminfo: memFree=1656032/2055912 swapFree=4178560/4192956
[pid=14009] ppid=14007 vsize=866044 CPUtime=0.17
/proc/14009/stat : 14009 (java) S 14007 14009 12951 0 -1 0 4477 0 1 0 15 2 0 0 18 0 9 0 246388293 886829056 3909 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14009/statm: 216511 3909 1850 9 0 211059 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 866044

[startup+0.302356 s]
/proc/loadavg: 2.28 2.04 2.01 4/82 14009
/proc/meminfo: memFree=1656032/2055912 swapFree=4178560/4192956
[pid=14009] ppid=14007 vsize=866204 CPUtime=0.27
/proc/14009/stat : 14009 (java) S 14007 14009 12951 0 -1 0 5498 0 1 0 24 3 0 0 18 0 9 0 246388293 886992896 4921 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14009/statm: 216551 4921 1884 9 0 211099 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866204

[startup+0.702395 s]
/proc/loadavg: 2.28 2.04 2.01 4/82 14009
/proc/meminfo: memFree=1656032/2055912 swapFree=4178560/4192956
[pid=14009] ppid=14007 vsize=867676 CPUtime=0.67
/proc/14009/stat : 14009 (java) S 14007 14009 12951 0 -1 0 8944 0 1 0 62 5 0 0 18 0 9 0 246388293 888500224 8304 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14009/statm: 216919 8304 2010 9 0 211425 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867676

[startup+1.50247 s]
/proc/loadavg: 2.26 2.04 2.00 3/91 14018
/proc/meminfo: memFree=1623192/2055912 swapFree=4178560/4192956
[pid=14009] ppid=14007 vsize=867676 CPUtime=1.46
/proc/14009/stat : 14009 (java) S 14007 14009 12951 0 -1 0 11048 0 1 0 139 7 0 0 18 0 9 0 246388293 888500224 10405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14009/statm: 216919 10405 2014 9 0 211425 0
[pid=14009/tid=14011] ppid=14007 vsize=867676 CPUtime=1.25
/proc/14009/task/14011/stat : 14011 (java) R 14007 14009 12951 0 -1 64 9667 0 1 0 120 5 0 0 25 0 9 0 246388295 888500224 10405 996147200 134512640 134550740 4294955968 18446744073709551615 4126870625 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14012] ppid=14007 vsize=867676 CPUtime=0
/proc/14009/task/14012/stat : 14012 (java) S 14007 14009 12951 0 -1 64 4 0 0 0 0 0 0 0 17 0 9 0 246388296 888500224 10405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14013] ppid=14007 vsize=867676 CPUtime=0
/proc/14009/task/14013/stat : 14013 (java) S 14007 14009 12951 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 246388297 888500224 10405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14014] ppid=14007 vsize=867676 CPUtime=0
/proc/14009/task/14014/stat : 14014 (java) S 14007 14009 12951 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 246388297 888500224 10405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14015] ppid=14007 vsize=867676 CPUtime=0
/proc/14009/task/14015/stat : 14015 (java) S 14007 14009 12951 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 246388299 888500224 10405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14016] ppid=14007 vsize=867676 CPUtime=0.19
/proc/14009/task/14016/stat : 14016 (java) S 14007 14009 12951 0 -1 64 684 0 0 0 19 0 0 0 15 0 9 0 246388299 888500224 10405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14017] ppid=14007 vsize=867676 CPUtime=0
/proc/14009/task/14017/stat : 14017 (java) S 14007 14009 12951 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 246388299 888500224 10405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14018] ppid=14007 vsize=867676 CPUtime=0
/proc/14009/task/14018/stat : 14018 (java) S 14007 14009 12951 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 246388299 888500224 10405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867676

[startup+3.10164 s]
/proc/loadavg: 2.26 2.04 2.00 3/91 14018
/proc/meminfo: memFree=1618968/2055912 swapFree=4178560/4192956
[pid=14009] ppid=14007 vsize=867676 CPUtime=3.06
/proc/14009/stat : 14009 (java) S 14007 14009 12951 0 -1 0 12478 0 1 0 294 12 0 0 18 0 9 0 246388293 888500224 11834 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14009/statm: 216919 11834 2014 9 0 211425 0
[pid=14009/tid=14011] ppid=14007 vsize=867676 CPUtime=2.83
/proc/14009/task/14011/stat : 14011 (java) R 14007 14009 12951 0 -1 64 11085 0 1 0 273 10 0 0 25 0 9 0 246388295 888500224 11834 996147200 134512640 134550740 4294955968 18446744073709551615 4126873622 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14012] ppid=14007 vsize=867676 CPUtime=0
/proc/14009/task/14012/stat : 14012 (java) S 14007 14009 12951 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 246388296 888500224 11834 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14013] ppid=14007 vsize=867676 CPUtime=0
/proc/14009/task/14013/stat : 14013 (java) S 14007 14009 12951 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 246388297 888500224 11834 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14014] ppid=14007 vsize=867676 CPUtime=0
/proc/14009/task/14014/stat : 14014 (java) S 14007 14009 12951 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 246388297 888500224 11834 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14015] ppid=14007 vsize=867676 CPUtime=0
/proc/14009/task/14015/stat : 14015 (java) S 14007 14009 12951 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 246388299 888500224 11834 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14016] ppid=14007 vsize=867676 CPUtime=0.21
/proc/14009/task/14016/stat : 14016 (java) S 14007 14009 12951 0 -1 64 696 0 0 0 21 0 0 0 15 0 9 0 246388299 888500224 11834 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14017] ppid=14007 vsize=867676 CPUtime=0
/proc/14009/task/14017/stat : 14017 (java) S 14007 14009 12951 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 246388299 888500224 11834 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14018] ppid=14007 vsize=867676 CPUtime=0
/proc/14009/task/14018/stat : 14018 (java) S 14007 14009 12951 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 246388299 888500224 11834 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867676

[startup+6.30198 s]
/proc/loadavg: 2.24 2.03 2.00 3/91 14018
/proc/meminfo: memFree=1606424/2055912 swapFree=4178560/4192956
[pid=14009] ppid=14007 vsize=867676 CPUtime=6.24
/proc/14009/stat : 14009 (java) S 14007 14009 12951 0 -1 0 15823 0 1 0 605 19 0 0 18 0 9 0 246388293 888500224 15176 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14009/statm: 216919 15176 2014 9 0 211425 0
[pid=14009/tid=14011] ppid=14007 vsize=867676 CPUtime=5.98
/proc/14009/task/14011/stat : 14011 (java) R 14007 14009 12951 0 -1 64 14410 0 1 0 581 17 0 0 25 0 9 0 246388295 888500224 15176 996147200 134512640 134550740 4294955968 18446744073709551615 4127061642 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14012] ppid=14007 vsize=867676 CPUtime=0
/proc/14009/task/14012/stat : 14012 (java) S 14007 14009 12951 0 -1 64 4 0 0 0 0 0 0 0 17 0 9 0 246388296 888500224 15176 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14013] ppid=14007 vsize=867676 CPUtime=0
/proc/14009/task/14013/stat : 14013 (java) S 14007 14009 12951 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 246388297 888500224 15176 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14014] ppid=14007 vsize=867676 CPUtime=0
/proc/14009/task/14014/stat : 14014 (java) S 14007 14009 12951 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 246388297 888500224 15176 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14015] ppid=14007 vsize=867676 CPUtime=0
/proc/14009/task/14015/stat : 14015 (java) S 14007 14009 12951 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 246388299 888500224 15176 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14016] ppid=14007 vsize=867676 CPUtime=0.25
/proc/14009/task/14016/stat : 14016 (java) S 14007 14009 12951 0 -1 64 716 0 0 0 24 1 0 0 16 0 9 0 246388299 888500224 15176 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14017] ppid=14007 vsize=867676 CPUtime=0
/proc/14009/task/14017/stat : 14017 (java) S 14007 14009 12951 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 246388299 888500224 15176 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14018] ppid=14007 vsize=867676 CPUtime=0
/proc/14009/task/14018/stat : 14018 (java) S 14007 14009 12951 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 246388299 888500224 15176 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 867676

[startup+12.7017 s]
/proc/loadavg: 2.22 2.03 2.00 3/91 14022
/proc/meminfo: memFree=1568408/2055912 swapFree=4178560/4192956
[pid=14009] ppid=14007 vsize=867912 CPUtime=12.57
/proc/14009/stat : 14009 (java) S 14007 14009 12951 0 -1 0 37851 432 1 2 1228 26 2 1 18 0 9 0 246388293 888741888 24109 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14009/statm: 216978 24109 2615 9 0 211506 0
[pid=14009/tid=14011] ppid=14007 vsize=867912 CPUtime=11.98
/proc/14009/task/14011/stat : 14011 (java) R 14007 14009 12951 0 -1 64 23377 432 1 2 1175 20 2 1 25 0 9 0 246388295 888741888 24109 996147200 134512640 134550740 4294955968 18446744073709551615 4127200512 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14012] ppid=14007 vsize=867912 CPUtime=0.21
/proc/14009/task/14012/stat : 14012 (java) S 14007 14009 12951 0 -1 64 12658 432 0 2 15 3 2 1 16 0 9 0 246388296 888741888 24109 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14013] ppid=14007 vsize=867912 CPUtime=0.03
/proc/14009/task/14013/stat : 14013 (java) S 14007 14009 12951 0 -1 64 13 432 0 2 0 0 2 1 16 0 9 0 246388297 888741888 24109 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14014] ppid=14007 vsize=867912 CPUtime=0.03
/proc/14009/task/14014/stat : 14014 (java) S 14007 14009 12951 0 -1 64 33 432 0 2 0 0 2 1 16 0 9 0 246388297 888741888 24109 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14015] ppid=14007 vsize=867912 CPUtime=0.03
/proc/14009/task/14015/stat : 14015 (java) S 14007 14009 12951 0 -1 64 1 432 0 2 0 0 2 1 18 0 9 0 246388299 888741888 24109 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14016] ppid=14007 vsize=867912 CPUtime=0.41
/proc/14009/task/14016/stat : 14016 (java) S 14007 14009 12951 0 -1 64 948 432 0 2 37 1 2 1 15 0 9 0 246388299 888741888 24109 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14017] ppid=14007 vsize=867912 CPUtime=0.03
/proc/14009/task/14017/stat : 14017 (java) S 14007 14009 12951 0 -1 64 2 432 0 2 0 0 2 1 19 0 9 0 246388299 888741888 24109 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14018] ppid=14007 vsize=867912 CPUtime=0.03
/proc/14009/task/14018/stat : 14018 (java) S 14007 14009 12951 0 -1 64 9 432 0 2 0 0 2 1 15 0 9 0 246388299 888741888 24109 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 867912

[startup+25.503 s]
/proc/loadavg: 2.18 2.03 2.00 3/91 14022
/proc/meminfo: memFree=1568088/2055912 swapFree=4178560/4192956
[pid=14009] ppid=14007 vsize=867912 CPUtime=25.31
/proc/14009/stat : 14009 (java) S 14007 14009 12951 0 -1 0 37981 432 1 2 2502 26 2 1 18 0 9 0 246388293 888741888 24225 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14009/statm: 216978 24225 2615 9 0 211506 0
[pid=14009/tid=14011] ppid=14007 vsize=867912 CPUtime=24.69
/proc/14009/task/14011/stat : 14011 (java) R 14007 14009 12951 0 -1 64 23391 432 1 2 2446 20 2 1 25 0 9 0 246388295 888741888 24225 996147200 134512640 134550740 4294955968 18446744073709551615 4127168496 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14012] ppid=14007 vsize=867912 CPUtime=0.24
/proc/14009/task/14012/stat : 14012 (java) S 14007 14009 12951 0 -1 64 12774 432 0 2 18 3 2 1 17 0 9 0 246388296 888741888 24225 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14013] ppid=14007 vsize=867912 CPUtime=0.03
/proc/14009/task/14013/stat : 14013 (java) S 14007 14009 12951 0 -1 64 13 432 0 2 0 0 2 1 16 0 9 0 246388297 888741888 24225 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14014] ppid=14007 vsize=867912 CPUtime=0.03
/proc/14009/task/14014/stat : 14014 (java) S 14007 14009 12951 0 -1 64 33 432 0 2 0 0 2 1 16 0 9 0 246388297 888741888 24225 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14015] ppid=14007 vsize=867912 CPUtime=0.03
/proc/14009/task/14015/stat : 14015 (java) S 14007 14009 12951 0 -1 64 1 432 0 2 0 0 2 1 18 0 9 0 246388299 888741888 24225 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14016] ppid=14007 vsize=867912 CPUtime=0.41
/proc/14009/task/14016/stat : 14016 (java) S 14007 14009 12951 0 -1 64 948 432 0 2 37 1 2 1 16 0 9 0 246388299 888741888 24225 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14017] ppid=14007 vsize=867912 CPUtime=0.03
/proc/14009/task/14017/stat : 14017 (java) S 14007 14009 12951 0 -1 64 2 432 0 2 0 0 2 1 19 0 9 0 246388299 888741888 24225 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14018] ppid=14007 vsize=867912 CPUtime=0.03
/proc/14009/task/14018/stat : 14018 (java) S 14007 14009 12951 0 -1 64 9 432 0 2 0 0 2 1 15 0 9 0 246388299 888741888 24225 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 867912

[startup+51.1027 s]
/proc/loadavg: 2.11 2.03 2.00 3/91 14022
/proc/meminfo: memFree=1567896/2055912 swapFree=4178560/4192956
[pid=14009] ppid=14007 vsize=867912 CPUtime=50.79
/proc/14009/stat : 14009 (java) S 14007 14009 12951 0 -1 0 38040 432 1 2 5049 27 2 1 18 0 9 0 246388293 888741888 24263 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14009/statm: 216978 24263 2615 9 0 211506 0
[pid=14009/tid=14011] ppid=14007 vsize=867912 CPUtime=50.12
/proc/14009/task/14011/stat : 14011 (java) R 14007 14009 12951 0 -1 64 23412 432 1 2 4989 20 2 1 25 0 9 0 246388295 888741888 24263 996147200 134512640 134550740 4294955968 18446744073709551615 4126871776 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14012] ppid=14007 vsize=867912 CPUtime=0.27
/proc/14009/task/14012/stat : 14012 (java) S 14007 14009 12951 0 -1 64 12811 432 0 2 21 3 2 1 16 0 9 0 246388296 888741888 24263 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14013] ppid=14007 vsize=867912 CPUtime=0.03
/proc/14009/task/14013/stat : 14013 (java) S 14007 14009 12951 0 -1 64 13 432 0 2 0 0 2 1 16 0 9 0 246388297 888741888 24263 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14014] ppid=14007 vsize=867912 CPUtime=0.03
/proc/14009/task/14014/stat : 14014 (java) S 14007 14009 12951 0 -1 64 33 432 0 2 0 0 2 1 16 0 9 0 246388297 888741888 24263 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14015] ppid=14007 vsize=867912 CPUtime=0.03
/proc/14009/task/14015/stat : 14015 (java) S 14007 14009 12951 0 -1 64 1 432 0 2 0 0 2 1 18 0 9 0 246388299 888741888 24263 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14016] ppid=14007 vsize=867912 CPUtime=0.41
/proc/14009/task/14016/stat : 14016 (java) S 14007 14009 12951 0 -1 64 949 432 0 2 37 1 2 1 16 0 9 0 246388299 888741888 24263 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14017] ppid=14007 vsize=867912 CPUtime=0.03

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

/proc/14009/task/14014/stat : 14014 (java) S 14007 14009 12951 0 -1 64 33 432 0 2 0 0 2 1 16 0 9 0 246388297 888741888 24469 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14015] ppid=14007 vsize=867912 CPUtime=0.03
/proc/14009/task/14015/stat : 14015 (java) S 14007 14009 12951 0 -1 64 1 432 0 2 0 0 2 1 18 0 9 0 246388299 888741888 24469 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14016] ppid=14007 vsize=867912 CPUtime=0.42
/proc/14009/task/14016/stat : 14016 (java) S 14007 14009 12951 0 -1 64 952 432 0 2 38 1 2 1 16 0 9 0 246388299 888741888 24469 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14017] ppid=14007 vsize=867912 CPUtime=0.03
/proc/14009/task/14017/stat : 14017 (java) S 14007 14009 12951 0 -1 64 2 432 0 2 0 0 2 1 19 0 9 0 246388299 888741888 24469 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14018] ppid=14007 vsize=867912 CPUtime=0.03
/proc/14009/task/14018/stat : 14018 (java) S 14007 14009 12951 0 -1 64 9 432 0 2 0 0 2 1 15 0 9 0 246388299 888741888 24469 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1532.41
Current children cumulated vsize (KiB) 867912

[startup+1602.3 s]
/proc/loadavg: 2.00 2.14 2.30 3/91 16260
/proc/meminfo: memFree=1819032/2055912 swapFree=4178564/4192956
[pid=14009] ppid=14007 vsize=867912 CPUtime=1592.12
/proc/14009/stat : 14009 (java) S 14007 14009 12951 0 -1 0 39587 432 1 2 159086 123 2 1 18 0 9 0 246388293 888741888 24479 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14009/statm: 216978 24479 2615 9 0 211506 0
[pid=14009/tid=14011] ppid=14007 vsize=867912 CPUtime=1589.59
/proc/14009/task/14011/stat : 14011 (java) R 14007 14009 12951 0 -1 64 24743 432 1 2 158849 107 2 1 25 0 9 0 246388295 888741888 24479 996147200 134512640 134550740 4294955968 18446744073709551615 4126095752 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14012] ppid=14007 vsize=867912 CPUtime=2.14
/proc/14009/task/14012/stat : 14012 (java) S 14007 14009 12951 0 -1 64 13024 432 0 2 198 13 2 1 16 0 9 0 246388296 888741888 24479 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14013] ppid=14007 vsize=867912 CPUtime=0.03
/proc/14009/task/14013/stat : 14013 (java) S 14007 14009 12951 0 -1 64 13 432 0 2 0 0 2 1 16 0 9 0 246388297 888741888 24479 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14014] ppid=14007 vsize=867912 CPUtime=0.03
/proc/14009/task/14014/stat : 14014 (java) S 14007 14009 12951 0 -1 64 33 432 0 2 0 0 2 1 16 0 9 0 246388297 888741888 24479 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14015] ppid=14007 vsize=867912 CPUtime=0.03
/proc/14009/task/14015/stat : 14015 (java) S 14007 14009 12951 0 -1 64 1 432 0 2 0 0 2 1 18 0 9 0 246388299 888741888 24479 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14016] ppid=14007 vsize=867912 CPUtime=0.42
/proc/14009/task/14016/stat : 14016 (java) S 14007 14009 12951 0 -1 64 952 432 0 2 38 1 2 1 16 0 9 0 246388299 888741888 24479 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14017] ppid=14007 vsize=867912 CPUtime=0.03
/proc/14009/task/14017/stat : 14017 (java) S 14007 14009 12951 0 -1 64 2 432 0 2 0 0 2 1 19 0 9 0 246388299 888741888 24479 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14018] ppid=14007 vsize=867912 CPUtime=0.03
/proc/14009/task/14018/stat : 14018 (java) S 14007 14009 12951 0 -1 64 9 432 0 2 0 0 2 1 15 0 9 0 246388299 888741888 24479 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1592.12
Current children cumulated vsize (KiB) 867912

[startup+1662.3 s]
/proc/loadavg: 2.03 2.12 2.29 3/91 16260
/proc/meminfo: memFree=1818968/2055912 swapFree=4178564/4192956
[pid=14009] ppid=14007 vsize=867912 CPUtime=1651.83
/proc/14009/stat : 14009 (java) S 14007 14009 12951 0 -1 0 39647 432 1 2 165057 123 2 1 18 0 9 0 246388293 888741888 24487 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14009/statm: 216978 24487 2615 9 0 211506 0
[pid=14009/tid=14011] ppid=14007 vsize=867912 CPUtime=1649.23
/proc/14009/task/14011/stat : 14011 (java) R 14007 14009 12951 0 -1 64 24795 432 1 2 164813 107 2 1 25 0 9 0 246388295 888741888 24487 996147200 134512640 134550740 4294955968 18446744073709551615 4127183287 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14012] ppid=14007 vsize=867912 CPUtime=2.21
/proc/14009/task/14012/stat : 14012 (java) S 14007 14009 12951 0 -1 64 13032 432 0 2 205 13 2 1 16 0 9 0 246388296 888741888 24487 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14013] ppid=14007 vsize=867912 CPUtime=0.03
/proc/14009/task/14013/stat : 14013 (java) S 14007 14009 12951 0 -1 64 13 432 0 2 0 0 2 1 16 0 9 0 246388297 888741888 24487 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14014] ppid=14007 vsize=867912 CPUtime=0.03
/proc/14009/task/14014/stat : 14014 (java) S 14007 14009 12951 0 -1 64 33 432 0 2 0 0 2 1 16 0 9 0 246388297 888741888 24487 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14015] ppid=14007 vsize=867912 CPUtime=0.03
/proc/14009/task/14015/stat : 14015 (java) S 14007 14009 12951 0 -1 64 1 432 0 2 0 0 2 1 18 0 9 0 246388299 888741888 24487 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14016] ppid=14007 vsize=867912 CPUtime=0.42
/proc/14009/task/14016/stat : 14016 (java) S 14007 14009 12951 0 -1 64 952 432 0 2 38 1 2 1 16 0 9 0 246388299 888741888 24487 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14017] ppid=14007 vsize=867912 CPUtime=0.03
/proc/14009/task/14017/stat : 14017 (java) S 14007 14009 12951 0 -1 64 2 432 0 2 0 0 2 1 19 0 9 0 246388299 888741888 24487 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14018] ppid=14007 vsize=867912 CPUtime=0.03
/proc/14009/task/14018/stat : 14018 (java) S 14007 14009 12951 0 -1 64 9 432 0 2 0 0 2 1 15 0 9 0 246388299 888741888 24487 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1651.83
Current children cumulated vsize (KiB) 867912

[startup+1722.3 s]
/proc/loadavg: 2.01 2.10 2.27 3/91 16260
/proc/meminfo: memFree=1818904/2055912 swapFree=4178564/4192956
[pid=14009] ppid=14007 vsize=867912 CPUtime=1711.54
/proc/14009/stat : 14009 (java) S 14007 14009 12951 0 -1 0 39684 432 1 2 171027 124 2 1 18 0 9 0 246388293 888741888 24487 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14009/statm: 216978 24487 2615 9 0 211506 0
[pid=14009/tid=14011] ppid=14007 vsize=867912 CPUtime=1708.87
/proc/14009/task/14011/stat : 14011 (java) R 14007 14009 12951 0 -1 64 24832 432 1 2 170777 107 2 1 25 0 9 0 246388295 888741888 24487 996147200 134512640 134550740 4294955968 18446744073709551615 4127200590 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14012] ppid=14007 vsize=867912 CPUtime=2.27
/proc/14009/task/14012/stat : 14012 (java) S 14007 14009 12951 0 -1 64 13032 432 0 2 211 13 2 1 16 0 9 0 246388296 888741888 24487 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14013] ppid=14007 vsize=867912 CPUtime=0.03
/proc/14009/task/14013/stat : 14013 (java) S 14007 14009 12951 0 -1 64 13 432 0 2 0 0 2 1 16 0 9 0 246388297 888741888 24487 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14014] ppid=14007 vsize=867912 CPUtime=0.03
/proc/14009/task/14014/stat : 14014 (java) S 14007 14009 12951 0 -1 64 33 432 0 2 0 0 2 1 16 0 9 0 246388297 888741888 24487 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14015] ppid=14007 vsize=867912 CPUtime=0.03
/proc/14009/task/14015/stat : 14015 (java) S 14007 14009 12951 0 -1 64 1 432 0 2 0 0 2 1 18 0 9 0 246388299 888741888 24487 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14016] ppid=14007 vsize=867912 CPUtime=0.42
/proc/14009/task/14016/stat : 14016 (java) S 14007 14009 12951 0 -1 64 952 432 0 2 38 1 2 1 16 0 9 0 246388299 888741888 24487 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14017] ppid=14007 vsize=867912 CPUtime=0.03
/proc/14009/task/14017/stat : 14017 (java) S 14007 14009 12951 0 -1 64 2 432 0 2 0 0 2 1 19 0 9 0 246388299 888741888 24487 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14018] ppid=14007 vsize=867912 CPUtime=0.03
/proc/14009/task/14018/stat : 14018 (java) S 14007 14009 12951 0 -1 64 9 432 0 2 0 0 2 1 15 0 9 0 246388299 888741888 24487 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1711.54
Current children cumulated vsize (KiB) 867912

[startup+1782.3 s]
/proc/loadavg: 2.00 2.08 2.25 3/91 16260
/proc/meminfo: memFree=1818776/2055912 swapFree=4178564/4192956
[pid=14009] ppid=14007 vsize=867912 CPUtime=1771.25
/proc/14009/stat : 14009 (java) S 14007 14009 12951 0 -1 0 39718 432 1 2 176998 124 2 1 18 0 9 0 246388293 888741888 24487 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14009/statm: 216978 24487 2615 9 0 211506 0
[pid=14009/tid=14011] ppid=14007 vsize=867912 CPUtime=1768.54
/proc/14009/task/14011/stat : 14011 (java) R 14007 14009 12951 0 -1 64 24866 432 1 2 176744 107 2 1 25 0 9 0 246388295 888741888 24487 996147200 134512640 134550740 4294955968 18446744073709551615 4127272905 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14012] ppid=14007 vsize=867912 CPUtime=2.32
/proc/14009/task/14012/stat : 14012 (java) S 14007 14009 12951 0 -1 64 13032 432 0 2 215 14 2 1 16 0 9 0 246388296 888741888 24487 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14013] ppid=14007 vsize=867912 CPUtime=0.03
/proc/14009/task/14013/stat : 14013 (java) S 14007 14009 12951 0 -1 64 13 432 0 2 0 0 2 1 16 0 9 0 246388297 888741888 24487 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14014] ppid=14007 vsize=867912 CPUtime=0.03
/proc/14009/task/14014/stat : 14014 (java) S 14007 14009 12951 0 -1 64 33 432 0 2 0 0 2 1 16 0 9 0 246388297 888741888 24487 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14015] ppid=14007 vsize=867912 CPUtime=0.03
/proc/14009/task/14015/stat : 14015 (java) S 14007 14009 12951 0 -1 64 1 432 0 2 0 0 2 1 18 0 9 0 246388299 888741888 24487 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14016] ppid=14007 vsize=867912 CPUtime=0.42
/proc/14009/task/14016/stat : 14016 (java) S 14007 14009 12951 0 -1 64 952 432 0 2 38 1 2 1 16 0 9 0 246388299 888741888 24487 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14017] ppid=14007 vsize=867912 CPUtime=0.03
/proc/14009/task/14017/stat : 14017 (java) S 14007 14009 12951 0 -1 64 2 432 0 2 0 0 2 1 19 0 9 0 246388299 888741888 24487 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14018] ppid=14007 vsize=867912 CPUtime=0.03
/proc/14009/task/14018/stat : 14018 (java) S 14007 14009 12951 0 -1 64 9 432 0 2 0 0 2 1 15 0 9 0 246388299 888741888 24487 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1771.25
Current children cumulated vsize (KiB) 867912



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.2 s]
/proc/loadavg: 2.00 2.07 2.24 3/91 16260
/proc/meminfo: memFree=1818776/2055912 swapFree=4178564/4192956
[pid=14009] ppid=14007 vsize=867912 CPUtime=1800.01
/proc/14009/stat : 14009 (java) S 14007 14009 12951 0 -1 0 39736 432 1 2 179874 124 2 1 18 0 9 0 246388293 888741888 24487 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14009/statm: 216978 24487 2615 9 0 211506 0
[pid=14009/tid=14011] ppid=14007 vsize=867912 CPUtime=1797.27
/proc/14009/task/14011/stat : 14011 (java) R 14007 14009 12951 0 -1 64 24884 432 1 2 179617 107 2 1 25 0 9 0 246388295 888741888 24487 996147200 134512640 134550740 4294955968 18446744073709551615 4126871783 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14012] ppid=14007 vsize=867912 CPUtime=2.35
/proc/14009/task/14012/stat : 14012 (java) S 14007 14009 12951 0 -1 64 13032 432 0 2 218 14 2 1 16 0 9 0 246388296 888741888 24487 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14013] ppid=14007 vsize=867912 CPUtime=0.03
/proc/14009/task/14013/stat : 14013 (java) S 14007 14009 12951 0 -1 64 13 432 0 2 0 0 2 1 16 0 9 0 246388297 888741888 24487 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14014] ppid=14007 vsize=867912 CPUtime=0.03
/proc/14009/task/14014/stat : 14014 (java) S 14007 14009 12951 0 -1 64 33 432 0 2 0 0 2 1 16 0 9 0 246388297 888741888 24487 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14015] ppid=14007 vsize=867912 CPUtime=0.03
/proc/14009/task/14015/stat : 14015 (java) S 14007 14009 12951 0 -1 64 1 432 0 2 0 0 2 1 18 0 9 0 246388299 888741888 24487 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14016] ppid=14007 vsize=867912 CPUtime=0.42
/proc/14009/task/14016/stat : 14016 (java) S 14007 14009 12951 0 -1 64 952 432 0 2 38 1 2 1 16 0 9 0 246388299 888741888 24487 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14017] ppid=14007 vsize=867912 CPUtime=0.03
/proc/14009/task/14017/stat : 14017 (java) S 14007 14009 12951 0 -1 64 2 432 0 2 0 0 2 1 19 0 9 0 246388299 888741888 24487 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14018] ppid=14007 vsize=867912 CPUtime=0.03
/proc/14009/task/14018/stat : 14018 (java) S 14007 14009 12951 0 -1 64 9 432 0 2 0 0 2 1 15 0 9 0 246388299 888741888 24487 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 867912

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

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

[startup+1811.2 s]
/proc/loadavg: 2.00 2.07 2.24 3/91 16260
/proc/meminfo: memFree=1818776/2055912 swapFree=4178564/4192956
[pid=14009] ppid=14007 vsize=867912 CPUtime=1800.01
/proc/14009/stat : 14009 (java) S 14007 14009 12951 0 -1 0 39736 432 1 2 179874 124 2 1 18 0 9 0 246388293 888741888 24487 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14009/statm: 216978 24487 2615 9 0 211506 0
[pid=14009/tid=14011] ppid=14007 vsize=867912 CPUtime=1797.27
/proc/14009/task/14011/stat : 14011 (java) R 14007 14009 12951 0 -1 64 24884 432 1 2 179617 107 2 1 25 0 9 0 246388295 888741888 24487 996147200 134512640 134550740 4294955968 18446744073709551615 4126871783 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14012] ppid=14007 vsize=867912 CPUtime=2.35
/proc/14009/task/14012/stat : 14012 (java) S 14007 14009 12951 0 -1 64 13032 432 0 2 218 14 2 1 16 0 9 0 246388296 888741888 24487 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14013] ppid=14007 vsize=867912 CPUtime=0.03
/proc/14009/task/14013/stat : 14013 (java) S 14007 14009 12951 0 -1 64 13 432 0 2 0 0 2 1 16 0 9 0 246388297 888741888 24487 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14014] ppid=14007 vsize=867912 CPUtime=0.03
/proc/14009/task/14014/stat : 14014 (java) S 14007 14009 12951 0 -1 64 33 432 0 2 0 0 2 1 16 0 9 0 246388297 888741888 24487 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14015] ppid=14007 vsize=867912 CPUtime=0.03
/proc/14009/task/14015/stat : 14015 (java) S 14007 14009 12951 0 -1 64 1 432 0 2 0 0 2 1 18 0 9 0 246388299 888741888 24487 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14016] ppid=14007 vsize=867912 CPUtime=0.42
/proc/14009/task/14016/stat : 14016 (java) S 14007 14009 12951 0 -1 64 952 432 0 2 38 1 2 1 16 0 9 0 246388299 888741888 24487 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14017] ppid=14007 vsize=867912 CPUtime=0.03
/proc/14009/task/14017/stat : 14017 (java) S 14007 14009 12951 0 -1 64 2 432 0 2 0 0 2 1 19 0 9 0 246388299 888741888 24487 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14009/tid=14018] ppid=14007 vsize=867912 CPUtime=0.03
/proc/14009/task/14018/stat : 14018 (java) S 14007 14009 12951 0 -1 64 9 432 0 2 0 0 2 1 15 0 9 0 246388299 888741888 24487 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 867912

Child status: 143
Real time (s): 1811.24
CPU time (s): 1800.07
CPU user time (s): 1798.79
CPU system time (s): 1.27281
CPU usage (%): 99.3832
Max. virtual memory (cumulated for all children) (KiB): 868648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.79
system time used= 1.27281
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40199
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 48496
involuntary context switches= 65217

runsolver used 2.45363 second user time and 5.97809 second system time

The end

Launcher Data (download as text)

Begin job on node78 at 2008-07-05 03:55:33
IDJOB=1082484
IDBENCH=57255
IDSOLVER=364
FILE ID=node78/1082484-1215222933
PBS_JOBID= 7881790
Free space on /tmp= 126636 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/super-os/super-os-taillard-10/normalized-super-os-taillard-10-11.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-1082484-1215222933/watcher-1082484-1215222933 -o /tmp/evaluation-result-1082484-1215222933/solver-1082484-1215222933 -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-1082484-1215222933.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 58b76529f110bf666837f8cb6f5feb85
RANDOM SEED=793603115

node78.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.247
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.247
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:      2055912 kB
MemFree:       1656448 kB
Buffers:          8028 kB
Cached:          60372 kB
SwapCached:       7216 kB
Active:         317140 kB
Inactive:        29860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1656448 kB
SwapTotal:     4192956 kB
SwapFree:      4178560 kB
Dirty:            2396 kB
Writeback:           0 kB
Mapped:         295980 kB
Slab:            37204 kB
Committed_AS:  1129304 kB
PageTables:       2180 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126636 MiB
End job on node78 at 2008-07-05 04:25:46