Trace number 2094305

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 AC? (TO) 1800.13 1807.91

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-7.xml
MD5SUMda04246eb2c7c2038e1553efee1f24d9
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark71.4001
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of constraints33712
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension33364
Global constraints used (with number of constraints)alldifferent(348)

Solver Data

0.04/0.09	
0.04/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.28/0.32	   
0.28/0.32	   instance
0.28/0.32	     name=HOME/instance-2094305-1247403343.xml
0.28/0.36	   
0.28/0.36	   domains being loaded...
0.28/0.37	   
0.28/0.37	   variables being loaded...
0.48/0.57	     nbVariables=700  nbDomainTypes=47  minDomainSize=1  maxDomainSize=45  nbTotalValues=16756
0.48/0.57	       =>  wckTime=0.325  cpuTime=0.22  mem=10M820
0.48/0.57	   
0.48/0.57	   predicates being loaded...
0.58/0.64	   
0.58/0.64	   constraints being loaded...
10.17/10.31	     nbConstraints=33714  nbGlobalConstraints=350  nbSingletonDomainVariables=115  nbConflictsStructures=107
10.17/10.31	     nbSharedConflictsStructures=6993  nbUnbuiltConflictsStructures=793  nbSharedBinaryRepresentations=0
10.17/10.31	     nbEvaluationManagers=900  nbSharedEvaluationManagers=32464  minDegree=32  maxDegree=326  minArity=4  avgArity=4.14
10.17/10.32	     maxArity=20  nbGenerators=2  nbFusions=0  symmetryWckTime=1.802  symmetryCpuTime=0.63
10.17/10.32	       =>  wckTime=10.074  cpuTime=7.6  mem=178M888
10.78/10.94	   
10.78/10.95	   solver IterativeSystematicSolver being built... 
12.76/12.93	   
12.76/12.93	   INFO : Forward propagation technique limited 
12.86/13.01	       =>  wckTime=12.77  cpuTime=8.8  mem=299M305
14.65/14.82	   
14.65/14.82	   preprocessing
14.65/14.82	     nbConstraintChecks=2498232  nbValidityChecks=92696  nbPropagations=700  nbRevisions=105056
14.65/14.82	     nbUselessRevisions=105056  nbRemovedValues=0  detectedInconsistency=no
14.65/14.82	       =>  wckTime=1.805  cpuTime=1.76  mem=304M317
48.82/49.37	   
48.82/49.37	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=307M324)

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2094305-1247403343/watcher-2094305-1247403343 -o /tmp/evaluation-result-2094305-1247403343/solver-2094305-1247403343 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2094305-1247403343.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.97 1.78 3/80 32465
/proc/meminfo: memFree=1744240/2055920 swapFree=4192812/4192956
[pid=32465] ppid=32463 vsize=1616 CPUtime=0
/proc/32465/stat : 32465 (java) R 32463 32465 31887 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 27397009 1654784 145 996147200 134512640 134550932 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/32465/statm: 404 148 122 9 0 46 0

[startup+0.058315 s]
/proc/loadavg: 1.92 1.97 1.78 3/80 32465
/proc/meminfo: memFree=1744240/2055920 swapFree=4192812/4192956
[pid=32465] ppid=32463 vsize=863936 CPUtime=0.04
/proc/32465/stat : 32465 (java) S 32463 32465 31887 0 -1 0 2640 0 1 0 2 2 0 0 18 0 9 0 27397009 884670464 2205 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32465/statm: 215984 2205 1028 9 0 210899 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 863936

[startup+0.101321 s]
/proc/loadavg: 1.92 1.97 1.78 3/80 32465
/proc/meminfo: memFree=1744240/2055920 swapFree=4192812/4192956
[pid=32465] ppid=32463 vsize=865984 CPUtime=0.08
/proc/32465/stat : 32465 (java) S 32463 32465 31887 0 -1 0 3756 0 1 0 6 2 0 0 18 0 9 0 27397009 886767616 3215 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32465/statm: 216496 3215 1697 9 0 210981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301336 s]
/proc/loadavg: 1.92 1.97 1.78 3/80 32465
/proc/meminfo: memFree=1744240/2055920 swapFree=4192812/4192956
[pid=32465] ppid=32463 vsize=866296 CPUtime=0.28
/proc/32465/stat : 32465 (java) S 32463 32465 31887 0 -1 0 5695 0 1 0 25 3 0 0 18 0 9 0 27397009 887087104 5098 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32465/statm: 216574 5098 1927 9 0 211052 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866296

[startup+0.701367 s]
/proc/loadavg: 1.92 1.97 1.78 3/80 32465
/proc/meminfo: memFree=1744240/2055920 swapFree=4192812/4192956
[pid=32465] ppid=32463 vsize=867200 CPUtime=0.68
/proc/32465/stat : 32465 (java) S 32463 32465 31887 0 -1 0 8264 0 1 0 63 5 0 0 18 0 9 0 27397009 888012800 7618 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32465/statm: 216800 7618 2034 9 0 211236 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867200

