Trace number 1092573

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.22 1814.92

General information on the benchmark

Namecsp/js-taillard-20/
normalized-js-taillard-20-95-7.xml
MD5SUMa7bfced7c76430a4e64d921de0f86ae8
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.46847
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints4180
Maximum constraint arity2
Maximum domain size1551
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.02/0.09	
0.02/0.09	Abscon 112 (May, 2008)
0.18/0.25	
0.18/0.25	   configuration
0.18/0.25	     name=esac.xml
0.18/0.29	   
0.18/0.29	   instance
0.18/0.29	     name=HOME/instance-1092573-1215276086.xml
0.28/0.32	   
0.28/0.32	   domains being loaded...
0.28/0.39	   
0.28/0.39	   variables being loaded...
0.48/0.50	     nbVariables=400  nbDomainTypes=400  minDomainSize=1453  maxDomainSize=1551  nbTotalValues=600598
0.48/0.50	       =>  wckTime=0.244  cpuTime=0.17  mem=21M621
0.48/0.50	   
0.48/0.50	   predicates being loaded...
0.48/0.55	   
0.48/0.55	   constraints being loaded...
2.53/2.67	     nbConstraints=4200  nbGlobalConstraints=4199  nbConvertedConstraints=1  nbConvertConstraintsChecks=2269360
2.53/2.67	     nbExtensionStructures=1  nbSharedExtensionStructures=0  nbConflictsStructures=1  nbSharedConflictsStructures=0
2.53/2.67	     nbSharedBinaryRepresentations=90  minDegree=21  maxDegree=22  minArity=2  avgArity=2.09  maxArity=20
2.53/2.67	     nbGenerators=0  nbFusions=0  symmetryWckTime=0.819  symmetryCpuTime=0.71  nbCliques=20
2.53/2.67	       =>  wckTime=2.419  cpuTime=2.03  mem=34M424
2.64/2.79	   
2.64/2.79	   solver IterativeSystematicSolver being built... 
2.74/2.85	   
2.74/2.85	   INFO : Forward propagation technique limited 
2.83/2.95	       =>  wckTime=2.697  cpuTime=2.17  mem=56M117
3.14/3.27	   
3.14/3.27	   preprocessing
3.14/3.27	     nbConstraintChecks=39262  nbPropagations=910  nbRevisions=4  nbUselessRevisions=0  nbRemovedValues=383838
3.14/3.27	     detectedInconsistency=no
3.14/3.27	       =>  wckTime=0.299  cpuTime=0.23  mem=48M606
5.32/5.41	   
5.32/5.41	   INFO : Stopping use of transposition table (mapSize=0, nbTooLargekeys=110, mem=78M944)

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-1092573-1215276086/watcher-1092573-1215276086 -o /tmp/evaluation-result-1092573-1215276086/solver-1092573-1215276086 -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-1092573-1215276086.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.46 2.18 2.06 3/87 3970
/proc/meminfo: memFree=1497320/2055920 swapFree=4178892/4192956
[pid=3970] ppid=3968 vsize=18572 CPUtime=0
/proc/3970/stat : 3970 (runsolver) R 3968 3970 3240 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 683337560 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 240153849127 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/3970/statm: 4643 292 257 25 0 2626 0

[startup+0.0450559 s]
/proc/loadavg: 2.46 2.18 2.06 3/87 3970
/proc/meminfo: memFree=1497320/2055920 swapFree=4178892/4192956
[pid=3970] ppid=3968 vsize=861876 CPUtime=0.02
/proc/3970/stat : 3970 (java) S 3968 3970 3240 0 -1 0 2268 0 1 0 1 1 0 0 20 0 5 0 683337560 882561024 1876 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/3970/statm: 215469 1876 859 9 0 210448 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861876

[startup+0.101061 s]
/proc/loadavg: 2.46 2.18 2.06 3/87 3970
/proc/meminfo: memFree=1497320/2055920 swapFree=4178892/4192956
[pid=3970] ppid=3968 vsize=865884 CPUtime=0.08
/proc/3970/stat : 3970 (java) S 3968 3970 3240 0 -1 0 3678 0 1 0 6 2 0 0 20 0 9 0 683337560 886665216 3155 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3970/statm: 216471 3155 1681 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301084 s]
/proc/loadavg: 2.46 2.18 2.06 3/87 3970
/proc/meminfo: memFree=1497320/2055920 swapFree=4178892/4192956
[pid=3970] ppid=3968 vsize=866372 CPUtime=0.28
/proc/3970/stat : 3970 (java) S 3968 3970 3240 0 -1 0 5840 0 1 0 24 4 0 0 20 0 9 0 683337560 887164928 5214 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3970/statm: 216593 5214 1953 9 0 211121 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866372

