Trace number 1092594

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.14 1808.58

General information on the benchmark

Namecsp/js-taillard-20/
normalized-js-taillard-20-105-7.xml
MD5SUM933af775481748d76719206dbc8b6623
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 benchmark18.9771
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints4180
Maximum constraint arity2
Maximum domain size1715
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4180
Global constraints used (with number of constraints)

Solver Data (download as text)

0.06/0.11	
0.06/0.11	Abscon 112 (May, 2008)
0.15/0.27	
0.15/0.27	   configuration
0.15/0.28	     name=esac.xml
0.26/0.31	   
0.26/0.31	   instance
0.26/0.31	     name=HOME/instance-1092594-1215276244.xml
0.26/0.35	   
0.26/0.35	   domains being loaded...
0.36/0.42	   
0.36/0.42	   variables being loaded...
0.46/0.53	     nbVariables=400  nbDomainTypes=400  minDomainSize=1617  maxDomainSize=1715  nbTotalValues=666198
0.46/0.53	       =>  wckTime=0.257  cpuTime=0.17  mem=22M608
0.46/0.54	   
0.46/0.54	   predicates being loaded...
0.46/0.59	   
0.46/0.59	   constraints being loaded...
2.83/2.98	     nbConstraints=4200  nbGlobalConstraints=4199  nbConvertedConstraints=1  nbConvertConstraintsChecks=2790388
2.83/2.98	     nbExtensionStructures=1  nbSharedExtensionStructures=0  nbConflictsStructures=1  nbSharedConflictsStructures=0
2.83/2.98	     nbSharedBinaryRepresentations=89  minDegree=21  maxDegree=22  minArity=2  avgArity=2.09  maxArity=20
2.83/2.98	     nbGenerators=0  nbFusions=0  symmetryWckTime=0.934  symmetryCpuTime=0.82  nbCliques=20
2.83/2.98	       =>  wckTime=2.699  cpuTime=2.3  mem=36M611
2.93/3.09	   
2.93/3.09	   solver IterativeSystematicSolver being built... 
3.02/3.16	   
3.02/3.16	   INFO : Forward propagation technique limited 
3.13/3.27	       =>  wckTime=2.994  cpuTime=2.45  mem=59M310
3.52/3.64	   
3.52/3.64	   preprocessing
3.52/3.64	     nbConstraintChecks=46352  nbPropagations=910  nbRevisions=4  nbUselessRevisions=0  nbRemovedValues=383838
3.52/3.64	     detectedInconsistency=no
3.52/3.64	       =>  wckTime=0.345  cpuTime=0.26  mem=59M597
5.41/5.53	   
5.41/5.53	   INFO : Stopping use of transposition table (mapSize=0, nbTooLargekeys=195, mem=82M860)

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-1092594-1215276244/watcher-1092594-1215276244 -o /tmp/evaluation-result-1092594-1215276244/solver-1092594-1215276244 -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-1092594-1215276244.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.00 2.00 2.00 4/73 8353
/proc/meminfo: memFree=1733240/2055920 swapFree=4192812/4192956
[pid=8353] ppid=8351 vsize=18572 CPUtime=0
/proc/8353/stat : 8353 (runsolver) R 8351 8353 6564 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 139294528 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 233588714791 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/8353/statm: 4643 292 257 25 0 2626 0

