Trace number 1063739

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.11 1816.38

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-ran16x16.xml
MD5SUM9f054a6207937b9747ad5269dca29ec3
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 benchmark1.75673
Satisfiable
(Un)Satisfiability was proved
Number of variables7936
Number of constraints320
Maximum constraint arity480
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension320
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04/0.09	
0.04/0.09	Abscon 112 (May, 2008)
0.18/0.23	
0.18/0.23	   configuration
0.18/0.23	     name=esac.xml
0.28/0.32	   
0.28/0.32	   instance
0.28/0.32	     name=HOME/instance-1063739-1215138631.xml
0.28/0.35	   
0.28/0.35	   domains being loaded...
0.28/0.36	   
0.28/0.36	   variables being loaded...
0.68/0.78	     nbVariables=7936  nbDomainTypes=2  minDomainSize=1  maxDomainSize=2  nbTotalValues=12178
0.68/0.78	       =>  wckTime=0.542  cpuTime=0.39  mem=33M208
0.68/0.78	   
0.68/0.78	   predicates being loaded...
1.07/1.15	   
1.07/1.15	   constraints being loaded...
6.50/6.63	     nbConstraints=288  nbMergedConstraints=32  nbSingletonDomainVariables=3694  nbUnbuiltConflictsStructures=21
6.50/6.63	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=21  nbSharedEvaluationManagers=267  minDegree=1  maxDegree=3
6.50/6.63	     minArity=31  avgArity=80.89  maxArity=480  nbGenerators=0  nbFusions=0  symmetryWckTime=0.357  symmetryCpuTime=0.13
6.50/6.63	       =>  wckTime=6.393  cpuTime=5.67  mem=36M106
6.60/6.76	   
6.60/6.76	   solver IterativeSystematicSolver being built... 
7.00/7.13	   
7.00/7.13	   INFO : Forward propagation technique limited 
7.30/7.46	       =>  wckTime=7.225  cpuTime=6.17  mem=79M856
56.92/57.51	   
56.92/57.51	   preprocessing
56.92/57.51	     nbConstraintChecks=14621111  nbValidityChecks=361656  nbPropagations=20010  nbRevisions=213464
56.92/57.51	     nbUselessRevisions=212685  nbSingletonTests=11299  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0
56.92/57.51	     nbRemovedValues=0  detectedInconsistency=no
56.92/57.51	       =>  wckTime=50.032  cpuTime=49.51  mem=110M278

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-1063739-1215138631/watcher-1063739-1215138631 -o /tmp/evaluation-result-1063739-1215138631/solver-1063739-1215138631 -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-1063739-1215138631.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.84 1.97 1.99 4/81 22228
/proc/meminfo: memFree=1716632/2055920 swapFree=4179736/4192956
[pid=22228] ppid=22226 vsize=10616 CPUtime=0
/proc/22228/stat : 22228 (java) S 22226 22228 19454 0 -1 0 676 0 0 0 0 0 0 0 18 0 2 0 1992831963 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/22228/statm: 2654 472 209 9 0 1184 0
[pid=22228/tid=22229] ppid=22226 vsize=10616 CPUtime=0
/proc/22228/task/22229/stat : 22229 (java) R 22226 22228 19454 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 1992831964 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 12799960 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0525661 s]
/proc/loadavg: 1.84 1.97 1.99 4/81 22228
/proc/meminfo: memFree=1716632/2055920 swapFree=4179736/4192956
[pid=22228] ppid=22226 vsize=863172 CPUtime=0.04
/proc/22228/stat : 22228 (java) S 22226 22228 19454 0 -1 0 2409 0 1 0 3 1 0 0 18 0 8 0 1992831963 883888128 1988 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22228/statm: 215793 1988 911 9 0 210772 0
[pid=22228/tid=22229] ppid=22226 vsize=863172 CPUtime=0.02
/proc/22228/task/22229/stat : 22229 (java) R 22226 22228 19454 0 -1 64 1690 0 1 0 2 0 0 0 19 0 8 0 1992831964 883888128 1988 996147200 134512640 134550740 4294955968 18446744073709551615 104523928 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 863172