[startup+0.701129 s]
/proc/loadavg: 2.46 2.18 2.06 3/87 3970
/proc/meminfo: memFree=1497320/2055920 swapFree=4178892/4192956
[pid=3970] ppid=3968 vsize=867636 CPUtime=0.67
/proc/3970/stat : 3970 (java) S 3968 3970 3240 0 -1 0 11816 0 1 0 60 7 0 0 20 0 9 0 683337560 888459264 11176 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3970/statm: 216909 11176 2010 9 0 211415 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867636

[startup+1.50222 s]
/proc/loadavg: 2.42 2.18 2.06 3/96 3979
/proc/meminfo: memFree=1446432/2055920 swapFree=4178892/4192956
[pid=3970] ppid=3968 vsize=867636 CPUtime=1.46
/proc/3970/stat : 3970 (java) S 3968 3970 3240 0 -1 0 16454 0 1 0 131 15 0 0 20 0 9 0 683337560 888459264 15811 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3970/statm: 216909 15811 2014 9 0 211415 0
[pid=3970/tid=3972] ppid=3968 vsize=867636 CPUtime=1.25
/proc/3970/task/3972/stat : 3972 (java) R 3968 3970 3240 0 -1 64 15073 0 1 0 111 14 0 0 25 0 9 0 683337562 888459264 15811 996147200 134512640 134550740 4294955968 18446744073709551615 4125960279 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3973] ppid=3968 vsize=867636 CPUtime=0
/proc/3970/task/3973/stat : 3973 (java) S 3968 3970 3240 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 683337563 888459264 15811 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3974] ppid=3968 vsize=867636 CPUtime=0
/proc/3970/task/3974/stat : 3974 (java) S 3968 3970 3240 0 -1 64 10 0 0 0 0 0 0 0 23 0 9 0 683337564 888459264 15811 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3975] ppid=3968 vsize=867636 CPUtime=0
/proc/3970/task/3975/stat : 3975 (java) S 3968 3970 3240 0 -1 64 3 0 0 0 0 0 0 0 24 0 9 0 683337564 888459264 15811 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3976] ppid=3968 vsize=867636 CPUtime=0
/proc/3970/task/3976/stat : 3976 (java) S 3968 3970 3240 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 683337565 888459264 15811 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3977] ppid=3968 vsize=867636 CPUtime=0.19
/proc/3970/task/3977/stat : 3977 (java) S 3968 3970 3240 0 -1 64 684 0 0 0 19 0 0 0 15 0 9 0 683337566 888459264 15811 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3978] ppid=3968 vsize=867636 CPUtime=0
/proc/3970/task/3978/stat : 3978 (java) S 3968 3970 3240 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 683337566 888459264 15811 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3979] ppid=3968 vsize=867636 CPUtime=0
/proc/3970/task/3979/stat : 3979 (java) S 3968 3970 3240 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 683337566 888459264 15811 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867636

[startup+3.1024 s]
/proc/loadavg: 2.42 2.18 2.06 3/96 3983
/proc/meminfo: memFree=1421088/2055920 swapFree=4178892/4192956
[pid=3970] ppid=3968 vsize=868076 CPUtime=3.03
/proc/3970/stat : 3970 (java) S 3968 3970 3240 0 -1 0 40810 484 1 0 268 31 3 1 20 0 9 0 683337560 888909824 23727 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3970/statm: 217019 23727 2637 9 0 211525 0
[pid=3970/tid=3972] ppid=3968 vsize=868076 CPUtime=2.51
/proc/3970/task/3972/stat : 3972 (java) R 3968 3970 3240 0 -1 64 28501 484 1 0 222 25 3 1 25 0 9 0 683337562 888909824 23727 996147200 134512640 134550740 4294955968 18446744073709551615 4127164955 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3973] ppid=3968 vsize=868076 CPUtime=0.22
/proc/3970/task/3973/stat : 3973 (java) S 3968 3970 3240 0 -1 64 10559 484 0 0 15 3 3 1 18 0 9 0 683337563 888909824 23727 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3974] ppid=3968 vsize=868076 CPUtime=0.04
/proc/3970/task/3974/stat : 3974 (java) S 3968 3970 3240 0 -1 64 17 484 0 0 0 0 3 1 16 0 9 0 683337564 888909824 23727 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3975] ppid=3968 vsize=868076 CPUtime=0.04
/proc/3970/task/3975/stat : 3975 (java) S 3968 3970 3240 0 -1 64 9 484 0 0 0 0 3 1 16 0 9 0 683337564 888909824 23727 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3976] ppid=3968 vsize=868076 CPUtime=0.04
/proc/3970/task/3976/stat : 3976 (java) S 3968 3970 3240 0 -1 64 0 484 0 0 0 0 3 1 25 0 9 0 683337565 888909824 23727 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3977] ppid=3968 vsize=868076 CPUtime=0.33
/proc/3970/task/3977/stat : 3977 (java) S 3968 3970 3240 0 -1 64 913 484 0 0 29 0 3 1 15 0 9 0 683337566 888909824 23727 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3978] ppid=3968 vsize=868076 CPUtime=0.04
/proc/3970/task/3978/stat : 3978 (java) S 3968 3970 3240 0 -1 64 2 484 0 0 0 0 3 1 25 0 9 0 683337566 888909824 23727 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3979] ppid=3968 vsize=868076 CPUtime=0.04
/proc/3970/task/3979/stat : 3979 (java) S 3968 3970 3240 0 -1 64 9 484 0 0 0 0 3 1 15 0 9 0 683337566 888909824 23727 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 868076

