Trace number 1049402

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 AC? (TO) 1800.06 1814.24

General information on the benchmark

Namecsp/pseudo/ppp/
normalized-ppp-1-13.xml
MD5SUMad153fef2a685d1321c1c699bbb2ec48
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 benchmark8.71667
Satisfiable
(Un)Satisfiability was proved
Number of variables4632
Number of constraints31138
Maximum constraint arity29
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension31138
Global constraints used (with number of constraints)

Solver Data (download as text)

0.06/0.08	
0.06/0.08	Abscon 112 (May, 2008)
0.19/0.23	
0.19/0.23	   configuration
0.19/0.23	     name=mac.xml
0.29/0.31	   
0.29/0.31	   instance
0.29/0.31	     name=HOME/instance-1049402-1215045216.xml
0.29/0.35	   
0.29/0.35	   domains being loaded...
0.29/0.36	   
0.29/0.36	   variables being loaded...
0.58/0.69	     nbVariables=4632  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=9264
0.58/0.69	       =>  wckTime=0.452  cpuTime=0.31  mem=19M556
0.58/0.69	   
0.58/0.69	   predicates being loaded...
0.68/0.77	   
0.68/0.77	   constraints being loaded...
18.20/18.49	     nbConstraints=30999  nbGlobalConstraints=35  nbMergedConstraints=174  nbConflictsStructures=5
18.20/18.49	     nbSharedConflictsStructures=30881  nbUnbuiltConflictsStructures=6  nbSharedBinaryRepresentations=0
18.20/18.49	     nbEvaluationManagers=11  nbSharedEvaluationManagers=30953  minDegree=12  maxDegree=37  minArity=3  avgArity=3.87
18.20/18.49	     maxArity=1544  nbGenerators=35  nbFusions=0  symmetryWckTime=11.314  symmetryCpuTime=6.55
18.20/18.49	       =>  wckTime=18.251  cpuTime=12.35  mem=102M995
18.69/19.00	   
18.69/19.00	   solver IterativeSystematicSolver being built... 
19.49/19.74	   
19.49/19.74	   INFO : Forward propagation technique limited 
19.79/20.02	       =>  wckTime=19.78  cpuTime=13.07  mem=98M741
19.88/20.11	   
19.88/20.11	   preprocessing
19.88/20.11	     nbConstraintChecks=0  nbPropagations=4632  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
19.88/20.11	     detectedInconsistency=no
19.88/20.11	       =>  wckTime=0.085  cpuTime=0.07  mem=101M751

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-1049402-1215045216/watcher-1049402-1215045216 -o /tmp/evaluation-result-1049402-1215045216/solver-1049402-1215045216 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1049402-1215045216.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 30504
/proc/meminfo: memFree=1708448/2055920 swapFree=4180236/4192956
[pid=30504] ppid=30502 vsize=1616 CPUtime=0
/proc/30504/stat : 30504 (java) R 30502 30504 29591 0 -1 0 178 0 0 0 0 0 0 0 18 0 1 0 627455231 1654784 146 996147200 134512640 134550740 4294956144 18446744073709551615 11901536 0 0 4096 0 0 0 0 17 0 0 0
/proc/30504/statm: 404 148 122 9 0 46 0