[startup+0.101573 s]
/proc/loadavg: 1.84 1.97 1.99 4/81 22228
/proc/meminfo: memFree=1716632/2055920 swapFree=4179736/4192956
[pid=22228] ppid=22226 vsize=865884 CPUtime=0.08
/proc/22228/stat : 22228 (java) S 22226 22228 19454 0 -1 0 3719 0 1 0 7 1 0 0 18 0 9 0 1992831963 886665216 3182 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22228/statm: 216471 3182 1686 9 0 211026 0
[pid=22228/tid=22229] ppid=22226 vsize=865884 CPUtime=0.07
/proc/22228/task/22229/stat : 22229 (java) R 22226 22228 19454 0 -1 64 2817 0 1 0 6 1 0 0 18 0 9 0 1992831964 886665216 3182 996147200 134512640 134550740 4294955968 18446744073709551615 4125960359 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301606 s]
/proc/loadavg: 1.84 1.97 1.99 4/81 22228
/proc/meminfo: memFree=1716632/2055920 swapFree=4179736/4192956
[pid=22228] ppid=22226 vsize=866196 CPUtime=0.28
/proc/22228/stat : 22228 (java) S 22226 22228 19454 0 -1 0 5619 0 1 0 25 3 0 0 18 0 9 0 1992831963 886984704 5033 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22228/statm: 216549 5033 1902 9 0 211097 0
[pid=22228/tid=22229] ppid=22226 vsize=866196 CPUtime=0.24
/proc/22228/task/22229/stat : 22229 (java) R 22226 22228 19454 0 -1 64 4656 0 1 0 22 2 0 0 19 0 9 0 1992831964 886984704 5033 996147200 134512640 134550740 4294955968 18446744073709551615 11952932 0 2147483391 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866196

[startup+0.701668 s]
/proc/loadavg: 1.84 1.97 1.99 4/81 22228
/proc/meminfo: memFree=1716632/2055920 swapFree=4179736/4192956
[pid=22228] ppid=22226 vsize=867444 CPUtime=0.68
/proc/22228/stat : 22228 (java) S 22226 22228 19454 0 -1 0 9834 0 1 0 63 5 0 0 18 0 9 0 1992831963 888262656 9204 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22228/statm: 216861 9204 1972 9 0 211389 0
[pid=22228/tid=22229] ppid=22226 vsize=867444 CPUtime=0.52
/proc/22228/task/22229/stat : 22229 (java) R 22226 22228 19454 0 -1 64 8524 0 1 0 48 4 0 0 19 0 9 0 1992831964 888262656 9204 996147200 134512640 134550740 4294955968 18446744073709551615 4126710560 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867444

[startup+1.5028 s]
/proc/loadavg: 1.84 1.97 1.99 4/90 22237
/proc/meminfo: memFree=1658576/2055920 swapFree=4179736/4192956
[pid=22228] ppid=22226 vsize=867444 CPUtime=1.47
/proc/22228/stat : 22228 (java) S 22226 22228 19454 0 -1 0 18195 0 1 0 137 10 0 0 18 0 9 0 1992831963 888262656 17531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22228/statm: 216861 17531 2004 9 0 211389 0
[pid=22228/tid=22229] ppid=22226 vsize=867444 CPUtime=1.23
/proc/22228/task/22229/stat : 22229 (java) R 22226 22228 19454 0 -1 64 15747 0 1 0 115 8 0 0 25 0 9 0 1992831964 888262656 17531 996147200 134512640 134550740 4294955968 18446744073709551615 4126880053 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22231] ppid=22226 vsize=867444 CPUtime=0.04
/proc/22228/task/22231/stat : 22231 (java) S 22226 22228 19454 0 -1 64 1116 0 0 0 4 0 0 0 17 0 9 0 1992831966 888262656 17531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22232] ppid=22226 vsize=867444 CPUtime=0
/proc/22228/task/22232/stat : 22232 (java) S 22226 22228 19454 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1992831966 888262656 17531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22233] ppid=22226 vsize=867444 CPUtime=0
/proc/22228/task/22233/stat : 22233 (java) S 22226 22228 19454 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1992831966 888262656 17531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22234] ppid=22226 vsize=867444 CPUtime=0
/proc/22228/task/22234/stat : 22234 (java) S 22226 22228 19454 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992831968 888262656 17531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22235] ppid=22226 vsize=867444 CPUtime=0.17
/proc/22228/task/22235/stat : 22235 (java) S 22226 22228 19454 0 -1 64 636 0 0 0 17 0 0 0 16 0 9 0 1992831968 888262656 17531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22236] ppid=22226 vsize=867444 CPUtime=0
/proc/22228/task/22236/stat : 22236 (java) S 22226 22228 19454 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1992831968 888262656 17531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22237] ppid=22226 vsize=867444 CPUtime=0
/proc/22228/task/22237/stat : 22237 (java) S 22226 22228 19454 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1992831968 888262656 17531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867444