[startup+0.08427 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 8353
/proc/meminfo: memFree=1733240/2055920 swapFree=4192812/4192956
[pid=8353] ppid=8351 vsize=864076 CPUtime=0.04
/proc/8353/stat : 8353 (java) S 8351 8353 6564 0 -1 0 2806 0 1 0 3 1 0 0 20 0 9 0 139294528 884813824 2344 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8353/statm: 216019 2344 1120 9 0 210976 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 864076

[startup+0.102272 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 8353
/proc/meminfo: memFree=1733240/2055920 swapFree=4192812/4192956
[pid=8353] ppid=8351 vsize=865856 CPUtime=0.06
/proc/8353/stat : 8353 (java) S 8351 8353 6564 0 -1 0 3474 0 1 0 4 2 0 0 20 0 9 0 139294528 886636544 2964 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8353/statm: 216464 2964 1592 9 0 211026 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 865856

[startup+0.302294 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 8353
/proc/meminfo: memFree=1733240/2055920 swapFree=4192812/4192956
[pid=8353] ppid=8351 vsize=866204 CPUtime=0.26
/proc/8353/stat : 8353 (java) S 8351 8353 6564 0 -1 0 5575 0 1 0 23 3 0 0 20 0 9 0 139294528 886992896 4998 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8353/statm: 216551 4998 1884 9 0 211099 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 866204

[startup+0.70234 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 8353
/proc/meminfo: memFree=1733240/2055920 swapFree=4192812/4192956
[pid=8353] ppid=8351 vsize=867708 CPUtime=0.66
/proc/8353/stat : 8353 (java) S 8351 8353 6564 0 -1 0 11589 0 1 0 59 7 0 0 20 0 9 0 139294528 888532992 10949 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8353/statm: 216927 10949 2010 9 0 211433 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 867708

[startup+1.50142 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 8362
/proc/meminfo: memFree=1681776/2055920 swapFree=4192812/4192956
[pid=8353] ppid=8351 vsize=867708 CPUtime=1.44
/proc/8353/stat : 8353 (java) S 8351 8353 6564 0 -1 0 15724 0 1 0 135 9 0 0 20 0 9 0 139294528 888532992 15081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8353/statm: 216927 15081 2014 9 0 211433 0
[pid=8353/tid=8355] ppid=8351 vsize=867708 CPUtime=1.25
/proc/8353/task/8355/stat : 8355 (java) R 8351 8353 6564 0 -1 64 14351 0 1 0 117 8 0 0 25 0 9 0 139294530 888532992 15081 996147200 134512640 134550740 4294955968 18446744073709551615 4125957620 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8353/tid=8356] ppid=8351 vsize=867708 CPUtime=0
/proc/8353/task/8356/stat : 8356 (java) S 8351 8353 6564 0 -1 64 4 0 0 0 0 0 0 0 17 0 9 0 139294531 888532992 15081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8353/tid=8357] ppid=8351 vsize=867708 CPUtime=0
/proc/8353/task/8357/stat : 8357 (java) S 8351 8353 6564 0 -1 64 9 0 0 0 0 0 0 0 23 0 9 0 139294531 888532992 15081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8353/tid=8358] ppid=8351 vsize=867708 CPUtime=0
/proc/8353/task/8358/stat : 8358 (java) S 8351 8353 6564 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 139294531 888532992 15081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8353/tid=8359] ppid=8351 vsize=867708 CPUtime=0
/proc/8353/task/8359/stat : 8359 (java) S 8351 8353 6564 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 139294535 888532992 15081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8353/tid=8360] ppid=8351 vsize=867708 CPUtime=0.18
/proc/8353/task/8360/stat : 8360 (java) S 8351 8353 6564 0 -1 64 676 0 0 0 18 0 0 0 15 0 9 0 139294535 888532992 15081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8353/tid=8361] ppid=8351 vsize=867708 CPUtime=0
/proc/8353/task/8361/stat : 8361 (java) S 8351 8353 6564 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 139294535 888532992 15081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8353/tid=8362] ppid=8351 vsize=867708 CPUtime=0
/proc/8353/task/8362/stat : 8362 (java) S 8351 8353 6564 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 139294535 888532992 15081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 867708

[startup+3.10157 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 8362
/proc/meminfo: memFree=1656112/2055920 swapFree=4192812/4192956
[pid=8353] ppid=8351 vsize=868032 CPUtime=3.02
/proc/8353/stat : 8353 (java) S 8351 8353 6564 0 -1 0 32027 484 1 0 265 32 4 1 20 0 9 0 139294528 888864768 23997 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8353/statm: 217008 23997 2634 9 0 211514 0
[pid=8353/tid=8355] ppid=8351 vsize=868032 CPUtime=2.55
/proc/8353/task/8355/stat : 8355 (java) R 8351 8353 6564 0 -1 64 19392 484 1 0 224 26 4 1 25 0 9 0 139294530 888864768 23997 996147200 134512640 134550740 4294955968 18446744073709551615 11120168 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8353/tid=8356] ppid=8351 vsize=868032 CPUtime=0.24
/proc/8353/task/8356/stat : 8356 (java) S 8351 8353 6564 0 -1 64 10958 484 0 0 16 3 4 1 17 0 9 0 139294531 888864768 23997 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8353/tid=8357] ppid=8351 vsize=868032 CPUtime=0.05
/proc/8353/task/8357/stat : 8357 (java) S 8351 8353 6564 0 -1 64 14 484 0 0 0 0 4 1 16 0 9 0 139294531 888864768 23997 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8353/tid=8358] ppid=8351 vsize=868032 CPUtime=0.05
/proc/8353/task/8358/stat : 8358 (java) S 8351 8353 6564 0 -1 64 8 484 0 0 0 0 4 1 16 0 9 0 139294531 888864768 23997 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8353/tid=8359] ppid=8351 vsize=868032 CPUtime=0.05
/proc/8353/task/8359/stat : 8359 (java) S 8351 8353 6564 0 -1 64 1 484 0 0 0 0 4 1 23 0 9 0 139294535 888864768 23997 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8353/tid=8360] ppid=8351 vsize=868032 CPUtime=0.29
/proc/8353/task/8360/stat : 8360 (java) S 8351 8353 6564 0 -1 64 838 484 0 0 24 0 4 1 15 0 9 0 139294535 888864768 23997 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8353/tid=8361] ppid=8351 vsize=868032 CPUtime=0.05
/proc/8353/task/8361/stat : 8361 (java) S 8351 8353 6564 0 -1 64 2 484 0 0 0 0 4 1 24 0 9 0 139294535 888864768 23997 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8353/tid=8362] ppid=8351 vsize=868032 CPUtime=0.05
/proc/8353/task/8362/stat : 8362 (java) S 8351 8353 6564 0 -1 64 12 484 0 0 0 0 4 1 15 0 9 0 139294535 888864768 23997 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 868032

