Trace number 1094282

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.1 1802.76

General information on the benchmark

Namecsp/os-taillard-7/
normalized-os-taillard-7-100-6.xml
MD5SUMad199accb3e43f9138730765beacd482
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 benchmark2.23066
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints294
Maximum constraint arity2
Maximum domain size418
Number of constraints which are defined in extension0
Number of constraints which are defined in intension294
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	
0.00/0.08	Abscon 112 (May, 2008)
0.19/0.22	
0.19/0.22	   configuration
0.19/0.22	     name=esac.xml
0.28/0.30	   
0.28/0.30	   instance
0.28/0.30	     name=HOME/instance-1094282-1215279298.xml
0.28/0.33	   
0.28/0.33	   domains being loaded...
0.28/0.35	   
0.28/0.35	   variables being loaded...
0.28/0.38	     nbVariables=49  nbDomainTypes=49  minDomainSize=324  maxDomainSize=418  nbTotalValues=18054
0.28/0.38	       =>  wckTime=0.156  cpuTime=0.13  mem=7M886
0.28/0.38	   
0.28/0.38	   predicates being loaded...
0.38/0.45	   
0.38/0.45	   constraints being loaded...
0.68/0.75	     nbConstraints=301  nbGlobalConstraints=301  nbSharedBinaryRepresentations=0  minDegree=13  maxDegree=13  minArity=2
0.68/0.75	     avgArity=2.12  maxArity=7  nbGenerators=0  nbFusions=0  symmetryWckTime=0.079  symmetryCpuTime=0.05  nbCliques=7
0.68/0.75	       =>  wckTime=0.524  cpuTime=0.38  mem=16M726
0.77/0.81	   
0.77/0.81	   solver IterativeSystematicSolver being built... 
0.77/0.87	   
0.77/0.87	   INFO : Forward propagation technique limited 
0.87/0.94	       =>  wckTime=0.71  cpuTime=0.5  mem=21M234
0.97/1.02	   
0.97/1.02	   preprocessing
0.97/1.02	     nbConstraintChecks=0  nbPropagations=779  nbRevisions=0  nbUselessRevisions=0  nbSingletonTests=56
0.97/1.02	     nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0  detectedInconsistency=no
0.97/1.02	       =>  wckTime=0.079  cpuTime=0.06  mem=25M134
2.37/2.40	   
2.37/2.40	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=47M756)

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-1094282-1215279298/watcher-1094282-1215279298 -o /tmp/evaluation-result-1094282-1215279298/solver-1094282-1215279298 -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-1094282-1215279298.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: 1.92 2.01 2.02 4/74 20883
/proc/meminfo: memFree=1633528/2055920 swapFree=4180672/4192956
[pid=20883] ppid=20881 vsize=1520 CPUtime=0
/proc/20883/stat : 20883 (java) R 20881 20883 17011 0 -1 0 90 0 0 0 0 0 0 0 19 0 1 0 262403578 1556480 73 996147200 134512640 134550740 4294956128 18446744073709551615 6519688 0 0 4096 0 0 0 0 17 0 0 0
/proc/20883/statm: 380 73 56 9 0 10 0

[startup+0.0205471 s]
/proc/loadavg: 1.92 2.01 2.02 4/74 20883
/proc/meminfo: memFree=1633528/2055920 swapFree=4180672/4192956
[pid=20883] ppid=20881 vsize=44480 CPUtime=0
/proc/20883/stat : 20883 (java) S 20881 20883 17011 0 -1 0 916 0 1 0 0 0 0 0 18 0 2 0 262403578 45547520 666 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/20883/statm: 11120 666 361 9 0 9518 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 44480

[startup+0.111272 s]
/proc/loadavg: 1.92 2.01 2.02 4/74 20883
/proc/meminfo: memFree=1633528/2055920 swapFree=4180672/4192956
[pid=20883] ppid=20881 vsize=865884 CPUtime=0.09
/proc/20883/stat : 20883 (java) S 20881 20883 17011 0 -1 0 3939 0 1 0 7 2 0 0 18 0 9 0 262403578 886665216 3379 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20883/statm: 216471 3379 1767 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301302 s]
/proc/loadavg: 1.92 2.01 2.02 4/74 20883
/proc/meminfo: memFree=1633528/2055920 swapFree=4180672/4192956
[pid=20883] ppid=20881 vsize=866280 CPUtime=0.28
/proc/20883/stat : 20883 (java) S 20881 20883 17011 0 -1 0 5713 0 1 0 25 3 0 0 18 0 9 0 262403578 887070720 5107 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20883/statm: 216570 5107 1941 9 0 211098 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866280

[startup+0.701338 s]
/proc/loadavg: 1.92 2.01 2.02 4/74 20883
/proc/meminfo: memFree=1633528/2055920 swapFree=4180672/4192956
[pid=20883] ppid=20881 vsize=867064 CPUtime=0.68
/proc/20883/stat : 20883 (java) S 20881 20883 17011 0 -1 0 8340 0 1 0 63 5 0 0 18 0 9 0 262403578 887873536 7695 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20883/statm: 216766 7695 2011 9 0 211272 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867064

