Trace number 1077949

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.17 1801.26

General information on the benchmark

Namecsp/primes-10/
normalized-primes-10-60-3-5.xml
MD5SUM60e475727fef9c8d8638df7ccbeda892
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.11422
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints60
Maximum constraint arity8
Maximum domain size28
Number of constraints which are defined in extension0
Number of constraints which are defined in intension60
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	
0.00/0.08	Abscon 112 (May, 2008)
0.19/0.25	
0.19/0.25	   configuration
0.19/0.25	     name=esac.xml
0.19/0.28	   
0.19/0.28	   instance
0.19/0.28	     name=HOME/instance-1077949-1215196163.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.32	   
0.28/0.32	   variables being loaded...
0.28/0.36	     nbVariables=100  nbDomainTypes=1  minDomainSize=28  maxDomainSize=28  nbTotalValues=2800
0.28/0.36	       =>  wckTime=0.116  cpuTime=0.1  mem=7M919
0.28/0.36	   
0.28/0.36	   predicates being loaded...
0.38/0.47	   
0.38/0.47	   constraints being loaded...
0.68/0.78	     nbConstraints=60  nbDisconnectedVariables=1  nbUnbuiltConflictsStructures=60  nbSharedBinaryRepresentations=0
0.68/0.78	     nbEvaluationManagers=60  nbSharedEvaluationManagers=0  minDegree=0  maxDegree=8  minArity=3  avgArity=5.75
0.68/0.78	     maxArity=8  nbGenerators=0  nbFusions=0  symmetryWckTime=0.052  symmetryCpuTime=0.03
0.68/0.78	       =>  wckTime=0.528  cpuTime=0.42  mem=24M519
0.77/0.84	   
0.77/0.84	   solver IterativeSystematicSolver being built... 
0.88/0.91	   
0.88/0.92	   INFO : Forward propagation technique limited 
0.88/0.98	       =>  wckTime=0.734  cpuTime=0.55  mem=22M113
13.80/13.90	   
13.80/13.90	   preprocessing
13.80/13.90	     nbConstraintChecks=23864254  nbValidityChecks=29938  nbPropagations=1071  nbRevisions=1999  nbUselessRevisions=1115
13.80/13.90	     nbSingletonTests=192  nbEffectiveSingletonTests=2  nbACRemovals=438  nbFoundSingletons=0  nbRemovedValues=440
13.80/13.90	     detectedInconsistency=no
13.80/13.90	       =>  wckTime=12.914  cpuTime=12.81  mem=22M113
40.17/40.46	   
40.17/40.46	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=23M79)

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-1077949-1215196163/watcher-1077949-1215196163 -o /tmp/evaluation-result-1077949-1215196163/solver-1077949-1215196163 -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-1077949-1215196163.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.04 2.02 2.00 4/81 11155
/proc/meminfo: memFree=1705136/2055920 swapFree=4180444/4192956
[pid=11155] ppid=11153 vsize=1616 CPUtime=0
/proc/11155/stat : 11155 (java) R 11153 11155 9167 0 -1 0 180 0 0 0 0 0 0 0 18 0 1 0 1998585851 1654784 148 996147200 134512640 134550740 4294956128 18446744073709551615 7218106 0 0 4096 0 0 0 0 17 0 0 0
/proc/11155/statm: 404 148 122 9 0 46 0

[startup+0.0912859 s]
/proc/loadavg: 2.04 2.02 2.00 4/81 11155
/proc/meminfo: memFree=1705136/2055920 swapFree=4180444/4192956
[pid=11155] ppid=11153 vsize=865884 CPUtime=0.08
/proc/11155/stat : 11155 (java) S 11153 11155 9167 0 -1 0 3678 0 1 0 6 2 0 0 18 0 9 0 1998585851 886665216 3153 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11155/statm: 216471 3153 1681 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.101286 s]
/proc/loadavg: 2.04 2.02 2.00 4/81 11155
/proc/meminfo: memFree=1705136/2055920 swapFree=4180444/4192956
[pid=11155] ppid=11153 vsize=865884 CPUtime=0.09
/proc/11155/stat : 11155 (java) S 11153 11155 9167 0 -1 0 3721 0 1 0 7 2 0 0 18 0 9 0 1998585851 886665216 3189 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11155/statm: 216471 3192 1691 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.30132 s]
/proc/loadavg: 2.04 2.02 2.00 4/81 11155
/proc/meminfo: memFree=1705136/2055920 swapFree=4180444/4192956
[pid=11155] ppid=11153 vsize=866284 CPUtime=0.28
/proc/11155/stat : 11155 (java) S 11153 11155 9167 0 -1 0 5891 0 1 0 24 4 0 0 18 0 9 0 1998585851 887074816 5265 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11155/statm: 216571 5265 1954 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.701387 s]
/proc/loadavg: 2.04 2.02 2.00 4/81 11155
/proc/meminfo: memFree=1705136/2055920 swapFree=4180444/4192956
[pid=11155] ppid=11153 vsize=867084 CPUtime=0.68
/proc/11155/stat : 11155 (java) S 11153 11155 9167 0 -1 0 9831 0 1 0 62 6 0 0 18 0 9 0 1998585851 887894016 9191 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11155/statm: 216771 9192 2009 9 0 211277 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867084

