Trace number 1095224

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.13 1808.84

General information on the benchmark

Namecsp/rand-3-28-28-fcd/
normalized-rand-3-28-28-93-632-fcd-27_ext.xml
MD5SUM322a02fea4842600907d0dc52f077adf
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints93
Maximum constraint arity3
Maximum domain size28
Number of constraints which are defined in extension93
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.07	
0.00/0.07	Abscon 112 (May, 2008)
0.10/0.19	
0.10/0.19	   configuration
0.10/0.19	     name=esac.xml
0.22/0.23	   
0.22/0.23	   instance
0.22/0.23	     name=HOME/instance-1095224-1215253113.xml
0.22/0.26	   
0.22/0.26	   domains being loaded...
0.22/0.27	   
0.22/0.27	   variables being loaded...
0.33/0.30	     nbVariables=28  nbDomainTypes=1  minDomainSize=28  maxDomainSize=28  nbTotalValues=784
0.33/0.30	       =>  wckTime=0.099  cpuTime=0.09  mem=7M919
0.33/0.30	   
0.33/0.30	   relations being loaded...
1.15/1.19	   
1.15/1.19	   constraints being loaded...
2.01/2.00	     nbConstraints=92  nbRelationTypes=93  nbGlobalConstraints=92  nbMergedConstraints=1  nbExtensionStructures=92
2.01/2.00	     nbSharedExtensionStructures=0  nbConflictsStructures=92  nbSharedConflictsStructures=0
2.01/2.00	     nbSharedBinaryRepresentations=0  minDegree=6  maxDegree=13  minArity=3  maxArity=3  nbGenerators=0  nbFusions=0
2.01/2.00	     symmetryWckTime=0.059  symmetryCpuTime=0.03
2.01/2.00	       =>  wckTime=1.802  cpuTime=1.42  mem=62M423
2.23/2.21	   
2.23/2.21	   solver IterativeSystematicSolver being built... 
2.23/2.28	   
2.23/2.28	   INFO : Forward propagation technique limited 
2.33/2.35	       =>  wckTime=2.151  cpuTime=1.53  mem=63M952
2.72/2.72	   
2.72/2.72	   preprocessing
2.72/2.72	     nbConstraintChecks=0  nbValidityChecks=5453566  nbPropagations=256  nbRevisions=0  nbUselessRevisions=0
2.72/2.72	     nbSingletonTests=39  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0
2.72/2.72	     detectedInconsistency=no
2.72/2.72	       =>  wckTime=0.368  cpuTime=0.34  mem=64M960
4.31/4.35	   
4.31/4.35	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=65M984)

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-1095224-1215253113/watcher-1095224-1215253113 -o /tmp/evaluation-result-1095224-1215253113/solver-1095224-1215253113 -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-1095224-1215253113.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.06 2.12 2.08 3/88 16991
/proc/meminfo: memFree=1352904/2055920 swapFree=4179164/4192956
[pid=16991] ppid=16989 vsize=272 CPUtime=0
/proc/16991/stat : 16991 (java) D 16989 16991 15366 0 -1 0 217 0 0 0 0 0 0 0 20 0 1 0 136992020 278528 37 996147200 134512640 134550740 4294955968 18446744073709551615 11768612 0 2147483391 4096 0 18446744072099855350 0 0 17 0 0 0
/proc/16991/statm: 68 37 28 9 0 6 0

[startup+0.102076 s]
/proc/loadavg: 2.06 2.12 2.08 3/88 16991
/proc/meminfo: memFree=1352904/2055920 swapFree=4179164/4192956
[pid=16991] ppid=16989 vsize=866716 CPUtime=0.1
/proc/16991/stat : 16991 (java) S 16989 16991 15366 0 -1 0 4007 0 1 0 9 1 0 0 20 0 9 0 136992020 887517184 3447 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16991/statm: 216679 3448 1786 9 0 211234 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 866716

[startup+0.201091 s]
/proc/loadavg: 2.06 2.12 2.08 3/88 16991
/proc/meminfo: memFree=1352904/2055920 swapFree=4179164/4192956
[pid=16991] ppid=16989 vsize=866852 CPUtime=0.22
/proc/16991/stat : 16991 (java) S 16989 16991 15366 0 -1 0 5298 0 1 0 20 2 0 0 20 0 9 0 136992020 887656448 4724 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16991/statm: 216713 4724 1863 9 0 211261 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 866852

[startup+0.301105 s]
/proc/loadavg: 2.06 2.12 2.08 3/88 16991
/proc/meminfo: memFree=1352904/2055920 swapFree=4179164/4192956
[pid=16991] ppid=16989 vsize=866932 CPUtime=0.33
/proc/16991/stat : 16991 (java) S 16989 16991 15366 0 -1 0 6494 0 1 0 30 3 0 0 20 0 9 0 136992020 887738368 5864 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16991/statm: 216733 5864 1966 9 0 211261 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 866932