[startup+0.0711771 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 30504
/proc/meminfo: memFree=1708448/2055920 swapFree=4180236/4192956
[pid=30504] ppid=30502 vsize=865856 CPUtime=0.06
/proc/30504/stat : 30504 (java) S 30502 30504 29591 0 -1 0 3155 0 1 0 4 2 0 0 18 0 9 0 627455231 886636544 2681 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30504/statm: 216464 2681 1402 9 0 211026 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 865856

[startup+0.102183 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 30504
/proc/meminfo: memFree=1708448/2055920 swapFree=4180236/4192956
[pid=30504] ppid=30502 vsize=865884 CPUtime=0.09
/proc/30504/stat : 30504 (java) S 30502 30504 29591 0 -1 0 3777 0 1 0 7 2 0 0 18 0 9 0 627455231 886665216 3228 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30504/statm: 216471 3228 1711 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301213 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 30504
/proc/meminfo: memFree=1708448/2055920 swapFree=4180236/4192956
[pid=30504] ppid=30502 vsize=866196 CPUtime=0.29
/proc/30504/stat : 30504 (java) S 30502 30504 29591 0 -1 0 5622 0 1 0 25 4 0 0 18 0 9 0 627455231 886984704 5036 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30504/statm: 216549 5036 1903 9 0 211097 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866196

[startup+0.70227 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 30504
/proc/meminfo: memFree=1708448/2055920 swapFree=4180236/4192956
[pid=30504] ppid=30502 vsize=867440 CPUtime=0.68
/proc/30504/stat : 30504 (java) S 30502 30504 29591 0 -1 0 9909 0 1 0 62 6 0 0 18 0 9 0 627455231 888258560 9279 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30504/statm: 216860 9279 1971 9 0 211388 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867440

[startup+1.50139 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 30513
/proc/meminfo: memFree=1666392/2055920 swapFree=4180236/4192956
[pid=30504] ppid=30502 vsize=867440 CPUtime=1.48
/proc/30504/stat : 30504 (java) S 30502 30504 29591 0 -1 0 18827 0 1 0 138 10 0 0 18 0 9 0 627455231 888258560 18162 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30504/statm: 216860 18162 2001 9 0 211388 0
[pid=30504/tid=30506] ppid=30502 vsize=867440 CPUtime=1.21
/proc/30504/task/30506/stat : 30506 (java) R 30502 30504 29591 0 -1 64 15736 0 1 0 113 8 0 0 25 0 9 0 627455233 888258560 18162 996147200 134512640 134550740 4294955984 18446744073709551615 4126662840 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30507] ppid=30502 vsize=867440 CPUtime=0.07
/proc/30504/task/30507/stat : 30507 (java) S 30502 30504 29591 0 -1 64 1759 0 0 0 7 0 0 0 16 0 9 0 627455234 888258560 18162 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30508] ppid=30502 vsize=867440 CPUtime=0
/proc/30504/task/30508/stat : 30508 (java) S 30502 30504 29591 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 627455234 888258560 18162 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30509] ppid=30502 vsize=867440 CPUtime=0
/proc/30504/task/30509/stat : 30509 (java) S 30502 30504 29591 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 627455234 888258560 18162 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30510] ppid=30502 vsize=867440 CPUtime=0
/proc/30504/task/30510/stat : 30510 (java) S 30502 30504 29591 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 627455236 888258560 18162 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30511] ppid=30502 vsize=867440 CPUtime=0.17
/proc/30504/task/30511/stat : 30511 (java) S 30502 30504 29591 0 -1 64 634 0 0 0 17 0 0 0 16 0 9 0 627455236 888258560 18162 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30512] ppid=30502 vsize=867440 CPUtime=0
/proc/30504/task/30512/stat : 30512 (java) S 30502 30504 29591 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 627455236 888258560 18162 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30513] ppid=30502 vsize=867440 CPUtime=0
/proc/30504/task/30513/stat : 30513 (java) S 30502 30504 29591 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 627455236 888258560 18162 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867440

[startup+3.10163 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 30513
/proc/meminfo: memFree=1635928/2055920 swapFree=4180236/4192956
[pid=30504] ppid=30502 vsize=867440 CPUtime=3.07
/proc/30504/stat : 30504 (java) S 30502 30504 29591 0 -1 0 22830 0 1 0 288 19 0 0 18 0 9 0 627455231 888258560 22163 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30504/statm: 216860 22163 2002 9 0 211388 0
[pid=30504/tid=30506] ppid=30502 vsize=867440 CPUtime=2.52
/proc/30504/task/30506/stat : 30506 (java) R 30502 30504 29591 0 -1 64 15762 0 1 0 237 15 0 0 25 0 9 0 627455233 888258560 22163 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30507] ppid=30502 vsize=867440 CPUtime=0.29
/proc/30504/task/30507/stat : 30507 (java) R 30502 30504 29591 0 -1 64 5697 0 0 0 28 1 0 0 16 0 9 0 627455234 888258560 22163 996147200 134512640 134550740 4294955984 18446744073709551615 104187971 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30508] ppid=30502 vsize=867440 CPUtime=0
/proc/30504/task/30508/stat : 30508 (java) S 30502 30504 29591 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 627455234 888258560 22163 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30509] ppid=30502 vsize=867440 CPUtime=0
/proc/30504/task/30509/stat : 30509 (java) S 30502 30504 29591 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 627455234 888258560 22163 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30510] ppid=30502 vsize=867440 CPUtime=0
/proc/30504/task/30510/stat : 30510 (java) S 30502 30504 29591 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 627455236 888258560 22163 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30511] ppid=30502 vsize=867440 CPUtime=0.21
/proc/30504/task/30511/stat : 30511 (java) S 30502 30504 29591 0 -1 64 673 0 0 0 21 0 0 0 16 0 9 0 627455236 888258560 22163 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30512] ppid=30502 vsize=867440 CPUtime=0
/proc/30504/task/30512/stat : 30512 (java) S 30502 30504 29591 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 627455236 888258560 22163 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30513] ppid=30502 vsize=867440 CPUtime=0
/proc/30504/task/30513/stat : 30513 (java) S 30502 30504 29591 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 627455236 888258560 22163 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 867440