[startup+1.50253 s]
/proc/loadavg: 2.04 2.02 2.00 4/90 11168
/proc/meminfo: memFree=1671400/2055920 swapFree=4180444/4192956
[pid=11155] ppid=11153 vsize=868560 CPUtime=1.47
/proc/11155/stat : 11155 (java) S 11153 11155 9167 0 -1 0 18325 274 1 0 138 9 0 0 18 0 9 0 1998585851 889405440 10964 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11155/statm: 217140 10964 2629 9 0 211646 0
[pid=11155/tid=11157] ppid=11153 vsize=868560 CPUtime=1.23
/proc/11155/task/11157/stat : 11157 (java) R 11153 11155 9167 0 -1 64 14139 274 1 0 116 7 0 0 20 0 9 0 1998585852 889405440 10964 996147200 134512640 134550740 4294955968 18446744073709551615 4126880665 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11158] ppid=11153 vsize=868560 CPUtime=0.04
/proc/11155/task/11158/stat : 11158 (java) S 11153 11155 9167 0 -1 64 2681 274 0 0 4 0 0 0 17 0 9 0 1998585854 889405440 10964 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11159] ppid=11153 vsize=868560 CPUtime=0
/proc/11155/task/11159/stat : 11159 (java) S 11153 11155 9167 0 -1 64 15 274 0 0 0 0 0 0 16 0 9 0 1998585854 889405440 10964 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11160] ppid=11153 vsize=868560 CPUtime=0
/proc/11155/task/11160/stat : 11160 (java) S 11153 11155 9167 0 -1 64 11 274 0 0 0 0 0 0 16 0 9 0 1998585854 889405440 10964 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11161] ppid=11153 vsize=868560 CPUtime=0
/proc/11155/task/11161/stat : 11161 (java) S 11153 11155 9167 0 -1 64 0 274 0 0 0 0 0 0 23 0 9 0 1998585856 889405440 10964 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11162] ppid=11153 vsize=868560 CPUtime=0.17
/proc/11155/task/11162/stat : 11162 (java) S 11153 11155 9167 0 -1 64 673 274 0 0 17 0 0 0 15 0 9 0 1998585856 889405440 10964 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11163] ppid=11153 vsize=868560 CPUtime=0
/proc/11155/task/11163/stat : 11163 (java) S 11153 11155 9167 0 -1 64 2 274 0 0 0 0 0 0 24 0 9 0 1998585856 889405440 10964 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11164] ppid=11153 vsize=868560 CPUtime=0
/proc/11155/task/11164/stat : 11164 (java) S 11153 11155 9167 0 -1 64 4 274 0 0 0 0 0 0 15 0 9 0 1998585856 889405440 10964 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 868560

[startup+3.1018 s]
/proc/loadavg: 2.04 2.02 2.00 3/90 11168
/proc/meminfo: memFree=1671272/2055920 swapFree=4180444/4192956
[pid=11155] ppid=11153 vsize=868560 CPUtime=3.06
/proc/11155/stat : 11155 (java) S 11153 11155 9167 0 -1 0 18338 274 1 0 297 9 0 0 18 0 9 0 1998585851 889405440 10971 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11155/statm: 217140 10971 2630 9 0 211646 0
[pid=11155/tid=11157] ppid=11153 vsize=868560 CPUtime=2.81
/proc/11155/task/11157/stat : 11157 (java) R 11153 11155 9167 0 -1 64 14144 274 1 0 274 7 0 0 25 0 9 0 1998585852 889405440 10971 996147200 134512640 134550740 4294955968 18446744073709551615 4126880135 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11158] ppid=11153 vsize=868560 CPUtime=0.04
/proc/11155/task/11158/stat : 11158 (java) S 11153 11155 9167 0 -1 64 2681 274 0 0 4 0 0 0 17 0 9 0 1998585854 889405440 10971 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11159] ppid=11153 vsize=868560 CPUtime=0
/proc/11155/task/11159/stat : 11159 (java) S 11153 11155 9167 0 -1 64 15 274 0 0 0 0 0 0 16 0 9 0 1998585854 889405440 10971 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11160] ppid=11153 vsize=868560 CPUtime=0
/proc/11155/task/11160/stat : 11160 (java) S 11153 11155 9167 0 -1 64 11 274 0 0 0 0 0 0 16 0 9 0 1998585854 889405440 10971 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11161] ppid=11153 vsize=868560 CPUtime=0
/proc/11155/task/11161/stat : 11161 (java) S 11153 11155 9167 0 -1 64 0 274 0 0 0 0 0 0 23 0 9 0 1998585856 889405440 10971 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11162] ppid=11153 vsize=868560 CPUtime=0.17
/proc/11155/task/11162/stat : 11162 (java) S 11153 11155 9167 0 -1 64 681 274 0 0 17 0 0 0 16 0 9 0 1998585856 889405440 10971 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11163] ppid=11153 vsize=868560 CPUtime=0
/proc/11155/task/11163/stat : 11163 (java) S 11153 11155 9167 0 -1 64 2 274 0 0 0 0 0 0 24 0 9 0 1998585856 889405440 10971 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11164] ppid=11153 vsize=868560 CPUtime=0
/proc/11155/task/11164/stat : 11164 (java) S 11153 11155 9167 0 -1 64 4 274 0 0 0 0 0 0 15 0 9 0 1998585856 889405440 10971 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 868560