[startup+3.10206 s]
/proc/loadavg: 1.84 1.97 1.99 3/90 22237
/proc/meminfo: memFree=1646224/2055920 swapFree=4179736/4192956
[pid=22228] ppid=22226 vsize=867444 CPUtime=3.05
/proc/22228/stat : 22228 (java) S 22226 22228 19454 0 -1 0 23876 0 1 0 292 13 0 0 18 0 9 0 1992831963 888262656 23209 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22228/statm: 216861 23209 2005 9 0 211389 0
[pid=22228/tid=22229] ppid=22226 vsize=867444 CPUtime=2.66
/proc/22228/task/22229/stat : 22229 (java) R 22226 22228 19454 0 -1 64 15777 0 1 0 257 9 0 0 25 0 9 0 1992831964 888262656 23209 996147200 134512640 134550740 4294955968 18446744073709551615 4126441988 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22231] ppid=22226 vsize=867444 CPUtime=0.15
/proc/22228/task/22231/stat : 22231 (java) S 22226 22228 19454 0 -1 64 6745 0 0 0 13 2 0 0 16 0 9 0 1992831966 888262656 23209 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22232] ppid=22226 vsize=867444 CPUtime=0
/proc/22228/task/22232/stat : 22232 (java) S 22226 22228 19454 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1992831966 888262656 23209 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22233] ppid=22226 vsize=867444 CPUtime=0
/proc/22228/task/22233/stat : 22233 (java) S 22226 22228 19454 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1992831966 888262656 23209 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22234] ppid=22226 vsize=867444 CPUtime=0
/proc/22228/task/22234/stat : 22234 (java) S 22226 22228 19454 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992831968 888262656 23209 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22235] ppid=22226 vsize=867444 CPUtime=0.21
/proc/22228/task/22235/stat : 22235 (java) S 22226 22228 19454 0 -1 64 658 0 0 0 21 0 0 0 15 0 9 0 1992831968 888262656 23209 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22236] ppid=22226 vsize=867444 CPUtime=0
/proc/22228/task/22236/stat : 22236 (java) S 22226 22228 19454 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1992831968 888262656 23209 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22237] ppid=22226 vsize=867444 CPUtime=0
/proc/22228/task/22237/stat : 22237 (java) S 22226 22228 19454 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1992831968 888262656 23209 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867444

[startup+6.30257 s]
/proc/loadavg: 1.85 1.97 1.99 3/90 22237
/proc/meminfo: memFree=1630480/2055920 swapFree=4179736/4192956
[pid=22228] ppid=22226 vsize=867444 CPUtime=6.22
/proc/22228/stat : 22228 (java) S 22226 22228 19454 0 -1 0 24081 0 1 0 608 14 0 0 18 0 9 0 1992831963 888262656 23405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22228/statm: 216861 23405 2005 9 0 211389 0
[pid=22228/tid=22229] ppid=22226 vsize=867444 CPUtime=5.76
/proc/22228/task/22229/stat : 22229 (java) R 22226 22228 19454 0 -1 64 15789 0 1 0 566 10 0 0 25 0 9 0 1992831964 888262656 23405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22231] ppid=22226 vsize=867444 CPUtime=0.23
/proc/22228/task/22231/stat : 22231 (java) R 22226 22228 19454 0 -1 64 6935 0 0 0 20 3 0 0 16 0 9 0 1992831966 888262656 23405 996147200 134512640 134550740 4294955968 18446744073709551615 102722973 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22232] ppid=22226 vsize=867444 CPUtime=0
/proc/22228/task/22232/stat : 22232 (java) S 22226 22228 19454 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1992831966 888262656 23405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22233] ppid=22226 vsize=867444 CPUtime=0
/proc/22228/task/22233/stat : 22233 (java) S 22226 22228 19454 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1992831966 888262656 23405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22234] ppid=22226 vsize=867444 CPUtime=0
/proc/22228/task/22234/stat : 22234 (java) S 22226 22228 19454 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992831968 888262656 23405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22235] ppid=22226 vsize=867444 CPUtime=0.21
/proc/22228/task/22235/stat : 22235 (java) S 22226 22228 19454 0 -1 64 661 0 0 0 21 0 0 0 16 0 9 0 1992831968 888262656 23405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22236] ppid=22226 vsize=867444 CPUtime=0
/proc/22228/task/22236/stat : 22236 (java) S 22226 22228 19454 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1992831968 888262656 23405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22237] ppid=22226 vsize=867444 CPUtime=0
/proc/22228/task/22237/stat : 22237 (java) S 22226 22228 19454 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1992831968 888262656 23405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867444