[startup+1.50143 s]
/proc/loadavg: 1.92 2.01 2.02 3/83 20896
/proc/meminfo: memFree=1599856/2055920 swapFree=4180672/4192956
[pid=20883] ppid=20881 vsize=867528 CPUtime=1.47
/proc/20883/stat : 20883 (java) S 20881 20883 17011 0 -1 0 23873 287 1 0 136 11 0 0 18 0 9 0 262403578 888348672 18268 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20883/statm: 216882 18277 2636 9 0 211388 0
[pid=20883/tid=20885] ppid=20881 vsize=867528 CPUtime=1.18
/proc/20883/task/20885/stat : 20885 (java) R 20881 20883 17011 0 -1 64 19014 287 1 0 109 9 0 0 25 0 9 0 262403579 888348672 18283 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20883/tid=20886] ppid=20881 vsize=867528 CPUtime=0.04
/proc/20883/task/20886/stat : 20886 (java) R 20881 20883 17011 0 -1 64 3327 287 0 0 4 0 0 0 16 0 9 0 262403581 888348672 18290 996147200 134512640 134550740 4294955968 18446744073709551615 102514362 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20883/tid=20887] ppid=20881 vsize=867528 CPUtime=0
/proc/20883/task/20887/stat : 20887 (java) S 20881 20883 17011 0 -1 64 15 287 0 0 0 0 0 0 16 0 9 0 262403581 888348672 18297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20883/tid=20888] ppid=20881 vsize=867528 CPUtime=0
/proc/20883/task/20888/stat : 20888 (java) S 20881 20883 17011 0 -1 64 12 287 0 0 0 0 0 0 15 0 9 0 262403581 888348672 18304 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20883/tid=20889] ppid=20881 vsize=867528 CPUtime=0
/proc/20883/task/20889/stat : 20889 (java) S 20881 20883 17011 0 -1 64 0 287 0 0 0 0 0 0 18 0 9 0 262403583 888348672 18311 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20883/tid=20890] ppid=20881 vsize=867528 CPUtime=0.2
/proc/20883/task/20890/stat : 20890 (java) S 20881 20883 17011 0 -1 64 719 287 0 0 20 0 0 0 15 0 9 0 262403583 888348672 18318 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20883/tid=20891] ppid=20881 vsize=867528 CPUtime=0
/proc/20883/task/20891/stat : 20891 (java) S 20881 20883 17011 0 -1 64 2 287 0 0 0 0 0 0 19 0 9 0 262403583 888348672 18324 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20883/tid=20892] ppid=20881 vsize=867528 CPUtime=0
/proc/20883/task/20892/stat : 20892 (java) S 20881 20883 17011 0 -1 64 4 287 0 0 0 0 0 0 15 0 9 0 262403583 888348672 18332 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867528

[startup+3.1016 s]
/proc/loadavg: 1.92 2.01 2.02 3/83 20896
/proc/meminfo: memFree=1568304/2055920 swapFree=4180672/4192956
[pid=20883] ppid=20881 vsize=867440 CPUtime=3.07
/proc/20883/stat : 20883 (java) S 20881 20883 17011 0 -1 0 25758 287 1 0 295 12 0 0 18 0 9 0 262403578 888258560 20001 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20883/statm: 216860 20001 2614 9 0 211388 0
[pid=20883/tid=20885] ppid=20881 vsize=867440 CPUtime=2.72
/proc/20883/task/20885/stat : 20885 (java) R 20881 20883 17011 0 -1 64 19145 287 1 0 263 9 0 0 25 0 9 0 262403579 888258560 20001 996147200 134512640 134550740 4294955968 18446744073709551615 4126882734 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20883/tid=20886] ppid=20881 vsize=867440 CPUtime=0.07
/proc/20883/task/20886/stat : 20886 (java) S 20881 20883 17011 0 -1 64 5039 287 0 0 6 1 0 0 16 0 9 0 262403581 888258560 20001 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20883/tid=20887] ppid=20881 vsize=867440 CPUtime=0
/proc/20883/task/20887/stat : 20887 (java) S 20881 20883 17011 0 -1 64 15 287 0 0 0 0 0 0 16 0 9 0 262403581 888258560 20001 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20883/tid=20888] ppid=20881 vsize=867440 CPUtime=0
/proc/20883/task/20888/stat : 20888 (java) S 20881 20883 17011 0 -1 64 12 287 0 0 0 0 0 0 15 0 9 0 262403581 888258560 20001 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20883/tid=20889] ppid=20881 vsize=867440 CPUtime=0
/proc/20883/task/20889/stat : 20889 (java) S 20881 20883 17011 0 -1 64 0 287 0 0 0 0 0 0 18 0 9 0 262403583 888258560 20001 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20883/tid=20890] ppid=20881 vsize=867440 CPUtime=0.24
/proc/20883/task/20890/stat : 20890 (java) S 20881 20883 17011 0 -1 64 738 287 0 0 24 0 0 0 15 0 9 0 262403583 888258560 20001 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20883/tid=20891] ppid=20881 vsize=867440 CPUtime=0
/proc/20883/task/20891/stat : 20891 (java) S 20881 20883 17011 0 -1 64 2 287 0 0 0 0 0 0 19 0 9 0 262403583 888258560 20001 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20883/tid=20892] ppid=20881 vsize=867440 CPUtime=0
/proc/20883/task/20892/stat : 20892 (java) S 20881 20883 17011 0 -1 64 4 287 0 0 0 0 0 0 15 0 9 0 262403583 888258560 20001 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 867440

