Trace number 1057391

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ESAC? (TO) 1800.1 1807.74

General information on the benchmark

Namecsp/primes-25/
normalized-primes-25-40-3-5.xml
MD5SUMef266a4a7cedf640392e963b63a09d73
Bench CategoryN-ARY-INT (n-ary constraints in intension)
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 variables100
Number of constraints40
Maximum constraint arity8
Maximum domain size96
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40
Global constraints used (with number of constraints)

Solver Data (download as text)

0.07/0.09	
0.07/0.09	Abscon 112 (May, 2008)
0.18/0.25	
0.18/0.25	   configuration
0.18/0.25	     name=esac.xml
0.18/0.29	   
0.18/0.29	   instance
0.18/0.29	     name=HOME/instance-1057391-1215111092.xml
0.28/0.32	   
0.28/0.32	   domains being loaded...
0.28/0.33	   
0.28/0.33	   variables being loaded...
0.28/0.37	     nbVariables=100  nbDomainTypes=1  minDomainSize=96  maxDomainSize=96  nbTotalValues=9600
0.28/0.37	       =>  wckTime=0.121  cpuTime=0.1  mem=7M919
0.28/0.37	   
0.28/0.37	   predicates being loaded...
0.38/0.47	   
0.38/0.47	   constraints being loaded...
0.67/0.71	     nbConstraints=48  nbGlobalConstraints=8  nbDisconnectedVariables=9  nbUnbuiltConflictsStructures=40
0.67/0.71	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=40  nbSharedEvaluationManagers=0  minDegree=1  maxDegree=6
0.67/0.71	     minArity=2  avgArity=5.12  maxArity=8  nbGenerators=8  nbFusions=0  symmetryWckTime=0.057  symmetryCpuTime=0.03
0.67/0.71	       =>  wckTime=0.462  cpuTime=0.37  mem=21M597
0.67/0.77	   
0.67/0.77	   solver IterativeSystematicSolver being built... 
0.76/0.85	   
0.76/0.85	   INFO : Forward propagation technique limited 
0.86/0.91	       =>  wckTime=0.662  cpuTime=0.49  mem=22M694
35.16/35.52	   
35.16/35.52	   preprocessing
35.16/35.52	     nbConstraintChecks=75810959  nbValidityChecks=10633  nbPropagations=581  nbRevisions=342  nbUselessRevisions=75
35.16/35.52	     nbSingletonTests=231  nbEffectiveSingletonTests=41  nbACRemovals=545  nbFoundSingletons=0  nbRemovedValues=586
35.16/35.52	     detectedInconsistency=no
35.16/35.52	       =>  wckTime=34.605  cpuTime=34.27  mem=22M694

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

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.91 4/74 19163
/proc/meminfo: memFree=1343616/2055920 swapFree=4137144/4192956
[pid=19163] ppid=19161 vsize=18572 CPUtime=0
/proc/19163/stat : 19163 (runsolver) R 19161 19163 18870 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 623356475 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 270187162919 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/19163/statm: 4643 292 257 25 0 2626 0

[startup+0.0869639 s]
/proc/loadavg: 1.92 1.98 1.91 4/74 19163
/proc/meminfo: memFree=1343616/2055920 swapFree=4137144/4192956
[pid=19163] ppid=19161 vsize=865856 CPUtime=0.07
/proc/19163/stat : 19163 (java) S 19161 19163 18870 0 -1 0 3541 0 1 0 5 2 0 0 20 0 9 0 623356475 886636544 3031 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19163/statm: 216464 3031 1636 9 0 211026 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865856

[startup+0.102965 s]
/proc/loadavg: 1.92 1.98 1.91 4/74 19163
/proc/meminfo: memFree=1343616/2055920 swapFree=4137144/4192956
[pid=19163] ppid=19161 vsize=865884 CPUtime=0.08
/proc/19163/stat : 19163 (java) S 19161 19163 18870 0 -1 0 3693 0 1 0 6 2 0 0 20 0 9 0 623356475 886665216 3168 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19163/statm: 216471 3168 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.303003 s]
/proc/loadavg: 1.92 1.98 1.91 4/74 19163
/proc/meminfo: memFree=1343616/2055920 swapFree=4137144/4192956
[pid=19163] ppid=19161 vsize=866284 CPUtime=0.28
/proc/19163/stat : 19163 (java) S 19161 19163 18870 0 -1 0 5843 0 1 0 24 4 0 0 20 0 9 0 623356475 887074816 5217 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19163/statm: 216571 5217 1953 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.701034 s]
/proc/loadavg: 1.92 1.98 1.91 4/74 19163
/proc/meminfo: memFree=1343616/2055920 swapFree=4137144/4192956
[pid=19163] ppid=19161 vsize=867100 CPUtime=0.67
/proc/19163/stat : 19163 (java) S 19161 19163 18870 0 -1 0 10237 279 1 0 60 7 0 0 20 0 9 0 623356475 887910400 9006 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19163/statm: 216775 9006 2015 9 0 211281 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867100