[startup+12.7016 s]
/proc/loadavg: 1.87 1.97 1.99 3/90 22241
/proc/meminfo: memFree=1574152/2055920 swapFree=4179736/4192956
[pid=22228] ppid=22226 vsize=867768 CPUtime=12.55
/proc/22228/stat : 22228 (java) S 22226 22228 19454 0 -1 0 57472 722 1 0 1214 25 14 2 18 0 9 0 1992831963 888594432 37958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22228/statm: 216942 37958 2615 9 0 211470 0
[pid=22228/tid=22229] ppid=22226 vsize=867768 CPUtime=11.7
/proc/22228/task/22229/stat : 22229 (java) R 22226 22228 19454 0 -1 64 28619 722 1 0 1140 14 14 2 25 0 9 0 1992831964 888594432 37958 996147200 134512640 134550740 4294955968 18446744073709551615 4127186834 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22231] ppid=22226 vsize=867768 CPUtime=0.66
/proc/22228/task/22231/stat : 22231 (java) S 22226 22228 19454 0 -1 64 27101 722 0 0 42 8 14 2 17 0 9 0 1992831966 888594432 37958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22232] ppid=22226 vsize=867768 CPUtime=0.16
/proc/22228/task/22232/stat : 22232 (java) S 22226 22228 19454 0 -1 64 17 722 0 0 0 0 14 2 16 0 9 0 1992831966 888594432 37958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22233] ppid=22226 vsize=867768 CPUtime=0.16
/proc/22228/task/22233/stat : 22233 (java) S 22226 22228 19454 0 -1 64 26 722 0 0 0 0 14 2 15 0 9 0 1992831966 888594432 37958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22234] ppid=22226 vsize=867768 CPUtime=0.16
/proc/22228/task/22234/stat : 22234 (java) S 22226 22228 19454 0 -1 64 1 722 0 0 0 0 14 2 18 0 9 0 1992831968 888594432 37958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22235] ppid=22226 vsize=867768 CPUtime=0.46
/proc/22228/task/22235/stat : 22235 (java) S 22226 22228 19454 0 -1 64 897 722 0 0 30 0 14 2 16 0 9 0 1992831968 888594432 37958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22236] ppid=22226 vsize=867768 CPUtime=0.16
/proc/22228/task/22236/stat : 22236 (java) S 22226 22228 19454 0 -1 64 1 722 0 0 0 0 14 2 19 0 9 0 1992831968 888594432 37958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22237] ppid=22226 vsize=867768 CPUtime=0.16
/proc/22228/task/22237/stat : 22237 (java) S 22226 22228 19454 0 -1 64 7 722 0 0 0 0 14 2 15 0 9 0 1992831968 888594432 37958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 867768

[startup+25.5026 s]
/proc/loadavg: 1.89 1.97 1.99 3/90 22241
/proc/meminfo: memFree=1574088/2055920 swapFree=4179736/4192956
[pid=22228] ppid=22226 vsize=867768 CPUtime=25.23
/proc/22228/stat : 22228 (java) S 22226 22228 19454 0 -1 0 57475 722 1 0 2481 26 14 2 18 0 9 0 1992831963 888594432 37959 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22228/statm: 216942 37959 2615 9 0 211470 0
[pid=22228/tid=22229] ppid=22226 vsize=867768 CPUtime=24.37
/proc/22228/task/22229/stat : 22229 (java) R 22226 22228 19454 0 -1 64 28619 722 1 0 2407 14 14 2 25 0 9 0 1992831964 888594432 37959 996147200 134512640 134550740 4294955968 18446744073709551615 4127185816 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22231] ppid=22226 vsize=867768 CPUtime=0.66
/proc/22228/task/22231/stat : 22231 (java) S 22226 22228 19454 0 -1 64 27101 722 0 0 42 8 14 2 16 0 9 0 1992831966 888594432 37959 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22232] ppid=22226 vsize=867768 CPUtime=0.16
/proc/22228/task/22232/stat : 22232 (java) S 22226 22228 19454 0 -1 64 17 722 0 0 0 0 14 2 16 0 9 0 1992831966 888594432 37959 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22233] ppid=22226 vsize=867768 CPUtime=0.16
/proc/22228/task/22233/stat : 22233 (java) S 22226 22228 19454 0 -1 64 26 722 0 0 0 0 14 2 15 0 9 0 1992831966 888594432 37959 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22234] ppid=22226 vsize=867768 CPUtime=0.16
/proc/22228/task/22234/stat : 22234 (java) S 22226 22228 19454 0 -1 64 1 722 0 0 0 0 14 2 18 0 9 0 1992831968 888594432 37959 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22235] ppid=22226 vsize=867768 CPUtime=0.47
/proc/22228/task/22235/stat : 22235 (java) S 22226 22228 19454 0 -1 64 900 722 0 0 30 1 14 2 17 0 9 0 1992831968 888594432 37959 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22236] ppid=22226 vsize=867768 CPUtime=0.16
/proc/22228/task/22236/stat : 22236 (java) S 22226 22228 19454 0 -1 64 1 722 0 0 0 0 14 2 19 0 9 0 1992831968 888594432 37959 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22237] ppid=22226 vsize=867768 CPUtime=0.16
/proc/22228/task/22237/stat : 22237 (java) S 22226 22228 19454 0 -1 64 7 722 0 0 0 0 14 2 15 0 9 0 1992831968 888594432 37959 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 867768