[startup+6.30293 s]
/proc/loadavg: 1.93 2.00 2.02 3/83 20896
/proc/meminfo: memFree=1563248/2055920 swapFree=4180672/4192956
[pid=20883] ppid=20881 vsize=867440 CPUtime=6.27
/proc/20883/stat : 20883 (java) S 20881 20883 17011 0 -1 0 25776 287 1 0 615 12 0 0 18 0 9 0 262403578 888258560 20001 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20883/statm: 216860 20001 2614 9 0 211388 0
[pid=20883/tid=20885] ppid=20881 vsize=867440 CPUtime=5.93
/proc/20883/task/20885/stat : 20885 (java) R 20881 20883 17011 0 -1 64 19150 287 1 0 583 10 0 0 25 0 9 0 262403579 888258560 20001 996147200 134512640 134550740 4294955968 18446744073709551615 4126865744 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20883/tid=20886] ppid=20881 vsize=867440 CPUtime=0.07
/proc/20883/task/20886/stat : 20886 (java) S 20881 20883 17011 0 -1 64 5039 287 0 0 6 1 0 0 16 0 9 0 262403581 888258560 20001 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20883/tid=20887] ppid=20881 vsize=867440 CPUtime=0
/proc/20883/task/20887/stat : 20887 (java) S 20881 20883 17011 0 -1 64 15 287 0 0 0 0 0 0 16 0 9 0 262403581 888258560 20001 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20883/tid=20888] ppid=20881 vsize=867440 CPUtime=0
/proc/20883/task/20888/stat : 20888 (java) S 20881 20883 17011 0 -1 64 12 287 0 0 0 0 0 0 15 0 9 0 262403581 888258560 20001 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20883/tid=20889] ppid=20881 vsize=867440 CPUtime=0
/proc/20883/task/20889/stat : 20889 (java) S 20881 20883 17011 0 -1 64 0 287 0 0 0 0 0 0 18 0 9 0 262403583 888258560 20001 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20883/tid=20890] ppid=20881 vsize=867440 CPUtime=0.24
/proc/20883/task/20890/stat : 20890 (java) S 20881 20883 17011 0 -1 64 738 287 0 0 24 0 0 0 16 0 9 0 262403583 888258560 20001 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20883/tid=20891] ppid=20881 vsize=867440 CPUtime=0
/proc/20883/task/20891/stat : 20891 (java) S 20881 20883 17011 0 -1 64 2 287 0 0 0 0 0 0 19 0 9 0 262403583 888258560 20001 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20883/tid=20892] ppid=20881 vsize=867440 CPUtime=0
/proc/20883/task/20892/stat : 20892 (java) S 20881 20883 17011 0 -1 64 17 287 0 0 0 0 0 0 15 0 9 0 262403583 888258560 20001 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 867440

[startup+12.7026 s]
/proc/loadavg: 1.93 2.00 2.02 3/83 20896
/proc/meminfo: memFree=1563120/2055920 swapFree=4180672/4192956
[pid=20883] ppid=20881 vsize=867440 CPUtime=12.66
/proc/20883/stat : 20883 (java) S 20881 20883 17011 0 -1 0 25796 287 1 0 1254 12 0 0 18 0 9 0 262403578 888258560 20011 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20883/statm: 216860 20011 2614 9 0 211388 0
[pid=20883/tid=20885] ppid=20881 vsize=867440 CPUtime=12.31
/proc/20883/task/20885/stat : 20885 (java) R 20881 20883 17011 0 -1 64 19160 287 1 0 1221 10 0 0 25 0 9 0 262403579 888258560 20011 996147200 134512640 134550740 4294955968 18446744073709551615 4126704420 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20883/tid=20886] ppid=20881 vsize=867440 CPUtime=0.08
/proc/20883/task/20886/stat : 20886 (java) S 20881 20883 17011 0 -1 64 5048 287 0 0 7 1 0 0 16 0 9 0 262403581 888258560 20011 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20883/tid=20887] ppid=20881 vsize=867440 CPUtime=0
/proc/20883/task/20887/stat : 20887 (java) S 20881 20883 17011 0 -1 64 15 287 0 0 0 0 0 0 16 0 9 0 262403581 888258560 20011 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20883/tid=20888] ppid=20881 vsize=867440 CPUtime=0
/proc/20883/task/20888/stat : 20888 (java) S 20881 20883 17011 0 -1 64 12 287 0 0 0 0 0 0 15 0 9 0 262403581 888258560 20011 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20883/tid=20889] ppid=20881 vsize=867440 CPUtime=0
/proc/20883/task/20889/stat : 20889 (java) S 20881 20883 17011 0 -1 64 0 287 0 0 0 0 0 0 18 0 9 0 262403583 888258560 20011 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20883/tid=20890] ppid=20881 vsize=867440 CPUtime=0.24
/proc/20883/task/20890/stat : 20890 (java) S 20881 20883 17011 0 -1 64 739 287 0 0 24 0 0 0 16 0 9 0 262403583 888258560 20011 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20883/tid=20891] ppid=20881 vsize=867440 CPUtime=0
/proc/20883/task/20891/stat : 20891 (java) S 20881 20883 17011 0 -1 64 2 287 0 0 0 0 0 0 19 0 9 0 262403583 888258560 20011 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20883/tid=20892] ppid=20881 vsize=867440 CPUtime=0
/proc/20883/task/20892/stat : 20892 (java) S 20881 20883 17011 0 -1 64 17 287 0 0 0 0 0 0 15 0 9 0 262403583 888258560 20011 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 867440