[startup+0.701149 s]
/proc/loadavg: 2.06 2.12 2.08 3/88 16991
/proc/meminfo: memFree=1352904/2055920 swapFree=4179164/4192956
[pid=16991] ppid=16989 vsize=866932 CPUtime=0.74
/proc/16991/stat : 16991 (java) S 16989 16991 15366 0 -1 0 16065 0 1 0 66 8 0 0 20 0 9 0 136992020 887738368 15435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16991/statm: 216733 15435 1969 9 0 211261 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 866932

[startup+1.50224 s]
/proc/loadavg: 2.06 2.12 2.08 3/97 17000
/proc/meminfo: memFree=1285248/2055920 swapFree=4179164/4192956
[pid=16991] ppid=16989 vsize=866932 CPUtime=1.54
/proc/16991/stat : 16991 (java) S 16989 16991 15366 0 -1 0 23743 0 1 0 143 11 0 0 20 0 9 0 136992020 887738368 23094 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16991/statm: 216733 23094 1996 9 0 211261 0
[pid=16991/tid=16993] ppid=16989 vsize=866932 CPUtime=1.25
/proc/16991/task/16993/stat : 16993 (java) R 16989 16991 15366 0 -1 64 15709 0 1 0 118 7 0 0 25 0 9 0 136992021 887738368 23094 996147200 134512640 134550740 4294955968 18446744073709551615 4126686641 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16991/tid=16994] ppid=16989 vsize=866932 CPUtime=0.14
/proc/16991/task/16994/stat : 16994 (java) S 16989 16991 15366 0 -1 64 6959 0 0 0 12 2 0 0 16 0 9 0 136992022 887738368 23094 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16991/tid=16995] ppid=16989 vsize=866932 CPUtime=0
/proc/16991/task/16995/stat : 16995 (java) S 16989 16991 15366 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 136992023 887738368 23094 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16991/tid=16996] ppid=16989 vsize=866932 CPUtime=0
/proc/16991/task/16996/stat : 16996 (java) S 16989 16991 15366 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 136992023 887738368 23094 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16991/tid=16997] ppid=16989 vsize=866932 CPUtime=0
/proc/16991/task/16997/stat : 16997 (java) S 16989 16991 15366 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 136992024 887738368 23094 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16991/tid=16998] ppid=16989 vsize=866932 CPUtime=0.11
/proc/16991/task/16998/stat : 16998 (java) S 16989 16991 15366 0 -1 64 379 0 0 0 11 0 0 0 16 0 9 0 136992024 887738368 23094 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16991/tid=16999] ppid=16989 vsize=866932 CPUtime=0
/proc/16991/task/16999/stat : 16999 (java) S 16989 16991 15366 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 136992024 887738368 23094 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16991/tid=17000] ppid=16989 vsize=866932 CPUtime=0
/proc/16991/task/17000/stat : 17000 (java) S 16989 16991 15366 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 136992024 887738368 23094 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.54
Current children cumulated vsize (KiB) 866932

[startup+3.10243 s]
/proc/loadavg: 2.06 2.12 2.08 4/97 17004
/proc/meminfo: memFree=1241792/2055920 swapFree=4179164/4192956
[pid=16991] ppid=16989 vsize=867448 CPUtime=3.12
/proc/16991/stat : 16991 (java) S 16989 16991 15366 0 -1 0 46625 276 1 0 294 17 0 1 20 0 9 0 136992020 888266752 31336 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16991/statm: 216862 31336 2634 9 0 211368 0
[pid=16991/tid=16993] ppid=16989 vsize=867448 CPUtime=2.42
/proc/16991/task/16993/stat : 16993 (java) R 16989 16991 15366 0 -1 64 19783 276 1 0 233 8 0 1 25 0 9 0 136992021 888266752 31336 996147200 134512640 134550740 4294955968 18446744073709551615 4126827522 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16991/tid=16994] ppid=16989 vsize=867448 CPUtime=0.47
/proc/16991/task/16994/stat : 16994 (java) S 16989 16991 15366 0 -1 64 25408 276 0 0 40 6 0 1 18 0 9 0 136992022 888266752 31336 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16991/tid=16995] ppid=16989 vsize=867448 CPUtime=0.01
/proc/16991/task/16995/stat : 16995 (java) S 16989 16991 15366 0 -1 64 18 276 0 0 0 0 0 1 17 0 9 0 136992023 888266752 31336 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16991/tid=16996] ppid=16989 vsize=867448 CPUtime=0.01
/proc/16991/task/16996/stat : 16996 (java) S 16989 16991 15366 0 -1 64 9 276 0 0 0 0 0 1 16 0 9 0 136992023 888266752 31336 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16991/tid=16997] ppid=16989 vsize=867448 CPUtime=0.01
/proc/16991/task/16997/stat : 16997 (java) S 16989 16991 15366 0 -1 64 1 276 0 0 0 0 0 1 25 0 9 0 136992024 888266752 31336 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16991/tid=16998] ppid=16989 vsize=867448 CPUtime=0.2
/proc/16991/task/16998/stat : 16998 (java) S 16989 16991 15366 0 -1 64 587 276 0 0 19 0 0 1 15 0 9 0 136992024 888266752 31336 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16991/tid=16999] ppid=16989 vsize=867448 CPUtime=0.01
/proc/16991/task/16999/stat : 16999 (java) S 16989 16991 15366 0 -1 64 1 276 0 0 0 0 0 1 25 0 9 0 136992024 888266752 31336 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16991/tid=17000] ppid=16989 vsize=867448 CPUtime=0.01
/proc/16991/task/17000/stat : 17000 (java) S 16989 16991 15366 0 -1 64 5 276 0 0 0 0 0 1 15 0 9 0 136992024 888266752 31336 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 867448