[startup+6.30234 s]
/proc/loadavg: 2.03 2.02 2.00 3/90 11168
/proc/meminfo: memFree=1671016/2055920 swapFree=4180444/4192956
[pid=11155] ppid=11153 vsize=868560 CPUtime=6.24
/proc/11155/stat : 11155 (java) S 11153 11155 9167 0 -1 0 18388 274 1 0 615 9 0 0 18 0 9 0 1998585851 889405440 10997 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11155/statm: 217140 10997 2631 9 0 211646 0
[pid=11155/tid=11157] ppid=11153 vsize=868560 CPUtime=5.99
/proc/11155/task/11157/stat : 11157 (java) R 11153 11155 9167 0 -1 64 14157 274 1 0 592 7 0 0 17 0 9 0 1998585852 889405440 10997 996147200 134512640 134550740 4294955968 18446744073709551615 4126878000 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11158] ppid=11153 vsize=868560 CPUtime=0.04
/proc/11155/task/11158/stat : 11158 (java) S 11153 11155 9167 0 -1 64 2681 274 0 0 4 0 0 0 16 0 9 0 1998585854 889405440 10997 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11159] ppid=11153 vsize=868560 CPUtime=0
/proc/11155/task/11159/stat : 11159 (java) S 11153 11155 9167 0 -1 64 15 274 0 0 0 0 0 0 16 0 9 0 1998585854 889405440 10997 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11160] ppid=11153 vsize=868560 CPUtime=0
/proc/11155/task/11160/stat : 11160 (java) S 11153 11155 9167 0 -1 64 11 274 0 0 0 0 0 0 16 0 9 0 1998585854 889405440 10997 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11161] ppid=11153 vsize=868560 CPUtime=0
/proc/11155/task/11161/stat : 11161 (java) S 11153 11155 9167 0 -1 64 0 274 0 0 0 0 0 0 23 0 9 0 1998585856 889405440 10997 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11162] ppid=11153 vsize=868560 CPUtime=0.18
/proc/11155/task/11162/stat : 11162 (java) S 11153 11155 9167 0 -1 64 706 274 0 0 18 0 0 0 15 0 9 0 1998585856 889405440 10997 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11163] ppid=11153 vsize=868560 CPUtime=0
/proc/11155/task/11163/stat : 11163 (java) S 11153 11155 9167 0 -1 64 2 274 0 0 0 0 0 0 24 0 9 0 1998585856 889405440 10997 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11164] ppid=11153 vsize=868560 CPUtime=0
/proc/11155/task/11164/stat : 11164 (java) S 11153 11155 9167 0 -1 64 16 274 0 0 0 0 0 0 15 0 9 0 1998585856 889405440 10997 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 868560

[startup+12.7014 s]
/proc/loadavg: 2.03 2.02 2.00 3/90 11168
/proc/meminfo: memFree=1670760/2055920 swapFree=4180444/4192956
[pid=11155] ppid=11153 vsize=868560 CPUtime=12.61
/proc/11155/stat : 11155 (java) S 11153 11155 9167 0 -1 0 18396 274 1 0 1252 9 0 0 18 0 9 0 1998585851 889405440 11003 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11155/statm: 217140 11003 2631 9 0 211646 0
[pid=11155/tid=11157] ppid=11153 vsize=868560 CPUtime=12.35
/proc/11155/task/11157/stat : 11157 (java) R 11153 11155 9167 0 -1 64 14159 274 1 0 1228 7 0 0 25 0 9 0 1998585852 889405440 11003 996147200 134512640 134550740 4294955968 18446744073709551615 4126876439 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11158] ppid=11153 vsize=868560 CPUtime=0.04
/proc/11155/task/11158/stat : 11158 (java) S 11153 11155 9167 0 -1 64 2681 274 0 0 4 0 0 0 16 0 9 0 1998585854 889405440 11003 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11159] ppid=11153 vsize=868560 CPUtime=0
/proc/11155/task/11159/stat : 11159 (java) S 11153 11155 9167 0 -1 64 15 274 0 0 0 0 0 0 16 0 9 0 1998585854 889405440 11003 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11160] ppid=11153 vsize=868560 CPUtime=0
/proc/11155/task/11160/stat : 11160 (java) S 11153 11155 9167 0 -1 64 11 274 0 0 0 0 0 0 16 0 9 0 1998585854 889405440 11003 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11161] ppid=11153 vsize=868560 CPUtime=0
/proc/11155/task/11161/stat : 11161 (java) S 11153 11155 9167 0 -1 64 0 274 0 0 0 0 0 0 23 0 9 0 1998585856 889405440 11003 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11162] ppid=11153 vsize=868560 CPUtime=0.19
/proc/11155/task/11162/stat : 11162 (java) S 11153 11155 9167 0 -1 64 712 274 0 0 19 0 0 0 16 0 9 0 1998585856 889405440 11003 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11163] ppid=11153 vsize=868560 CPUtime=0
/proc/11155/task/11163/stat : 11163 (java) S 11153 11155 9167 0 -1 64 2 274 0 0 0 0 0 0 24 0 9 0 1998585856 889405440 11003 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11164] ppid=11153 vsize=868560 CPUtime=0
/proc/11155/task/11164/stat : 11164 (java) S 11153 11155 9167 0 -1 64 16 274 0 0 0 0 0 0 15 0 9 0 1998585856 889405440 11003 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 868560