[startup+1.50112 s]
/proc/loadavg: 1.92 1.98 1.91 3/83 19176
/proc/meminfo: memFree=1310648/2055920 swapFree=4137144/4192956
[pid=19163] ppid=19161 vsize=867240 CPUtime=1.45
/proc/19163/stat : 19163 (java) S 19161 19163 18870 0 -1 0 17641 279 1 0 136 9 0 0 20 0 9 0 623356475 888053760 10777 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19163/statm: 216810 10777 2629 9 0 211316 0
[pid=19163/tid=19165] ppid=19161 vsize=867240 CPUtime=1.24
/proc/19163/task/19165/stat : 19165 (java) R 19161 19163 18870 0 -1 64 13665 279 1 0 117 7 0 0 25 0 9 0 623356476 888053760 10777 996147200 134512640 134550740 4294955968 18446744073709551615 4126812615 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19166] ppid=19161 vsize=867240 CPUtime=0.04
/proc/19163/task/19166/stat : 19166 (java) S 19161 19163 18870 0 -1 64 2539 279 0 0 4 0 0 0 16 0 9 0 623356478 888053760 10777 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19167] ppid=19161 vsize=867240 CPUtime=0
/proc/19163/task/19167/stat : 19167 (java) S 19161 19163 18870 0 -1 64 15 279 0 0 0 0 0 0 16 0 9 0 623356478 888053760 10777 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19168] ppid=19161 vsize=867240 CPUtime=0
/proc/19163/task/19168/stat : 19168 (java) S 19161 19163 18870 0 -1 64 13 279 0 0 0 0 0 0 15 0 9 0 623356478 888053760 10777 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19169] ppid=19161 vsize=867240 CPUtime=0
/proc/19163/task/19169/stat : 19169 (java) S 19161 19163 18870 0 -1 64 0 279 0 0 0 0 0 0 25 0 9 0 623356480 888053760 10777 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19170] ppid=19161 vsize=867240 CPUtime=0.14
/proc/19163/task/19170/stat : 19170 (java) S 19161 19163 18870 0 -1 64 588 279 0 0 14 0 0 0 15 0 9 0 623356480 888053760 10777 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19171] ppid=19161 vsize=867240 CPUtime=0
/proc/19163/task/19171/stat : 19171 (java) S 19161 19163 18870 0 -1 64 2 279 0 0 0 0 0 0 25 0 9 0 623356480 888053760 10777 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19172] ppid=19161 vsize=867240 CPUtime=0
/proc/19163/task/19172/stat : 19172 (java) S 19161 19163 18870 0 -1 64 10 279 0 0 0 0 0 0 15 0 9 0 623356480 888053760 10777 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 867240

[startup+3.1013 s]
/proc/loadavg: 1.92 1.98 1.91 3/83 19176
/proc/meminfo: memFree=1310200/2055920 swapFree=4137144/4192956
[pid=19163] ppid=19161 vsize=867240 CPUtime=3.04
/proc/19163/stat : 19163 (java) S 19161 19163 18870 0 -1 0 17656 279 1 0 295 9 0 0 20 0 9 0 623356475 888053760 10791 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19163/statm: 216810 10791 2629 9 0 211316 0
[pid=19163/tid=19165] ppid=19161 vsize=867240 CPUtime=2.82
/proc/19163/task/19165/stat : 19165 (java) R 19161 19163 18870 0 -1 64 13675 279 1 0 275 7 0 0 25 0 9 0 623356476 888053760 10791 996147200 134512640 134550740 4294955968 18446744073709551615 4126814944 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19166] ppid=19161 vsize=867240 CPUtime=0.04
/proc/19163/task/19166/stat : 19166 (java) S 19161 19163 18870 0 -1 64 2539 279 0 0 4 0 0 0 17 0 9 0 623356478 888053760 10791 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19167] ppid=19161 vsize=867240 CPUtime=0
/proc/19163/task/19167/stat : 19167 (java) S 19161 19163 18870 0 -1 64 15 279 0 0 0 0 0 0 16 0 9 0 623356478 888053760 10791 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19168] ppid=19161 vsize=867240 CPUtime=0
/proc/19163/task/19168/stat : 19168 (java) S 19161 19163 18870 0 -1 64 13 279 0 0 0 0 0 0 15 0 9 0 623356478 888053760 10791 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19169] ppid=19161 vsize=867240 CPUtime=0
/proc/19163/task/19169/stat : 19169 (java) S 19161 19163 18870 0 -1 64 0 279 0 0 0 0 0 0 25 0 9 0 623356480 888053760 10791 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19170] ppid=19161 vsize=867240 CPUtime=0.14
/proc/19163/task/19170/stat : 19170 (java) S 19161 19163 18870 0 -1 64 593 279 0 0 14 0 0 0 16 0 9 0 623356480 888053760 10791 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19171] ppid=19161 vsize=867240 CPUtime=0
/proc/19163/task/19171/stat : 19171 (java) S 19161 19163 18870 0 -1 64 2 279 0 0 0 0 0 0 25 0 9 0 623356480 888053760 10791 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19172] ppid=19161 vsize=867240 CPUtime=0
/proc/19163/task/19172/stat : 19172 (java) S 19161 19163 18870 0 -1 64 10 279 0 0 0 0 0 0 15 0 9 0 623356480 888053760 10791 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 867240