[startup+25.503 s]
/proc/loadavg: 1.95 2.00 2.02 3/83 20896
/proc/meminfo: memFree=1563184/2055920 swapFree=4180672/4192956
[pid=20883] ppid=20881 vsize=867440 CPUtime=25.47
/proc/20883/stat : 20883 (java) S 20881 20883 17011 0 -1 0 25843 287 1 0 2534 13 0 0 18 0 9 0 262403578 888258560 20036 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20883/statm: 216860 20036 2614 9 0 211388 0
[pid=20883/tid=20885] ppid=20881 vsize=867440 CPUtime=25.09
/proc/20883/task/20885/stat : 20885 (java) R 20881 20883 17011 0 -1 64 19174 287 1 0 2499 10 0 0 25 0 9 0 262403579 888258560 20036 996147200 134512640 134550740 4294955968 18446744073709551615 4126883195 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20883/tid=20886] ppid=20881 vsize=867440 CPUtime=0.09
/proc/20883/task/20886/stat : 20886 (java) S 20881 20883 17011 0 -1 64 5070 287 0 0 8 1 0 0 17 0 9 0 262403581 888258560 20036 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20883/tid=20887] ppid=20881 vsize=867440 CPUtime=0
/proc/20883/task/20887/stat : 20887 (java) S 20881 20883 17011 0 -1 64 15 287 0 0 0 0 0 0 16 0 9 0 262403581 888258560 20036 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20883/tid=20888] ppid=20881 vsize=867440 CPUtime=0
/proc/20883/task/20888/stat : 20888 (java) S 20881 20883 17011 0 -1 64 12 287 0 0 0 0 0 0 15 0 9 0 262403581 888258560 20036 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20883/tid=20889] ppid=20881 vsize=867440 CPUtime=0
/proc/20883/task/20889/stat : 20889 (java) S 20881 20883 17011 0 -1 64 0 287 0 0 0 0 0 0 18 0 9 0 262403583 888258560 20036 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20883/tid=20890] ppid=20881 vsize=867440 CPUtime=0.24
/proc/20883/task/20890/stat : 20890 (java) S 20881 20883 17011 0 -1 64 750 287 0 0 24 0 0 0 15 0 9 0 262403583 888258560 20036 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20883/tid=20891] ppid=20881 vsize=867440 CPUtime=0
/proc/20883/task/20891/stat : 20891 (java) S 20881 20883 17011 0 -1 64 2 287 0 0 0 0 0 0 19 0 9 0 262403583 888258560 20036 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20883/tid=20892] ppid=20881 vsize=867440 CPUtime=0
/proc/20883/task/20892/stat : 20892 (java) S 20881 20883 17011 0 -1 64 17 287 0 0 0 0 0 0 15 0 9 0 262403583 888258560 20036 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 867440

[startup+51.1027 s]
/proc/loadavg: 1.96 2.00 2.02 3/83 20896
/proc/meminfo: memFree=1563184/2055920 swapFree=4180672/4192956
[pid=20883] ppid=20881 vsize=867440 CPUtime=51.05
/proc/20883/stat : 20883 (java) S 20881 20883 17011 0 -1 0 25886 287 1 0 5091 14 0 0 18 0 9 0 262403578 888258560 20045 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20883/statm: 216860 20045 2614 9 0 211388 0
[pid=20883/tid=20885] ppid=20881 vsize=867440 CPUtime=50.63
/proc/20883/task/20885/stat : 20885 (java) R 20881 20883 17011 0 -1 64 19208 287 1 0 5053 10 0 0 25 0 9 0 262403579 888258560 20045 996147200 134512640 134550740 4294955968 18446744073709551615 4126885560 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20883/tid=20886] ppid=20881 vsize=867440 CPUtime=0.12
/proc/20883/task/20886/stat : 20886 (java) S 20881 20883 17011 0 -1 64 5079 287 0 0 11 1 0 0 16 0 9 0 262403581 888258560 20045 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20883/tid=20887] ppid=20881 vsize=867440 CPUtime=0
/proc/20883/task/20887/stat : 20887 (java) S 20881 20883 17011 0 -1 64 15 287 0 0 0 0 0 0 16 0 9 0 262403581 888258560 20045 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20883/tid=20888] ppid=20881 vsize=867440 CPUtime=0
/proc/20883/task/20888/stat : 20888 (java) S 20881 20883 17011 0 -1 64 12 287 0 0 0 0 0 0 15 0 9 0 262403581 888258560 20045 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20883/tid=20889] ppid=20881 vsize=867440 CPUtime=0
/proc/20883/task/20889/stat : 20889 (java) S 20881 20883 17011 0 -1 64 0 287 0 0 0 0 0 0 18 0 9 0 262403583 888258560 20045 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20883/tid=20890] ppid=20881 vsize=867440 CPUtime=0.25
/proc/20883/task/20890/stat : 20890 (java) S 20881 20883 17011 0 -1 64 750 287 0 0 25 0 0 0 16 0 9 0 262403583 888258560 20045 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20883/tid=20891] ppid=20881 vsize=867440 CPUtime=0

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