[startup+25.5016 s]
/proc/loadavg: 2.02 2.02 2.00 3/90 11168
/proc/meminfo: memFree=1669992/2055920 swapFree=4180444/4192956
[pid=11155] ppid=11153 vsize=868560 CPUtime=25.34
/proc/11155/stat : 11155 (java) S 11153 11155 9167 0 -1 0 18653 274 1 0 2525 9 0 0 18 0 9 0 1998585851 889405440 11179 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11155/statm: 217140 11179 2631 9 0 211646 0
[pid=11155/tid=11157] ppid=11153 vsize=868560 CPUtime=25.07
/proc/11155/task/11157/stat : 11157 (java) R 11153 11155 9167 0 -1 64 14389 274 1 0 2500 7 0 0 18 0 9 0 1998585852 889405440 11179 996147200 134512640 134550740 4294955968 18446744073709551615 4126872238 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11158] ppid=11153 vsize=868560 CPUtime=0.04
/proc/11155/task/11158/stat : 11158 (java) S 11153 11155 9167 0 -1 64 2681 274 0 0 4 0 0 0 16 0 9 0 1998585854 889405440 11179 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11159] ppid=11153 vsize=868560 CPUtime=0
/proc/11155/task/11159/stat : 11159 (java) S 11153 11155 9167 0 -1 64 15 274 0 0 0 0 0 0 16 0 9 0 1998585854 889405440 11179 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11160] ppid=11153 vsize=868560 CPUtime=0
/proc/11155/task/11160/stat : 11160 (java) S 11153 11155 9167 0 -1 64 11 274 0 0 0 0 0 0 16 0 9 0 1998585854 889405440 11179 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11161] ppid=11153 vsize=868560 CPUtime=0
/proc/11155/task/11161/stat : 11161 (java) S 11153 11155 9167 0 -1 64 0 274 0 0 0 0 0 0 23 0 9 0 1998585856 889405440 11179 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11162] ppid=11153 vsize=868560 CPUtime=0.21
/proc/11155/task/11162/stat : 11162 (java) S 11153 11155 9167 0 -1 64 739 274 0 0 21 0 0 0 16 0 9 0 1998585856 889405440 11179 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11163] ppid=11153 vsize=868560 CPUtime=0
/proc/11155/task/11163/stat : 11163 (java) S 11153 11155 9167 0 -1 64 2 274 0 0 0 0 0 0 24 0 9 0 1998585856 889405440 11179 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11164] ppid=11153 vsize=868560 CPUtime=0
/proc/11155/task/11164/stat : 11164 (java) S 11153 11155 9167 0 -1 64 16 274 0 0 0 0 0 0 15 0 9 0 1998585856 889405440 11179 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 868560

[startup+51.103 s]
/proc/loadavg: 2.01 2.02 2.00 3/90 11168
/proc/meminfo: memFree=1669800/2055920 swapFree=4180444/4192956
[pid=11155] ppid=11153 vsize=868560 CPUtime=50.83
/proc/11155/stat : 11155 (java) S 11153 11155 9167 0 -1 0 18725 274 1 0 5073 10 0 0 18 0 9 0 1998585851 889405440 11243 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11155/statm: 217140 11243 2631 9 0 211646 0
[pid=11155/tid=11157] ppid=11153 vsize=868560 CPUtime=50.53
/proc/11155/task/11157/stat : 11157 (java) R 11153 11155 9167 0 -1 64 14406 274 1 0 5046 7 0 0 25 0 9 0 1998585852 889405440 11243 996147200 134512640 134550740 4294955968 18446744073709551615 4126876879 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11158] ppid=11153 vsize=868560 CPUtime=0.04
/proc/11155/task/11158/stat : 11158 (java) S 11153 11155 9167 0 -1 64 2681 274 0 0 4 0 0 0 16 0 9 0 1998585854 889405440 11243 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11159] ppid=11153 vsize=868560 CPUtime=0
/proc/11155/task/11159/stat : 11159 (java) S 11153 11155 9167 0 -1 64 15 274 0 0 0 0 0 0 16 0 9 0 1998585854 889405440 11243 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11160] ppid=11153 vsize=868560 CPUtime=0
/proc/11155/task/11160/stat : 11160 (java) S 11153 11155 9167 0 -1 64 11 274 0 0 0 0 0 0 16 0 9 0 1998585854 889405440 11243 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11161] ppid=11153 vsize=868560 CPUtime=0
/proc/11155/task/11161/stat : 11161 (java) S 11153 11155 9167 0 -1 64 0 274 0 0 0 0 0 0 23 0 9 0 1998585856 889405440 11243 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11162] ppid=11153 vsize=868560 CPUtime=0.22
/proc/11155/task/11162/stat : 11162 (java) S 11153 11155 9167 0 -1 64 794 274 0 0 22 0 0 0 16 0 9 0 1998585856 889405440 11243 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11163] ppid=11153 vsize=868560 CPUtime=0

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