[startup+6.30267 s]
/proc/loadavg: 1.93 1.98 1.91 3/83 19176
/proc/meminfo: memFree=1309440/2055920 swapFree=4137144/4192956
[pid=19163] ppid=19161 vsize=867240 CPUtime=6.21
/proc/19163/stat : 19163 (java) S 19161 19163 18870 0 -1 0 17669 279 1 0 612 9 0 0 20 0 9 0 623356475 888053760 10796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19163/statm: 216810 10796 2630 9 0 211316 0
[pid=19163/tid=19165] ppid=19161 vsize=867240 CPUtime=5.99
/proc/19163/task/19165/stat : 19165 (java) R 19161 19163 18870 0 -1 64 13676 279 1 0 592 7 0 0 25 0 9 0 623356476 888053760 10796 996147200 134512640 134550740 4294955968 18446744073709551615 4126818459 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19166] ppid=19161 vsize=867240 CPUtime=0.04
/proc/19163/task/19166/stat : 19166 (java) S 19161 19163 18870 0 -1 64 2539 279 0 0 4 0 0 0 17 0 9 0 623356478 888053760 10796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19167] ppid=19161 vsize=867240 CPUtime=0
/proc/19163/task/19167/stat : 19167 (java) S 19161 19163 18870 0 -1 64 15 279 0 0 0 0 0 0 16 0 9 0 623356478 888053760 10796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19168] ppid=19161 vsize=867240 CPUtime=0
/proc/19163/task/19168/stat : 19168 (java) S 19161 19163 18870 0 -1 64 13 279 0 0 0 0 0 0 15 0 9 0 623356478 888053760 10796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19169] ppid=19161 vsize=867240 CPUtime=0
/proc/19163/task/19169/stat : 19169 (java) S 19161 19163 18870 0 -1 64 0 279 0 0 0 0 0 0 25 0 9 0 623356480 888053760 10796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19170] ppid=19161 vsize=867240 CPUtime=0.15
/proc/19163/task/19170/stat : 19170 (java) S 19161 19163 18870 0 -1 64 601 279 0 0 15 0 0 0 16 0 9 0 623356480 888053760 10796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19171] ppid=19161 vsize=867240 CPUtime=0
/proc/19163/task/19171/stat : 19171 (java) S 19161 19163 18870 0 -1 64 2 279 0 0 0 0 0 0 25 0 9 0 623356480 888053760 10796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19172] ppid=19161 vsize=867240 CPUtime=0
/proc/19163/task/19172/stat : 19172 (java) S 19161 19163 18870 0 -1 64 14 279 0 0 0 0 0 0 15 0 9 0 623356480 888053760 10796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 867240

[startup+12.7014 s]
/proc/loadavg: 1.93 1.98 1.91 3/83 19176
/proc/meminfo: memFree=1307776/2055920 swapFree=4137144/4192956
[pid=19163] ppid=19161 vsize=867240 CPUtime=12.56
/proc/19163/stat : 19163 (java) S 19161 19163 18870 0 -1 0 17681 279 1 0 1247 9 0 0 20 0 9 0 623356475 888053760 10803 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19163/statm: 216810 10803 2630 9 0 211316 0
[pid=19163/tid=19165] ppid=19161 vsize=867240 CPUtime=12.34
/proc/19163/task/19165/stat : 19165 (java) R 19161 19163 18870 0 -1 64 13687 279 1 0 1227 7 0 0 25 0 9 0 623356476 888053760 10803 996147200 134512640 134550740 4294955968 18446744073709551615 4126818377 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19166] ppid=19161 vsize=867240 CPUtime=0.04
/proc/19163/task/19166/stat : 19166 (java) S 19161 19163 18870 0 -1 64 2539 279 0 0 4 0 0 0 16 0 9 0 623356478 888053760 10803 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19167] ppid=19161 vsize=867240 CPUtime=0
/proc/19163/task/19167/stat : 19167 (java) S 19161 19163 18870 0 -1 64 15 279 0 0 0 0 0 0 16 0 9 0 623356478 888053760 10803 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19168] ppid=19161 vsize=867240 CPUtime=0
/proc/19163/task/19168/stat : 19168 (java) S 19161 19163 18870 0 -1 64 13 279 0 0 0 0 0 0 15 0 9 0 623356478 888053760 10803 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19169] ppid=19161 vsize=867240 CPUtime=0
/proc/19163/task/19169/stat : 19169 (java) S 19161 19163 18870 0 -1 64 0 279 0 0 0 0 0 0 25 0 9 0 623356480 888053760 10803 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19170] ppid=19161 vsize=867240 CPUtime=0.15
/proc/19163/task/19170/stat : 19170 (java) S 19161 19163 18870 0 -1 64 602 279 0 0 15 0 0 0 16 0 9 0 623356480 888053760 10803 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19171] ppid=19161 vsize=867240 CPUtime=0
/proc/19163/task/19171/stat : 19171 (java) S 19161 19163 18870 0 -1 64 2 279 0 0 0 0 0 0 25 0 9 0 623356480 888053760 10803 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19172] ppid=19161 vsize=867240 CPUtime=0
/proc/19163/task/19172/stat : 19172 (java) S 19161 19163 18870 0 -1 64 14 279 0 0 0 0 0 0 15 0 9 0 623356480 888053760 10803 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 867240