[startup+6.30176 s]
/proc/loadavg: 2.39 2.18 2.06 3/96 3983
/proc/meminfo: memFree=1384800/2055920 swapFree=4178892/4192956
[pid=3970] ppid=3968 vsize=868076 CPUtime=6.2
/proc/3970/stat : 3970 (java) S 3968 3970 3240 0 -1 0 49071 484 1 0 581 35 3 1 20 0 9 0 683337560 888909824 30569 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3970/statm: 217019 30569 2637 9 0 211525 0
[pid=3970/tid=3972] ppid=3968 vsize=868076 CPUtime=5.56
/proc/3970/task/3972/stat : 3972 (java) R 3968 3970 3240 0 -1 64 29811 484 1 0 526 26 3 1 25 0 9 0 683337562 888909824 30569 996147200 134512640 134550740 4294955968 18446744073709551615 4127171609 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3973] ppid=3968 vsize=868076 CPUtime=0.3
/proc/3970/task/3973/stat : 3973 (java) S 3968 3970 3240 0 -1 64 17423 484 0 0 20 6 3 1 16 0 9 0 683337563 888909824 30569 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3974] ppid=3968 vsize=868076 CPUtime=0.04
/proc/3970/task/3974/stat : 3974 (java) S 3968 3970 3240 0 -1 64 17 484 0 0 0 0 3 1 16 0 9 0 683337564 888909824 30569 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3975] ppid=3968 vsize=868076 CPUtime=0.04
/proc/3970/task/3975/stat : 3975 (java) S 3968 3970 3240 0 -1 64 9 484 0 0 0 0 3 1 15 0 9 0 683337564 888909824 30569 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3976] ppid=3968 vsize=868076 CPUtime=0.04
/proc/3970/task/3976/stat : 3976 (java) S 3968 3970 3240 0 -1 64 0 484 0 0 0 0 3 1 25 0 9 0 683337565 888909824 30569 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3977] ppid=3968 vsize=868076 CPUtime=0.38
/proc/3970/task/3977/stat : 3977 (java) S 3968 3970 3240 0 -1 64 969 484 0 0 34 0 3 1 15 0 9 0 683337566 888909824 30569 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3978] ppid=3968 vsize=868076 CPUtime=0.04
/proc/3970/task/3978/stat : 3978 (java) S 3968 3970 3240 0 -1 64 2 484 0 0 0 0 3 1 25 0 9 0 683337566 888909824 30569 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3979] ppid=3968 vsize=868076 CPUtime=0.04
/proc/3970/task/3979/stat : 3979 (java) S 3968 3970 3240 0 -1 64 40 484 0 0 0 0 3 1 15 0 9 0 683337566 888909824 30569 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) 868076

[startup+12.7025 s]
/proc/loadavg: 2.36 2.17 2.06 3/96 3983
/proc/meminfo: memFree=1384608/2055920 swapFree=4178892/4192956
[pid=3970] ppid=3968 vsize=868076 CPUtime=12.54
/proc/3970/stat : 3970 (java) S 3968 3970 3240 0 -1 0 49097 484 1 0 1215 35 3 1 20 0 9 0 683337560 888909824 30582 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3970/statm: 217019 30582 2637 9 0 211525 0
[pid=3970/tid=3972] ppid=3968 vsize=868076 CPUtime=11.83
/proc/3970/task/3972/stat : 3972 (java) R 3968 3970 3240 0 -1 64 29820 484 1 0 1153 26 3 1 25 0 9 0 683337562 888909824 30582 996147200 134512640 134550740 4294955968 18446744073709551615 4126924853 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3973] ppid=3968 vsize=868076 CPUtime=0.34
/proc/3970/task/3973/stat : 3973 (java) S 3968 3970 3240 0 -1 64 17423 484 0 0 24 6 3 1 16 0 9 0 683337563 888909824 30582 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3974] ppid=3968 vsize=868076 CPUtime=0.04
/proc/3970/task/3974/stat : 3974 (java) S 3968 3970 3240 0 -1 64 17 484 0 0 0 0 3 1 16 0 9 0 683337564 888909824 30582 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3975] ppid=3968 vsize=868076 CPUtime=0.04
/proc/3970/task/3975/stat : 3975 (java) S 3968 3970 3240 0 -1 64 9 484 0 0 0 0 3 1 15 0 9 0 683337564 888909824 30582 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3976] ppid=3968 vsize=868076 CPUtime=0.04
/proc/3970/task/3976/stat : 3976 (java) S 3968 3970 3240 0 -1 64 0 484 0 0 0 0 3 1 25 0 9 0 683337565 888909824 30582 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3977] ppid=3968 vsize=868076 CPUtime=0.41
/proc/3970/task/3977/stat : 3977 (java) S 3968 3970 3240 0 -1 64 986 484 0 0 36 1 3 1 16 0 9 0 683337566 888909824 30582 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3978] ppid=3968 vsize=868076 CPUtime=0.04
/proc/3970/task/3978/stat : 3978 (java) S 3968 3970 3240 0 -1 64 2 484 0 0 0 0 3 1 25 0 9 0 683337566 888909824 30582 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3979] ppid=3968 vsize=868076 CPUtime=0.04
/proc/3970/task/3979/stat : 3979 (java) S 3968 3970 3240 0 -1 64 40 484 0 0 0 0 3 1 15 0 9 0 683337566 888909824 30582 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) 868076