[startup+6.30291 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 8366
/proc/meminfo: memFree=1617264/2055920 swapFree=4192812/4192956
[pid=8353] ppid=8351 vsize=868032 CPUtime=6.2
/proc/8353/stat : 8353 (java) S 8351 8353 6564 0 -1 0 50133 484 1 0 576 39 4 1 20 0 9 0 139294528 888864768 31418 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8353/statm: 217008 31418 2637 9 0 211514 0
[pid=8353/tid=8355] ppid=8351 vsize=868032 CPUtime=5.54
/proc/8353/task/8355/stat : 8355 (java) R 8351 8353 6564 0 -1 64 29995 484 1 0 520 29 4 1 25 0 9 0 139294530 888864768 31418 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8353/tid=8356] ppid=8351 vsize=868032 CPUtime=0.32
/proc/8353/task/8356/stat : 8356 (java) R 8351 8353 6564 0 -1 64 18311 484 0 0 21 6 4 1 16 0 9 0 139294531 888864768 31418 996147200 134512640 134550740 4294955968 18446744073709551615 104185411 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8353/tid=8357] ppid=8351 vsize=868032 CPUtime=0.05
/proc/8353/task/8357/stat : 8357 (java) S 8351 8353 6564 0 -1 64 14 484 0 0 0 0 4 1 16 0 9 0 139294531 888864768 31418 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8353/tid=8358] ppid=8351 vsize=868032 CPUtime=0.05
/proc/8353/task/8358/stat : 8358 (java) S 8351 8353 6564 0 -1 64 8 484 0 0 0 0 4 1 15 0 9 0 139294531 888864768 31418 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8353/tid=8359] ppid=8351 vsize=868032 CPUtime=0.05
/proc/8353/task/8359/stat : 8359 (java) S 8351 8353 6564 0 -1 64 1 484 0 0 0 0 4 1 23 0 9 0 139294535 888864768 31418 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8353/tid=8360] ppid=8351 vsize=868032 CPUtime=0.39
/proc/8353/task/8360/stat : 8360 (java) S 8351 8353 6564 0 -1 64 959 484 0 0 33 1 4 1 15 0 9 0 139294535 888864768 31418 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8353/tid=8361] ppid=8351 vsize=868032 CPUtime=0.05
/proc/8353/task/8361/stat : 8361 (java) S 8351 8353 6564 0 -1 64 2 484 0 0 0 0 4 1 24 0 9 0 139294535 888864768 31418 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8353/tid=8362] ppid=8351 vsize=868032 CPUtime=0.05
/proc/8353/task/8362/stat : 8362 (java) S 8351 8353 6564 0 -1 64 41 484 0 0 0 0 4 1 15 0 9 0 139294535 888864768 31418 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 868032

[startup+12.7016 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 8366
/proc/meminfo: memFree=1617136/2055920 swapFree=4192812/4192956
[pid=8353] ppid=8351 vsize=868032 CPUtime=12.54
/proc/8353/stat : 8353 (java) S 8351 8353 6564 0 -1 0 50154 484 1 0 1210 39 4 1 20 0 9 0 139294528 888864768 31427 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8353/statm: 217008 31427 2637 9 0 211514 0
[pid=8353/tid=8355] ppid=8351 vsize=868032 CPUtime=11.83
/proc/8353/task/8355/stat : 8355 (java) R 8351 8353 6564 0 -1 64 30004 484 1 0 1148 30 4 1 25 0 9 0 139294530 888864768 31427 996147200 134512640 134550740 4294955968 18446744073709551615 4125952113 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8353/tid=8356] ppid=8351 vsize=868032 CPUtime=0.36
/proc/8353/task/8356/stat : 8356 (java) S 8351 8353 6564 0 -1 64 18311 484 0 0 25 6 4 1 16 0 9 0 139294531 888864768 31427 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8353/tid=8357] ppid=8351 vsize=868032 CPUtime=0.05
/proc/8353/task/8357/stat : 8357 (java) S 8351 8353 6564 0 -1 64 14 484 0 0 0 0 4 1 16 0 9 0 139294531 888864768 31427 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8353/tid=8358] ppid=8351 vsize=868032 CPUtime=0.05
/proc/8353/task/8358/stat : 8358 (java) S 8351 8353 6564 0 -1 64 8 484 0 0 0 0 4 1 15 0 9 0 139294531 888864768 31427 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8353/tid=8359] ppid=8351 vsize=868032 CPUtime=0.05
/proc/8353/task/8359/stat : 8359 (java) S 8351 8353 6564 0 -1 64 1 484 0 0 0 0 4 1 23 0 9 0 139294535 888864768 31427 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8353/tid=8360] ppid=8351 vsize=868032 CPUtime=0.41
/proc/8353/task/8360/stat : 8360 (java) S 8351 8353 6564 0 -1 64 971 484 0 0 35 1 4 1 16 0 9 0 139294535 888864768 31427 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8353/tid=8361] ppid=8351 vsize=868032 CPUtime=0.05
/proc/8353/task/8361/stat : 8361 (java) S 8351 8353 6564 0 -1 64 2 484 0 0 0 0 4 1 24 0 9 0 139294535 888864768 31427 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8353/tid=8362] ppid=8351 vsize=868032 CPUtime=0.05
/proc/8353/task/8362/stat : 8362 (java) S 8351 8353 6564 0 -1 64 41 484 0 0 0 0 4 1 15 0 9 0 139294535 888864768 31427 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 868032