[startup+25.5029 s]
/proc/loadavg: 1.87 1.97 1.91 3/90 19240
/proc/meminfo: memFree=1500056/2055920 swapFree=4137144/4192956
[pid=19163] ppid=19161 vsize=867240 CPUtime=25.24
/proc/19163/stat : 19163 (java) S 19161 19163 18870 0 -1 0 17693 279 1 0 2514 10 0 0 20 0 9 0 623356475 888053760 10814 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19163/statm: 216810 10814 2630 9 0 211316 0
[pid=19163/tid=19165] ppid=19161 vsize=867240 CPUtime=25
/proc/19163/task/19165/stat : 19165 (java) R 19161 19163 18870 0 -1 64 13698 279 1 0 2493 7 0 0 25 0 9 0 623356476 888053760 10814 996147200 134512640 134550740 4294955968 18446744073709551615 4126814052 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19166] ppid=19161 vsize=867240 CPUtime=0.04
/proc/19163/task/19166/stat : 19166 (java) S 19161 19163 18870 0 -1 64 2539 279 0 0 4 0 0 0 16 0 9 0 623356478 888053760 10814 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19167] ppid=19161 vsize=867240 CPUtime=0
/proc/19163/task/19167/stat : 19167 (java) S 19161 19163 18870 0 -1 64 15 279 0 0 0 0 0 0 16 0 9 0 623356478 888053760 10814 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19168] ppid=19161 vsize=867240 CPUtime=0
/proc/19163/task/19168/stat : 19168 (java) S 19161 19163 18870 0 -1 64 13 279 0 0 0 0 0 0 15 0 9 0 623356478 888053760 10814 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19169] ppid=19161 vsize=867240 CPUtime=0
/proc/19163/task/19169/stat : 19169 (java) S 19161 19163 18870 0 -1 64 0 279 0 0 0 0 0 0 25 0 9 0 623356480 888053760 10814 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19170] ppid=19161 vsize=867240 CPUtime=0.15
/proc/19163/task/19170/stat : 19170 (java) S 19161 19163 18870 0 -1 64 603 279 0 0 15 0 0 0 15 0 9 0 623356480 888053760 10814 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19171] ppid=19161 vsize=867240 CPUtime=0
/proc/19163/task/19171/stat : 19171 (java) S 19161 19163 18870 0 -1 64 2 279 0 0 0 0 0 0 25 0 9 0 623356480 888053760 10814 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19172] ppid=19161 vsize=867240 CPUtime=0
/proc/19163/task/19172/stat : 19172 (java) S 19161 19163 18870 0 -1 64 14 279 0 0 0 0 0 0 15 0 9 0 623356480 888053760 10814 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 867240

[startup+51.1028 s]
/proc/loadavg: 1.76 1.94 1.90 2/77 19345
/proc/meminfo: memFree=1560424/2055920 swapFree=4137144/4192956
[pid=19163] ppid=19161 vsize=867240 CPUtime=50.63
/proc/19163/stat : 19163 (java) S 19161 19163 18870 0 -1 0 17989 279 1 0 5053 10 0 0 20 0 9 0 623356475 888053760 11080 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19163/statm: 216810 11080 2630 9 0 211316 0
[pid=19163/tid=19165] ppid=19161 vsize=867240 CPUtime=50.39
/proc/19163/task/19165/stat : 19165 (java) R 19161 19163 18870 0 -1 64 13964 279 1 0 5031 8 0 0 25 0 9 0 623356476 888053760 11080 996147200 134512640 134550740 4294955968 18446744073709551615 4126817277 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19163/tid=19166] ppid=19161 vsize=867240 CPUtime=0.04
/proc/19163/task/19166/stat : 19166 (java) S 19161 19163 18870 0 -1 64 2539 279 0 0 4 0 0 0 16 0 9 0 623356478 888053760 11080 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19167] ppid=19161 vsize=867240 CPUtime=0
/proc/19163/task/19167/stat : 19167 (java) S 19161 19163 18870 0 -1 64 15 279 0 0 0 0 0 0 16 0 9 0 623356478 888053760 11080 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19168] ppid=19161 vsize=867240 CPUtime=0
/proc/19163/task/19168/stat : 19168 (java) S 19161 19163 18870 0 -1 64 13 279 0 0 0 0 0 0 15 0 9 0 623356478 888053760 11080 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19169] ppid=19161 vsize=867240 CPUtime=0
/proc/19163/task/19169/stat : 19169 (java) S 19161 19163 18870 0 -1 64 0 279 0 0 0 0 0 0 25 0 9 0 623356480 888053760 11080 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19170] ppid=19161 vsize=867240 CPUtime=0.17
/proc/19163/task/19170/stat : 19170 (java) S 19161 19163 18870 0 -1 64 633 279 0 0 17 0 0 0 16 0 9 0 623356480 888053760 11080 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19171] ppid=19161 vsize=867240 CPUtime=0

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