[startup+51.1028 s]
/proc/loadavg: 1.93 1.97 1.99 3/90 22241
/proc/meminfo: memFree=1574024/2055920 swapFree=4179736/4192956
[pid=22228] ppid=22226 vsize=867768 CPUtime=50.58
/proc/22228/stat : 22228 (java) S 22226 22228 19454 0 -1 0 57494 722 1 0 5016 26 14 2 18 0 9 0 1992831963 888594432 37972 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22228/statm: 216942 37972 2615 9 0 211470 0
[pid=22228/tid=22229] ppid=22226 vsize=867768 CPUtime=49.71
/proc/22228/task/22229/stat : 22229 (java) R 22226 22228 19454 0 -1 64 28626 722 1 0 4940 15 14 2 25 0 9 0 1992831964 888594432 37972 996147200 134512640 134550740 4294955968 18446744073709551615 4127186827 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22231] ppid=22226 vsize=867768 CPUtime=0.66

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

/proc/22228/task/22233/stat : 22233 (java) S 22226 22228 19454 0 -1 64 26 722 0 0 0 0 14 2 15 0 9 0 1992831966 888594432 37996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22234] ppid=22226 vsize=867768 CPUtime=0.16
/proc/22228/task/22234/stat : 22234 (java) S 22226 22228 19454 0 -1 64 1 722 0 0 0 0 14 2 18 0 9 0 1992831968 888594432 37996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22235] ppid=22226 vsize=867768 CPUtime=0.54
/proc/22228/task/22235/stat : 22235 (java) S 22226 22228 19454 0 -1 64 940 722 0 0 37 1 14 2 16 0 9 0 1992831968 888594432 37996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22236] ppid=22226 vsize=867768 CPUtime=0.16
/proc/22228/task/22236/stat : 22236 (java) S 22226 22228 19454 0 -1 64 1 722 0 0 0 0 14 2 19 0 9 0 1992831968 888594432 37996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22237] ppid=22226 vsize=867768 CPUtime=0.16
/proc/22228/task/22237/stat : 22237 (java) S 22226 22228 19454 0 -1 64 7 722 0 0 0 0 14 2 15 0 9 0 1992831968 888594432 37996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1528.59
Current children cumulated vsize (KiB) 867768

[startup+1602.3 s]
/proc/loadavg: 2.10 2.07 2.02 3/90 22433
/proc/meminfo: memFree=951744/2055920 swapFree=4179736/4192956
[pid=22228] ppid=22226 vsize=867768 CPUtime=1588.04
/proc/22228/stat : 22228 (java) S 22226 22228 19454 0 -1 0 57534 722 1 0 158755 33 14 2 18 0 9 0 1992831963 888594432 37996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22228/statm: 216942 37996 2615 9 0 211470 0
[pid=22228/tid=22229] ppid=22226 vsize=867768 CPUtime=1587.12
/proc/22228/task/22229/stat : 22229 (java) R 22226 22228 19454 0 -1 64 28638 722 1 0 158674 22 14 2 25 0 9 0 1992831964 888594432 37996 996147200 134512640 134550740 4294955968 18446744073709551615 4127170167 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22231] ppid=22226 vsize=867768 CPUtime=0.66
/proc/22228/task/22231/stat : 22231 (java) S 22226 22228 19454 0 -1 64 27101 722 0 0 42 8 14 2 16 0 9 0 1992831966 888594432 37996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22232] ppid=22226 vsize=867768 CPUtime=0.16
/proc/22228/task/22232/stat : 22232 (java) S 22226 22228 19454 0 -1 64 17 722 0 0 0 0 14 2 16 0 9 0 1992831966 888594432 37996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22233] ppid=22226 vsize=867768 CPUtime=0.16
/proc/22228/task/22233/stat : 22233 (java) S 22226 22228 19454 0 -1 64 26 722 0 0 0 0 14 2 15 0 9 0 1992831966 888594432 37996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22234] ppid=22226 vsize=867768 CPUtime=0.16
/proc/22228/task/22234/stat : 22234 (java) S 22226 22228 19454 0 -1 64 1 722 0 0 0 0 14 2 18 0 9 0 1992831968 888594432 37996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22235] ppid=22226 vsize=867768 CPUtime=0.54
/proc/22228/task/22235/stat : 22235 (java) S 22226 22228 19454 0 -1 64 940 722 0 0 37 1 14 2 16 0 9 0 1992831968 888594432 37996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22236] ppid=22226 vsize=867768 CPUtime=0.16
/proc/22228/task/22236/stat : 22236 (java) S 22226 22228 19454 0 -1 64 1 722 0 0 0 0 14 2 19 0 9 0 1992831968 888594432 37996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22237] ppid=22226 vsize=867768 CPUtime=0.16
/proc/22228/task/22237/stat : 22237 (java) S 22226 22228 19454 0 -1 64 7 722 0 0 0 0 14 2 15 0 9 0 1992831968 888594432 37996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1588.04
Current children cumulated vsize (KiB) 867768