[startup+6.3011 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 30513
/proc/meminfo: memFree=1611608/2055920 swapFree=4180236/4192956
[pid=30504] ppid=30502 vsize=867440 CPUtime=6.23
/proc/30504/stat : 30504 (java) S 30502 30504 29591 0 -1 0 29091 0 1 0 481 142 0 0 18 0 9 0 627455231 888258560 28421 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30504/statm: 216860 28421 2002 9 0 211388 0
[pid=30504/tid=30506] ppid=30502 vsize=867440 CPUtime=5.29
/proc/30504/task/30506/stat : 30506 (java) R 30502 30504 29591 0 -1 64 15765 0 1 0 394 135 0 0 25 0 9 0 627455233 888258560 28421 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30507] ppid=30502 vsize=867440 CPUtime=0.68
/proc/30504/task/30507/stat : 30507 (java) S 30502 30504 29591 0 -1 64 11954 0 0 0 64 4 0 0 17 0 9 0 627455234 888258560 28421 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30508] ppid=30502 vsize=867440 CPUtime=0
/proc/30504/task/30508/stat : 30508 (java) S 30502 30504 29591 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 627455234 888258560 28421 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30509] ppid=30502 vsize=867440 CPUtime=0
/proc/30504/task/30509/stat : 30509 (java) S 30502 30504 29591 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 627455234 888258560 28421 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30510] ppid=30502 vsize=867440 CPUtime=0
/proc/30504/task/30510/stat : 30510 (java) S 30502 30504 29591 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 627455236 888258560 28421 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30511] ppid=30502 vsize=867440 CPUtime=0.22
/proc/30504/task/30511/stat : 30511 (java) S 30502 30504 29591 0 -1 64 674 0 0 0 22 0 0 0 17 0 9 0 627455236 888258560 28421 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30512] ppid=30502 vsize=867440 CPUtime=0
/proc/30504/task/30512/stat : 30512 (java) S 30502 30504 29591 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 627455236 888258560 28421 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30513] ppid=30502 vsize=867440 CPUtime=0
/proc/30504/task/30513/stat : 30513 (java) S 30502 30504 29591 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 627455236 888258560 28421 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 867440

[startup+12.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 30515
/proc/meminfo: memFree=1542408/2055920 swapFree=4180236/4192956
[pid=30504] ppid=30502 vsize=868088 CPUtime=12.54
/proc/30504/stat : 30504 (java) S 30502 30504 29591 0 -1 0 56077 4824 1 0 665 155 430 4 18 0 10 0 627455231 888922112 37883 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30504/statm: 217022 37883 2016 9 0 211550 0
[pid=30504/tid=30506] ppid=30502 vsize=868088 CPUtime=11.26
/proc/30504/task/30506/stat : 30506 (java) R 30502 30504 29591 0 -1 64 31482 4824 1 0 549 143 430 4 16 0 10 0 627455233 888922112 37883 996147200 134512640 134550740 4294955984 18446744073709551615 4126847381 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30507] ppid=30502 vsize=868088 CPUtime=5.28
/proc/30504/task/30507/stat : 30507 (java) S 30502 30504 29591 0 -1 64 22783 4824 0 0 86 8 430 4 15 0 10 0 627455234 888922112 37883 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30508] ppid=30502 vsize=868088 CPUtime=4.34
/proc/30504/task/30508/stat : 30508 (java) S 30502 30504 29591 0 -1 64 13 4824 0 0 0 0 430 4 16 0 10 0 627455234 888922112 37883 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30509] ppid=30502 vsize=868088 CPUtime=4.34
/proc/30504/task/30509/stat : 30509 (java) S 30502 30504 29591 0 -1 64 5 4824 0 0 0 0 430 4 16 0 10 0 627455234 888922112 37883 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30510] ppid=30502 vsize=868088 CPUtime=4.34
/proc/30504/task/30510/stat : 30510 (java) S 30502 30504 29591 0 -1 64 1 4824 0 0 0 0 430 4 18 0 10 0 627455236 888922112 37883 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30511] ppid=30502 vsize=868088 CPUtime=4.64
/proc/30504/task/30511/stat : 30511 (java) S 30502 30504 29591 0 -1 64 980 4824 0 0 29 1 430 4 15 0 10 0 627455236 888922112 37883 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30512] ppid=30502 vsize=868088 CPUtime=4.34
/proc/30504/task/30512/stat : 30512 (java) S 30502 30504 29591 0 -1 64 2 4824 0 0 0 0 430 4 19 0 10 0 627455236 888922112 37883 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30513] ppid=30502 vsize=868088 CPUtime=4.34
/proc/30504/task/30513/stat : 30513 (java) S 30502 30504 29591 0 -1 64 13 4824 0 0 0 0 430 4 15 0 10 0 627455236 888922112 37883 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 868088