[startup+25.5029 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 8366
/proc/meminfo: memFree=1615792/2055920 swapFree=4192812/4192956
[pid=8353] ppid=8351 vsize=868032 CPUtime=25.22
/proc/8353/stat : 8353 (java) S 8351 8353 6564 0 -1 0 50524 484 1 0 2477 40 4 1 20 0 9 0 139294528 888864768 31748 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8353/statm: 217008 31748 2637 9 0 211514 0
[pid=8353/tid=8355] ppid=8351 vsize=868032 CPUtime=24.44
/proc/8353/task/8355/stat : 8355 (java) R 8351 8353 6564 0 -1 64 30023 484 1 0 2409 30 4 1 25 0 9 0 139294530 888864768 31748 996147200 134512640 134550740 4294955968 18446744073709551615 4127197368 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8353/tid=8356] ppid=8351 vsize=868032 CPUtime=0.42
/proc/8353/task/8356/stat : 8356 (java) S 8351 8353 6564 0 -1 64 18629 484 0 0 31 6 4 1 16 0 9 0 139294531 888864768 31748 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8353/tid=8357] ppid=8351 vsize=868032 CPUtime=0.05
/proc/8353/task/8357/stat : 8357 (java) S 8351 8353 6564 0 -1 64 14 484 0 0 0 0 4 1 16 0 9 0 139294531 888864768 31748 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8353/tid=8358] ppid=8351 vsize=868032 CPUtime=0.05
/proc/8353/task/8358/stat : 8358 (java) S 8351 8353 6564 0 -1 64 8 484 0 0 0 0 4 1 15 0 9 0 139294531 888864768 31748 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8353/tid=8359] ppid=8351 vsize=868032 CPUtime=0.05
/proc/8353/task/8359/stat : 8359 (java) S 8351 8353 6564 0 -1 64 1 484 0 0 0 0 4 1 23 0 9 0 139294535 888864768 31748 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8353/tid=8360] ppid=8351 vsize=868032 CPUtime=0.42
/proc/8353/task/8360/stat : 8360 (java) S 8351 8353 6564 0 -1 64 1004 484 0 0 36 1 4 1 17 0 9 0 139294535 888864768 31748 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8353/tid=8361] ppid=8351 vsize=868032 CPUtime=0.05
/proc/8353/task/8361/stat : 8361 (java) S 8351 8353 6564 0 -1 64 2 484 0 0 0 0 4 1 24 0 9 0 139294535 888864768 31748 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8353/tid=8362] ppid=8351 vsize=868032 CPUtime=0.05
/proc/8353/task/8362/stat : 8362 (java) S 8351 8353 6564 0 -1 64 41 484 0 0 0 0 4 1 15 0 9 0 139294535 888864768 31748 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 868032

[startup+51.1024 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 8366
/proc/meminfo: memFree=1615600/2055920 swapFree=4192812/4192956
[pid=8353] ppid=8351 vsize=868032 CPUtime=50.6
/proc/8353/stat : 8353 (java) S 8351 8353 6564 0 -1 0 50582 484 1 0 5014 41 4 1 20 0 9 0 139294528 888864768 31772 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8353/statm: 217008 31772 2637 9 0 211514 0
[pid=8353/tid=8355] ppid=8351 vsize=868032 CPUtime=49.72
/proc/8353/task/8355/stat : 8355 (java) R 8351 8353 6564 0 -1 64 30057 484 1 0 4937 30 4 1 25 0 9 0 139294530 888864768 31772 996147200 134512640 134550740 4294955968 18446744073709551615 4127170859 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8353/tid=8356] ppid=8351 vsize=868032 CPUtime=0.5
/proc/8353/task/8356/stat : 8356 (java) S 8351 8353 6564 0 -1 64 18652 484 0 0 39 6 4 1 17 0 9 0 139294531 888864768 31772 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8353/tid=8357] ppid=8351 vsize=868032 CPUtime=0.05
/proc/8353/task/8357/stat : 8357 (java) S 8351 8353 6564 0 -1 64 14 484 0 0 0 0 4 1 16 0 9 0 139294531 888864768 31772 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8353/tid=8358] ppid=8351 vsize=868032 CPUtime=0.05
/proc/8353/task/8358/stat : 8358 (java) S 8351 8353 6564 0 -1 64 8 484 0 0 0 0 4 1 15 0 9 0 139294531 888864768 31772 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8353/tid=8359] ppid=8351 vsize=868032 CPUtime=0.05
/proc/8353/task/8359/stat : 8359 (java) S 8351 8353 6564 0 -1 64 1 484 0 0 0 0 4 1 23 0 9 0 139294535 888864768 31772 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8353/tid=8360] ppid=8351 vsize=868032 CPUtime=0.42
/proc/8353/task/8360/stat : 8360 (java) S 8351 8353 6564 0 -1 64 1005 484 0 0 36 1 4 1 16 0 9 0 139294535 888864768 31772 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8353/tid=8361] ppid=8351 vsize=868032 CPUtime=0.05

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