[startup+1662.3 s]
/proc/loadavg: 2.04 2.05 2.01 3/90 22433
/proc/meminfo: memFree=951616/2055920 swapFree=4179736/4192956
[pid=22228] ppid=22226 vsize=867768 CPUtime=1647.47
/proc/22228/stat : 22228 (java) S 22226 22228 19454 0 -1 0 57534 722 1 0 164697 34 14 2 18 0 9 0 1992831963 888594432 37996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22228/statm: 216942 37996 2615 9 0 211470 0
[pid=22228/tid=22229] ppid=22226 vsize=867768 CPUtime=1646.55
/proc/22228/task/22229/stat : 22229 (java) R 22226 22228 19454 0 -1 64 28638 722 1 0 164617 22 14 2 25 0 9 0 1992831964 888594432 37996 996147200 134512640 134550740 4294955968 18446744073709551615 4127171488 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22231] ppid=22226 vsize=867768 CPUtime=0.66
/proc/22228/task/22231/stat : 22231 (java) S 22226 22228 19454 0 -1 64 27101 722 0 0 42 8 14 2 16 0 9 0 1992831966 888594432 37996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22232] ppid=22226 vsize=867768 CPUtime=0.16
/proc/22228/task/22232/stat : 22232 (java) S 22226 22228 19454 0 -1 64 17 722 0 0 0 0 14 2 16 0 9 0 1992831966 888594432 37996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22233] ppid=22226 vsize=867768 CPUtime=0.16
/proc/22228/task/22233/stat : 22233 (java) S 22226 22228 19454 0 -1 64 26 722 0 0 0 0 14 2 15 0 9 0 1992831966 888594432 37996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22234] ppid=22226 vsize=867768 CPUtime=0.16
/proc/22228/task/22234/stat : 22234 (java) S 22226 22228 19454 0 -1 64 1 722 0 0 0 0 14 2 18 0 9 0 1992831968 888594432 37996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22235] ppid=22226 vsize=867768 CPUtime=0.54
/proc/22228/task/22235/stat : 22235 (java) S 22226 22228 19454 0 -1 64 940 722 0 0 37 1 14 2 16 0 9 0 1992831968 888594432 37996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22236] ppid=22226 vsize=867768 CPUtime=0.16
/proc/22228/task/22236/stat : 22236 (java) S 22226 22228 19454 0 -1 64 1 722 0 0 0 0 14 2 19 0 9 0 1992831968 888594432 37996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22237] ppid=22226 vsize=867768 CPUtime=0.16
/proc/22228/task/22237/stat : 22237 (java) S 22226 22228 19454 0 -1 64 7 722 0 0 0 0 14 2 15 0 9 0 1992831968 888594432 37996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1647.47
Current children cumulated vsize (KiB) 867768