[startup+25.5029 s]
/proc/loadavg: 2.08 2.02 2.01 3/83 30517
/proc/meminfo: memFree=1550856/2055920 swapFree=4180236/4192956
[pid=30504] ppid=30502 vsize=868088 CPUtime=25.23
/proc/30504/stat : 30504 (java) S 30502 30504 29591 0 -1 0 83852 4949 1 0 1926 161 430 6 18 0 9 0 627455231 888922112 41794 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30504/statm: 217022 41794 2615 9 0 211550 0
[pid=30504/tid=30506] ppid=30502 vsize=868088 CPUtime=23.01
/proc/30504/task/30506/stat : 30506 (java) R 30502 30504 29591 0 -1 64 39462 4949 1 0 1721 144 430 6 25 0 9 0 627455233 888922112 41794 996147200 134512640 134550740 4294955984 18446744073709551615 4127051479 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30507] ppid=30502 vsize=868088 CPUtime=6.12
/proc/30504/task/30507/stat : 30507 (java) S 30502 30504 29591 0 -1 64 42441 4949 0 0 164 12 430 6 17 0 9 0 627455234 888922112 41794 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30508] ppid=30502 vsize=868088 CPUtime=4.36
/proc/30504/task/30508/stat : 30508 (java) S 30502 30504 29591 0 -1 64 20 4949 0 0 0 0 430 6 15 0 9 0 627455234 888922112 41794 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30509] ppid=30502 vsize=868088 CPUtime=4.36
/proc/30504/task/30509/stat : 30509 (java) S 30502 30504 29591 0 -1 64 21 4949 0 0 0 0 430 6 16 0 9 0 627455234 888922112 41794 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30510] ppid=30502 vsize=868088 CPUtime=4.36
/proc/30504/task/30510/stat : 30510 (java) S 30502 30504 29591 0 -1 64 1 4949 0 0 0 0 430 6 18 0 9 0 627455236 888922112 41794 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30511] ppid=30502 vsize=868088 CPUtime=4.78
/proc/30504/task/30511/stat : 30511 (java) S 30502 30504 29591 0 -1 64 1088 4949 0 0 41 1 430 6 15 0 9 0 627455236 888922112 41794 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30512] ppid=30502 vsize=868088 CPUtime=4.36
/proc/30504/task/30512/stat : 30512 (java) S 30502 30504 29591 0 -1 64 2 4949 0 0 0 0 430 6 19 0 9 0 627455236 888922112 41794 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30513] ppid=30502 vsize=868088 CPUtime=4.36
/proc/30504/task/30513/stat : 30513 (java) S 30502 30504 29591 0 -1 64 14 4949 0 0 0 0 430 6 15 0 9 0 627455236 888922112 41794 996147200 134512640 134550740 4294955984 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) 868088

[startup+51.1027 s]
/proc/loadavg: 2.05 2.01 2.00 3/83 30517
/proc/meminfo: memFree=1550728/2055920 swapFree=4180236/4192956
[pid=30504] ppid=30502 vsize=868088 CPUtime=50.6
/proc/30504/stat : 30504 (java) S 30502 30504 29591 0 -1 0 83869 4949 1 0 4463 161 430 6 18 0 9 0 627455231 888922112 41806 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30504/statm: 217022 41806 2615 9 0 211550 0
[pid=30504/tid=30506] ppid=30502 vsize=868088 CPUtime=48.35
/proc/30504/task/30506/stat : 30506 (java) R 30502 30504 29591 0 -1 64 39464 4949 1 0 4255 144 430 6 25 0 9 0 627455233 888922112 41806 996147200 134512640 134550740 4294955984 18446744073709551615 4127404259 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30507] ppid=30502 vsize=868088 CPUtime=6.12
/proc/30504/task/30507/stat : 30507 (java) S 30502 30504 29591 0 -1 64 42441 4949 0 0 164 12 430 6 16 0 9 0 627455234 888922112 41806 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30508] ppid=30502 vsize=868088 CPUtime=4.36
/proc/30504/task/30508/stat : 30508 (java) S 30502 30504 29591 0 -1 64 20 4949 0 0 0 0 430 6 15 0 9 0 627455234 888922112 41806 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30509] ppid=30502 vsize=868088 CPUtime=4.36
/proc/30504/task/30509/stat : 30509 (java) S 30502 30504 29591 0 -1 64 21 4949 0 0 0 0 430 6 16 0 9 0 627455234 888922112 41806 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30510] ppid=30502 vsize=868088 CPUtime=4.36
/proc/30504/task/30510/stat : 30510 (java) S 30502 30504 29591 0 -1 64 1 4949 0 0 0 0 430 6 18 0 9 0 627455236 888922112 41806 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30511] ppid=30502 vsize=868088 CPUtime=4.8
/proc/30504/task/30511/stat : 30511 (java) S 30502 30504 29591 0 -1 64 1103 4949 0 0 43 1 430 6 15 0 9 0 627455236 888922112 41806 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30512] ppid=30502 vsize=868088 CPUtime=4.36

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