/proc/19163/task/19168/stat : 19168 (java) S 19161 19163 18870 0 -1 64 13 279 0 0 0 0 0 0 15 0 9 0 623356478 888053760 11127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19169] ppid=19161 vsize=867240 CPUtime=0
/proc/19163/task/19169/stat : 19169 (java) S 19161 19163 18870 0 -1 64 0 279 0 0 0 0 0 0 25 0 9 0 623356480 888053760 11127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19170] ppid=19161 vsize=867240 CPUtime=0.22
/proc/19163/task/19170/stat : 19170 (java) S 19161 19163 18870 0 -1 64 683 279 0 0 22 0 0 0 16 0 9 0 623356480 888053760 11127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19171] ppid=19161 vsize=867240 CPUtime=0
/proc/19163/task/19171/stat : 19171 (java) S 19161 19163 18870 0 -1 64 2 279 0 0 0 0 0 0 25 0 9 0 623356480 888053760 11127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19172] ppid=19161 vsize=867240 CPUtime=0
/proc/19163/task/19172/stat : 19172 (java) S 19161 19163 18870 0 -1 64 14 279 0 0 0 0 0 0 15 0 9 0 623356480 888053760 11127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1535.72
Current children cumulated vsize (KiB) 867240

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/91 19373
/proc/meminfo: memFree=791296/2055920 swapFree=4137144/4192956
[pid=19163] ppid=19161 vsize=867240 CPUtime=1595.48
/proc/19163/stat : 19163 (java) S 19161 19163 18870 0 -1 0 18079 279 1 0 159535 13 0 0 20 0 9 0 623356475 888053760 11127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19163/statm: 216810 11127 2630 9 0 211316 0
[pid=19163/tid=19165] ppid=19161 vsize=867240 CPUtime=1595.18
/proc/19163/task/19165/stat : 19165 (java) R 19161 19163 18870 0 -1 64 14004 279 1 0 159508 10 0 0 25 0 9 0 623356476 888053760 11127 996147200 134512640 134550740 4294955968 18446744073709551615 4126820407 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19166] ppid=19161 vsize=867240 CPUtime=0.04
/proc/19163/task/19166/stat : 19166 (java) S 19161 19163 18870 0 -1 64 2539 279 0 0 4 0 0 0 16 0 9 0 623356478 888053760 11127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19167] ppid=19161 vsize=867240 CPUtime=0
/proc/19163/task/19167/stat : 19167 (java) S 19161 19163 18870 0 -1 64 15 279 0 0 0 0 0 0 16 0 9 0 623356478 888053760 11127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19168] ppid=19161 vsize=867240 CPUtime=0
/proc/19163/task/19168/stat : 19168 (java) S 19161 19163 18870 0 -1 64 13 279 0 0 0 0 0 0 15 0 9 0 623356478 888053760 11127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19169] ppid=19161 vsize=867240 CPUtime=0
/proc/19163/task/19169/stat : 19169 (java) S 19161 19163 18870 0 -1 64 0 279 0 0 0 0 0 0 25 0 9 0 623356480 888053760 11127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19170] ppid=19161 vsize=867240 CPUtime=0.22
/proc/19163/task/19170/stat : 19170 (java) S 19161 19163 18870 0 -1 64 683 279 0 0 22 0 0 0 16 0 9 0 623356480 888053760 11127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19171] ppid=19161 vsize=867240 CPUtime=0
/proc/19163/task/19171/stat : 19171 (java) S 19161 19163 18870 0 -1 64 2 279 0 0 0 0 0 0 25 0 9 0 623356480 888053760 11127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19172] ppid=19161 vsize=867240 CPUtime=0
/proc/19163/task/19172/stat : 19172 (java) S 19161 19163 18870 0 -1 64 14 279 0 0 0 0 0 0 15 0 9 0 623356480 888053760 11127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1595.48
Current children cumulated vsize (KiB) 867240

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/91 19373
/proc/meminfo: memFree=791232/2055920 swapFree=4137144/4192956
[pid=19163] ppid=19161 vsize=867240 CPUtime=1655.23
/proc/19163/stat : 19163 (java) S 19161 19163 18870 0 -1 0 18081 279 1 0 165510 13 0 0 20 0 9 0 623356475 888053760 11128 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19163/statm: 216810 11128 2630 9 0 211316 0
[pid=19163/tid=19165] ppid=19161 vsize=867240 CPUtime=1654.93
/proc/19163/task/19165/stat : 19165 (java) R 19161 19163 18870 0 -1 64 14005 279 1 0 165483 10 0 0 25 0 9 0 623356476 888053760 11128 996147200 134512640 134550740 4294955968 18446744073709551615 4126819091 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19166] ppid=19161 vsize=867240 CPUtime=0.04
/proc/19163/task/19166/stat : 19166 (java) S 19161 19163 18870 0 -1 64 2539 279 0 0 4 0 0 0 16 0 9 0 623356478 888053760 11128 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19167] ppid=19161 vsize=867240 CPUtime=0
/proc/19163/task/19167/stat : 19167 (java) S 19161 19163 18870 0 -1 64 15 279 0 0 0 0 0 0 16 0 9 0 623356478 888053760 11128 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19168] ppid=19161 vsize=867240 CPUtime=0
/proc/19163/task/19168/stat : 19168 (java) S 19161 19163 18870 0 -1 64 13 279 0 0 0 0 0 0 15 0 9 0 623356478 888053760 11128 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19169] ppid=19161 vsize=867240 CPUtime=0
/proc/19163/task/19169/stat : 19169 (java) S 19161 19163 18870 0 -1 64 0 279 0 0 0 0 0 0 25 0 9 0 623356480 888053760 11128 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19170] ppid=19161 vsize=867240 CPUtime=0.22
/proc/19163/task/19170/stat : 19170 (java) S 19161 19163 18870 0 -1 64 684 279 0 0 22 0 0 0 16 0 9 0 623356480 888053760 11128 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19171] ppid=19161 vsize=867240 CPUtime=0
/proc/19163/task/19171/stat : 19171 (java) S 19161 19163 18870 0 -1 64 2 279 0 0 0 0 0 0 25 0 9 0 623356480 888053760 11128 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19172] ppid=19161 vsize=867240 CPUtime=0
/proc/19163/task/19172/stat : 19172 (java) S 19161 19163 18870 0 -1 64 14 279 0 0 0 0 0 0 15 0 9 0 623356480 888053760 11128 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1655.23
Current children cumulated vsize (KiB) 867240

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/91 19373
/proc/meminfo: memFree=791168/2055920 swapFree=4137144/4192956
[pid=19163] ppid=19161 vsize=867240 CPUtime=1715
/proc/19163/stat : 19163 (java) S 19161 19163 18870 0 -1 0 18081 279 1 0 171487 13 0 0 20 0 9 0 623356475 888053760 11128 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19163/statm: 216810 11128 2630 9 0 211316 0
[pid=19163/tid=19165] ppid=19161 vsize=867240 CPUtime=1714.69
/proc/19163/task/19165/stat : 19165 (java) R 19161 19163 18870 0 -1 64 14005 279 1 0 171459 10 0 0 25 0 9 0 623356476 888053760 11128 996147200 134512640 134550740 4294955968 18446744073709551615 4126814968 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19166] ppid=19161 vsize=867240 CPUtime=0.04
/proc/19163/task/19166/stat : 19166 (java) S 19161 19163 18870 0 -1 64 2539 279 0 0 4 0 0 0 16 0 9 0 623356478 888053760 11128 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19167] ppid=19161 vsize=867240 CPUtime=0
/proc/19163/task/19167/stat : 19167 (java) S 19161 19163 18870 0 -1 64 15 279 0 0 0 0 0 0 16 0 9 0 623356478 888053760 11128 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19168] ppid=19161 vsize=867240 CPUtime=0
/proc/19163/task/19168/stat : 19168 (java) S 19161 19163 18870 0 -1 64 13 279 0 0 0 0 0 0 15 0 9 0 623356478 888053760 11128 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19169] ppid=19161 vsize=867240 CPUtime=0
/proc/19163/task/19169/stat : 19169 (java) S 19161 19163 18870 0 -1 64 0 279 0 0 0 0 0 0 25 0 9 0 623356480 888053760 11128 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19170] ppid=19161 vsize=867240 CPUtime=0.22
/proc/19163/task/19170/stat : 19170 (java) S 19161 19163 18870 0 -1 64 684 279 0 0 22 0 0 0 16 0 9 0 623356480 888053760 11128 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19171] ppid=19161 vsize=867240 CPUtime=0
/proc/19163/task/19171/stat : 19171 (java) S 19161 19163 18870 0 -1 64 2 279 0 0 0 0 0 0 25 0 9 0 623356480 888053760 11128 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19172] ppid=19161 vsize=867240 CPUtime=0
/proc/19163/task/19172/stat : 19172 (java) S 19161 19163 18870 0 -1 64 14 279 0 0 0 0 0 0 15 0 9 0 623356480 888053760 11128 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1715
Current children cumulated vsize (KiB) 867240

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/91 19373
/proc/meminfo: memFree=791168/2055920 swapFree=4137144/4192956
[pid=19163] ppid=19161 vsize=867240 CPUtime=1774.75
/proc/19163/stat : 19163 (java) S 19161 19163 18870 0 -1 0 18081 279 1 0 177462 13 0 0 20 0 9 0 623356475 888053760 11128 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19163/statm: 216810 11128 2630 9 0 211316 0
[pid=19163/tid=19165] ppid=19161 vsize=867240 CPUtime=1774.45
/proc/19163/task/19165/stat : 19165 (java) R 19161 19163 18870 0 -1 64 14005 279 1 0 177435 10 0 0 25 0 9 0 623356476 888053760 11128 996147200 134512640 134550740 4294955968 18446744073709551615 4126817207 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19166] ppid=19161 vsize=867240 CPUtime=0.04
/proc/19163/task/19166/stat : 19166 (java) S 19161 19163 18870 0 -1 64 2539 279 0 0 4 0 0 0 16 0 9 0 623356478 888053760 11128 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19167] ppid=19161 vsize=867240 CPUtime=0
/proc/19163/task/19167/stat : 19167 (java) S 19161 19163 18870 0 -1 64 15 279 0 0 0 0 0 0 16 0 9 0 623356478 888053760 11128 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19168] ppid=19161 vsize=867240 CPUtime=0
/proc/19163/task/19168/stat : 19168 (java) S 19161 19163 18870 0 -1 64 13 279 0 0 0 0 0 0 15 0 9 0 623356478 888053760 11128 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19169] ppid=19161 vsize=867240 CPUtime=0
/proc/19163/task/19169/stat : 19169 (java) S 19161 19163 18870 0 -1 64 0 279 0 0 0 0 0 0 25 0 9 0 623356480 888053760 11128 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19170] ppid=19161 vsize=867240 CPUtime=0.22
/proc/19163/task/19170/stat : 19170 (java) S 19161 19163 18870 0 -1 64 684 279 0 0 22 0 0 0 16 0 9 0 623356480 888053760 11128 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19171] ppid=19161 vsize=867240 CPUtime=0
/proc/19163/task/19171/stat : 19171 (java) S 19161 19163 18870 0 -1 64 2 279 0 0 0 0 0 0 25 0 9 0 623356480 888053760 11128 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19172] ppid=19161 vsize=867240 CPUtime=0
/proc/19163/task/19172/stat : 19172 (java) S 19161 19163 18870 0 -1 64 14 279 0 0 0 0 0 0 15 0 9 0 623356480 888053760 11128 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1774.75
Current children cumulated vsize (KiB) 867240



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.7 s]
/proc/loadavg: 2.00 1.99 1.91 3/91 19373
/proc/meminfo: memFree=791104/2055920 swapFree=4137144/4192956
[pid=19163] ppid=19161 vsize=867240 CPUtime=1800.05
/proc/19163/stat : 19163 (java) S 19161 19163 18870 0 -1 0 18082 279 1 0 179992 13 0 0 20 0 9 0 623356475 888053760 11129 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19163/statm: 216810 11129 2630 9 0 211316 0
[pid=19163/tid=19165] ppid=19161 vsize=867240 CPUtime=1799.75
/proc/19163/task/19165/stat : 19165 (java) R 19161 19163 18870 0 -1 64 14006 279 1 0 179965 10 0 0 25 0 9 0 623356476 888053760 11129 996147200 134512640 134550740 4294955968 18446744073709551615 4126815544 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19166] ppid=19161 vsize=867240 CPUtime=0.04
/proc/19163/task/19166/stat : 19166 (java) S 19161 19163 18870 0 -1 64 2539 279 0 0 4 0 0 0 16 0 9 0 623356478 888053760 11129 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19167] ppid=19161 vsize=867240 CPUtime=0
/proc/19163/task/19167/stat : 19167 (java) S 19161 19163 18870 0 -1 64 15 279 0 0 0 0 0 0 16 0 9 0 623356478 888053760 11129 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19168] ppid=19161 vsize=867240 CPUtime=0
/proc/19163/task/19168/stat : 19168 (java) S 19161 19163 18870 0 -1 64 13 279 0 0 0 0 0 0 15 0 9 0 623356478 888053760 11129 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19169] ppid=19161 vsize=867240 CPUtime=0
/proc/19163/task/19169/stat : 19169 (java) S 19161 19163 18870 0 -1 64 0 279 0 0 0 0 0 0 25 0 9 0 623356480 888053760 11129 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19170] ppid=19161 vsize=867240 CPUtime=0.22
/proc/19163/task/19170/stat : 19170 (java) S 19161 19163 18870 0 -1 64 684 279 0 0 22 0 0 0 16 0 9 0 623356480 888053760 11129 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19171] ppid=19161 vsize=867240 CPUtime=0
/proc/19163/task/19171/stat : 19171 (java) S 19161 19163 18870 0 -1 64 2 279 0 0 0 0 0 0 25 0 9 0 623356480 888053760 11129 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19172] ppid=19161 vsize=867240 CPUtime=0
/proc/19163/task/19172/stat : 19172 (java) S 19161 19163 18870 0 -1 64 14 279 0 0 0 0 0 0 15 0 9 0 623356480 888053760 11129 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 867240

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

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