[startup+1.50243 s]
/proc/loadavg: 1.92 1.97 1.78 3/89 32474
/proc/meminfo: memFree=1706920/2055920 swapFree=4192812/4192956
[pid=32465] ppid=32463 vsize=867700 CPUtime=1.47
/proc/32465/stat : 32465 (java) S 32463 32465 31887 0 -1 0 18533 0 1 0 136 11 0 0 18 0 9 0 27397009 888524800 17861 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32465/statm: 216925 17861 2028 9 0 211383 0
[pid=32465/tid=32467] ppid=32463 vsize=867700 CPUtime=1.22
/proc/32465/task/32467/stat : 32467 (java) R 32463 32465 31887 0 -1 64 15800 0 1 0 112 10 0 0 25 0 9 0 27397010 888524800 17861 996147200 134512640 134550932 4294955968 18446744073709551615 102724544 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32468] ppid=32463 vsize=867700 CPUtime=0.06
/proc/32465/task/32468/stat : 32468 (java) S 32463 32465 31887 0 -1 64 1357 0 0 0 6 0 0 0 16 0 9 0 27397011 888524800 17861 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32469] ppid=32463 vsize=867700 CPUtime=0
/proc/32465/task/32469/stat : 32469 (java) S 32463 32465 31887 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 27397012 888524800 17861 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32470] ppid=32463 vsize=867700 CPUtime=0
/proc/32465/task/32470/stat : 32470 (java) S 32463 32465 31887 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27397012 888524800 17861 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32471] ppid=32463 vsize=867700 CPUtime=0
/proc/32465/task/32471/stat : 32471 (java) S 32463 32465 31887 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27397014 888524800 17861 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32472] ppid=32463 vsize=867700 CPUtime=0.17
/proc/32465/task/32472/stat : 32472 (java) S 32463 32465 31887 0 -1 64 674 0 0 0 17 0 0 0 16 0 9 0 27397014 888524800 17861 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32473] ppid=32463 vsize=867700 CPUtime=0
/proc/32465/task/32473/stat : 32473 (java) S 32463 32465 31887 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 27397014 888524800 17861 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32474] ppid=32463 vsize=867700 CPUtime=0
/proc/32465/task/32474/stat : 32474 (java) S 32463 32465 31887 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27397014 888524800 17861 996147200 134512640 134550932 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) 867700

[startup+3.10256 s]
/proc/loadavg: 1.92 1.97 1.78 4/89 32474
/proc/meminfo: memFree=1676840/2055920 swapFree=4192812/4192956
[pid=32465] ppid=32463 vsize=867700 CPUtime=3.06
/proc/32465/stat : 32465 (java) S 32463 32465 31887 0 -1 0 22813 0 1 0 292 14 0 0 18 0 9 0 27397009 888524800 22139 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32465/statm: 216925 22139 2029 9 0 211383 0
[pid=32465/tid=32467] ppid=32463 vsize=867700 CPUtime=2.57
/proc/32465/task/32467/stat : 32467 (java) R 32463 32465 31887 0 -1 64 15821 0 1 0 247 10 0 0 25 0 9 0 27397010 888524800 22139 996147200 134512640 134550932 4294955968 18446744073709551615 102755262 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32468] ppid=32463 vsize=867700 CPUtime=0.27
/proc/32465/task/32468/stat : 32468 (java) S 32463 32465 31887 0 -1 64 5605 0 0 0 25 2 0 0 16 0 9 0 27397011 888524800 22139 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32469] ppid=32463 vsize=867700 CPUtime=0
/proc/32465/task/32469/stat : 32469 (java) S 32463 32465 31887 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 27397012 888524800 22139 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32470] ppid=32463 vsize=867700 CPUtime=0
/proc/32465/task/32470/stat : 32470 (java) S 32463 32465 31887 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27397012 888524800 22139 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32471] ppid=32463 vsize=867700 CPUtime=0
/proc/32465/task/32471/stat : 32471 (java) S 32463 32465 31887 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27397014 888524800 22139 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32472] ppid=32463 vsize=867700 CPUtime=0.18
/proc/32465/task/32472/stat : 32472 (java) S 32463 32465 31887 0 -1 64 685 0 0 0 18 0 0 0 16 0 9 0 27397014 888524800 22139 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32473] ppid=32463 vsize=867700 CPUtime=0
/proc/32465/task/32473/stat : 32473 (java) S 32463 32465 31887 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 27397014 888524800 22139 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32474] ppid=32463 vsize=867700 CPUtime=0
/proc/32465/task/32474/stat : 32474 (java) S 32463 32465 31887 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27397014 888524800 22139 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867700