/proc/30504/task/30509/stat : 30509 (java) S 30502 30504 29591 0 -1 64 21 4949 0 0 0 0 430 6 16 0 9 0 627455234 888922112 41808 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30510] ppid=30502 vsize=868088 CPUtime=4.36
/proc/30504/task/30510/stat : 30510 (java) S 30502 30504 29591 0 -1 64 1 4949 0 0 0 0 430 6 18 0 9 0 627455236 888922112 41808 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30511] ppid=30502 vsize=868088 CPUtime=4.81
/proc/30504/task/30511/stat : 30511 (java) S 30502 30504 29591 0 -1 64 1106 4949 0 0 44 1 430 6 16 0 9 0 627455236 888922112 41808 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30512] ppid=30502 vsize=868088 CPUtime=4.36
/proc/30504/task/30512/stat : 30512 (java) S 30502 30504 29591 0 -1 64 2 4949 0 0 0 0 430 6 19 0 9 0 627455236 888922112 41808 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30513] ppid=30502 vsize=868088 CPUtime=4.36
/proc/30504/task/30513/stat : 30513 (java) S 30502 30504 29591 0 -1 64 14 4949 0 0 0 0 430 6 15 0 9 0 627455236 888922112 41808 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1469.31
Current children cumulated vsize (KiB) 868088

[startup+1542.3 s]
/proc/loadavg: 2.02 2.06 2.01 3/83 30519
/proc/meminfo: memFree=1462600/2055920 swapFree=4180236/4192956
[pid=30504] ppid=30502 vsize=868088 CPUtime=1528.78
/proc/30504/stat : 30504 (java) S 30502 30504 29591 0 -1 0 83876 4949 1 0 152277 165 430 6 18 0 9 0 627455231 888922112 41808 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30504/statm: 217022 41808 2615 9 0 211550 0
[pid=30504/tid=30506] ppid=30502 vsize=868088 CPUtime=1526.51
/proc/30504/task/30506/stat : 30506 (java) R 30502 30504 29591 0 -1 64 39468 4949 1 0 152068 147 430 6 25 0 9 0 627455233 888922112 41808 996147200 134512640 134550740 4294955984 18446744073709551615 4127046967 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30507] ppid=30502 vsize=868088 CPUtime=6.12
/proc/30504/task/30507/stat : 30507 (java) S 30502 30504 29591 0 -1 64 42441 4949 0 0 164 12 430 6 16 0 9 0 627455234 888922112 41808 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30508] ppid=30502 vsize=868088 CPUtime=4.36
/proc/30504/task/30508/stat : 30508 (java) S 30502 30504 29591 0 -1 64 20 4949 0 0 0 0 430 6 15 0 9 0 627455234 888922112 41808 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30509] ppid=30502 vsize=868088 CPUtime=4.36
/proc/30504/task/30509/stat : 30509 (java) S 30502 30504 29591 0 -1 64 21 4949 0 0 0 0 430 6 16 0 9 0 627455234 888922112 41808 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30510] ppid=30502 vsize=868088 CPUtime=4.36
/proc/30504/task/30510/stat : 30510 (java) S 30502 30504 29591 0 -1 64 1 4949 0 0 0 0 430 6 18 0 9 0 627455236 888922112 41808 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30511] ppid=30502 vsize=868088 CPUtime=4.81
/proc/30504/task/30511/stat : 30511 (java) S 30502 30504 29591 0 -1 64 1106 4949 0 0 44 1 430 6 16 0 9 0 627455236 888922112 41808 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30512] ppid=30502 vsize=868088 CPUtime=4.36
/proc/30504/task/30512/stat : 30512 (java) S 30502 30504 29591 0 -1 64 2 4949 0 0 0 0 430 6 19 0 9 0 627455236 888922112 41808 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30513] ppid=30502 vsize=868088 CPUtime=4.36
/proc/30504/task/30513/stat : 30513 (java) S 30502 30504 29591 0 -1 64 14 4949 0 0 0 0 430 6 15 0 9 0 627455236 888922112 41808 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1528.78
Current children cumulated vsize (KiB) 868088