[startup+25.5029 s]
/proc/loadavg: 2.28 2.16 2.06 3/96 3983
/proc/meminfo: memFree=1383712/2055920 swapFree=4178892/4192956
[pid=3970] ppid=3968 vsize=868076 CPUtime=25.22
/proc/3970/stat : 3970 (java) S 3968 3970 3240 0 -1 0 49362 484 1 0 2482 36 3 1 20 0 9 0 683337560 888909824 30830 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3970/statm: 217019 30830 2637 9 0 211525 0
[pid=3970/tid=3972] ppid=3968 vsize=868076 CPUtime=24.45
/proc/3970/task/3972/stat : 3972 (java) R 3968 3970 3240 0 -1 64 29836 484 1 0 2415 26 3 1 25 0 9 0 683337562 888909824 30830 996147200 134512640 134550740 4294955968 18446744073709551615 4127170852 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3973] ppid=3968 vsize=868076 CPUtime=0.39
/proc/3970/task/3973/stat : 3973 (java) S 3968 3970 3240 0 -1 64 17672 484 0 0 29 6 3 1 17 0 9 0 683337563 888909824 30830 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3974] ppid=3968 vsize=868076 CPUtime=0.04
/proc/3970/task/3974/stat : 3974 (java) S 3968 3970 3240 0 -1 64 17 484 0 0 0 0 3 1 16 0 9 0 683337564 888909824 30830 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3975] ppid=3968 vsize=868076 CPUtime=0.04
/proc/3970/task/3975/stat : 3975 (java) S 3968 3970 3240 0 -1 64 9 484 0 0 0 0 3 1 15 0 9 0 683337564 888909824 30830 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3976] ppid=3968 vsize=868076 CPUtime=0.04
/proc/3970/task/3976/stat : 3976 (java) S 3968 3970 3240 0 -1 64 0 484 0 0 0 0 3 1 25 0 9 0 683337565 888909824 30830 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3977] ppid=3968 vsize=868076 CPUtime=0.41
/proc/3970/task/3977/stat : 3977 (java) S 3968 3970 3240 0 -1 64 986 484 0 0 36 1 3 1 16 0 9 0 683337566 888909824 30830 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3978] ppid=3968 vsize=868076 CPUtime=0.04
/proc/3970/task/3978/stat : 3978 (java) S 3968 3970 3240 0 -1 64 2 484 0 0 0 0 3 1 25 0 9 0 683337566 888909824 30830 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3979] ppid=3968 vsize=868076 CPUtime=0.04
/proc/3970/task/3979/stat : 3979 (java) S 3968 3970 3240 0 -1 64 40 484 0 0 0 0 3 1 15 0 9 0 683337566 888909824 30830 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) 868076