[startup+6.30178 s]
/proc/loadavg: 2.14 2.13 2.09 3/97 17004
/proc/meminfo: memFree=1234048/2055920 swapFree=4179164/4192956
[pid=16991] ppid=16989 vsize=867448 CPUtime=6.3
/proc/16991/stat : 16991 (java) S 16989 16991 15366 0 -1 0 46662 276 1 0 612 17 0 1 20 0 9 0 136992020 888266752 31354 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16991/statm: 216862 31354 2634 9 0 211368 0
[pid=16991/tid=16993] ppid=16989 vsize=867448 CPUtime=5.58
/proc/16991/task/16993/stat : 16993 (java) R 16989 16991 15366 0 -1 64 19801 276 1 0 548 9 0 1 17 0 9 0 136992021 888266752 31354 996147200 134512640 134550740 4294955968 18446744073709551615 4126836726 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16991/tid=16994] ppid=16989 vsize=867448 CPUtime=0.47
/proc/16991/task/16994/stat : 16994 (java) S 16989 16991 15366 0 -1 64 25408 276 0 0 40 6 0 1 16 0 9 0 136992022 888266752 31354 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16991/tid=16995] ppid=16989 vsize=867448 CPUtime=0.01
/proc/16991/task/16995/stat : 16995 (java) S 16989 16991 15366 0 -1 64 18 276 0 0 0 0 0 1 17 0 9 0 136992023 888266752 31354 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16991/tid=16996] ppid=16989 vsize=867448 CPUtime=0.01
/proc/16991/task/16996/stat : 16996 (java) S 16989 16991 15366 0 -1 64 9 276 0 0 0 0 0 1 16 0 9 0 136992023 888266752 31354 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16991/tid=16997] ppid=16989 vsize=867448 CPUtime=0.01
/proc/16991/task/16997/stat : 16997 (java) S 16989 16991 15366 0 -1 64 1 276 0 0 0 0 0 1 25 0 9 0 136992024 888266752 31354 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16991/tid=16998] ppid=16989 vsize=867448 CPUtime=0.23
/proc/16991/task/16998/stat : 16998 (java) S 16989 16991 15366 0 -1 64 606 276 0 0 22 0 0 1 15 0 9 0 136992024 888266752 31354 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16991/tid=16999] ppid=16989 vsize=867448 CPUtime=0.01
/proc/16991/task/16999/stat : 16999 (java) S 16989 16991 15366 0 -1 64 1 276 0 0 0 0 0 1 25 0 9 0 136992024 888266752 31354 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16991/tid=17000] ppid=16989 vsize=867448 CPUtime=0.01
/proc/16991/task/17000/stat : 17000 (java) S 16989 16991 15366 0 -1 64 5 276 0 0 0 0 0 1 15 0 9 0 136992024 888266752 31354 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 867448

[startup+12.7015 s]
/proc/loadavg: 2.20 2.14 2.09 3/97 17004
/proc/meminfo: memFree=1229632/2055920 swapFree=4179164/4192956
[pid=16991] ppid=16989 vsize=867448 CPUtime=12.66
/proc/16991/stat : 16991 (java) S 16989 16991 15366 0 -1 0 46686 276 1 0 1247 18 0 1 20 0 9 0 136992020 888266752 31365 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16991/statm: 216862 31365 2634 9 0 211368 0
[pid=16991/tid=16993] ppid=16989 vsize=867448 CPUtime=11.92
/proc/16991/task/16993/stat : 16993 (java) R 16989 16991 15366 0 -1 64 19813 276 1 0 1182 9 0 1 21 0 9 0 136992021 888266752 31365 996147200 134512640 134550740 4294955968 18446744073709551615 4126827522 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16991/tid=16994] ppid=16989 vsize=867448 CPUtime=0.47
/proc/16991/task/16994/stat : 16994 (java) S 16989 16991 15366 0 -1 64 25408 276 0 0 40 6 0 1 16 0 9 0 136992022 888266752 31365 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16991/tid=16995] ppid=16989 vsize=867448 CPUtime=0.01
/proc/16991/task/16995/stat : 16995 (java) S 16989 16991 15366 0 -1 64 18 276 0 0 0 0 0 1 17 0 9 0 136992023 888266752 31365 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16991/tid=16996] ppid=16989 vsize=867448 CPUtime=0.01
/proc/16991/task/16996/stat : 16996 (java) S 16989 16991 15366 0 -1 64 9 276 0 0 0 0 0 1 16 0 9 0 136992023 888266752 31365 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16991/tid=16997] ppid=16989 vsize=867448 CPUtime=0.01
/proc/16991/task/16997/stat : 16997 (java) S 16989 16991 15366 0 -1 64 1 276 0 0 0 0 0 1 25 0 9 0 136992024 888266752 31365 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16991/tid=16998] ppid=16989 vsize=867448 CPUtime=0.24
/proc/16991/task/16998/stat : 16998 (java) S 16989 16991 15366 0 -1 64 618 276 0 0 23 0 0 1 17 0 9 0 136992024 888266752 31365 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16991/tid=16999] ppid=16989 vsize=867448 CPUtime=0.01
/proc/16991/task/16999/stat : 16999 (java) S 16989 16991 15366 0 -1 64 1 276 0 0 0 0 0 1 25 0 9 0 136992024 888266752 31365 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16991/tid=17000] ppid=16989 vsize=867448 CPUtime=0.01
/proc/16991/task/17000/stat : 17000 (java) S 16989 16991 15366 0 -1 64 5 276 0 0 0 0 0 1 15 0 9 0 136992024 888266752 31365 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) 867448