/proc/8353/task/8358/stat : 8358 (java) S 8351 8353 6564 0 -1 64 8 484 0 0 0 0 4 1 15 0 9 0 139294531 888864768 31902 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8353/tid=8359] ppid=8351 vsize=868032 CPUtime=0.05
/proc/8353/task/8359/stat : 8359 (java) S 8351 8353 6564 0 -1 64 1 484 0 0 0 0 4 1 23 0 9 0 139294535 888864768 31902 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8353/tid=8360] ppid=8351 vsize=868032 CPUtime=0.43
/proc/8353/task/8360/stat : 8360 (java) S 8351 8353 6564 0 -1 64 1011 484 0 0 37 1 4 1 16 0 9 0 139294535 888864768 31902 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8353/tid=8361] ppid=8351 vsize=868032 CPUtime=0.05
/proc/8353/task/8361/stat : 8361 (java) S 8351 8353 6564 0 -1 64 2 484 0 0 0 0 4 1 24 0 9 0 139294535 888864768 31902 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8353/tid=8362] ppid=8351 vsize=868032 CPUtime=0.05
/proc/8353/task/8362/stat : 8362 (java) S 8351 8353 6564 0 -1 64 41 484 0 0 0 0 4 1 15 0 9 0 139294535 888864768 31902 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1535.05
Current children cumulated vsize (KiB) 868032

[startup+1602.3 s]
/proc/loadavg: 2.18 2.10 2.02 3/81 8463
/proc/meminfo: memFree=1605568/2055920 swapFree=4192812/4192956
[pid=8353] ppid=8351 vsize=868032 CPUtime=1594.78
/proc/8353/stat : 8353 (java) S 8351 8353 6564 0 -1 0 52608 484 1 0 159404 69 4 1 20 0 9 0 139294528 888864768 31902 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8353/statm: 217008 31902 2637 9 0 211514 0
[pid=8353/tid=8355] ppid=8351 vsize=868032 CPUtime=1589.98
/proc/8353/task/8355/stat : 8355 (java) R 8351 8353 6564 0 -1 64 31951 484 1 0 158949 44 4 1 25 0 9 0 139294530 888864768 31902 996147200 134512640 134550740 4294955968 18446744073709551615 4126095722 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8353/tid=8356] ppid=8351 vsize=868032 CPUtime=4.43
/proc/8353/task/8356/stat : 8356 (java) S 8351 8353 6564 0 -1 64 18778 484 0 0 417 21 4 1 15 0 9 0 139294531 888864768 31902 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8353/tid=8357] ppid=8351 vsize=868032 CPUtime=0.05
/proc/8353/task/8357/stat : 8357 (java) S 8351 8353 6564 0 -1 64 14 484 0 0 0 0 4 1 16 0 9 0 139294531 888864768 31902 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8353/tid=8358] ppid=8351 vsize=868032 CPUtime=0.05
/proc/8353/task/8358/stat : 8358 (java) S 8351 8353 6564 0 -1 64 8 484 0 0 0 0 4 1 15 0 9 0 139294531 888864768 31902 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8353/tid=8359] ppid=8351 vsize=868032 CPUtime=0.05
/proc/8353/task/8359/stat : 8359 (java) S 8351 8353 6564 0 -1 64 1 484 0 0 0 0 4 1 23 0 9 0 139294535 888864768 31902 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8353/tid=8360] ppid=8351 vsize=868032 CPUtime=0.43
/proc/8353/task/8360/stat : 8360 (java) S 8351 8353 6564 0 -1 64 1011 484 0 0 37 1 4 1 16 0 9 0 139294535 888864768 31902 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8353/tid=8361] ppid=8351 vsize=868032 CPUtime=0.05
/proc/8353/task/8361/stat : 8361 (java) S 8351 8353 6564 0 -1 64 2 484 0 0 0 0 4 1 24 0 9 0 139294535 888864768 31902 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8353/tid=8362] ppid=8351 vsize=868032 CPUtime=0.05
/proc/8353/task/8362/stat : 8362 (java) S 8351 8353 6564 0 -1 64 41 484 0 0 0 0 4 1 15 0 9 0 139294535 888864768 31902 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1594.78
Current children cumulated vsize (KiB) 868032