[startup+51.1028 s]
/proc/loadavg: 2.18 2.15 2.05 3/96 3983
/proc/meminfo: memFree=1383648/2055920 swapFree=4178892/4192956
[pid=3970] ppid=3968 vsize=868076 CPUtime=50.57
/proc/3970/stat : 3970 (java) S 3968 3970 3240 0 -1 0 49405 484 1 0 5017 36 3 1 20 0 9 0 683337560 888909824 30843 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3970/statm: 217019 30843 2637 9 0 211525 0
[pid=3970/tid=3972] ppid=3968 vsize=868076 CPUtime=49.75
/proc/3970/task/3972/stat : 3972 (java) R 3968 3970 3240 0 -1 64 29866 484 1 0 4944 27 3 1 25 0 9 0 683337562 888909824 30843 996147200 134512640 134550740 4294955968 18446744073709551615 4127061523 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3973] ppid=3968 vsize=868076 CPUtime=0.46
/proc/3970/task/3973/stat : 3973 (java) S 3968 3970 3240 0 -1 64 17684 484 0 0 36 6 3 1 17 0 9 0 683337563 888909824 30843 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3974] ppid=3968 vsize=868076 CPUtime=0.04
/proc/3970/task/3974/stat : 3974 (java) S 3968 3970 3240 0 -1 64 17 484 0 0 0 0 3 1 16 0 9 0 683337564 888909824 30843 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3975] ppid=3968 vsize=868076 CPUtime=0.04
/proc/3970/task/3975/stat : 3975 (java) S 3968 3970 3240 0 -1 64 9 484 0 0 0 0 3 1 15 0 9 0 683337564 888909824 30843 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3976] ppid=3968 vsize=868076 CPUtime=0.04
/proc/3970/task/3976/stat : 3976 (java) S 3968 3970 3240 0 -1 64 0 484 0 0 0 0 3 1 25 0 9 0 683337565 888909824 30843 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3977] ppid=3968 vsize=868076 CPUtime=0.42
/proc/3970/task/3977/stat : 3977 (java) S 3968 3970 3240 0 -1 64 987 484 0 0 37 1 3 1 16 0 9 0 683337566 888909824 30843 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3978] ppid=3968 vsize=868076 CPUtime=0.04

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

Current children cumulated CPU time (s) 1469.24
Current children cumulated vsize (KiB) 868076

[startup+1542.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/97 4066
/proc/meminfo: memFree=1459080/2055920 swapFree=4178892/4192956
[pid=3970] ppid=3968 vsize=868076 CPUtime=1528.94
/proc/3970/stat : 3970 (java) S 3968 3970 3240 0 -1 0 51974 484 1 0 152823 67 3 1 20 0 9 0 683337560 888909824 30905 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3970/statm: 217019 30905 2637 9 0 211525 0
[pid=3970/tid=3972] ppid=3968 vsize=868076 CPUtime=1521.54
/proc/3970/task/3972/stat : 3972 (java) R 3968 3970 3240 0 -1 64 32372 484 1 0 152111 39 3 1 25 0 9 0 683337562 888909824 30905 996147200 134512640 134550740 4294955968 18446744073709551615 4126728705 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3973] ppid=3968 vsize=868076 CPUtime=7.02
/proc/3970/task/3973/stat : 3973 (java) S 3968 3970 3240 0 -1 64 17743 484 0 0 673 25 3 1 16 0 9 0 683337563 888909824 30905 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3974] ppid=3968 vsize=868076 CPUtime=0.04
/proc/3970/task/3974/stat : 3974 (java) S 3968 3970 3240 0 -1 64 17 484 0 0 0 0 3 1 16 0 9 0 683337564 888909824 30905 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3975] ppid=3968 vsize=868076 CPUtime=0.04
/proc/3970/task/3975/stat : 3975 (java) S 3968 3970 3240 0 -1 64 9 484 0 0 0 0 3 1 15 0 9 0 683337564 888909824 30905 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3976] ppid=3968 vsize=868076 CPUtime=0.04
/proc/3970/task/3976/stat : 3976 (java) S 3968 3970 3240 0 -1 64 0 484 0 0 0 0 3 1 25 0 9 0 683337565 888909824 30905 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3977] ppid=3968 vsize=868076 CPUtime=0.42
/proc/3970/task/3977/stat : 3977 (java) S 3968 3970 3240 0 -1 64 991 484 0 0 37 1 3 1 16 0 9 0 683337566 888909824 30905 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3978] ppid=3968 vsize=868076 CPUtime=0.04
/proc/3970/task/3978/stat : 3978 (java) S 3968 3970 3240 0 -1 64 2 484 0 0 0 0 3 1 25 0 9 0 683337566 888909824 30905 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3979] ppid=3968 vsize=868076 CPUtime=0.04
/proc/3970/task/3979/stat : 3979 (java) S 3968 3970 3240 0 -1 64 40 484 0 0 0 0 3 1 15 0 9 0 683337566 888909824 30905 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1528.94
Current children cumulated vsize (KiB) 868076