[startup+25.5029 s]
/proc/loadavg: 2.16 2.14 2.09 3/97 17004
/proc/meminfo: memFree=1220928/2055920 swapFree=4179164/4192956
[pid=16991] ppid=16989 vsize=867448 CPUtime=25.4
/proc/16991/stat : 16991 (java) S 16989 16991 15366 0 -1 0 46712 276 1 0 2521 18 0 1 20 0 9 0 136992020 888266752 31367 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16991/statm: 216862 31367 2634 9 0 211368 0
[pid=16991/tid=16993] ppid=16989 vsize=867448 CPUtime=24.66
/proc/16991/task/16993/stat : 16993 (java) R 16989 16991 15366 0 -1 64 19834 276 1 0 2455 10 0 1 25 0 9 0 136992021 888266752 31367 996147200 134512640 134550740 4294955968 18446744073709551615 4126827522 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16991/tid=16994] ppid=16989 vsize=867448 CPUtime=0.47
/proc/16991/task/16994/stat : 16994 (java) S 16989 16991 15366 0 -1 64 25408 276 0 0 40 6 0 1 16 0 9 0 136992022 888266752 31367 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16991/tid=16995] ppid=16989 vsize=867448 CPUtime=0.01
/proc/16991/task/16995/stat : 16995 (java) S 16989 16991 15366 0 -1 64 18 276 0 0 0 0 0 1 17 0 9 0 136992023 888266752 31367 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16991/tid=16996] ppid=16989 vsize=867448 CPUtime=0.01
/proc/16991/task/16996/stat : 16996 (java) S 16989 16991 15366 0 -1 64 9 276 0 0 0 0 0 1 16 0 9 0 136992023 888266752 31367 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16991/tid=16997] ppid=16989 vsize=867448 CPUtime=0.01
/proc/16991/task/16997/stat : 16997 (java) S 16989 16991 15366 0 -1 64 1 276 0 0 0 0 0 1 25 0 9 0 136992024 888266752 31367 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16991/tid=16998] ppid=16989 vsize=867448 CPUtime=0.25
/proc/16991/task/16998/stat : 16998 (java) S 16989 16991 15366 0 -1 64 623 276 0 0 24 0 0 1 17 0 9 0 136992024 888266752 31367 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16991/tid=16999] ppid=16989 vsize=867448 CPUtime=0.01
/proc/16991/task/16999/stat : 16999 (java) S 16989 16991 15366 0 -1 64 1 276 0 0 0 0 0 1 25 0 9 0 136992024 888266752 31367 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16991/tid=17000] ppid=16989 vsize=867448 CPUtime=0.01
/proc/16991/task/17000/stat : 17000 (java) S 16989 16991 15366 0 -1 64 5 276 0 0 0 0 0 1 15 0 9 0 136992024 888266752 31367 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 867448

[startup+51.1028 s]
/proc/loadavg: 2.10 2.12 2.09 3/89 17005
/proc/meminfo: memFree=1440256/2055920 swapFree=4179164/4192956
[pid=16991] ppid=16989 vsize=867448 CPUtime=50.87
/proc/16991/stat : 16991 (java) S 16989 16991 15366 0 -1 0 46764 276 1 0 5067 19 0 1 20 0 9 0 136992020 888266752 31368 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16991/statm: 216862 31368 2634 9 0 211368 0
[pid=16991/tid=16993] ppid=16989 vsize=867448 CPUtime=50.12
/proc/16991/task/16993/stat : 16993 (java) R 16989 16991 15366 0 -1 64 19885 276 1 0 5001 10 0 1 25 0 9 0 136992021 888266752 31368 996147200 134512640 134550740 4294955968 18446744073709551615 4126827522 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16991/tid=16994] ppid=16989 vsize=867448 CPUtime=0.47
/proc/16991/task/16994/stat : 16994 (java) S 16989 16991 15366 0 -1 64 25408 276 0 0 40 6 0 1 16 0 9 0 136992022 888266752 31368 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16991/tid=16995] ppid=16989 vsize=867448 CPUtime=0.01
/proc/16991/task/16995/stat : 16995 (java) S 16989 16991 15366 0 -1 64 18 276 0 0 0 0 0 1 17 0 9 0 136992023 888266752 31368 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16991/tid=16996] ppid=16989 vsize=867448 CPUtime=0.01
/proc/16991/task/16996/stat : 16996 (java) S 16989 16991 15366 0 -1 64 9 276 0 0 0 0 0 1 16 0 9 0 136992023 888266752 31368 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16991/tid=16997] ppid=16989 vsize=867448 CPUtime=0.01
/proc/16991/task/16997/stat : 16997 (java) S 16989 16991 15366 0 -1 64 1 276 0 0 0 0 0 1 25 0 9 0 136992024 888266752 31368 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16991/tid=16998] ppid=16989 vsize=867448 CPUtime=0.25
/proc/16991/task/16998/stat : 16998 (java) S 16989 16991 15366 0 -1 64 624 276 0 0 24 0 0 1 16 0 9 0 136992024 888266752 31368 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16991/tid=16999] ppid=16989 vsize=867448 CPUtime=0.01

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