[startup+6.30181 s]
/proc/loadavg: 1.93 1.97 1.78 3/89 32474
/proc/meminfo: memFree=1627368/2055920 swapFree=4192812/4192956
[pid=32465] ppid=32463 vsize=867700 CPUtime=6.23
/proc/32465/stat : 32465 (java) S 32463 32465 31887 0 -1 0 36764 0 1 0 530 93 0 0 18 0 9 0 27397009 888524800 36085 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32465/statm: 216925 36085 2029 9 0 211383 0
[pid=32465/tid=32467] ppid=32463 vsize=867700 CPUtime=5.34
/proc/32465/task/32467/stat : 32467 (java) R 32463 32465 31887 0 -1 64 15834 0 1 0 452 82 0 0 25 0 9 0 27397010 888524800 36085 996147200 134512640 134550932 4294955968 18446744073709551615 4126903724 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32468] ppid=32463 vsize=867700 CPUtime=0.6
/proc/32465/task/32468/stat : 32468 (java) S 32463 32465 31887 0 -1 64 19488 0 0 0 51 9 0 0 17 0 9 0 27397011 888524800 36085 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32469] ppid=32463 vsize=867700 CPUtime=0
/proc/32465/task/32469/stat : 32469 (java) S 32463 32465 31887 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 27397012 888524800 36085 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32470] ppid=32463 vsize=867700 CPUtime=0
/proc/32465/task/32470/stat : 32470 (java) S 32463 32465 31887 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27397012 888524800 36085 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32471] ppid=32463 vsize=867700 CPUtime=0
/proc/32465/task/32471/stat : 32471 (java) S 32463 32465 31887 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27397014 888524800 36085 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32472] ppid=32463 vsize=867700 CPUtime=0.26
/proc/32465/task/32472/stat : 32472 (java) S 32463 32465 31887 0 -1 64 740 0 0 0 26 0 0 0 16 0 9 0 27397014 888524800 36085 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32473] ppid=32463 vsize=867700 CPUtime=0
/proc/32465/task/32473/stat : 32473 (java) S 32463 32465 31887 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 27397014 888524800 36085 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32474] ppid=32463 vsize=867700 CPUtime=0
/proc/32465/task/32474/stat : 32474 (java) S 32463 32465 31887 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27397014 888524800 36085 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 867700

[startup+12.7023 s]
/proc/loadavg: 1.93 1.97 1.78 4/89 32478
/proc/meminfo: memFree=1470680/2055920 swapFree=4192812/4192956
[pid=32465] ppid=32463 vsize=868436 CPUtime=12.57
/proc/32465/stat : 32465 (java) S 32463 32465 31887 0 -1 0 134101 3107 1 0 971 190 90 6 18 0 9 0 27397009 889278464 82234 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32465/statm: 217109 82234 2660 9 0 211545 0
[pid=32465/tid=32467] ppid=32463 vsize=868436 CPUtime=9.78
/proc/32465/task/32467/stat : 32467 (java) R 32463 32465 31887 0 -1 64 28812 3107 1 0 732 150 90 6 16 0 9 0 27397010 889278464 82234 996147200 134512640 134550932 4294955968 18446744073709551615 104513958 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32468] ppid=32463 vsize=868436 CPUtime=3.36
/proc/32465/task/32468/stat : 32468 (java) R 32463 32465 31887 0 -1 64 103474 3107 0 0 205 35 90 6 25 0 9 0 27397011 889278464 82234 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32469] ppid=32463 vsize=868436 CPUtime=0.96
/proc/32465/task/32469/stat : 32469 (java) S 32463 32465 31887 0 -1 64 18 3107 0 0 0 0 90 6 15 0 9 0 27397012 889278464 82234 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32470] ppid=32463 vsize=868436 CPUtime=0.96
/proc/32465/task/32470/stat : 32470 (java) S 32463 32465 31887 0 -1 64 16 3107 0 0 0 0 90 6 16 0 9 0 27397012 889278464 82234 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32471] ppid=32463 vsize=868436 CPUtime=0.96
/proc/32465/task/32471/stat : 32471 (java) S 32463 32465 31887 0 -1 64 2 3107 0 0 0 0 90 6 18 0 9 0 27397014 889278464 82234 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32472] ppid=32463 vsize=868436 CPUtime=1.29
/proc/32465/task/32472/stat : 32472 (java) S 32463 32465 31887 0 -1 64 957 3107 0 0 32 1 90 6 15 0 9 0 27397014 889278464 82234 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32473] ppid=32463 vsize=868436 CPUtime=0.96
/proc/32465/task/32473/stat : 32473 (java) S 32463 32465 31887 0 -1 64 1 3107 0 0 0 0 90 6 19 0 9 0 27397014 889278464 82234 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32474] ppid=32463 vsize=868436 CPUtime=0.96
/proc/32465/task/32474/stat : 32474 (java) S 32463 32465 31887 0 -1 64 14 3107 0 0 0 0 90 6 15 0 9 0 27397014 889278464 82234 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 868436