[startup+1602.3 s]
/proc/loadavg: 1.95 2.03 2.00 3/81 30547
/proc/meminfo: memFree=1648672/2055920 swapFree=4180236/4192956
[pid=30504] ppid=30502 vsize=868088 CPUtime=1588.43
/proc/30504/stat : 30504 (java) S 30502 30504 29591 0 -1 0 83876 4949 1 0 158242 165 430 6 18 0 9 0 627455231 888922112 41808 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30504/statm: 217022 41808 2615 9 0 211550 0
[pid=30504/tid=30506] ppid=30502 vsize=868088 CPUtime=1586.16
/proc/30504/task/30506/stat : 30506 (java) R 30502 30504 29591 0 -1 64 39468 4949 1 0 158033 147 430 6 25 0 9 0 627455233 888922112 41808 996147200 134512640 134550740 4294955984 18446744073709551615 4127051473 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30504/tid=30507] ppid=30502 vsize=868088 CPUtime=6.12
/proc/30504/task/30507/stat : 30507 (java) S 30502 30504 29591 0 -1 64 42441 4949 0 0 164 12 430 6 16 0 9 0 627455234 888922112 41808 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30508] ppid=30502 vsize=868088 CPUtime=4.36
/proc/30504/task/30508/stat : 30508 (java) S 30502 30504 29591 0 -1 64 20 4949 0 0 0 0 430 6 15 0 9 0 627455234 888922112 41808 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30509] ppid=30502 vsize=868088 CPUtime=4.36
/proc/30504/task/30509/stat : 30509 (java) S 30502 30504 29591 0 -1 64 21 4949 0 0 0 0 430 6 16 0 9 0 627455234 888922112 41808 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30510] ppid=30502 vsize=868088 CPUtime=4.36
/proc/30504/task/30510/stat : 30510 (java) S 30502 30504 29591 0 -1 64 1 4949 0 0 0 0 430 6 18 0 9 0 627455236 888922112 41808 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30511] ppid=30502 vsize=868088 CPUtime=4.81
/proc/30504/task/30511/stat : 30511 (java) S 30502 30504 29591 0 -1 64 1106 4949 0 0 44 1 430 6 16 0 9 0 627455236 888922112 41808 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30512] ppid=30502 vsize=868088 CPUtime=4.36
/proc/30504/task/30512/stat : 30512 (java) S 30502 30504 29591 0 -1 64 2 4949 0 0 0 0 430 6 19 0 9 0 627455236 888922112 41808 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30513] ppid=30502 vsize=868088 CPUtime=4.36
/proc/30504/task/30513/stat : 30513 (java) S 30502 30504 29591 0 -1 64 14 4949 0 0 0 0 430 6 15 0 9 0 627455236 888922112 41808 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1588.43
Current children cumulated vsize (KiB) 868088

[startup+1662.3 s]
/proc/loadavg: 1.98 2.02 2.00 3/90 30593
/proc/meminfo: memFree=1638536/2055920 swapFree=4180236/4192956
[pid=30504] ppid=30502 vsize=868088 CPUtime=1648.31
/proc/30504/stat : 30504 (java) S 30502 30504 29591 0 -1 0 83876 4949 1 0 164229 166 430 6 18 0 9 0 627455231 888922112 41808 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30504/statm: 217022 41808 2615 9 0 211550 0
[pid=30504/tid=30506] ppid=30502 vsize=868088 CPUtime=1646.03
/proc/30504/task/30506/stat : 30506 (java) R 30502 30504 29591 0 -1 64 39468 4949 1 0 164019 148 430 6 25 0 9 0 627455233 888922112 41808 996147200 134512640 134550740 4294955984 18446744073709551615 4127049207 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30507] ppid=30502 vsize=868088 CPUtime=6.12
/proc/30504/task/30507/stat : 30507 (java) S 30502 30504 29591 0 -1 64 42441 4949 0 0 164 12 430 6 16 0 9 0 627455234 888922112 41808 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30508] ppid=30502 vsize=868088 CPUtime=4.36
/proc/30504/task/30508/stat : 30508 (java) S 30502 30504 29591 0 -1 64 20 4949 0 0 0 0 430 6 15 0 9 0 627455234 888922112 41808 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30509] ppid=30502 vsize=868088 CPUtime=4.36
/proc/30504/task/30509/stat : 30509 (java) S 30502 30504 29591 0 -1 64 21 4949 0 0 0 0 430 6 16 0 9 0 627455234 888922112 41808 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30510] ppid=30502 vsize=868088 CPUtime=4.36
/proc/30504/task/30510/stat : 30510 (java) S 30502 30504 29591 0 -1 64 1 4949 0 0 0 0 430 6 18 0 9 0 627455236 888922112 41808 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30511] ppid=30502 vsize=868088 CPUtime=4.81
/proc/30504/task/30511/stat : 30511 (java) S 30502 30504 29591 0 -1 64 1106 4949 0 0 44 1 430 6 16 0 9 0 627455236 888922112 41808 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30512] ppid=30502 vsize=868088 CPUtime=4.36
/proc/30504/task/30512/stat : 30512 (java) S 30502 30504 29591 0 -1 64 2 4949 0 0 0 0 430 6 19 0 9 0 627455236 888922112 41808 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30513] ppid=30502 vsize=868088 CPUtime=4.36
/proc/30504/task/30513/stat : 30513 (java) S 30502 30504 29591 0 -1 64 14 4949 0 0 0 0 430 6 15 0 9 0 627455236 888922112 41808 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1648.31
Current children cumulated vsize (KiB) 868088