[startup+1602.3 s]
/proc/loadavg: 2.17 2.03 2.00 3/97 4066
/proc/meminfo: memFree=1459080/2055920 swapFree=4178892/4192956
[pid=3970] ppid=3968 vsize=868076 CPUtime=1588.64
/proc/3970/stat : 3970 (java) S 3968 3970 3240 0 -1 0 52085 484 1 0 158793 67 3 1 20 0 9 0 683337560 888909824 30905 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3970/statm: 217019 30905 2637 9 0 211525 0
[pid=3970/tid=3972] ppid=3968 vsize=868076 CPUtime=1580.94
/proc/3970/task/3972/stat : 3972 (java) R 3968 3970 3240 0 -1 64 32483 484 1 0 158051 39 3 1 25 0 9 0 683337562 888909824 30905 996147200 134512640 134550740 4294955968 18446744073709551615 4127165999 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3973] ppid=3968 vsize=868076 CPUtime=7.33
/proc/3970/task/3973/stat : 3973 (java) S 3968 3970 3240 0 -1 64 17743 484 0 0 704 25 3 1 16 0 9 0 683337563 888909824 30905 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3974] ppid=3968 vsize=868076 CPUtime=0.04
/proc/3970/task/3974/stat : 3974 (java) S 3968 3970 3240 0 -1 64 17 484 0 0 0 0 3 1 16 0 9 0 683337564 888909824 30905 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3975] ppid=3968 vsize=868076 CPUtime=0.04
/proc/3970/task/3975/stat : 3975 (java) S 3968 3970 3240 0 -1 64 9 484 0 0 0 0 3 1 15 0 9 0 683337564 888909824 30905 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3976] ppid=3968 vsize=868076 CPUtime=0.04
/proc/3970/task/3976/stat : 3976 (java) S 3968 3970 3240 0 -1 64 0 484 0 0 0 0 3 1 25 0 9 0 683337565 888909824 30905 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3977] ppid=3968 vsize=868076 CPUtime=0.42
/proc/3970/task/3977/stat : 3977 (java) S 3968 3970 3240 0 -1 64 991 484 0 0 37 1 3 1 16 0 9 0 683337566 888909824 30905 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3978] ppid=3968 vsize=868076 CPUtime=0.04
/proc/3970/task/3978/stat : 3978 (java) S 3968 3970 3240 0 -1 64 2 484 0 0 0 0 3 1 25 0 9 0 683337566 888909824 30905 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3979] ppid=3968 vsize=868076 CPUtime=0.04
/proc/3970/task/3979/stat : 3979 (java) S 3968 3970 3240 0 -1 64 40 484 0 0 0 0 3 1 15 0 9 0 683337566 888909824 30905 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1588.64
Current children cumulated vsize (KiB) 868076