/proc/16991/task/16996/stat : 16996 (java) S 16989 16991 15366 0 -1 64 9 276 0 0 0 0 0 1 16 0 9 0 136992023 888266752 31371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16991/tid=16997] ppid=16989 vsize=867448 CPUtime=0.01
/proc/16991/task/16997/stat : 16997 (java) S 16989 16991 15366 0 -1 64 1 276 0 0 0 0 0 1 25 0 9 0 136992024 888266752 31371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16991/tid=16998] ppid=16989 vsize=867448 CPUtime=0.26
/proc/16991/task/16998/stat : 16998 (java) S 16989 16991 15366 0 -1 64 627 276 0 0 25 0 0 1 16 0 9 0 136992024 888266752 31371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16991/tid=16999] ppid=16989 vsize=867448 CPUtime=0.01
/proc/16991/task/16999/stat : 16999 (java) S 16989 16991 15366 0 -1 64 1 276 0 0 0 0 0 1 25 0 9 0 136992024 888266752 31371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16991/tid=17000] ppid=16989 vsize=867448 CPUtime=0.01
/proc/16991/task/17000/stat : 17000 (java) S 16989 16991 15366 0 -1 64 5 276 0 0 0 0 0 1 15 0 9 0 136992024 888266752 31371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1534.88
Current children cumulated vsize (KiB) 867448

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 17005
/proc/meminfo: memFree=1187136/2055920 swapFree=4179164/4192956
[pid=16991] ppid=16989 vsize=867448 CPUtime=1594.59
/proc/16991/stat : 16991 (java) S 16989 16991 15366 0 -1 0 48833 276 1 0 159438 20 0 1 20 0 9 0 136992020 888266752 31371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16991/statm: 216862 31371 2634 9 0 211368 0
[pid=16991/tid=16993] ppid=16989 vsize=867448 CPUtime=1593.85
/proc/16991/task/16993/stat : 16993 (java) R 16989 16991 15366 0 -1 64 21951 276 1 0 159372 12 0 1 25 0 9 0 136992021 888266752 31371 996147200 134512640 134550740 4294955968 18446744073709551615 4126827522 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16991/tid=16994] ppid=16989 vsize=867448 CPUtime=0.47
/proc/16991/task/16994/stat : 16994 (java) S 16989 16991 15366 0 -1 64 25408 276 0 0 40 6 0 1 16 0 9 0 136992022 888266752 31371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16991/tid=16995] ppid=16989 vsize=867448 CPUtime=0.01
/proc/16991/task/16995/stat : 16995 (java) S 16989 16991 15366 0 -1 64 18 276 0 0 0 0 0 1 17 0 9 0 136992023 888266752 31371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16991/tid=16996] ppid=16989 vsize=867448 CPUtime=0.01
/proc/16991/task/16996/stat : 16996 (java) S 16989 16991 15366 0 -1 64 9 276 0 0 0 0 0 1 16 0 9 0 136992023 888266752 31371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16991/tid=16997] ppid=16989 vsize=867448 CPUtime=0.01
/proc/16991/task/16997/stat : 16997 (java) S 16989 16991 15366 0 -1 64 1 276 0 0 0 0 0 1 25 0 9 0 136992024 888266752 31371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16991/tid=16998] ppid=16989 vsize=867448 CPUtime=0.26
/proc/16991/task/16998/stat : 16998 (java) S 16989 16991 15366 0 -1 64 627 276 0 0 25 0 0 1 16 0 9 0 136992024 888266752 31371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16991/tid=16999] ppid=16989 vsize=867448 CPUtime=0.01
/proc/16991/task/16999/stat : 16999 (java) S 16989 16991 15366 0 -1 64 1 276 0 0 0 0 0 1 25 0 9 0 136992024 888266752 31371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16991/tid=17000] ppid=16989 vsize=867448 CPUtime=0.01
/proc/16991/task/17000/stat : 17000 (java) S 16989 16991 15366 0 -1 64 5 276 0 0 0 0 0 1 15 0 9 0 136992024 888266752 31371 996147200 134512640 134550740 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) 867448