[startup+1662.3 s]
/proc/loadavg: 2.12 2.09 2.02 3/81 8463
/proc/meminfo: memFree=1605568/2055920 swapFree=4192812/4192956
[pid=8353] ppid=8351 vsize=868032 CPUtime=1654.51
/proc/8353/stat : 8353 (java) S 8351 8353 6564 0 -1 0 52691 484 1 0 165376 70 4 1 20 0 9 0 139294528 888864768 31902 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8353/statm: 217008 31902 2637 9 0 211514 0
[pid=8353/tid=8355] ppid=8351 vsize=868032 CPUtime=1649.55
/proc/8353/task/8355/stat : 8355 (java) R 8351 8353 6564 0 -1 64 32034 484 1 0 164906 44 4 1 25 0 9 0 139294530 888864768 31902 996147200 134512640 134550740 4294955968 18446744073709551615 4126644952 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8353/tid=8356] ppid=8351 vsize=868032 CPUtime=4.59
/proc/8353/task/8356/stat : 8356 (java) S 8351 8353 6564 0 -1 64 18778 484 0 0 432 22 4 1 16 0 9 0 139294531 888864768 31902 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8353/tid=8357] ppid=8351 vsize=868032 CPUtime=0.05
/proc/8353/task/8357/stat : 8357 (java) S 8351 8353 6564 0 -1 64 14 484 0 0 0 0 4 1 16 0 9 0 139294531 888864768 31902 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8353/tid=8358] ppid=8351 vsize=868032 CPUtime=0.05
/proc/8353/task/8358/stat : 8358 (java) S 8351 8353 6564 0 -1 64 8 484 0 0 0 0 4 1 15 0 9 0 139294531 888864768 31902 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8353/tid=8359] ppid=8351 vsize=868032 CPUtime=0.05
/proc/8353/task/8359/stat : 8359 (java) S 8351 8353 6564 0 -1 64 1 484 0 0 0 0 4 1 23 0 9 0 139294535 888864768 31902 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8353/tid=8360] ppid=8351 vsize=868032 CPUtime=0.43
/proc/8353/task/8360/stat : 8360 (java) S 8351 8353 6564 0 -1 64 1011 484 0 0 37 1 4 1 16 0 9 0 139294535 888864768 31902 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8353/tid=8361] ppid=8351 vsize=868032 CPUtime=0.05
/proc/8353/task/8361/stat : 8361 (java) S 8351 8353 6564 0 -1 64 2 484 0 0 0 0 4 1 24 0 9 0 139294535 888864768 31902 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8353/tid=8362] ppid=8351 vsize=868032 CPUtime=0.05
/proc/8353/task/8362/stat : 8362 (java) S 8351 8353 6564 0 -1 64 41 484 0 0 0 0 4 1 15 0 9 0 139294535 888864768 31902 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1654.51
Current children cumulated vsize (KiB) 868032

[startup+1722.3 s]
/proc/loadavg: 2.10 2.09 2.02 4/81 8463
/proc/meminfo: memFree=1605568/2055920 swapFree=4192812/4192956
[pid=8353] ppid=8351 vsize=868032 CPUtime=1714.24
/proc/8353/stat : 8353 (java) S 8351 8353 6564 0 -1 0 52808 484 1 0 171347 72 4 1 20 0 9 0 139294528 888864768 31902 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8353/statm: 217008 31902 2637 9 0 211514 0
[pid=8353/tid=8355] ppid=8351 vsize=868032 CPUtime=1709.01
/proc/8353/task/8355/stat : 8355 (java) R 8351 8353 6564 0 -1 64 32151 484 1 0 170851 45 4 1 25 0 9 0 139294530 888864768 31902 996147200 134512640 134550740 4294955968 18446744073709551615 4126644952 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8353/tid=8356] ppid=8351 vsize=868032 CPUtime=4.85
/proc/8353/task/8356/stat : 8356 (java) S 8351 8353 6564 0 -1 64 18778 484 0 0 457 23 4 1 16 0 9 0 139294531 888864768 31902 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8353/tid=8357] ppid=8351 vsize=868032 CPUtime=0.05
/proc/8353/task/8357/stat : 8357 (java) S 8351 8353 6564 0 -1 64 14 484 0 0 0 0 4 1 16 0 9 0 139294531 888864768 31902 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8353/tid=8358] ppid=8351 vsize=868032 CPUtime=0.05
/proc/8353/task/8358/stat : 8358 (java) S 8351 8353 6564 0 -1 64 8 484 0 0 0 0 4 1 15 0 9 0 139294531 888864768 31902 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8353/tid=8359] ppid=8351 vsize=868032 CPUtime=0.05
/proc/8353/task/8359/stat : 8359 (java) S 8351 8353 6564 0 -1 64 1 484 0 0 0 0 4 1 23 0 9 0 139294535 888864768 31902 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8353/tid=8360] ppid=8351 vsize=868032 CPUtime=0.43
/proc/8353/task/8360/stat : 8360 (java) S 8351 8353 6564 0 -1 64 1011 484 0 0 37 1 4 1 16 0 9 0 139294535 888864768 31902 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8353/tid=8361] ppid=8351 vsize=868032 CPUtime=0.05
/proc/8353/task/8361/stat : 8361 (java) S 8351 8353 6564 0 -1 64 2 484 0 0 0 0 4 1 24 0 9 0 139294535 888864768 31902 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8353/tid=8362] ppid=8351 vsize=868032 CPUtime=0.05
/proc/8353/task/8362/stat : 8362 (java) S 8351 8353 6564 0 -1 64 41 484 0 0 0 0 4 1 15 0 9 0 139294535 888864768 31902 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1714.24
Current children cumulated vsize (KiB) 868032