[startup+1722.3 s]
/proc/loadavg: 2.01 2.04 2.01 3/90 22433
/proc/meminfo: memFree=951616/2055920 swapFree=4179736/4192956
[pid=22228] ppid=22226 vsize=867768 CPUtime=1706.91
/proc/22228/stat : 22228 (java) S 22226 22228 19454 0 -1 0 57534 722 1 0 170641 34 14 2 18 0 9 0 1992831963 888594432 37996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22228/statm: 216942 37996 2615 9 0 211470 0
[pid=22228/tid=22229] ppid=22226 vsize=867768 CPUtime=1705.99
/proc/22228/task/22229/stat : 22229 (java) R 22226 22228 19454 0 -1 64 28638 722 1 0 170561 22 14 2 25 0 9 0 1992831964 888594432 37996 996147200 134512640 134550740 4294955968 18446744073709551615 4127183671 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22231] ppid=22226 vsize=867768 CPUtime=0.66
/proc/22228/task/22231/stat : 22231 (java) S 22226 22228 19454 0 -1 64 27101 722 0 0 42 8 14 2 16 0 9 0 1992831966 888594432 37996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22232] ppid=22226 vsize=867768 CPUtime=0.16
/proc/22228/task/22232/stat : 22232 (java) S 22226 22228 19454 0 -1 64 17 722 0 0 0 0 14 2 16 0 9 0 1992831966 888594432 37996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22233] ppid=22226 vsize=867768 CPUtime=0.16
/proc/22228/task/22233/stat : 22233 (java) S 22226 22228 19454 0 -1 64 26 722 0 0 0 0 14 2 15 0 9 0 1992831966 888594432 37996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22234] ppid=22226 vsize=867768 CPUtime=0.16
/proc/22228/task/22234/stat : 22234 (java) S 22226 22228 19454 0 -1 64 1 722 0 0 0 0 14 2 18 0 9 0 1992831968 888594432 37996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22235] ppid=22226 vsize=867768 CPUtime=0.54
/proc/22228/task/22235/stat : 22235 (java) S 22226 22228 19454 0 -1 64 940 722 0 0 37 1 14 2 16 0 9 0 1992831968 888594432 37996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22236] ppid=22226 vsize=867768 CPUtime=0.16
/proc/22228/task/22236/stat : 22236 (java) S 22226 22228 19454 0 -1 64 1 722 0 0 0 0 14 2 19 0 9 0 1992831968 888594432 37996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22237] ppid=22226 vsize=867768 CPUtime=0.16
/proc/22228/task/22237/stat : 22237 (java) S 22226 22228 19454 0 -1 64 7 722 0 0 0 0 14 2 15 0 9 0 1992831968 888594432 37996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1706.91
Current children cumulated vsize (KiB) 867768

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/90 22433
/proc/meminfo: memFree=951488/2055920 swapFree=4179736/4192956
[pid=22228] ppid=22226 vsize=867768 CPUtime=1766.34
/proc/22228/stat : 22228 (java) S 22226 22228 19454 0 -1 0 57534 722 1 0 176584 34 14 2 18 0 9 0 1992831963 888594432 37996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22228/statm: 216942 37996 2615 9 0 211470 0
[pid=22228/tid=22229] ppid=22226 vsize=867768 CPUtime=1765.42
/proc/22228/task/22229/stat : 22229 (java) R 22226 22228 19454 0 -1 64 28638 722 1 0 176504 22 14 2 25 0 9 0 1992831964 888594432 37996 996147200 134512640 134550740 4294955968 18446744073709551615 4127185767 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22231] ppid=22226 vsize=867768 CPUtime=0.66
/proc/22228/task/22231/stat : 22231 (java) S 22226 22228 19454 0 -1 64 27101 722 0 0 42 8 14 2 16 0 9 0 1992831966 888594432 37996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22232] ppid=22226 vsize=867768 CPUtime=0.16
/proc/22228/task/22232/stat : 22232 (java) S 22226 22228 19454 0 -1 64 17 722 0 0 0 0 14 2 16 0 9 0 1992831966 888594432 37996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22233] ppid=22226 vsize=867768 CPUtime=0.16
/proc/22228/task/22233/stat : 22233 (java) S 22226 22228 19454 0 -1 64 26 722 0 0 0 0 14 2 15 0 9 0 1992831966 888594432 37996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22234] ppid=22226 vsize=867768 CPUtime=0.16
/proc/22228/task/22234/stat : 22234 (java) S 22226 22228 19454 0 -1 64 1 722 0 0 0 0 14 2 18 0 9 0 1992831968 888594432 37996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22235] ppid=22226 vsize=867768 CPUtime=0.54
/proc/22228/task/22235/stat : 22235 (java) S 22226 22228 19454 0 -1 64 940 722 0 0 37 1 14 2 16 0 9 0 1992831968 888594432 37996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22236] ppid=22226 vsize=867768 CPUtime=0.16
/proc/22228/task/22236/stat : 22236 (java) S 22226 22228 19454 0 -1 64 1 722 0 0 0 0 14 2 19 0 9 0 1992831968 888594432 37996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22237] ppid=22226 vsize=867768 CPUtime=0.16
/proc/22228/task/22237/stat : 22237 (java) S 22226 22228 19454 0 -1 64 7 722 0 0 0 0 14 2 15 0 9 0 1992831968 888594432 37996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1766.34
Current children cumulated vsize (KiB) 867768



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/90 22433
/proc/meminfo: memFree=951488/2055920 swapFree=4179736/4192956
[pid=22228] ppid=22226 vsize=867768 CPUtime=1800.02
/proc/22228/stat : 22228 (java) S 22226 22228 19454 0 -1 0 57534 722 1 0 179952 34 14 2 18 0 9 0 1992831963 888594432 37996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22228/statm: 216942 37996 2615 9 0 211470 0
[pid=22228/tid=22229] ppid=22226 vsize=867768 CPUtime=1799.1
/proc/22228/task/22229/stat : 22229 (java) R 22226 22228 19454 0 -1 64 28638 722 1 0 179872 22 14 2 25 0 9 0 1992831964 888594432 37996 996147200 134512640 134550740 4294955968 18446744073709551615 4127183715 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22231] ppid=22226 vsize=867768 CPUtime=0.66
/proc/22228/task/22231/stat : 22231 (java) S 22226 22228 19454 0 -1 64 27101 722 0 0 42 8 14 2 16 0 9 0 1992831966 888594432 37996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22232] ppid=22226 vsize=867768 CPUtime=0.16
/proc/22228/task/22232/stat : 22232 (java) S 22226 22228 19454 0 -1 64 17 722 0 0 0 0 14 2 16 0 9 0 1992831966 888594432 37996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22233] ppid=22226 vsize=867768 CPUtime=0.16
/proc/22228/task/22233/stat : 22233 (java) S 22226 22228 19454 0 -1 64 26 722 0 0 0 0 14 2 15 0 9 0 1992831966 888594432 37996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22234] ppid=22226 vsize=867768 CPUtime=0.16
/proc/22228/task/22234/stat : 22234 (java) S 22226 22228 19454 0 -1 64 1 722 0 0 0 0 14 2 18 0 9 0 1992831968 888594432 37996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22235] ppid=22226 vsize=867768 CPUtime=0.54
/proc/22228/task/22235/stat : 22235 (java) S 22226 22228 19454 0 -1 64 940 722 0 0 37 1 14 2 16 0 9 0 1992831968 888594432 37996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22236] ppid=22226 vsize=867768 CPUtime=0.16
/proc/22228/task/22236/stat : 22236 (java) S 22226 22228 19454 0 -1 64 1 722 0 0 0 0 14 2 19 0 9 0 1992831968 888594432 37996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22237] ppid=22226 vsize=867768 CPUtime=0.16
/proc/22228/task/22237/stat : 22237 (java) S 22226 22228 19454 0 -1 64 7 722 0 0 0 0 14 2 15 0 9 0 1992831968 888594432 37996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 867768

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

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