[startup+1662.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/89 17005
/proc/meminfo: memFree=1176832/2055920 swapFree=4179164/4192956
[pid=16991] ppid=16989 vsize=867448 CPUtime=1654.31
/proc/16991/stat : 16991 (java) S 16989 16991 15366 0 -1 0 48914 276 1 0 165409 21 0 1 20 0 9 0 136992020 888266752 31371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16991/statm: 216862 31371 2634 9 0 211368 0
[pid=16991/tid=16993] ppid=16989 vsize=867448 CPUtime=1653.55
/proc/16991/task/16993/stat : 16993 (java) R 16989 16991 15366 0 -1 64 22032 276 1 0 165342 12 0 1 25 0 9 0 136992021 888266752 31371 996147200 134512640 134550740 4294955968 18446744073709551615 4126618132 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16991/tid=16994] ppid=16989 vsize=867448 CPUtime=0.47
/proc/16991/task/16994/stat : 16994 (java) S 16989 16991 15366 0 -1 64 25408 276 0 0 40 6 0 1 16 0 9 0 136992022 888266752 31371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16991/tid=16995] ppid=16989 vsize=867448 CPUtime=0.01
/proc/16991/task/16995/stat : 16995 (java) S 16989 16991 15366 0 -1 64 18 276 0 0 0 0 0 1 17 0 9 0 136992023 888266752 31371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16991/tid=16996] ppid=16989 vsize=867448 CPUtime=0.01
/proc/16991/task/16996/stat : 16996 (java) S 16989 16991 15366 0 -1 64 9 276 0 0 0 0 0 1 16 0 9 0 136992023 888266752 31371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16991/tid=16997] ppid=16989 vsize=867448 CPUtime=0.01
/proc/16991/task/16997/stat : 16997 (java) S 16989 16991 15366 0 -1 64 1 276 0 0 0 0 0 1 25 0 9 0 136992024 888266752 31371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16991/tid=16998] ppid=16989 vsize=867448 CPUtime=0.26
/proc/16991/task/16998/stat : 16998 (java) S 16989 16991 15366 0 -1 64 627 276 0 0 25 0 0 1 16 0 9 0 136992024 888266752 31371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16991/tid=16999] ppid=16989 vsize=867448 CPUtime=0.01
/proc/16991/task/16999/stat : 16999 (java) S 16989 16991 15366 0 -1 64 1 276 0 0 0 0 0 1 25 0 9 0 136992024 888266752 31371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16991/tid=17000] ppid=16989 vsize=867448 CPUtime=0.01
/proc/16991/task/17000/stat : 17000 (java) S 16989 16991 15366 0 -1 64 5 276 0 0 0 0 0 1 15 0 9 0 136992024 888266752 31371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1654.31
Current children cumulated vsize (KiB) 867448

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/89 17005
/proc/meminfo: memFree=1163968/2055920 swapFree=4179164/4192956
[pid=16991] ppid=16989 vsize=867448 CPUtime=1714.02
/proc/16991/stat : 16991 (java) S 16989 16991 15366 0 -1 0 48999 276 1 0 171380 21 0 1 20 0 9 0 136992020 888266752 31371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16991/statm: 216862 31371 2634 9 0 211368 0
[pid=16991/tid=16993] ppid=16989 vsize=867448 CPUtime=1713.27
/proc/16991/task/16993/stat : 16993 (java) R 16989 16991 15366 0 -1 64 22117 276 1 0 171314 12 0 1 25 0 9 0 136992021 888266752 31371 996147200 134512640 134550740 4294955968 18446744073709551615 4126827355 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16991/tid=16994] ppid=16989 vsize=867448 CPUtime=0.47
/proc/16991/task/16994/stat : 16994 (java) S 16989 16991 15366 0 -1 64 25408 276 0 0 40 6 0 1 16 0 9 0 136992022 888266752 31371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16991/tid=16995] ppid=16989 vsize=867448 CPUtime=0.01
/proc/16991/task/16995/stat : 16995 (java) S 16989 16991 15366 0 -1 64 18 276 0 0 0 0 0 1 17 0 9 0 136992023 888266752 31371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16991/tid=16996] ppid=16989 vsize=867448 CPUtime=0.01
/proc/16991/task/16996/stat : 16996 (java) S 16989 16991 15366 0 -1 64 9 276 0 0 0 0 0 1 16 0 9 0 136992023 888266752 31371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16991/tid=16997] ppid=16989 vsize=867448 CPUtime=0.01
/proc/16991/task/16997/stat : 16997 (java) S 16989 16991 15366 0 -1 64 1 276 0 0 0 0 0 1 25 0 9 0 136992024 888266752 31371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16991/tid=16998] ppid=16989 vsize=867448 CPUtime=0.26
/proc/16991/task/16998/stat : 16998 (java) S 16989 16991 15366 0 -1 64 627 276 0 0 25 0 0 1 16 0 9 0 136992024 888266752 31371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16991/tid=16999] ppid=16989 vsize=867448 CPUtime=0.01
/proc/16991/task/16999/stat : 16999 (java) S 16989 16991 15366 0 -1 64 1 276 0 0 0 0 0 1 25 0 9 0 136992024 888266752 31371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16991/tid=17000] ppid=16989 vsize=867448 CPUtime=0.01
/proc/16991/task/17000/stat : 17000 (java) S 16989 16991 15366 0 -1 64 5 276 0 0 0 0 0 1 15 0 9 0 136992024 888266752 31371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1714.02
Current children cumulated vsize (KiB) 867448

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 2/86 17006
/proc/meminfo: memFree=1551320/2055920 swapFree=4179164/4192956
[pid=16991] ppid=16989 vsize=867448 CPUtime=1773.73
/proc/16991/stat : 16991 (java) S 16989 16991 15366 0 -1 0 49103 276 1 0 177351 21 0 1 20 0 9 0 136992020 888266752 31371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16991/statm: 216862 31371 2634 9 0 211368 0
[pid=16991/tid=16993] ppid=16989 vsize=867448 CPUtime=1772.98
/proc/16991/task/16993/stat : 16993 (java) R 16989 16991 15366 0 -1 64 22221 276 1 0 177285 12 0 1 25 0 9 0 136992021 888266752 31371 996147200 134512640 134550740 4294955968 18446744073709551615 4126836773 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16991/tid=16994] ppid=16989 vsize=867448 CPUtime=0.47
/proc/16991/task/16994/stat : 16994 (java) S 16989 16991 15366 0 -1 64 25408 276 0 0 40 6 0 1 16 0 9 0 136992022 888266752 31371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16991/tid=16995] ppid=16989 vsize=867448 CPUtime=0.01
/proc/16991/task/16995/stat : 16995 (java) S 16989 16991 15366 0 -1 64 18 276 0 0 0 0 0 1 17 0 9 0 136992023 888266752 31371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16991/tid=16996] ppid=16989 vsize=867448 CPUtime=0.01
/proc/16991/task/16996/stat : 16996 (java) S 16989 16991 15366 0 -1 64 9 276 0 0 0 0 0 1 16 0 9 0 136992023 888266752 31371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16991/tid=16997] ppid=16989 vsize=867448 CPUtime=0.01
/proc/16991/task/16997/stat : 16997 (java) S 16989 16991 15366 0 -1 64 1 276 0 0 0 0 0 1 25 0 9 0 136992024 888266752 31371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16991/tid=16998] ppid=16989 vsize=867448 CPUtime=0.26
/proc/16991/task/16998/stat : 16998 (java) S 16989 16991 15366 0 -1 64 627 276 0 0 25 0 0 1 16 0 9 0 136992024 888266752 31371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16991/tid=16999] ppid=16989 vsize=867448 CPUtime=0.01
/proc/16991/task/16999/stat : 16999 (java) S 16989 16991 15366 0 -1 64 1 276 0 0 0 0 0 1 25 0 9 0 136992024 888266752 31371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16991/tid=17000] ppid=16989 vsize=867448 CPUtime=0.01
/proc/16991/task/17000/stat : 17000 (java) S 16989 16991 15366 0 -1 64 5 276 0 0 0 0 0 1 15 0 9 0 136992024 888266752 31371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1773.73
Current children cumulated vsize (KiB) 867448



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.8 s]
/proc/loadavg: 2.06 2.02 2.00 3/88 17033
/proc/meminfo: memFree=1570824/2055920 swapFree=4179164/4192956
[pid=16991] ppid=16989 vsize=867448 CPUtime=1800.07
/proc/16991/stat : 16991 (java) S 16989 16991 15366 0 -1 0 49157 276 1 0 179984 22 0 1 20 0 9 0 136992020 888266752 31371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16991/statm: 216862 31371 2634 9 0 211368 0
[pid=16991/tid=16993] ppid=16989 vsize=867448 CPUtime=1799.33
/proc/16991/task/16993/stat : 16993 (java) R 16989 16991 15366 0 -1 64 22275 276 1 0 179918 14 0 1 25 0 9 0 136992021 888266752 31371 996147200 134512640 134550740 4294955968 18446744073709551615 4126854780 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16991/tid=16994] ppid=16989 vsize=867448 CPUtime=0.47
/proc/16991/task/16994/stat : 16994 (java) S 16989 16991 15366 0 -1 64 25408 276 0 0 40 6 0 1 16 0 9 0 136992022 888266752 31371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16991/tid=16995] ppid=16989 vsize=867448 CPUtime=0.01
/proc/16991/task/16995/stat : 16995 (java) S 16989 16991 15366 0 -1 64 18 276 0 0 0 0 0 1 17 0 9 0 136992023 888266752 31371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16991/tid=16996] ppid=16989 vsize=867448 CPUtime=0.01
/proc/16991/task/16996/stat : 16996 (java) S 16989 16991 15366 0 -1 64 9 276 0 0 0 0 0 1 16 0 9 0 136992023 888266752 31371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16991/tid=16997] ppid=16989 vsize=867448 CPUtime=0.01
/proc/16991/task/16997/stat : 16997 (java) S 16989 16991 15366 0 -1 64 1 276 0 0 0 0 0 1 25 0 9 0 136992024 888266752 31371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16991/tid=16998] ppid=16989 vsize=867448 CPUtime=0.26
/proc/16991/task/16998/stat : 16998 (java) S 16989 16991 15366 0 -1 64 627 276 0 0 25 0 0 1 16 0 9 0 136992024 888266752 31371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16991/tid=16999] ppid=16989 vsize=867448 CPUtime=0.01
/proc/16991/task/16999/stat : 16999 (java) S 16989 16991 15366 0 -1 64 1 276 0 0 0 0 0 1 25 0 9 0 136992024 888266752 31371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16991/tid=17000] ppid=16989 vsize=867448 CPUtime=0.01
/proc/16991/task/17000/stat : 17000 (java) S 16989 16991 15366 0 -1 64 5 276 0 0 0 0 0 1 15 0 9 0 136992024 888266752 31371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 867448

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

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