/proc/20883/task/20888/stat : 20888 (java) S 20881 20883 17011 0 -1 64 12 287 0 0 0 0 0 0 15 0 9 0 262403581 888258560 20093 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20883/tid=20889] ppid=20881 vsize=867440 CPUtime=0
/proc/20883/task/20889/stat : 20889 (java) S 20881 20883 17011 0 -1 64 0 287 0 0 0 0 0 0 18 0 9 0 262403583 888258560 20093 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20883/tid=20890] ppid=20881 vsize=867440 CPUtime=0.25
/proc/20883/task/20890/stat : 20890 (java) S 20881 20883 17011 0 -1 64 752 287 0 0 25 0 0 0 16 0 9 0 262403583 888258560 20093 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20883/tid=20891] ppid=20881 vsize=867440 CPUtime=0
/proc/20883/task/20891/stat : 20891 (java) S 20881 20883 17011 0 -1 64 2 287 0 0 0 0 0 0 19 0 9 0 262403583 888258560 20093 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20883/tid=20892] ppid=20881 vsize=867440 CPUtime=0
/proc/20883/task/20892/stat : 20892 (java) S 20881 20883 17011 0 -1 64 17 287 0 0 0 0 0 0 15 0 9 0 262403583 888258560 20093 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1541.13
Current children cumulated vsize (KiB) 867440

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/93 20943
/proc/meminfo: memFree=979616/2055920 swapFree=4180672/4192956
[pid=20883] ppid=20881 vsize=867440 CPUtime=1600.84
/proc/20883/stat : 20883 (java) S 20881 20883 17011 0 -1 0 27665 287 1 0 160048 36 0 0 18 0 9 0 262403578 888258560 20093 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20883/statm: 216860 20093 2614 9 0 211388 0
[pid=20883/tid=20885] ppid=20881 vsize=867440 CPUtime=1599.08
/proc/20883/task/20885/stat : 20885 (java) R 20881 20883 17011 0 -1 64 20939 287 1 0 159886 22 0 0 25 0 9 0 262403579 888258560 20093 996147200 134512640 134550740 4294955968 18446744073709551615 4126872025 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20883/tid=20886] ppid=20881 vsize=867440 CPUtime=1.46
/proc/20883/task/20886/stat : 20886 (java) S 20881 20883 17011 0 -1 64 5125 287 0 0 134 12 0 0 16 0 9 0 262403581 888258560 20093 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20883/tid=20887] ppid=20881 vsize=867440 CPUtime=0
/proc/20883/task/20887/stat : 20887 (java) S 20881 20883 17011 0 -1 64 15 287 0 0 0 0 0 0 16 0 9 0 262403581 888258560 20093 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20883/tid=20888] ppid=20881 vsize=867440 CPUtime=0
/proc/20883/task/20888/stat : 20888 (java) S 20881 20883 17011 0 -1 64 12 287 0 0 0 0 0 0 15 0 9 0 262403581 888258560 20093 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20883/tid=20889] ppid=20881 vsize=867440 CPUtime=0
/proc/20883/task/20889/stat : 20889 (java) S 20881 20883 17011 0 -1 64 0 287 0 0 0 0 0 0 18 0 9 0 262403583 888258560 20093 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20883/tid=20890] ppid=20881 vsize=867440 CPUtime=0.25
/proc/20883/task/20890/stat : 20890 (java) S 20881 20883 17011 0 -1 64 752 287 0 0 25 0 0 0 16 0 9 0 262403583 888258560 20093 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20883/tid=20891] ppid=20881 vsize=867440 CPUtime=0
/proc/20883/task/20891/stat : 20891 (java) S 20881 20883 17011 0 -1 64 2 287 0 0 0 0 0 0 19 0 9 0 262403583 888258560 20093 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20883/tid=20892] ppid=20881 vsize=867440 CPUtime=0
/proc/20883/task/20892/stat : 20892 (java) S 20881 20883 17011 0 -1 64 17 287 0 0 0 0 0 0 15 0 9 0 262403583 888258560 20093 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1600.84
Current children cumulated vsize (KiB) 867440