[startup+1722.3 s]
/proc/loadavg: 1.99 2.02 2.00 3/90 30699
/proc/meminfo: memFree=1592720/2055920 swapFree=4180236/4192956
[pid=30504] ppid=30502 vsize=868088 CPUtime=1708.14
/proc/30504/stat : 30504 (java) S 30502 30504 29591 0 -1 0 83876 4949 1 0 170210 168 430 6 18 0 9 0 627455231 888922112 41808 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30504/statm: 217022 41808 2615 9 0 211550 0
[pid=30504/tid=30506] ppid=30502 vsize=868088 CPUtime=1705.87
/proc/30504/task/30506/stat : 30506 (java) R 30502 30504 29591 0 -1 64 39468 4949 1 0 170001 150 430 6 25 0 9 0 627455233 888922112 41808 996147200 134512640 134550740 4294955984 18446744073709551615 4127051482 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30504/tid=30507] ppid=30502 vsize=868088 CPUtime=6.12
/proc/30504/task/30507/stat : 30507 (java) S 30502 30504 29591 0 -1 64 42441 4949 0 0 164 12 430 6 16 0 9 0 627455234 888922112 41808 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30508] ppid=30502 vsize=868088 CPUtime=4.36
/proc/30504/task/30508/stat : 30508 (java) S 30502 30504 29591 0 -1 64 20 4949 0 0 0 0 430 6 15 0 9 0 627455234 888922112 41808 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30509] ppid=30502 vsize=868088 CPUtime=4.36
/proc/30504/task/30509/stat : 30509 (java) S 30502 30504 29591 0 -1 64 21 4949 0 0 0 0 430 6 16 0 9 0 627455234 888922112 41808 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30510] ppid=30502 vsize=868088 CPUtime=4.36
/proc/30504/task/30510/stat : 30510 (java) S 30502 30504 29591 0 -1 64 1 4949 0 0 0 0 430 6 18 0 9 0 627455236 888922112 41808 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30511] ppid=30502 vsize=868088 CPUtime=4.81
/proc/30504/task/30511/stat : 30511 (java) S 30502 30504 29591 0 -1 64 1106 4949 0 0 44 1 430 6 16 0 9 0 627455236 888922112 41808 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30512] ppid=30502 vsize=868088 CPUtime=4.36
/proc/30504/task/30512/stat : 30512 (java) S 30502 30504 29591 0 -1 64 2 4949 0 0 0 0 430 6 19 0 9 0 627455236 888922112 41808 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30513] ppid=30502 vsize=868088 CPUtime=4.36
/proc/30504/task/30513/stat : 30513 (java) S 30502 30504 29591 0 -1 64 14 4949 0 0 0 0 430 6 15 0 9 0 627455236 888922112 41808 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1708.14
Current children cumulated vsize (KiB) 868088