[startup+1808.8 s]
/proc/loadavg: 2.06 2.02 2.00 3/88 17033
/proc/meminfo: memFree=1570824/2055920 swapFree=4179164/4192956
[pid=16991] ppid=16989 vsize=867448 CPUtime=1800.07
/proc/16991/stat : 16991 (java) S 16989 16991 15366 0 -1 0 49157 276 1 0 179984 22 0 1 20 0 9 0 136992020 888266752 31371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16991/statm: 216862 31371 2634 9 0 211368 0
[pid=16991/tid=16993] ppid=16989 vsize=867448 CPUtime=1799.33
/proc/16991/task/16993/stat : 16993 (java) R 16989 16991 15366 0 -1 64 22275 276 1 0 179918 14 0 1 25 0 9 0 136992021 888266752 31371 996147200 134512640 134550740 4294955968 18446744073709551615 4126854780 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16991/tid=16994] ppid=16989 vsize=867448 CPUtime=0.47
/proc/16991/task/16994/stat : 16994 (java) S 16989 16991 15366 0 -1 64 25408 276 0 0 40 6 0 1 16 0 9 0 136992022 888266752 31371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16991/tid=16995] ppid=16989 vsize=867448 CPUtime=0.01
/proc/16991/task/16995/stat : 16995 (java) S 16989 16991 15366 0 -1 64 18 276 0 0 0 0 0 1 17 0 9 0 136992023 888266752 31371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16991/tid=16996] ppid=16989 vsize=867448 CPUtime=0.01
/proc/16991/task/16996/stat : 16996 (java) S 16989 16991 15366 0 -1 64 9 276 0 0 0 0 0 1 16 0 9 0 136992023 888266752 31371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16991/tid=16997] ppid=16989 vsize=867448 CPUtime=0.01
/proc/16991/task/16997/stat : 16997 (java) S 16989 16991 15366 0 -1 64 1 276 0 0 0 0 0 1 25 0 9 0 136992024 888266752 31371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16991/tid=16998] ppid=16989 vsize=867448 CPUtime=0.26
/proc/16991/task/16998/stat : 16998 (java) S 16989 16991 15366 0 -1 64 627 276 0 0 25 0 0 1 16 0 9 0 136992024 888266752 31371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16991/tid=16999] ppid=16989 vsize=867448 CPUtime=0.01
/proc/16991/task/16999/stat : 16999 (java) S 16989 16991 15366 0 -1 64 1 276 0 0 0 0 0 1 25 0 9 0 136992024 888266752 31371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16991/tid=17000] ppid=16989 vsize=867448 CPUtime=0.01
/proc/16991/task/17000/stat : 17000 (java) S 16989 16991 15366 0 -1 64 5 276 0 0 0 0 0 1 15 0 9 0 136992024 888266752 31371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 867448