[startup+25.5014 s]
/proc/loadavg: 1.95 1.97 1.78 3/89 32478
/proc/meminfo: memFree=1408920/2055920 swapFree=4192812/4192956
[pid=32465] ppid=32463 vsize=868436 CPUtime=25.24
/proc/32465/stat : 32465 (java) S 32463 32465 31887 0 -1 0 138074 3107 1 0 2236 192 90 6 18 0 9 0 27397009 889278464 86156 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32465/statm: 217109 86156 2662 9 0 211545 0
[pid=32465/tid=32467] ppid=32463 vsize=868436 CPUtime=22.27
/proc/32465/task/32467/stat : 32467 (java) R 32463 32465 31887 0 -1 64 28874 3107 1 0 1981 150 90 6 25 0 9 0 27397010 889278464 86156 996147200 134512640 134550932 4294955968 18446744073709551615 4125952222 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32468] ppid=32463 vsize=868436 CPUtime=3.47
/proc/32465/task/32468/stat : 32468 (java) S 32463 32465 31887 0 -1 64 107324 3107 0 0 214 37 90 6 16 0 9 0 27397011 889278464 86156 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32469] ppid=32463 vsize=868436 CPUtime=0.96
/proc/32465/task/32469/stat : 32469 (java) S 32463 32465 31887 0 -1 64 18 3107 0 0 0 0 90 6 15 0 9 0 27397012 889278464 86156 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32470] ppid=32463 vsize=868436 CPUtime=0.96
/proc/32465/task/32470/stat : 32470 (java) S 32463 32465 31887 0 -1 64 20 3107 0 0 0 0 90 6 16 0 9 0 27397012 889278464 86156 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32471] ppid=32463 vsize=868436 CPUtime=0.96
/proc/32465/task/32471/stat : 32471 (java) S 32463 32465 31887 0 -1 64 2 3107 0 0 0 0 90 6 18 0 9 0 27397014 889278464 86156 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32472] ppid=32463 vsize=868436 CPUtime=1.37
/proc/32465/task/32472/stat : 32472 (java) S 32463 32465 31887 0 -1 64 1014 3107 0 0 40 1 90 6 16 0 9 0 27397014 889278464 86156 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32473] ppid=32463 vsize=868436 CPUtime=0.96
/proc/32465/task/32473/stat : 32473 (java) S 32463 32465 31887 0 -1 64 1 3107 0 0 0 0 90 6 19 0 9 0 27397014 889278464 86156 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32474] ppid=32463 vsize=868436 CPUtime=0.96
/proc/32465/task/32474/stat : 32474 (java) S 32463 32465 31887 0 -1 64 14 3107 0 0 0 0 90 6 15 0 9 0 27397014 889278464 86156 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 868436

[startup+51.1014 s]
/proc/loadavg: 2.04 1.99 1.79 3/89 32478
/proc/meminfo: memFree=1408856/2055920 swapFree=4192812/4192956
[pid=32465] ppid=32463 vsize=868436 CPUtime=50.6
/proc/32465/stat : 32465 (java) S 32463 32465 31887 0 -1 0 138100 3107 1 0 4772 192 90 6 18 0 9 0 27397009 889278464 86175 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32465/statm: 217109 86175 2662 9 0 211545 0
[pid=32465/tid=32467] ppid=32463 vsize=868436 CPUtime=47.59
/proc/32465/task/32467/stat : 32467 (java) R 32463 32465 31887 0 -1 64 28881 3107 1 0 4513 150 90 6 25 0 9 0 27397010 889278464 86175 996147200 134512640 134550932 4294955968 18446744073709551615 4127396592 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32468] ppid=32463 vsize=868436 CPUtime=3.47
/proc/32465/task/32468/stat : 32468 (java) S 32463 32465 31887 0 -1 64 107324 3107 0 0 214 37 90 6 17 0 9 0 27397011 889278464 86175 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32469] ppid=32463 vsize=868436 CPUtime=0.96
/proc/32465/task/32469/stat : 32469 (java) S 32463 32465 31887 0 -1 64 18 3107 0 0 0 0 90 6 15 0 9 0 27397012 889278464 86175 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32470] ppid=32463 vsize=868436 CPUtime=0.96
/proc/32465/task/32470/stat : 32470 (java) S 32463 32465 31887 0 -1 64 20 3107 0 0 0 0 90 6 16 0 9 0 27397012 889278464 86175 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32471] ppid=32463 vsize=868436 CPUtime=0.96
/proc/32465/task/32471/stat : 32471 (java) S 32463 32465 31887 0 -1 64 2 3107 0 0 0 0 90 6 18 0 9 0 27397014 889278464 86175 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32472] ppid=32463 vsize=868436 CPUtime=1.41
/proc/32465/task/32472/stat : 32472 (java) S 32463 32465 31887 0 -1 64 1033 3107 0 0 44 1 90 6 15 0 9 0 27397014 889278464 86175 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32473] ppid=32463 vsize=868436 CPUtime=0.96
/proc/32465/task/32473/stat : 32473 (java) S 32463 32465 31887 0 -1 64 1 3107 0 0 0 0 90 6 19 0 9 0 27397014 889278464 86175 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