[startup+1782.3 s]
/proc/loadavg: 1.99 2.01 2.00 3/90 30699
/proc/meminfo: memFree=1592016/2055920 swapFree=4180236/4192956
[pid=30504] ppid=30502 vsize=868088 CPUtime=1768.11
/proc/30504/stat : 30504 (java) S 30502 30504 29591 0 -1 0 83876 4949 1 0 176207 168 430 6 18 0 9 0 627455231 888922112 41808 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30504/statm: 217022 41808 2615 9 0 211550 0
[pid=30504/tid=30506] ppid=30502 vsize=868088 CPUtime=1765.84
/proc/30504/task/30506/stat : 30506 (java) R 30502 30504 29591 0 -1 64 39468 4949 1 0 175998 150 430 6 25 0 9 0 627455233 888922112 41808 996147200 134512640 134550740 4294955984 18446744073709551615 4127051496 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30504/tid=30507] ppid=30502 vsize=868088 CPUtime=6.12
/proc/30504/task/30507/stat : 30507 (java) S 30502 30504 29591 0 -1 64 42441 4949 0 0 164 12 430 6 16 0 9 0 627455234 888922112 41808 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30508] ppid=30502 vsize=868088 CPUtime=4.36
/proc/30504/task/30508/stat : 30508 (java) S 30502 30504 29591 0 -1 64 20 4949 0 0 0 0 430 6 15 0 9 0 627455234 888922112 41808 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30509] ppid=30502 vsize=868088 CPUtime=4.36
/proc/30504/task/30509/stat : 30509 (java) S 30502 30504 29591 0 -1 64 21 4949 0 0 0 0 430 6 16 0 9 0 627455234 888922112 41808 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30510] ppid=30502 vsize=868088 CPUtime=4.36
/proc/30504/task/30510/stat : 30510 (java) S 30502 30504 29591 0 -1 64 1 4949 0 0 0 0 430 6 18 0 9 0 627455236 888922112 41808 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30511] ppid=30502 vsize=868088 CPUtime=4.81
/proc/30504/task/30511/stat : 30511 (java) S 30502 30504 29591 0 -1 64 1106 4949 0 0 44 1 430 6 16 0 9 0 627455236 888922112 41808 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30512] ppid=30502 vsize=868088 CPUtime=4.36
/proc/30504/task/30512/stat : 30512 (java) S 30502 30504 29591 0 -1 64 2 4949 0 0 0 0 430 6 19 0 9 0 627455236 888922112 41808 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30513] ppid=30502 vsize=868088 CPUtime=4.36
/proc/30504/task/30513/stat : 30513 (java) S 30502 30504 29591 0 -1 64 14 4949 0 0 0 0 430 6 15 0 9 0 627455236 888922112 41808 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1768.11
Current children cumulated vsize (KiB) 868088



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.2 s]
/proc/loadavg: 1.99 2.01 2.00 3/90 30699
/proc/meminfo: memFree=1591952/2055920 swapFree=4180236/4192956
[pid=30504] ppid=30502 vsize=868088 CPUtime=1800.01
/proc/30504/stat : 30504 (java) S 30502 30504 29591 0 -1 0 83876 4949 1 0 179397 168 430 6 18 0 9 0 627455231 888922112 41808 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30504/statm: 217022 41808 2615 9 0 211550 0
[pid=30504/tid=30506] ppid=30502 vsize=868088 CPUtime=1797.73
/proc/30504/task/30506/stat : 30506 (java) R 30502 30504 29591 0 -1 64 39468 4949 1 0 179187 150 430 6 25 0 9 0 627455233 888922112 41808 996147200 134512640 134550740 4294955984 18446744073709551615 4127048137 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30504/tid=30507] ppid=30502 vsize=868088 CPUtime=6.12
/proc/30504/task/30507/stat : 30507 (java) S 30502 30504 29591 0 -1 64 42441 4949 0 0 164 12 430 6 16 0 9 0 627455234 888922112 41808 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30508] ppid=30502 vsize=868088 CPUtime=4.36
/proc/30504/task/30508/stat : 30508 (java) S 30502 30504 29591 0 -1 64 20 4949 0 0 0 0 430 6 15 0 9 0 627455234 888922112 41808 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30509] ppid=30502 vsize=868088 CPUtime=4.36
/proc/30504/task/30509/stat : 30509 (java) S 30502 30504 29591 0 -1 64 21 4949 0 0 0 0 430 6 16 0 9 0 627455234 888922112 41808 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30510] ppid=30502 vsize=868088 CPUtime=4.36
/proc/30504/task/30510/stat : 30510 (java) S 30502 30504 29591 0 -1 64 1 4949 0 0 0 0 430 6 18 0 9 0 627455236 888922112 41808 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30511] ppid=30502 vsize=868088 CPUtime=4.81
/proc/30504/task/30511/stat : 30511 (java) S 30502 30504 29591 0 -1 64 1106 4949 0 0 44 1 430 6 16 0 9 0 627455236 888922112 41808 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30512] ppid=30502 vsize=868088 CPUtime=4.36
/proc/30504/task/30512/stat : 30512 (java) S 30502 30504 29591 0 -1 64 2 4949 0 0 0 0 430 6 19 0 9 0 627455236 888922112 41808 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30504/tid=30513] ppid=30502 vsize=868088 CPUtime=4.36
/proc/30504/task/30513/stat : 30513 (java) S 30502 30504 29591 0 -1 64 14 4949 0 0 0 0 430 6 15 0 9 0 627455236 888922112 41808 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 868088

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

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

Child status: 143
Real time (s): 1814.24
CPU time (s): 1800.06
CPU user time (s): 1798.29
CPU system time (s): 1.77073
CPU usage (%): 99.2181
Max. virtual memory (cumulated for all children) (KiB): 891368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.29
system time used= 1.77073
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88857
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= 39694
involuntary context switches= 71389

runsolver used 2.27265 second user time and 5.99809 second system time

The end

Launcher Data (download as text)

Begin job on node39 at 2008-07-03 02:33:36
IDJOB=1049402
IDBENCH=54674
IDSOLVER=363
FILE ID=node39/1049402-1215045216
PBS_JOBID= 7875095
Free space on /tmp= 66532 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/pseudo/ppp/normalized-ppp-1-13.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1049402-1215045216/watcher-1049402-1215045216 -o /tmp/evaluation-result-1049402-1215045216/solver-1049402-1215045216 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1049402-1215045216.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ad153fef2a685d1321c1c699bbb2ec48
RANDOM SEED=1741286873

node39.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.267
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.267
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:       1708928 kB
Buffers:         32884 kB
Cached:         132968 kB
SwapCached:       6528 kB
Active:         190868 kB
Inactive:        85676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1708928 kB
SwapTotal:     4192956 kB
SwapFree:      4180236 kB
Dirty:            6748 kB
Writeback:           0 kB
Mapped:         117224 kB
Slab:            55496 kB
Committed_AS:   915200 kB
PageTables:       2000 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= 66540 MiB
End job on node39 at 2008-07-03 03:03:53