[startup+1662.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/97 4066
/proc/meminfo: memFree=1459080/2055920 swapFree=4178892/4192956
[pid=3970] ppid=3968 vsize=868076 CPUtime=1648.35
/proc/3970/stat : 3970 (java) S 3968 3970 3240 0 -1 0 52171 484 1 0 164763 68 3 1 20 0 9 0 683337560 888909824 30905 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3970/statm: 217019 30905 2637 9 0 211525 0
[pid=3970/tid=3972] ppid=3968 vsize=868076 CPUtime=1640.41
/proc/3970/task/3972/stat : 3972 (java) R 3968 3970 3240 0 -1 64 32569 484 1 0 163998 39 3 1 25 0 9 0 683337562 888909824 30905 996147200 134512640 134550740 4294955968 18446744073709551615 4127253319 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3973] ppid=3968 vsize=868076 CPUtime=7.56
/proc/3970/task/3973/stat : 3973 (java) S 3968 3970 3240 0 -1 64 17743 484 0 0 726 26 3 1 16 0 9 0 683337563 888909824 30905 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3974] ppid=3968 vsize=868076 CPUtime=0.04
/proc/3970/task/3974/stat : 3974 (java) S 3968 3970 3240 0 -1 64 17 484 0 0 0 0 3 1 16 0 9 0 683337564 888909824 30905 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3975] ppid=3968 vsize=868076 CPUtime=0.04
/proc/3970/task/3975/stat : 3975 (java) S 3968 3970 3240 0 -1 64 9 484 0 0 0 0 3 1 15 0 9 0 683337564 888909824 30905 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3976] ppid=3968 vsize=868076 CPUtime=0.04
/proc/3970/task/3976/stat : 3976 (java) S 3968 3970 3240 0 -1 64 0 484 0 0 0 0 3 1 25 0 9 0 683337565 888909824 30905 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3977] ppid=3968 vsize=868076 CPUtime=0.42
/proc/3970/task/3977/stat : 3977 (java) S 3968 3970 3240 0 -1 64 991 484 0 0 37 1 3 1 16 0 9 0 683337566 888909824 30905 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3978] ppid=3968 vsize=868076 CPUtime=0.04
/proc/3970/task/3978/stat : 3978 (java) S 3968 3970 3240 0 -1 64 2 484 0 0 0 0 3 1 25 0 9 0 683337566 888909824 30905 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3979] ppid=3968 vsize=868076 CPUtime=0.04
/proc/3970/task/3979/stat : 3979 (java) S 3968 3970 3240 0 -1 64 40 484 0 0 0 0 3 1 15 0 9 0 683337566 888909824 30905 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1648.35
Current children cumulated vsize (KiB) 868076

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/97 4066
/proc/meminfo: memFree=1459144/2055920 swapFree=4178892/4192956
[pid=3970] ppid=3968 vsize=868076 CPUtime=1708.05
/proc/3970/stat : 3970 (java) S 3968 3970 3240 0 -1 0 52257 484 1 0 170732 69 3 1 20 0 9 0 683337560 888909824 30905 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3970/statm: 217019 30905 2637 9 0 211525 0
[pid=3970/tid=3972] ppid=3968 vsize=868076 CPUtime=1699.89
/proc/3970/task/3972/stat : 3972 (java) R 3968 3970 3240 0 -1 64 32655 484 1 0 169946 39 3 1 25 0 9 0 683337562 888909824 30905 996147200 134512640 134550740 4294955968 18446744073709551615 4127171534 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3973] ppid=3968 vsize=868076 CPUtime=7.77
/proc/3970/task/3973/stat : 3973 (java) S 3968 3970 3240 0 -1 64 17743 484 0 0 747 26 3 1 16 0 9 0 683337563 888909824 30905 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3974] ppid=3968 vsize=868076 CPUtime=0.04
/proc/3970/task/3974/stat : 3974 (java) S 3968 3970 3240 0 -1 64 17 484 0 0 0 0 3 1 16 0 9 0 683337564 888909824 30905 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3975] ppid=3968 vsize=868076 CPUtime=0.04
/proc/3970/task/3975/stat : 3975 (java) S 3968 3970 3240 0 -1 64 9 484 0 0 0 0 3 1 15 0 9 0 683337564 888909824 30905 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3976] ppid=3968 vsize=868076 CPUtime=0.04
/proc/3970/task/3976/stat : 3976 (java) S 3968 3970 3240 0 -1 64 0 484 0 0 0 0 3 1 25 0 9 0 683337565 888909824 30905 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3977] ppid=3968 vsize=868076 CPUtime=0.42
/proc/3970/task/3977/stat : 3977 (java) S 3968 3970 3240 0 -1 64 991 484 0 0 37 1 3 1 16 0 9 0 683337566 888909824 30905 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3978] ppid=3968 vsize=868076 CPUtime=0.04
/proc/3970/task/3978/stat : 3978 (java) S 3968 3970 3240 0 -1 64 2 484 0 0 0 0 3 1 25 0 9 0 683337566 888909824 30905 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3979] ppid=3968 vsize=868076 CPUtime=0.04
/proc/3970/task/3979/stat : 3979 (java) S 3968 3970 3240 0 -1 64 40 484 0 0 0 0 3 1 15 0 9 0 683337566 888909824 30905 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1708.05
Current children cumulated vsize (KiB) 868076

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/97 4066
/proc/meminfo: memFree=1459144/2055920 swapFree=4178892/4192956
[pid=3970] ppid=3968 vsize=868076 CPUtime=1767.76
/proc/3970/stat : 3970 (java) S 3968 3970 3240 0 -1 0 52337 484 1 0 176702 70 3 1 20 0 9 0 683337560 888909824 30905 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3970/statm: 217019 30905 2637 9 0 211525 0
[pid=3970/tid=3972] ppid=3968 vsize=868076 CPUtime=1759.4
/proc/3970/task/3972/stat : 3972 (java) R 3968 3970 3240 0 -1 64 32735 484 1 0 175896 40 3 1 25 0 9 0 683337562 888909824 30905 996147200 134512640 134550740 4294955968 18446744073709551615 4127169659 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3973] ppid=3968 vsize=868076 CPUtime=7.98
/proc/3970/task/3973/stat : 3973 (java) S 3968 3970 3240 0 -1 64 17743 484 0 0 767 27 3 1 16 0 9 0 683337563 888909824 30905 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3974] ppid=3968 vsize=868076 CPUtime=0.04
/proc/3970/task/3974/stat : 3974 (java) S 3968 3970 3240 0 -1 64 17 484 0 0 0 0 3 1 16 0 9 0 683337564 888909824 30905 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3975] ppid=3968 vsize=868076 CPUtime=0.04
/proc/3970/task/3975/stat : 3975 (java) S 3968 3970 3240 0 -1 64 9 484 0 0 0 0 3 1 15 0 9 0 683337564 888909824 30905 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3976] ppid=3968 vsize=868076 CPUtime=0.04
/proc/3970/task/3976/stat : 3976 (java) S 3968 3970 3240 0 -1 64 0 484 0 0 0 0 3 1 25 0 9 0 683337565 888909824 30905 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3977] ppid=3968 vsize=868076 CPUtime=0.42
/proc/3970/task/3977/stat : 3977 (java) S 3968 3970 3240 0 -1 64 991 484 0 0 37 1 3 1 16 0 9 0 683337566 888909824 30905 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3978] ppid=3968 vsize=868076 CPUtime=0.04
/proc/3970/task/3978/stat : 3978 (java) S 3968 3970 3240 0 -1 64 2 484 0 0 0 0 3 1 25 0 9 0 683337566 888909824 30905 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3979] ppid=3968 vsize=868076 CPUtime=0.04
/proc/3970/task/3979/stat : 3979 (java) S 3968 3970 3240 0 -1 64 40 484 0 0 0 0 3 1 15 0 9 0 683337566 888909824 30905 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1767.76
Current children cumulated vsize (KiB) 868076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/97 4066
/proc/meminfo: memFree=1459144/2055920 swapFree=4178892/4192956
[pid=3970] ppid=3968 vsize=868076 CPUtime=1800.09
/proc/3970/stat : 3970 (java) S 3968 3970 3240 0 -1 0 52385 484 1 0 179935 70 3 1 20 0 9 0 683337560 888909824 30905 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3970/statm: 217019 30905 2637 9 0 211525 0
[pid=3970/tid=3972] ppid=3968 vsize=868076 CPUtime=1791.6
/proc/3970/task/3972/stat : 3972 (java) R 3968 3970 3240 0 -1 64 32783 484 1 0 179116 40 3 1 25 0 9 0 683337562 888909824 30905 996147200 134512640 134550740 4294955968 18446744073709551615 4127171485 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3973] ppid=3968 vsize=868076 CPUtime=8.11
/proc/3970/task/3973/stat : 3973 (java) S 3968 3970 3240 0 -1 64 17743 484 0 0 780 27 3 1 16 0 9 0 683337563 888909824 30905 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3974] ppid=3968 vsize=868076 CPUtime=0.04
/proc/3970/task/3974/stat : 3974 (java) S 3968 3970 3240 0 -1 64 17 484 0 0 0 0 3 1 16 0 9 0 683337564 888909824 30905 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3975] ppid=3968 vsize=868076 CPUtime=0.04
/proc/3970/task/3975/stat : 3975 (java) S 3968 3970 3240 0 -1 64 9 484 0 0 0 0 3 1 15 0 9 0 683337564 888909824 30905 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3976] ppid=3968 vsize=868076 CPUtime=0.04
/proc/3970/task/3976/stat : 3976 (java) S 3968 3970 3240 0 -1 64 0 484 0 0 0 0 3 1 25 0 9 0 683337565 888909824 30905 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3977] ppid=3968 vsize=868076 CPUtime=0.42
/proc/3970/task/3977/stat : 3977 (java) S 3968 3970 3240 0 -1 64 991 484 0 0 37 1 3 1 16 0 9 0 683337566 888909824 30905 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3978] ppid=3968 vsize=868076 CPUtime=0.04
/proc/3970/task/3978/stat : 3978 (java) S 3968 3970 3240 0 -1 64 2 484 0 0 0 0 3 1 25 0 9 0 683337566 888909824 30905 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3970/tid=3979] ppid=3968 vsize=868076 CPUtime=0.04
/proc/3970/task/3979/stat : 3979 (java) S 3968 3970 3240 0 -1 64 40 484 0 0 0 0 3 1 15 0 9 0 683337566 888909824 30905 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 868076

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

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