[startup+1816.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/90 22433
/proc/meminfo: memFree=951488/2055920 swapFree=4179736/4192956
[pid=22228] ppid=22226 vsize=867768 CPUtime=1800.02
/proc/22228/stat : 22228 (java) S 22226 22228 19454 0 -1 0 57534 722 1 0 179952 34 14 2 18 0 9 0 1992831963 888594432 37996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22228/statm: 216942 37996 2615 9 0 211470 0
[pid=22228/tid=22229] ppid=22226 vsize=867768 CPUtime=1799.1
/proc/22228/task/22229/stat : 22229 (java) R 22226 22228 19454 0 -1 64 28638 722 1 0 179872 22 14 2 25 0 9 0 1992831964 888594432 37996 996147200 134512640 134550740 4294955968 18446744073709551615 4127183715 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22231] ppid=22226 vsize=867768 CPUtime=0.66
/proc/22228/task/22231/stat : 22231 (java) S 22226 22228 19454 0 -1 64 27101 722 0 0 42 8 14 2 16 0 9 0 1992831966 888594432 37996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22232] ppid=22226 vsize=867768 CPUtime=0.16
/proc/22228/task/22232/stat : 22232 (java) S 22226 22228 19454 0 -1 64 17 722 0 0 0 0 14 2 16 0 9 0 1992831966 888594432 37996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22233] ppid=22226 vsize=867768 CPUtime=0.16
/proc/22228/task/22233/stat : 22233 (java) S 22226 22228 19454 0 -1 64 26 722 0 0 0 0 14 2 15 0 9 0 1992831966 888594432 37996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22234] ppid=22226 vsize=867768 CPUtime=0.16
/proc/22228/task/22234/stat : 22234 (java) S 22226 22228 19454 0 -1 64 1 722 0 0 0 0 14 2 18 0 9 0 1992831968 888594432 37996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22235] ppid=22226 vsize=867768 CPUtime=0.54
/proc/22228/task/22235/stat : 22235 (java) S 22226 22228 19454 0 -1 64 940 722 0 0 37 1 14 2 16 0 9 0 1992831968 888594432 37996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22236] ppid=22226 vsize=867768 CPUtime=0.16
/proc/22228/task/22236/stat : 22236 (java) S 22226 22228 19454 0 -1 64 1 722 0 0 0 0 14 2 19 0 9 0 1992831968 888594432 37996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22228/tid=22237] ppid=22226 vsize=867768 CPUtime=0.16
/proc/22228/task/22237/stat : 22237 (java) S 22226 22228 19454 0 -1 64 7 722 0 0 0 0 14 2 15 0 9 0 1992831968 888594432 37996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 867768

Child status: 143
Real time (s): 1816.38
CPU time (s): 1800.11
CPU user time (s): 1799.72
CPU system time (s): 0.39294
CPU usage (%): 99.1044
Max. virtual memory (cumulated for all children) (KiB): 869836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.72
system time used= 0.39294
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58288
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= 38559
involuntary context switches= 102121

runsolver used 2.48362 second user time and 5.9121 second system time

The end

Launcher Data (download as text)

Begin job on node69 at 2008-07-04 04:30:31
IDJOB=1063739
IDBENCH=54837
IDSOLVER=364
FILE ID=node69/1063739-1215138631
PBS_JOBID= 7877281
Free space on /tmp= 66552 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/pseudo/mpsReduced/normalized-mps-red-ran16x16.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-1063739-1215138631/watcher-1063739-1215138631 -o /tmp/evaluation-result-1063739-1215138631/solver-1063739-1215138631 -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-1063739-1215138631.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9f054a6207937b9747ad5269dca29ec3
RANDOM SEED=767570193

node69.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
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.259
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:       1717112 kB
Buffers:          6644 kB
Cached:          93068 kB
SwapCached:       7048 kB
Active:         230720 kB
Inactive:        50440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1717112 kB
SwapTotal:     4192956 kB
SwapFree:      4179736 kB
Dirty:            3212 kB
Writeback:           0 kB
Mapped:         197820 kB
Slab:            42488 kB
Committed_AS:  4606096 kB
PageTables:       2312 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= 66552 MiB
End job on node69 at 2008-07-04 05:00:49