Current children cumulated CPU time (s) 1474.64
Current children cumulated vsize (KiB) 868436

[startup+1542.3 s]
/proc/loadavg: 2.01 2.06 1.96 3/89 32525
/proc/meminfo: memFree=1377112/2055920 swapFree=4192812/4192956
[pid=32465] ppid=32463 vsize=868436 CPUtime=1534.61
/proc/32465/stat : 32465 (java) S 32463 32465 31887 0 -1 0 138118 3107 1 0 153169 196 90 6 18 0 9 0 27397009 889278464 86182 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32465/statm: 217109 86182 2662 9 0 211545 0
[pid=32465/tid=32467] ppid=32463 vsize=868436 CPUtime=1531.59
/proc/32465/task/32467/stat : 32467 (java) R 32463 32465 31887 0 -1 64 28885 3107 1 0 152909 154 90 6 25 0 9 0 27397010 889278464 86182 996147200 134512640 134550932 4294955968 18446744073709551615 4127378971 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32465/tid=32468] ppid=32463 vsize=868436 CPUtime=3.47
/proc/32465/task/32468/stat : 32468 (java) S 32463 32465 31887 0 -1 64 107324 3107 0 0 214 37 90 6 16 0 9 0 27397011 889278464 86182 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32469] ppid=32463 vsize=868436 CPUtime=0.96
/proc/32465/task/32469/stat : 32469 (java) S 32463 32465 31887 0 -1 64 18 3107 0 0 0 0 90 6 15 0 9 0 27397012 889278464 86182 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32470] ppid=32463 vsize=868436 CPUtime=0.96
/proc/32465/task/32470/stat : 32470 (java) S 32463 32465 31887 0 -1 64 20 3107 0 0 0 0 90 6 16 0 9 0 27397012 889278464 86182 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32471] ppid=32463 vsize=868436 CPUtime=0.96
/proc/32465/task/32471/stat : 32471 (java) S 32463 32465 31887 0 -1 64 2 3107 0 0 0 0 90 6 18 0 9 0 27397014 889278464 86182 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32472] ppid=32463 vsize=868436 CPUtime=1.42
/proc/32465/task/32472/stat : 32472 (java) S 32463 32465 31887 0 -1 64 1047 3107 0 0 45 1 90 6 16 0 9 0 27397014 889278464 86182 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32473] ppid=32463 vsize=868436 CPUtime=0.96
/proc/32465/task/32473/stat : 32473 (java) S 32463 32465 31887 0 -1 64 1 3107 0 0 0 0 90 6 19 0 9 0 27397014 889278464 86182 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32474] ppid=32463 vsize=868436 CPUtime=0.96
/proc/32465/task/32474/stat : 32474 (java) S 32463 32465 31887 0 -1 64 14 3107 0 0 0 0 90 6 15 0 9 0 27397014 889278464 86182 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1534.61
Current children cumulated vsize (KiB) 868436