[startup+1814.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 4068
/proc/meminfo: memFree=1552576/2055920 swapFree=4178892/4192956
[pid=3970] ppid=3968 vsize=0 CPUtime=1800.2
/proc/3970/stat : 3970 (java) Z 3968 3970 3240 0 -1 1036 52416 484 1 0 179945 71 3 1 15 0 2 0 683337560 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3970/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1814.92
CPU time (s): 1800.22
CPU user time (s): 1799.49
CPU system time (s): 0.735888
CPU usage (%): 99.1901
Max. virtual memory (cumulated for all children) (KiB): 868076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.49
system time used= 0.735888
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52900
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= 57555
involuntary context switches= 94787

runsolver used 2.17267 second user time and 6.12607 second system time

The end

Launcher Data (download as text)

Begin job on node86 at 2008-07-05 18:41:26
IDJOB=1092573
IDBENCH=58636
IDSOLVER=364
FILE ID=node86/1092573-1215276086
PBS_JOBID= 7882238
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a7bfced7c76430a4e64d921de0f86ae8
RANDOM SEED=296691780

node86.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.220
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.220
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1497864 kB
Buffers:         95484 kB
Cached:         278380 kB
SwapCached:       6392 kB
Active:         370064 kB
Inactive:       133708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1497864 kB
SwapTotal:     4192956 kB
SwapFree:      4178892 kB
Dirty:            2660 kB
Writeback:           0 kB
Mapped:         143620 kB
Slab:            38716 kB
Committed_AS:  2038540 kB
PageTables:       2568 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66556 MiB
End job on node86 at 2008-07-05 19:11:43