/proc/11155/task/11160/stat : 11160 (java) S 11153 11155 9167 0 -1 64 11 274 0 0 0 0 0 0 16 0 9 0 1998585854 889405440 11269 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11161] ppid=11153 vsize=868560 CPUtime=0
/proc/11155/task/11161/stat : 11161 (java) S 11153 11155 9167 0 -1 64 0 274 0 0 0 0 0 0 23 0 9 0 1998585856 889405440 11269 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11162] ppid=11153 vsize=868560 CPUtime=0.26
/proc/11155/task/11162/stat : 11162 (java) S 11153 11155 9167 0 -1 64 824 274 0 0 26 0 0 0 16 0 9 0 1998585856 889405440 11269 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11163] ppid=11153 vsize=868560 CPUtime=0
/proc/11155/task/11163/stat : 11163 (java) S 11153 11155 9167 0 -1 64 2 274 0 0 0 0 0 0 24 0 9 0 1998585856 889405440 11269 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11164] ppid=11153 vsize=868560 CPUtime=0
/proc/11155/task/11164/stat : 11164 (java) S 11153 11155 9167 0 -1 64 16 274 0 0 0 0 0 0 15 0 9 0 1998585856 889405440 11269 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1481.34
Current children cumulated vsize (KiB) 868560

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 11221
/proc/meminfo: memFree=1612200/2055920 swapFree=4180444/4192956
[pid=11155] ppid=11153 vsize=868560 CPUtime=1541.31
/proc/11155/stat : 11155 (java) S 11153 11155 9167 0 -1 0 18770 274 1 0 154120 11 0 0 18 0 9 0 1998585851 889405440 11269 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11155/statm: 217140 11269 2631 9 0 211646 0
[pid=11155/tid=11157] ppid=11153 vsize=868560 CPUtime=1540.98
/proc/11155/task/11157/stat : 11157 (java) R 11153 11155 9167 0 -1 64 14421 274 1 0 154089 9 0 0 25 0 9 0 1998585852 889405440 11269 996147200 134512640 134550740 4294955968 18446744073709551615 4126874148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11158] ppid=11153 vsize=868560 CPUtime=0.04
/proc/11155/task/11158/stat : 11158 (java) S 11153 11155 9167 0 -1 64 2681 274 0 0 4 0 0 0 16 0 9 0 1998585854 889405440 11269 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11159] ppid=11153 vsize=868560 CPUtime=0
/proc/11155/task/11159/stat : 11159 (java) S 11153 11155 9167 0 -1 64 15 274 0 0 0 0 0 0 16 0 9 0 1998585854 889405440 11269 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11160] ppid=11153 vsize=868560 CPUtime=0
/proc/11155/task/11160/stat : 11160 (java) S 11153 11155 9167 0 -1 64 11 274 0 0 0 0 0 0 16 0 9 0 1998585854 889405440 11269 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11161] ppid=11153 vsize=868560 CPUtime=0
/proc/11155/task/11161/stat : 11161 (java) S 11153 11155 9167 0 -1 64 0 274 0 0 0 0 0 0 23 0 9 0 1998585856 889405440 11269 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11162] ppid=11153 vsize=868560 CPUtime=0.26
/proc/11155/task/11162/stat : 11162 (java) S 11153 11155 9167 0 -1 64 824 274 0 0 26 0 0 0 16 0 9 0 1998585856 889405440 11269 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11163] ppid=11153 vsize=868560 CPUtime=0
/proc/11155/task/11163/stat : 11163 (java) S 11153 11155 9167 0 -1 64 2 274 0 0 0 0 0 0 24 0 9 0 1998585856 889405440 11269 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11164] ppid=11153 vsize=868560 CPUtime=0
/proc/11155/task/11164/stat : 11164 (java) S 11153 11155 9167 0 -1 64 16 274 0 0 0 0 0 0 15 0 9 0 1998585856 889405440 11269 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1541.31
Current children cumulated vsize (KiB) 868560

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 11221
/proc/meminfo: memFree=1610024/2055920 swapFree=4180444/4192956
[pid=11155] ppid=11153 vsize=868560 CPUtime=1601.29
/proc/11155/stat : 11155 (java) S 11153 11155 9167 0 -1 0 18770 274 1 0 160118 11 0 0 18 0 9 0 1998585851 889405440 11269 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11155/statm: 217140 11269 2631 9 0 211646 0
[pid=11155/tid=11157] ppid=11153 vsize=868560 CPUtime=1600.96
/proc/11155/task/11157/stat : 11157 (java) R 11153 11155 9167 0 -1 64 14421 274 1 0 160087 9 0 0 25 0 9 0 1998585852 889405440 11269 996147200 134512640 134550740 4294955968 18446744073709551615 4126878000 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11158] ppid=11153 vsize=868560 CPUtime=0.04
/proc/11155/task/11158/stat : 11158 (java) S 11153 11155 9167 0 -1 64 2681 274 0 0 4 0 0 0 16 0 9 0 1998585854 889405440 11269 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11159] ppid=11153 vsize=868560 CPUtime=0
/proc/11155/task/11159/stat : 11159 (java) S 11153 11155 9167 0 -1 64 15 274 0 0 0 0 0 0 16 0 9 0 1998585854 889405440 11269 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11160] ppid=11153 vsize=868560 CPUtime=0
/proc/11155/task/11160/stat : 11160 (java) S 11153 11155 9167 0 -1 64 11 274 0 0 0 0 0 0 16 0 9 0 1998585854 889405440 11269 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11161] ppid=11153 vsize=868560 CPUtime=0
/proc/11155/task/11161/stat : 11161 (java) S 11153 11155 9167 0 -1 64 0 274 0 0 0 0 0 0 23 0 9 0 1998585856 889405440 11269 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11162] ppid=11153 vsize=868560 CPUtime=0.26
/proc/11155/task/11162/stat : 11162 (java) S 11153 11155 9167 0 -1 64 824 274 0 0 26 0 0 0 16 0 9 0 1998585856 889405440 11269 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11163] ppid=11153 vsize=868560 CPUtime=0
/proc/11155/task/11163/stat : 11163 (java) S 11153 11155 9167 0 -1 64 2 274 0 0 0 0 0 0 24 0 9 0 1998585856 889405440 11269 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11164] ppid=11153 vsize=868560 CPUtime=0
/proc/11155/task/11164/stat : 11164 (java) S 11153 11155 9167 0 -1 64 16 274 0 0 0 0 0 0 15 0 9 0 1998585856 889405440 11269 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1601.29
Current children cumulated vsize (KiB) 868560

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 11221
/proc/meminfo: memFree=1606888/2055920 swapFree=4180444/4192956
[pid=11155] ppid=11153 vsize=868560 CPUtime=1661.25
/proc/11155/stat : 11155 (java) S 11153 11155 9167 0 -1 0 18770 274 1 0 166114 11 0 0 18 0 9 0 1998585851 889405440 11269 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11155/statm: 217140 11269 2631 9 0 211646 0
[pid=11155/tid=11157] ppid=11153 vsize=868560 CPUtime=1660.92
/proc/11155/task/11157/stat : 11157 (java) R 11153 11155 9167 0 -1 64 14421 274 1 0 166083 9 0 0 25 0 9 0 1998585852 889405440 11269 996147200 134512640 134550740 4294955968 18446744073709551615 4126872460 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11158] ppid=11153 vsize=868560 CPUtime=0.04
/proc/11155/task/11158/stat : 11158 (java) S 11153 11155 9167 0 -1 64 2681 274 0 0 4 0 0 0 16 0 9 0 1998585854 889405440 11269 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11159] ppid=11153 vsize=868560 CPUtime=0
/proc/11155/task/11159/stat : 11159 (java) S 11153 11155 9167 0 -1 64 15 274 0 0 0 0 0 0 16 0 9 0 1998585854 889405440 11269 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11160] ppid=11153 vsize=868560 CPUtime=0
/proc/11155/task/11160/stat : 11160 (java) S 11153 11155 9167 0 -1 64 11 274 0 0 0 0 0 0 16 0 9 0 1998585854 889405440 11269 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11161] ppid=11153 vsize=868560 CPUtime=0
/proc/11155/task/11161/stat : 11161 (java) S 11153 11155 9167 0 -1 64 0 274 0 0 0 0 0 0 23 0 9 0 1998585856 889405440 11269 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11162] ppid=11153 vsize=868560 CPUtime=0.26
/proc/11155/task/11162/stat : 11162 (java) S 11153 11155 9167 0 -1 64 824 274 0 0 26 0 0 0 16 0 9 0 1998585856 889405440 11269 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11163] ppid=11153 vsize=868560 CPUtime=0
/proc/11155/task/11163/stat : 11163 (java) S 11153 11155 9167 0 -1 64 2 274 0 0 0 0 0 0 24 0 9 0 1998585856 889405440 11269 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11164] ppid=11153 vsize=868560 CPUtime=0
/proc/11155/task/11164/stat : 11164 (java) S 11153 11155 9167 0 -1 64 16 274 0 0 0 0 0 0 15 0 9 0 1998585856 889405440 11269 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1661.25
Current children cumulated vsize (KiB) 868560

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 11221
/proc/meminfo: memFree=1603496/2055920 swapFree=4180444/4192956
[pid=11155] ppid=11153 vsize=868560 CPUtime=1721.23
/proc/11155/stat : 11155 (java) S 11153 11155 9167 0 -1 0 18770 274 1 0 172112 11 0 0 18 0 9 0 1998585851 889405440 11269 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11155/statm: 217140 11269 2631 9 0 211646 0
[pid=11155/tid=11157] ppid=11153 vsize=868560 CPUtime=1720.9
/proc/11155/task/11157/stat : 11157 (java) R 11153 11155 9167 0 -1 64 14421 274 1 0 172081 9 0 0 25 0 9 0 1998585852 889405440 11269 996147200 134512640 134550740 4294955968 18446744073709551615 4126873692 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11158] ppid=11153 vsize=868560 CPUtime=0.04
/proc/11155/task/11158/stat : 11158 (java) S 11153 11155 9167 0 -1 64 2681 274 0 0 4 0 0 0 16 0 9 0 1998585854 889405440 11269 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11159] ppid=11153 vsize=868560 CPUtime=0
/proc/11155/task/11159/stat : 11159 (java) S 11153 11155 9167 0 -1 64 15 274 0 0 0 0 0 0 16 0 9 0 1998585854 889405440 11269 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11160] ppid=11153 vsize=868560 CPUtime=0
/proc/11155/task/11160/stat : 11160 (java) S 11153 11155 9167 0 -1 64 11 274 0 0 0 0 0 0 16 0 9 0 1998585854 889405440 11269 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11161] ppid=11153 vsize=868560 CPUtime=0
/proc/11155/task/11161/stat : 11161 (java) S 11153 11155 9167 0 -1 64 0 274 0 0 0 0 0 0 23 0 9 0 1998585856 889405440 11269 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11162] ppid=11153 vsize=868560 CPUtime=0.26
/proc/11155/task/11162/stat : 11162 (java) S 11153 11155 9167 0 -1 64 824 274 0 0 26 0 0 0 16 0 9 0 1998585856 889405440 11269 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11163] ppid=11153 vsize=868560 CPUtime=0
/proc/11155/task/11163/stat : 11163 (java) S 11153 11155 9167 0 -1 64 2 274 0 0 0 0 0 0 24 0 9 0 1998585856 889405440 11269 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11164] ppid=11153 vsize=868560 CPUtime=0
/proc/11155/task/11164/stat : 11164 (java) S 11153 11155 9167 0 -1 64 16 274 0 0 0 0 0 0 15 0 9 0 1998585856 889405440 11269 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1721.23
Current children cumulated vsize (KiB) 868560

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 11221
/proc/meminfo: memFree=1599976/2055920 swapFree=4180444/4192956
[pid=11155] ppid=11153 vsize=868560 CPUtime=1781.2
/proc/11155/stat : 11155 (java) S 11153 11155 9167 0 -1 0 18770 274 1 0 178109 11 0 0 18 0 9 0 1998585851 889405440 11269 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11155/statm: 217140 11269 2631 9 0 211646 0
[pid=11155/tid=11157] ppid=11153 vsize=868560 CPUtime=1780.87
/proc/11155/task/11157/stat : 11157 (java) R 11153 11155 9167 0 -1 64 14421 274 1 0 178078 9 0 0 25 0 9 0 1998585852 889405440 11269 996147200 134512640 134550740 4294955968 18446744073709551615 4126878046 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11158] ppid=11153 vsize=868560 CPUtime=0.04
/proc/11155/task/11158/stat : 11158 (java) S 11153 11155 9167 0 -1 64 2681 274 0 0 4 0 0 0 16 0 9 0 1998585854 889405440 11269 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11159] ppid=11153 vsize=868560 CPUtime=0
/proc/11155/task/11159/stat : 11159 (java) S 11153 11155 9167 0 -1 64 15 274 0 0 0 0 0 0 16 0 9 0 1998585854 889405440 11269 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11160] ppid=11153 vsize=868560 CPUtime=0
/proc/11155/task/11160/stat : 11160 (java) S 11153 11155 9167 0 -1 64 11 274 0 0 0 0 0 0 16 0 9 0 1998585854 889405440 11269 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11161] ppid=11153 vsize=868560 CPUtime=0
/proc/11155/task/11161/stat : 11161 (java) S 11153 11155 9167 0 -1 64 0 274 0 0 0 0 0 0 23 0 9 0 1998585856 889405440 11269 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11162] ppid=11153 vsize=868560 CPUtime=0.26
/proc/11155/task/11162/stat : 11162 (java) S 11153 11155 9167 0 -1 64 824 274 0 0 26 0 0 0 16 0 9 0 1998585856 889405440 11269 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11163] ppid=11153 vsize=868560 CPUtime=0
/proc/11155/task/11163/stat : 11163 (java) S 11153 11155 9167 0 -1 64 2 274 0 0 0 0 0 0 24 0 9 0 1998585856 889405440 11269 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11164] ppid=11153 vsize=868560 CPUtime=0
/proc/11155/task/11164/stat : 11164 (java) S 11153 11155 9167 0 -1 64 16 274 0 0 0 0 0 0 15 0 9 0 1998585856 889405440 11269 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1781.2
Current children cumulated vsize (KiB) 868560



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 11221
/proc/meminfo: memFree=1598504/2055920 swapFree=4180444/4192956
[pid=11155] ppid=11153 vsize=868560 CPUtime=1800.09
/proc/11155/stat : 11155 (java) S 11153 11155 9167 0 -1 0 18772 274 1 0 179998 11 0 0 18 0 9 0 1998585851 889405440 11270 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11155/statm: 217140 11270 2631 9 0 211646 0
[pid=11155/tid=11157] ppid=11153 vsize=868560 CPUtime=1799.76
/proc/11155/task/11157/stat : 11157 (java) R 11153 11155 9167 0 -1 64 14423 274 1 0 179967 9 0 0 25 0 9 0 1998585852 889405440 11270 996147200 134512640 134550740 4294955968 18446744073709551615 4126872260 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11158] ppid=11153 vsize=868560 CPUtime=0.04
/proc/11155/task/11158/stat : 11158 (java) S 11153 11155 9167 0 -1 64 2681 274 0 0 4 0 0 0 16 0 9 0 1998585854 889405440 11270 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11159] ppid=11153 vsize=868560 CPUtime=0
/proc/11155/task/11159/stat : 11159 (java) S 11153 11155 9167 0 -1 64 15 274 0 0 0 0 0 0 16 0 9 0 1998585854 889405440 11270 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11160] ppid=11153 vsize=868560 CPUtime=0
/proc/11155/task/11160/stat : 11160 (java) S 11153 11155 9167 0 -1 64 11 274 0 0 0 0 0 0 16 0 9 0 1998585854 889405440 11270 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11161] ppid=11153 vsize=868560 CPUtime=0
/proc/11155/task/11161/stat : 11161 (java) S 11153 11155 9167 0 -1 64 0 274 0 0 0 0 0 0 23 0 9 0 1998585856 889405440 11270 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11162] ppid=11153 vsize=868560 CPUtime=0.26
/proc/11155/task/11162/stat : 11162 (java) S 11153 11155 9167 0 -1 64 824 274 0 0 26 0 0 0 16 0 9 0 1998585856 889405440 11270 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11163] ppid=11153 vsize=868560 CPUtime=0
/proc/11155/task/11163/stat : 11163 (java) S 11153 11155 9167 0 -1 64 2 274 0 0 0 0 0 0 24 0 9 0 1998585856 889405440 11270 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11164] ppid=11153 vsize=868560 CPUtime=0
/proc/11155/task/11164/stat : 11164 (java) S 11153 11155 9167 0 -1 64 16 274 0 0 0 0 0 0 15 0 9 0 1998585856 889405440 11270 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 868560

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

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