[startup+1602.3 s]
/proc/loadavg: 2.00 2.04 1.96 3/89 32525
/proc/meminfo: memFree=1377112/2055920 swapFree=4192812/4192956
[pid=32465] ppid=32463 vsize=868436 CPUtime=1594.59
/proc/32465/stat : 32465 (java) S 32463 32465 31887 0 -1 0 138118 3107 1 0 159167 196 90 6 18 0 9 0 27397009 889278464 86182 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32465/statm: 217109 86182 2662 9 0 211545 0
[pid=32465/tid=32467] ppid=32463 vsize=868436 CPUtime=1591.57
/proc/32465/task/32467/stat : 32467 (java) R 32463 32465 31887 0 -1 64 28885 3107 1 0 158907 154 90 6 25 0 9 0 27397010 889278464 86182 996147200 134512640 134550932 4294955968 18446744073709551615 4127396592 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32465/tid=32468] ppid=32463 vsize=868436 CPUtime=3.47
/proc/32465/task/32468/stat : 32468 (java) S 32463 32465 31887 0 -1 64 107324 3107 0 0 214 37 90 6 16 0 9 0 27397011 889278464 86182 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32469] ppid=32463 vsize=868436 CPUtime=0.96
/proc/32465/task/32469/stat : 32469 (java) S 32463 32465 31887 0 -1 64 18 3107 0 0 0 0 90 6 15 0 9 0 27397012 889278464 86182 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32470] ppid=32463 vsize=868436 CPUtime=0.96
/proc/32465/task/32470/stat : 32470 (java) S 32463 32465 31887 0 -1 64 20 3107 0 0 0 0 90 6 16 0 9 0 27397012 889278464 86182 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32471] ppid=32463 vsize=868436 CPUtime=0.96
/proc/32465/task/32471/stat : 32471 (java) S 32463 32465 31887 0 -1 64 2 3107 0 0 0 0 90 6 18 0 9 0 27397014 889278464 86182 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32472] ppid=32463 vsize=868436 CPUtime=1.42
/proc/32465/task/32472/stat : 32472 (java) S 32463 32465 31887 0 -1 64 1047 3107 0 0 45 1 90 6 16 0 9 0 27397014 889278464 86182 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32473] ppid=32463 vsize=868436 CPUtime=0.96
/proc/32465/task/32473/stat : 32473 (java) S 32463 32465 31887 0 -1 64 1 3107 0 0 0 0 90 6 19 0 9 0 27397014 889278464 86182 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32474] ppid=32463 vsize=868436 CPUtime=0.96
/proc/32465/task/32474/stat : 32474 (java) S 32463 32465 31887 0 -1 64 14 3107 0 0 0 0 90 6 15 0 9 0 27397014 889278464 86182 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1594.59
Current children cumulated vsize (KiB) 868436

[startup+1662.3 s]
/proc/loadavg: 2.00 2.03 1.96 3/89 32525
/proc/meminfo: memFree=1377048/2055920 swapFree=4192812/4192956
[pid=32465] ppid=32463 vsize=868436 CPUtime=1654.56
/proc/32465/stat : 32465 (java) S 32463 32465 31887 0 -1 0 138118 3107 1 0 165164 196 90 6 18 0 9 0 27397009 889278464 86182 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32465/statm: 217109 86182 2662 9 0 211545 0
[pid=32465/tid=32467] ppid=32463 vsize=868436 CPUtime=1651.54
/proc/32465/task/32467/stat : 32467 (java) R 32463 32465 31887 0 -1 64 28885 3107 1 0 164904 154 90 6 25 0 9 0 27397010 889278464 86182 996147200 134512640 134550932 4294955968 18446744073709551615 4126938792 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32465/tid=32468] ppid=32463 vsize=868436 CPUtime=3.47
/proc/32465/task/32468/stat : 32468 (java) S 32463 32465 31887 0 -1 64 107324 3107 0 0 214 37 90 6 16 0 9 0 27397011 889278464 86182 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32469] ppid=32463 vsize=868436 CPUtime=0.96
/proc/32465/task/32469/stat : 32469 (java) S 32463 32465 31887 0 -1 64 18 3107 0 0 0 0 90 6 15 0 9 0 27397012 889278464 86182 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32470] ppid=32463 vsize=868436 CPUtime=0.96
/proc/32465/task/32470/stat : 32470 (java) S 32463 32465 31887 0 -1 64 20 3107 0 0 0 0 90 6 16 0 9 0 27397012 889278464 86182 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32471] ppid=32463 vsize=868436 CPUtime=0.96
/proc/32465/task/32471/stat : 32471 (java) S 32463 32465 31887 0 -1 64 2 3107 0 0 0 0 90 6 18 0 9 0 27397014 889278464 86182 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32472] ppid=32463 vsize=868436 CPUtime=1.42
/proc/32465/task/32472/stat : 32472 (java) S 32463 32465 31887 0 -1 64 1047 3107 0 0 45 1 90 6 16 0 9 0 27397014 889278464 86182 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32473] ppid=32463 vsize=868436 CPUtime=0.96
/proc/32465/task/32473/stat : 32473 (java) S 32463 32465 31887 0 -1 64 1 3107 0 0 0 0 90 6 19 0 9 0 27397014 889278464 86182 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32474] ppid=32463 vsize=868436 CPUtime=0.96
/proc/32465/task/32474/stat : 32474 (java) S 32463 32465 31887 0 -1 64 14 3107 0 0 0 0 90 6 15 0 9 0 27397014 889278464 86182 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1654.56
Current children cumulated vsize (KiB) 868436