Child status: 143
Real time (s): 1808.84
CPU time (s): 1800.13
CPU user time (s): 1799.87
CPU system time (s): 0.26296
CPU usage (%): 99.5183
Max. virtual memory (cumulated for all children) (KiB): 867448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.87
system time used= 0.26296
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49468
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= 37745
involuntary context switches= 57036

runsolver used 2.33465 second user time and 5.9041 second system time

The end

Launcher Data (download as text)

Begin job on node76 at 2008-07-05 12:18:34
IDJOB=1095224
IDBENCH=58888
IDSOLVER=364
FILE ID=node76/1095224-1215253113
PBS_JOBID= 7881981
Free space on /tmp= 66468 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/rand-3-28-28-fcd/normalized-rand-3-28-28-93-632-fcd-27_ext.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-1095224-1215253113/watcher-1095224-1215253113 -o /tmp/evaluation-result-1095224-1215253113/solver-1095224-1215253113 -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-1095224-1215253113.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 322a02fea4842600907d0dc52f077adf
RANDOM SEED=1913747995

node76.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.222
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.222
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:       1353384 kB
Buffers:         42072 kB
Cached:         238572 kB
SwapCached:       7608 kB
Active:         506124 kB
Inactive:       130792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1353384 kB
SwapTotal:     4192956 kB
SwapFree:      4179164 kB
Dirty:           22800 kB
Writeback:           0 kB
Mapped:         372760 kB
Slab:            49760 kB
Committed_AS:  1176008 kB
PageTables:       2792 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= 66476 MiB
End job on node76 at 2008-07-05 12:48:45