Child status: 143
Real time (s): 1801.26
CPU time (s): 1800.17
CPU user time (s): 1800.04
CPU system time (s): 0.133979
CPU usage (%): 99.9396
Max. virtual memory (cumulated for all children) (KiB): 868560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.04
system time used= 0.133979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19078
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= 37786
involuntary context switches= 43362

runsolver used 2.79257 second user time and 5.40618 second system time

The end

Launcher Data (download as text)

Begin job on node68 at 2008-07-04 20:29:23
IDJOB=1077949
IDBENCH=56725
IDSOLVER=364
FILE ID=node68/1077949-1215196163
PBS_JOBID= 7881588
Free space on /tmp= 66524 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/primes-10/normalized-primes-10-60-3-5.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-1077949-1215196163/watcher-1077949-1215196163 -o /tmp/evaluation-result-1077949-1215196163/solver-1077949-1215196163 -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-1077949-1215196163.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 60e475727fef9c8d8638df7ccbeda892
RANDOM SEED=940392546

node68.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.261
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.261
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:       1705616 kB
Buffers:         19152 kB
Cached:         174456 kB
SwapCached:       6312 kB
Active:         228172 kB
Inactive:        70812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1705616 kB
SwapTotal:     4192956 kB
SwapFree:      4180444 kB
Dirty:            2032 kB
Writeback:           0 kB
Mapped:         119428 kB
Slab:            36400 kB
Committed_AS:  4998280 kB
PageTables:       1988 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= 66516 MiB
End job on node68 at 2008-07-04 20:59:26