[startup+1662.3 s]
/proc/loadavg: 2.12 2.03 2.01 4/93 20943
/proc/meminfo: memFree=961120/2055920 swapFree=4180672/4192956
[pid=20883] ppid=20881 vsize=867440 CPUtime=1660.68
/proc/20883/stat : 20883 (java) S 20881 20883 17011 0 -1 0 27744 287 1 0 166032 36 0 0 18 0 9 0 262403578 888258560 20099 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20883/statm: 216860 20099 2614 9 0 211388 0
[pid=20883/tid=20885] ppid=20881 vsize=867440 CPUtime=1658.87
/proc/20883/task/20885/stat : 20885 (java) R 20881 20883 17011 0 -1 64 21012 287 1 0 165865 22 0 0 25 0 9 0 262403579 888258560 20099 996147200 134512640 134550740 4294955968 18446744073709551615 4126929804 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20883/tid=20886] ppid=20881 vsize=867440 CPUtime=1.52
/proc/20883/task/20886/stat : 20886 (java) S 20881 20883 17011 0 -1 64 5131 287 0 0 140 12 0 0 17 0 9 0 262403581 888258560 20099 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20883/tid=20887] ppid=20881 vsize=867440 CPUtime=0
/proc/20883/task/20887/stat : 20887 (java) S 20881 20883 17011 0 -1 64 15 287 0 0 0 0 0 0 16 0 9 0 262403581 888258560 20099 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20883/tid=20888] ppid=20881 vsize=867440 CPUtime=0
/proc/20883/task/20888/stat : 20888 (java) S 20881 20883 17011 0 -1 64 12 287 0 0 0 0 0 0 15 0 9 0 262403581 888258560 20099 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20883/tid=20889] ppid=20881 vsize=867440 CPUtime=0
/proc/20883/task/20889/stat : 20889 (java) S 20881 20883 17011 0 -1 64 0 287 0 0 0 0 0 0 18 0 9 0 262403583 888258560 20099 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20883/tid=20890] ppid=20881 vsize=867440 CPUtime=0.25
/proc/20883/task/20890/stat : 20890 (java) S 20881 20883 17011 0 -1 64 752 287 0 0 25 0 0 0 16 0 9 0 262403583 888258560 20099 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20883/tid=20891] ppid=20881 vsize=867440 CPUtime=0
/proc/20883/task/20891/stat : 20891 (java) S 20881 20883 17011 0 -1 64 2 287 0 0 0 0 0 0 19 0 9 0 262403583 888258560 20099 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20883/tid=20892] ppid=20881 vsize=867440 CPUtime=0
/proc/20883/task/20892/stat : 20892 (java) S 20881 20883 17011 0 -1 64 17 287 0 0 0 0 0 0 15 0 9 0 262403583 888258560 20099 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1660.68
Current children cumulated vsize (KiB) 867440

[startup+1722.3 s]
/proc/loadavg: 2.54 2.16 2.05 4/93 20943
/proc/meminfo: memFree=960864/2055920 swapFree=4180672/4192956
[pid=20883] ppid=20881 vsize=867440 CPUtime=1720.39
/proc/20883/stat : 20883 (java) S 20881 20883 17011 0 -1 0 27807 287 1 0 172002 37 0 0 18 0 9 0 262403578 888258560 20099 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20883/statm: 216860 20099 2614 9 0 211388 0
[pid=20883/tid=20885] ppid=20881 vsize=867440 CPUtime=1718.52
/proc/20883/task/20885/stat : 20885 (java) R 20881 20883 17011 0 -1 64 21075 287 1 0 171830 22 0 0 25 0 9 0 262403579 888258560 20099 996147200 134512640 134550740 4294955968 18446744073709551615 4126888120 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20883/tid=20886] ppid=20881 vsize=867440 CPUtime=1.58
/proc/20883/task/20886/stat : 20886 (java) S 20881 20883 17011 0 -1 64 5131 287 0 0 145 13 0 0 17 0 9 0 262403581 888258560 20099 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20883/tid=20887] ppid=20881 vsize=867440 CPUtime=0
/proc/20883/task/20887/stat : 20887 (java) S 20881 20883 17011 0 -1 64 15 287 0 0 0 0 0 0 16 0 9 0 262403581 888258560 20099 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20883/tid=20888] ppid=20881 vsize=867440 CPUtime=0
/proc/20883/task/20888/stat : 20888 (java) S 20881 20883 17011 0 -1 64 12 287 0 0 0 0 0 0 15 0 9 0 262403581 888258560 20099 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20883/tid=20889] ppid=20881 vsize=867440 CPUtime=0
/proc/20883/task/20889/stat : 20889 (java) S 20881 20883 17011 0 -1 64 0 287 0 0 0 0 0 0 18 0 9 0 262403583 888258560 20099 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20883/tid=20890] ppid=20881 vsize=867440 CPUtime=0.25
/proc/20883/task/20890/stat : 20890 (java) S 20881 20883 17011 0 -1 64 752 287 0 0 25 0 0 0 16 0 9 0 262403583 888258560 20099 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20883/tid=20891] ppid=20881 vsize=867440 CPUtime=0
/proc/20883/task/20891/stat : 20891 (java) S 20881 20883 17011 0 -1 64 2 287 0 0 0 0 0 0 19 0 9 0 262403583 888258560 20099 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20883/tid=20892] ppid=20881 vsize=867440 CPUtime=0
/proc/20883/task/20892/stat : 20892 (java) S 20881 20883 17011 0 -1 64 17 287 0 0 0 0 0 0 15 0 9 0 262403583 888258560 20099 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1720.39
Current children cumulated vsize (KiB) 867440