[startup+1807.7 s]
/proc/loadavg: 2.00 1.99 1.91 3/91 19373
/proc/meminfo: memFree=791104/2055920 swapFree=4137144/4192956
[pid=19163] ppid=19161 vsize=867240 CPUtime=1800.05
/proc/19163/stat : 19163 (java) S 19161 19163 18870 0 -1 0 18082 279 1 0 179992 13 0 0 20 0 9 0 623356475 888053760 11129 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19163/statm: 216810 11129 2630 9 0 211316 0
[pid=19163/tid=19165] ppid=19161 vsize=867240 CPUtime=1799.75
/proc/19163/task/19165/stat : 19165 (java) R 19161 19163 18870 0 -1 64 14006 279 1 0 179965 10 0 0 25 0 9 0 623356476 888053760 11129 996147200 134512640 134550740 4294955968 18446744073709551615 4126815544 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19166] ppid=19161 vsize=867240 CPUtime=0.04
/proc/19163/task/19166/stat : 19166 (java) S 19161 19163 18870 0 -1 64 2539 279 0 0 4 0 0 0 16 0 9 0 623356478 888053760 11129 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19167] ppid=19161 vsize=867240 CPUtime=0
/proc/19163/task/19167/stat : 19167 (java) S 19161 19163 18870 0 -1 64 15 279 0 0 0 0 0 0 16 0 9 0 623356478 888053760 11129 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19168] ppid=19161 vsize=867240 CPUtime=0
/proc/19163/task/19168/stat : 19168 (java) S 19161 19163 18870 0 -1 64 13 279 0 0 0 0 0 0 15 0 9 0 623356478 888053760 11129 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19169] ppid=19161 vsize=867240 CPUtime=0
/proc/19163/task/19169/stat : 19169 (java) S 19161 19163 18870 0 -1 64 0 279 0 0 0 0 0 0 25 0 9 0 623356480 888053760 11129 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19170] ppid=19161 vsize=867240 CPUtime=0.22
/proc/19163/task/19170/stat : 19170 (java) S 19161 19163 18870 0 -1 64 684 279 0 0 22 0 0 0 16 0 9 0 623356480 888053760 11129 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19171] ppid=19161 vsize=867240 CPUtime=0
/proc/19163/task/19171/stat : 19171 (java) S 19161 19163 18870 0 -1 64 2 279 0 0 0 0 0 0 25 0 9 0 623356480 888053760 11129 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19163/tid=19172] ppid=19161 vsize=867240 CPUtime=0
/proc/19163/task/19172/stat : 19172 (java) S 19161 19163 18870 0 -1 64 14 279 0 0 0 0 0 0 15 0 9 0 623356480 888053760 11129 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 867240