[startup+1782.3 s]
/proc/loadavg: 2.31 2.14 2.04 3/81 8463
/proc/meminfo: memFree=1605440/2055920 swapFree=4192812/4192956
[pid=8353] ppid=8351 vsize=868032 CPUtime=1773.95
/proc/8353/stat : 8353 (java) S 8351 8353 6564 0 -1 0 52908 484 1 0 177317 73 4 1 20 0 9 0 139294528 888864768 31902 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8353/statm: 217008 31902 2637 9 0 211514 0
[pid=8353/tid=8355] ppid=8351 vsize=868032 CPUtime=1768.52
/proc/8353/task/8355/stat : 8355 (java) R 8351 8353 6564 0 -1 64 32251 484 1 0 176802 45 4 1 25 0 9 0 139294530 888864768 31902 996147200 134512640 134550740 4294955968 18446744073709551615 4127168658 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8353/tid=8356] ppid=8351 vsize=868032 CPUtime=5.06
/proc/8353/task/8356/stat : 8356 (java) S 8351 8353 6564 0 -1 64 18778 484 0 0 477 24 4 1 16 0 9 0 139294531 888864768 31902 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8353/tid=8357] ppid=8351 vsize=868032 CPUtime=0.05
/proc/8353/task/8357/stat : 8357 (java) S 8351 8353 6564 0 -1 64 14 484 0 0 0 0 4 1 16 0 9 0 139294531 888864768 31902 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8353/tid=8358] ppid=8351 vsize=868032 CPUtime=0.05
/proc/8353/task/8358/stat : 8358 (java) S 8351 8353 6564 0 -1 64 8 484 0 0 0 0 4 1 15 0 9 0 139294531 888864768 31902 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8353/tid=8359] ppid=8351 vsize=868032 CPUtime=0.05
/proc/8353/task/8359/stat : 8359 (java) S 8351 8353 6564 0 -1 64 1 484 0 0 0 0 4 1 23 0 9 0 139294535 888864768 31902 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8353/tid=8360] ppid=8351 vsize=868032 CPUtime=0.43
/proc/8353/task/8360/stat : 8360 (java) S 8351 8353 6564 0 -1 64 1011 484 0 0 37 1 4 1 16 0 9 0 139294535 888864768 31902 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8353/tid=8361] ppid=8351 vsize=868032 CPUtime=0.05
/proc/8353/task/8361/stat : 8361 (java) S 8351 8353 6564 0 -1 64 2 484 0 0 0 0 4 1 24 0 9 0 139294535 888864768 31902 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8353/tid=8362] ppid=8351 vsize=868032 CPUtime=0.05
/proc/8353/task/8362/stat : 8362 (java) S 8351 8353 6564 0 -1 64 41 484 0 0 0 0 4 1 15 0 9 0 139294535 888864768 31902 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1773.95
Current children cumulated vsize (KiB) 868032



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.5 s]
/proc/loadavg: 2.41 2.18 2.05 3/81 8463
/proc/meminfo: memFree=1605440/2055920 swapFree=4192812/4192956
[pid=8353] ppid=8351 vsize=868032 CPUtime=1800.05
/proc/8353/stat : 8353 (java) S 8351 8353 6564 0 -1 0 52942 484 1 0 179926 74 4 1 20 0 9 0 139294528 888864768 31913 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8353/statm: 217008 31913 2637 9 0 211514 0
[pid=8353/tid=8355] ppid=8351 vsize=868032 CPUtime=1794.56
/proc/8353/task/8355/stat : 8355 (java) R 8351 8353 6564 0 -1 64 32274 484 1 0 179406 45 4 1 25 0 9 0 139294530 888864768 31913 996147200 134512640 134550740 4294955968 18446744073709551615 4127275053 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8353/tid=8356] ppid=8351 vsize=868032 CPUtime=5.11
/proc/8353/task/8356/stat : 8356 (java) S 8351 8353 6564 0 -1 64 18789 484 0 0 481 25 4 1 16 0 9 0 139294531 888864768 31913 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8353/tid=8357] ppid=8351 vsize=868032 CPUtime=0.05
/proc/8353/task/8357/stat : 8357 (java) S 8351 8353 6564 0 -1 64 14 484 0 0 0 0 4 1 16 0 9 0 139294531 888864768 31913 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8353/tid=8358] ppid=8351 vsize=868032 CPUtime=0.05
/proc/8353/task/8358/stat : 8358 (java) S 8351 8353 6564 0 -1 64 8 484 0 0 0 0 4 1 15 0 9 0 139294531 888864768 31913 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8353/tid=8359] ppid=8351 vsize=868032 CPUtime=0.05
/proc/8353/task/8359/stat : 8359 (java) S 8351 8353 6564 0 -1 64 1 484 0 0 0 0 4 1 23 0 9 0 139294535 888864768 31913 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8353/tid=8360] ppid=8351 vsize=868032 CPUtime=0.43
/proc/8353/task/8360/stat : 8360 (java) S 8351 8353 6564 0 -1 64 1011 484 0 0 37 1 4 1 16 0 9 0 139294535 888864768 31913 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8353/tid=8361] ppid=8351 vsize=868032 CPUtime=0.05
/proc/8353/task/8361/stat : 8361 (java) S 8351 8353 6564 0 -1 64 2 484 0 0 0 0 4 1 24 0 9 0 139294535 888864768 31913 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8353/tid=8362] ppid=8351 vsize=868032 CPUtime=0.05
/proc/8353/task/8362/stat : 8362 (java) R 8351 8353 6564 0 -1 64 41 484 0 0 0 0 4 1 15 0 9 0 139294535 888864768 31913 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 868032

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

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