[startup+1782.3 s]
/proc/loadavg: 2.36 2.19 2.07 3/90 21119
/proc/meminfo: memFree=1617544/2055920 swapFree=4180672/4192956
[pid=20883] ppid=20881 vsize=867440 CPUtime=1779.85
/proc/20883/stat : 20883 (java) S 20881 20883 17011 0 -1 0 27881 287 1 0 177945 40 0 0 18 0 9 0 262403578 888258560 20099 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20883/statm: 216860 20099 2614 9 0 211388 0
[pid=20883/tid=20885] ppid=20881 vsize=867440 CPUtime=1777.92
/proc/20883/task/20885/stat : 20885 (java) R 20881 20883 17011 0 -1 64 21149 287 1 0 177768 24 0 0 25 0 9 0 262403579 888258560 20099 996147200 134512640 134550740 4294955968 18446744073709551615 4126801832 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20883/tid=20886] ppid=20881 vsize=867440 CPUtime=1.64
/proc/20883/task/20886/stat : 20886 (java) S 20881 20883 17011 0 -1 64 5131 287 0 0 150 14 0 0 16 0 9 0 262403581 888258560 20099 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20883/tid=20887] ppid=20881 vsize=867440 CPUtime=0
/proc/20883/task/20887/stat : 20887 (java) S 20881 20883 17011 0 -1 64 15 287 0 0 0 0 0 0 16 0 9 0 262403581 888258560 20099 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20883/tid=20888] ppid=20881 vsize=867440 CPUtime=0
/proc/20883/task/20888/stat : 20888 (java) S 20881 20883 17011 0 -1 64 12 287 0 0 0 0 0 0 15 0 9 0 262403581 888258560 20099 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20883/tid=20889] ppid=20881 vsize=867440 CPUtime=0
/proc/20883/task/20889/stat : 20889 (java) S 20881 20883 17011 0 -1 64 0 287 0 0 0 0 0 0 18 0 9 0 262403583 888258560 20099 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20883/tid=20890] ppid=20881 vsize=867440 CPUtime=0.25
/proc/20883/task/20890/stat : 20890 (java) S 20881 20883 17011 0 -1 64 752 287 0 0 25 0 0 0 16 0 9 0 262403583 888258560 20099 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20883/tid=20891] ppid=20881 vsize=867440 CPUtime=0
/proc/20883/task/20891/stat : 20891 (java) S 20881 20883 17011 0 -1 64 2 287 0 0 0 0 0 0 19 0 9 0 262403583 888258560 20099 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20883/tid=20892] ppid=20881 vsize=867440 CPUtime=0
/proc/20883/task/20892/stat : 20892 (java) S 20881 20883 17011 0 -1 64 17 287 0 0 0 0 0 0 15 0 9 0 262403583 888258560 20099 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1779.85
Current children cumulated vsize (KiB) 867440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.7 s]
/proc/loadavg: 2.34 2.19 2.07 3/84 21250
/proc/meminfo: memFree=1646008/2055920 swapFree=4180672/4192956
[pid=20883] ppid=20881 vsize=867440 CPUtime=1800.03
/proc/20883/stat : 20883 (java) S 20881 20883 17011 0 -1 0 27912 287 1 0 179962 41 0 0 18 0 9 0 262403578 888258560 20099 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20883/statm: 216860 20099 2614 9 0 211388 0
[pid=20883/tid=20885] ppid=20881 vsize=867440 CPUtime=1798.07
/proc/20883/task/20885/stat : 20885 (java) R 20881 20883 17011 0 -1 64 21180 287 1 0 179782 25 0 0 25 0 9 0 262403579 888258560 20099 996147200 134512640 134550740 4294955968 18446744073709551615 4126861627 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20883/tid=20886] ppid=20881 vsize=867440 CPUtime=1.67
/proc/20883/task/20886/stat : 20886 (java) S 20881 20883 17011 0 -1 64 5131 287 0 0 153 14 0 0 16 0 9 0 262403581 888258560 20099 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20883/tid=20887] ppid=20881 vsize=867440 CPUtime=0
/proc/20883/task/20887/stat : 20887 (java) S 20881 20883 17011 0 -1 64 15 287 0 0 0 0 0 0 16 0 9 0 262403581 888258560 20099 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20883/tid=20888] ppid=20881 vsize=867440 CPUtime=0
/proc/20883/task/20888/stat : 20888 (java) S 20881 20883 17011 0 -1 64 12 287 0 0 0 0 0 0 15 0 9 0 262403581 888258560 20099 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20883/tid=20889] ppid=20881 vsize=867440 CPUtime=0
/proc/20883/task/20889/stat : 20889 (java) S 20881 20883 17011 0 -1 64 0 287 0 0 0 0 0 0 18 0 9 0 262403583 888258560 20099 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20883/tid=20890] ppid=20881 vsize=867440 CPUtime=0.25
/proc/20883/task/20890/stat : 20890 (java) S 20881 20883 17011 0 -1 64 752 287 0 0 25 0 0 0 16 0 9 0 262403583 888258560 20099 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20883/tid=20891] ppid=20881 vsize=867440 CPUtime=0
/proc/20883/task/20891/stat : 20891 (java) S 20881 20883 17011 0 -1 64 2 287 0 0 0 0 0 0 19 0 9 0 262403583 888258560 20099 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20883/tid=20892] ppid=20881 vsize=867440 CPUtime=0
/proc/20883/task/20892/stat : 20892 (java) S 20881 20883 17011 0 -1 64 17 287 0 0 0 0 0 0 15 0 9 0 262403583 888258560 20099 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 867440

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

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