Child status: 143
Real time (s): 1807.74
CPU time (s): 1800.1
CPU user time (s): 1799.95
CPU system time (s): 0.148977
CPU usage (%): 99.5774
Max. virtual memory (cumulated for all children) (KiB): 867240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.95
system time used= 0.148977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18395
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= 37972
involuntary context switches= 61172

runsolver used 1.53177 second user time and 5.13622 second system time

The end

Launcher Data (download as text)

Begin job on node88 at 2008-07-03 20:51:32
IDJOB=1057391
IDBENCH=54030
IDSOLVER=364
FILE ID=node88/1057391-1215111092
PBS_JOBID= 7877031
Free space on /tmp= 66524 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/primes-25/normalized-primes-25-40-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-1057391-1215111092/watcher-1057391-1215111092 -o /tmp/evaluation-result-1057391-1215111092/solver-1057391-1215111092 -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-1057391-1215111092.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ef266a4a7cedf640392e963b63a09d73
RANDOM SEED=1697555140

node88.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.232
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.232
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:       1344096 kB
Buffers:          9868 kB
Cached:         371420 kB
SwapCached:      49968 kB
Active:         415788 kB
Inactive:       257324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1344096 kB
SwapTotal:     4192956 kB
SwapFree:      4137144 kB
Dirty:            2036 kB
Writeback:           0 kB
Mapped:         255108 kB
Slab:            23500 kB
Committed_AS:  1172316 kB
PageTables:       2320 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= 66544 MiB
End job on node88 at 2008-07-03 21:21:42