[startup+1808.5 s]
/proc/loadavg: 2.41 2.18 2.05 3/81 8463
/proc/meminfo: memFree=1605440/2055920 swapFree=4192812/4192956
[pid=8353] ppid=8351 vsize=868032 CPUtime=1800.05
/proc/8353/stat : 8353 (java) S 8351 8353 6564 0 -1 0 52942 484 1 0 179926 74 4 1 20 0 9 0 139294528 888864768 31913 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8353/statm: 217008 31913 2637 9 0 211514 0
[pid=8353/tid=8355] ppid=8351 vsize=868032 CPUtime=1794.56
/proc/8353/task/8355/stat : 8355 (java) R 8351 8353 6564 0 -1 64 32274 484 1 0 179406 45 4 1 25 0 9 0 139294530 888864768 31913 996147200 134512640 134550740 4294955968 18446744073709551615 4127275053 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8353/tid=8356] ppid=8351 vsize=868032 CPUtime=5.11
/proc/8353/task/8356/stat : 8356 (java) S 8351 8353 6564 0 -1 64 18789 484 0 0 481 25 4 1 16 0 9 0 139294531 888864768 31913 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8353/tid=8357] ppid=8351 vsize=868032 CPUtime=0.05
/proc/8353/task/8357/stat : 8357 (java) S 8351 8353 6564 0 -1 64 14 484 0 0 0 0 4 1 16 0 9 0 139294531 888864768 31913 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8353/tid=8358] ppid=8351 vsize=868032 CPUtime=0.05
/proc/8353/task/8358/stat : 8358 (java) S 8351 8353 6564 0 -1 64 8 484 0 0 0 0 4 1 15 0 9 0 139294531 888864768 31913 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8353/tid=8359] ppid=8351 vsize=868032 CPUtime=0.05
/proc/8353/task/8359/stat : 8359 (java) S 8351 8353 6564 0 -1 64 1 484 0 0 0 0 4 1 23 0 9 0 139294535 888864768 31913 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8353/tid=8360] ppid=8351 vsize=868032 CPUtime=0.43
/proc/8353/task/8360/stat : 8360 (java) S 8351 8353 6564 0 -1 64 1011 484 0 0 37 1 4 1 16 0 9 0 139294535 888864768 31913 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8353/tid=8361] ppid=8351 vsize=868032 CPUtime=0.05
/proc/8353/task/8361/stat : 8361 (java) S 8351 8353 6564 0 -1 64 2 484 0 0 0 0 4 1 24 0 9 0 139294535 888864768 31913 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8353/tid=8362] ppid=8351 vsize=868032 CPUtime=0.05
/proc/8353/task/8362/stat : 8362 (java) R 8351 8353 6564 0 -1 64 41 484 0 0 0 0 4 1 15 0 9 0 139294535 888864768 31913 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 868032

Child status: 143
Real time (s): 1808.58
CPU time (s): 1800.14
CPU user time (s): 1799.36
CPU system time (s): 0.777881
CPU usage (%): 99.5332
Max. virtual memory (cumulated for all children) (KiB): 868032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.36
system time used= 0.777881
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53457
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= 52964
involuntary context switches= 44078

runsolver used 1.85672 second user time and 6.38003 second system time

The end

Launcher Data (download as text)

Begin job on node27 at 2008-07-05 18:44:04
IDJOB=1092594
IDBENCH=58637
IDSOLVER=364
FILE ID=node27/1092594-1215276244
PBS_JOBID= 7882155
Free space on /tmp= 66464 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/js-taillard-20/normalized-js-taillard-20-105-7.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-1092594-1215276244/watcher-1092594-1215276244 -o /tmp/evaluation-result-1092594-1215276244/solver-1092594-1215276244 -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-1092594-1215276244.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 933af775481748d76719206dbc8b6623
RANDOM SEED=792872444

node27.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		: 2800.188
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	: 5521.40
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		: 2800.188
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1733656 kB
Buffers:         43524 kB
Cached:         197128 kB
SwapCached:          0 kB
Active:         163152 kB
Inactive:       103248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1733656 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2604 kB
Writeback:           0 kB
Mapped:          37616 kB
Slab:            41364 kB
Committed_AS:   387448 kB
PageTables:       1556 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66464 MiB
End job on node27 at 2008-07-05 19:14:15