[startup+1802.7 s]
/proc/loadavg: 2.34 2.19 2.07 3/84 21250
/proc/meminfo: memFree=1646008/2055920 swapFree=4180672/4192956
[pid=20883] ppid=20881 vsize=867440 CPUtime=1800.03
/proc/20883/stat : 20883 (java) S 20881 20883 17011 0 -1 0 27912 287 1 0 179962 41 0 0 18 0 9 0 262403578 888258560 20099 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20883/statm: 216860 20099 2614 9 0 211388 0
[pid=20883/tid=20885] ppid=20881 vsize=867440 CPUtime=1798.07
/proc/20883/task/20885/stat : 20885 (java) R 20881 20883 17011 0 -1 64 21180 287 1 0 179782 25 0 0 25 0 9 0 262403579 888258560 20099 996147200 134512640 134550740 4294955968 18446744073709551615 4126861627 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20883/tid=20886] ppid=20881 vsize=867440 CPUtime=1.67
/proc/20883/task/20886/stat : 20886 (java) S 20881 20883 17011 0 -1 64 5131 287 0 0 153 14 0 0 16 0 9 0 262403581 888258560 20099 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20883/tid=20887] ppid=20881 vsize=867440 CPUtime=0
/proc/20883/task/20887/stat : 20887 (java) S 20881 20883 17011 0 -1 64 15 287 0 0 0 0 0 0 16 0 9 0 262403581 888258560 20099 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20883/tid=20888] ppid=20881 vsize=867440 CPUtime=0
/proc/20883/task/20888/stat : 20888 (java) S 20881 20883 17011 0 -1 64 12 287 0 0 0 0 0 0 15 0 9 0 262403581 888258560 20099 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20883/tid=20889] ppid=20881 vsize=867440 CPUtime=0
/proc/20883/task/20889/stat : 20889 (java) S 20881 20883 17011 0 -1 64 0 287 0 0 0 0 0 0 18 0 9 0 262403583 888258560 20099 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20883/tid=20890] ppid=20881 vsize=867440 CPUtime=0.25
/proc/20883/task/20890/stat : 20890 (java) S 20881 20883 17011 0 -1 64 752 287 0 0 25 0 0 0 16 0 9 0 262403583 888258560 20099 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20883/tid=20891] ppid=20881 vsize=867440 CPUtime=0
/proc/20883/task/20891/stat : 20891 (java) S 20881 20883 17011 0 -1 64 2 287 0 0 0 0 0 0 19 0 9 0 262403583 888258560 20099 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20883/tid=20892] ppid=20881 vsize=867440 CPUtime=0
/proc/20883/task/20892/stat : 20892 (java) S 20881 20883 17011 0 -1 64 17 287 0 0 0 0 0 0 15 0 9 0 262403583 888258560 20099 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 867440

Child status: 143
Real time (s): 1802.76
CPU time (s): 1800.1
CPU user time (s): 1799.66
CPU system time (s): 0.433934
CPU usage (%): 99.8523
Max. virtual memory (cumulated for all children) (KiB): 867528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.66
system time used= 0.433934
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28229
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= 50473
involuntary context switches= 35735

runsolver used 2.51762 second user time and 5.70513 second system time

The end

Launcher Data (download as text)

Begin job on node82 at 2008-07-05 19:34:58
IDJOB=1094282
IDBENCH=58774
IDSOLVER=364
FILE ID=node82/1094282-1215279298
PBS_JOBID= 7882122
Free space on /tmp= 66464 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/os-taillard-7/normalized-os-taillard-7-100-6.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-1094282-1215279298/watcher-1094282-1215279298 -o /tmp/evaluation-result-1094282-1215279298/solver-1094282-1215279298 -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-1094282-1215279298.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ad199accb3e43f9138730765beacd482
RANDOM SEED=383589207

node82.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.239
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.239
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:       1634008 kB
Buffers:         49596 kB
Cached:         254524 kB
SwapCached:       5892 kB
Active:         276104 kB
Inactive:        96808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1634008 kB
SwapTotal:     4192956 kB
SwapFree:      4180672 kB
Dirty:            2100 kB
Writeback:           0 kB
Mapped:          76008 kB
Slab:            34032 kB
Committed_AS:   722160 kB
PageTables:       2016 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66492 MiB
End job on node82 at 2008-07-05 20:05:02