[startup+1722.3 s]
/proc/loadavg: 2.07 2.05 1.97 3/89 32525
/proc/meminfo: memFree=1377048/2055920 swapFree=4192812/4192956
[pid=32465] ppid=32463 vsize=868436 CPUtime=1714.54
/proc/32465/stat : 32465 (java) S 32463 32465 31887 0 -1 0 138118 3107 1 0 171162 196 90 6 18 0 9 0 27397009 889278464 86182 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32465/statm: 217109 86182 2662 9 0 211545 0
[pid=32465/tid=32467] ppid=32463 vsize=868436 CPUtime=1711.53
/proc/32465/task/32467/stat : 32467 (java) R 32463 32465 31887 0 -1 64 28885 3107 1 0 170902 155 90 6 25 0 9 0 27397010 889278464 86182 996147200 134512640 134550932 4294955968 18446744073709551615 4127397317 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32465/tid=32468] ppid=32463 vsize=868436 CPUtime=3.47
/proc/32465/task/32468/stat : 32468 (java) S 32463 32465 31887 0 -1 64 107324 3107 0 0 214 37 90 6 16 0 9 0 27397011 889278464 86182 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32469] ppid=32463 vsize=868436 CPUtime=0.96
/proc/32465/task/32469/stat : 32469 (java) S 32463 32465 31887 0 -1 64 18 3107 0 0 0 0 90 6 15 0 9 0 27397012 889278464 86182 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32470] ppid=32463 vsize=868436 CPUtime=0.96
/proc/32465/task/32470/stat : 32470 (java) S 32463 32465 31887 0 -1 64 20 3107 0 0 0 0 90 6 16 0 9 0 27397012 889278464 86182 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32471] ppid=32463 vsize=868436 CPUtime=0.96
/proc/32465/task/32471/stat : 32471 (java) S 32463 32465 31887 0 -1 64 2 3107 0 0 0 0 90 6 18 0 9 0 27397014 889278464 86182 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32472] ppid=32463 vsize=868436 CPUtime=1.42
/proc/32465/task/32472/stat : 32472 (java) S 32463 32465 31887 0 -1 64 1047 3107 0 0 45 1 90 6 16 0 9 0 27397014 889278464 86182 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32473] ppid=32463 vsize=868436 CPUtime=0.96
/proc/32465/task/32473/stat : 32473 (java) S 32463 32465 31887 0 -1 64 1 3107 0 0 0 0 90 6 19 0 9 0 27397014 889278464 86182 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32474] ppid=32463 vsize=868436 CPUtime=0.96
/proc/32465/task/32474/stat : 32474 (java) S 32463 32465 31887 0 -1 64 14 3107 0 0 0 0 90 6 15 0 9 0 27397014 889278464 86182 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1714.54
Current children cumulated vsize (KiB) 868436

[startup+1782.3 s]
/proc/loadavg: 2.02 2.04 1.97 3/89 32525
/proc/meminfo: memFree=1376920/2055920 swapFree=4192812/4192956
[pid=32465] ppid=32463 vsize=868436 CPUtime=1774.52
/proc/32465/stat : 32465 (java) S 32463 32465 31887 0 -1 0 138118 3107 1 0 177159 197 90 6 18 0 9 0 27397009 889278464 86182 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32465/statm: 217109 86182 2662 9 0 211545 0
[pid=32465/tid=32467] ppid=32463 vsize=868436 CPUtime=1771.5
/proc/32465/task/32467/stat : 32467 (java) R 32463 32465 31887 0 -1 64 28885 3107 1 0 176899 155 90 6 25 0 9 0 27397010 889278464 86182 996147200 134512640 134550932 4294955968 18446744073709551615 4126946896 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32465/tid=32468] ppid=32463 vsize=868436 CPUtime=3.47
/proc/32465/task/32468/stat : 32468 (java) S 32463 32465 31887 0 -1 64 107324 3107 0 0 214 37 90 6 16 0 9 0 27397011 889278464 86182 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32469] ppid=32463 vsize=868436 CPUtime=0.96
/proc/32465/task/32469/stat : 32469 (java) S 32463 32465 31887 0 -1 64 18 3107 0 0 0 0 90 6 15 0 9 0 27397012 889278464 86182 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32470] ppid=32463 vsize=868436 CPUtime=0.96
/proc/32465/task/32470/stat : 32470 (java) S 32463 32465 31887 0 -1 64 20 3107 0 0 0 0 90 6 16 0 9 0 27397012 889278464 86182 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32471] ppid=32463 vsize=868436 CPUtime=0.96
/proc/32465/task/32471/stat : 32471 (java) S 32463 32465 31887 0 -1 64 2 3107 0 0 0 0 90 6 18 0 9 0 27397014 889278464 86182 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32472] ppid=32463 vsize=868436 CPUtime=1.42
/proc/32465/task/32472/stat : 32472 (java) S 32463 32465 31887 0 -1 64 1047 3107 0 0 45 1 90 6 16 0 9 0 27397014 889278464 86182 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32473] ppid=32463 vsize=868436 CPUtime=0.96
/proc/32465/task/32473/stat : 32473 (java) S 32463 32465 31887 0 -1 64 1 3107 0 0 0 0 90 6 19 0 9 0 27397014 889278464 86182 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32474] ppid=32463 vsize=868436 CPUtime=0.96
/proc/32465/task/32474/stat : 32474 (java) S 32463 32465 31887 0 -1 64 14 3107 0 0 0 0 90 6 15 0 9 0 27397014 889278464 86182 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1774.52
Current children cumulated vsize (KiB) 868436



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.8 s]
/proc/loadavg: 2.02 2.04 1.97 3/89 32525
/proc/meminfo: memFree=1376920/2055920 swapFree=4192812/4192956
[pid=32465] ppid=32463 vsize=868436 CPUtime=1800.01
/proc/32465/stat : 32465 (java) S 32463 32465 31887 0 -1 0 138118 3107 1 0 179708 197 90 6 18 0 9 0 27397009 889278464 86182 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32465/statm: 217109 86182 2662 9 0 211545 0
[pid=32465/tid=32467] ppid=32463 vsize=868436 CPUtime=1796.99
/proc/32465/task/32467/stat : 32467 (java) R 32463 32465 31887 0 -1 64 28885 3107 1 0 179448 155 90 6 25 0 9 0 27397010 889278464 86182 996147200 134512640 134550932 4294955968 18446744073709551615 4127384794 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32465/tid=32468] ppid=32463 vsize=868436 CPUtime=3.47
/proc/32465/task/32468/stat : 32468 (java) S 32463 32465 31887 0 -1 64 107324 3107 0 0 214 37 90 6 16 0 9 0 27397011 889278464 86182 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32469] ppid=32463 vsize=868436 CPUtime=0.96
/proc/32465/task/32469/stat : 32469 (java) S 32463 32465 31887 0 -1 64 18 3107 0 0 0 0 90 6 15 0 9 0 27397012 889278464 86182 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32470] ppid=32463 vsize=868436 CPUtime=0.96
/proc/32465/task/32470/stat : 32470 (java) S 32463 32465 31887 0 -1 64 20 3107 0 0 0 0 90 6 16 0 9 0 27397012 889278464 86182 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32471] ppid=32463 vsize=868436 CPUtime=0.96
/proc/32465/task/32471/stat : 32471 (java) S 32463 32465 31887 0 -1 64 2 3107 0 0 0 0 90 6 18 0 9 0 27397014 889278464 86182 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32472] ppid=32463 vsize=868436 CPUtime=1.42
/proc/32465/task/32472/stat : 32472 (java) S 32463 32465 31887 0 -1 64 1047 3107 0 0 45 1 90 6 16 0 9 0 27397014 889278464 86182 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32473] ppid=32463 vsize=868436 CPUtime=0.96
/proc/32465/task/32473/stat : 32473 (java) S 32463 32465 31887 0 -1 64 1 3107 0 0 0 0 90 6 19 0 9 0 27397014 889278464 86182 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32465/tid=32474] ppid=32463 vsize=868436 CPUtime=0.96
/proc/32465/task/32474/stat : 32474 (java) R 32463 32465 31887 0 -1 64 14 3107 0 0 0 0 90 6 15 0 9 0 27397014 889278464 86182 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 868436

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

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

[startup+1807.91 s]
/proc/loadavg: 2.02 2.04 1.97 3/89 32525
/proc/meminfo: memFree=1376920/2055920 swapFree=4192812/4192956
[pid=32465] ppid=32463 vsize=0 CPUtime=1800.12
/proc/32465/stat : 32465 (java) Z 32463 32465 31887 0 -1 1036 138146 3107 1 0 179714 202 90 6 16 0 2 0 27397009 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32465/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1807.91
CPU time (s): 1800.13
CPU user time (s): 1798.04
CPU system time (s): 2.08668
CPU usage (%): 99.5695
Max. virtual memory (cumulated for all children) (KiB): 886972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.04
system time used= 2.08668
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 141253
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= 38508
involuntary context switches= 52845

runsolver used 2.6416 second user time and 5.59015 second system time

The end

Launcher Data

Begin job on node69 at 2009-07-12 14:55:43
IDJOB=2094305
IDBENCH=54123
IDSOLVER=773
FILE ID=node69/2094305-1247403343
PBS_JOBID= 9510510
Free space on /tmp= 66500 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-7.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2094305-1247403343/watcher-2094305-1247403343 -o /tmp/evaluation-result-2094305-1247403343/solver-2094305-1247403343 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2094305-1247403343.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= da04246eb2c7c2038e1553efee1f24d9
RANDOM SEED=1675277135

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1744720 kB
Buffers:         32224 kB
Cached:         115540 kB
SwapCached:          0 kB
Active:         199220 kB
Inactive:        55392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1744720 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6784 kB
Writeback:           0 kB
Mapped:         127352 kB
Slab:            41524 kB
Committed_AS:  1002840 kB
PageTables:       2080 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= 66492 MiB
End job on node69 at 2009-07-12 15:25:53