Trace number 1050242

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.09 1803.36

General information on the benchmark

Namecsp/pseudo/
primesDimacs/normalized-g-125-18.xml
MD5SUM22689bcc3124eea2b7d80bb2193e6792
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables4500
Number of constraints72413
Maximum constraint arity18
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension72413
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.18/0.29	   
0.18/0.29	   instance
0.18/0.29	     name=HOME/instance-1050242-1215048762.xml
0.28/0.33	   
0.28/0.33	   domains being loaded...
0.28/0.34	   
0.28/0.34	   variables being loaded...
0.67/0.74	     nbVariables=4500  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=9000
0.67/0.74	       =>  wckTime=0.495  cpuTime=0.35  mem=19M556
0.67/0.74	   
0.67/0.74	   predicates being loaded...
0.77/0.80	   
0.77/0.80	   constraints being loaded...
17.29/17.58	     nbConstraints=72430  nbGlobalConstraints=17  nbConvertedConstraints=72288  nbConvertConstraintsChecks=8
17.40/17.69	     nbExtensionStructures=2  nbSharedExtensionStructures=72286  nbConflictsStructures=2
17.40/17.69	     nbSharedConflictsStructures=72286  nbUnbuiltConflictsStructures=1  nbSharedBinaryRepresentations=5
17.40/17.69	     nbEvaluationManagers=1  nbSharedEvaluationManagers=124  minDegree=3  maxDegree=78  minArity=2  avgArity=2.14
17.40/17.69	     maxArity=500  nbGenerators=17  nbFusions=0  symmetryWckTime=6.145  symmetryCpuTime=2.3
17.40/17.69	       =>  wckTime=17.335  cpuTime=11.92  mem=105M391
18.08/18.36	   
18.08/18.36	   solver IterativeSystematicSolver being built... 
18.19/18.49	   
18.19/18.49	   INFO : Forward propagation technique limited 
18.49/18.72	       =>  wckTime=18.481  cpuTime=12.24  mem=143M332
18.58/18.87	   
18.58/18.87	   preprocessing
18.58/18.87	     nbConstraintChecks=2375  nbValidityChecks=2250  nbPropagations=4500  nbRevisions=2250  nbUselessRevisions=2250
18.58/18.87	     nbRemovedValues=0  detectedInconsistency=no
18.58/18.87	       =>  wckTime=0.139  cpuTime=0.12  mem=143M332

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-1050242-1215048762/watcher-1050242-1215048762 -o /tmp/evaluation-result-1050242-1215048762/solver-1050242-1215048762 -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-1050242-1215048762.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 4/80 12644
/proc/meminfo: memFree=1483952/2055920 swapFree=4110344/4192956
[pid=12644] ppid=12642 vsize=18572 CPUtime=0
/proc/12644/stat : 12644 (runsolver) R 12642 12644 9778 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 1983845117 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 233402068263 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/12644/statm: 4643 292 257 25 0 2626 0

[startup+0.0208961 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 12644
/proc/meminfo: memFree=1483952/2055920 swapFree=4110344/4192956
[pid=12644] ppid=12642 vsize=10904 CPUtime=0
/proc/12644/stat : 12644 (java) S 12642 12644 9778 0 -1 0 821 0 0 0 0 0 0 0 18 0 2 0 1983845117 11165696 574 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/12644/statm: 2734 605 310 9 0 1198 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10904

[startup+0.102908 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 12644
/proc/meminfo: memFree=1483952/2055920 swapFree=4110344/4192956
[pid=12644] ppid=12642 vsize=865884 CPUtime=0.08
/proc/12644/stat : 12644 (java) S 12642 12644 9778 0 -1 0 3711 0 1 0 7 1 0 0 18 0 9 0 1983845117 886665216 3177 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12644/statm: 216471 3177 1683 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301942 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 12644
/proc/meminfo: memFree=1483952/2055920 swapFree=4110344/4192956
[pid=12644] ppid=12642 vsize=866128 CPUtime=0.28
/proc/12644/stat : 12644 (java) S 12642 12644 9778 0 -1 0 5728 0 1 0 25 3 0 0 18 0 9 0 1983845117 886915072 5102 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12644/statm: 216532 5102 1950 9 0 211060 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866128

[startup+0.703024 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 12644
/proc/meminfo: memFree=1483952/2055920 swapFree=4110344/4192956
[pid=12644] ppid=12642 vsize=867412 CPUtime=0.67
/proc/12644/stat : 12644 (java) S 12642 12644 9778 0 -1 0 8733 0 1 0 63 4 0 0 18 0 9 0 1983845117 888229888 8103 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12644/statm: 216853 8103 1969 9 0 211381 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867412

[startup+1.50216 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 12653
/proc/meminfo: memFree=1445864/2055920 swapFree=4110344/4192956
[pid=12644] ppid=12642 vsize=867412 CPUtime=1.46
/proc/12644/stat : 12644 (java) S 12642 12644 9778 0 -1 0 18917 0 1 0 137 9 0 0 18 0 9 0 1983845117 888229888 18252 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12644/statm: 216853 18252 2001 9 0 211381 0
[pid=12644/tid=12646] ppid=12642 vsize=867412 CPUtime=1.19
/proc/12644/task/12646/stat : 12646 (java) R 12642 12644 9778 0 -1 64 15728 0 1 0 112 7 0 0 25 0 9 0 1983845118 888229888 18252 996147200 134512640 134550740 4294955984 18446744073709551615 4126417503 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12647] ppid=12642 vsize=867412 CPUtime=0.08
/proc/12644/task/12647/stat : 12647 (java) S 12642 12644 9778 0 -1 64 1849 0 0 0 8 0 0 0 16 0 9 0 1983845120 888229888 18252 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12648] ppid=12642 vsize=867412 CPUtime=0
/proc/12644/task/12648/stat : 12648 (java) S 12642 12644 9778 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1983845120 888229888 18252 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12649] ppid=12642 vsize=867412 CPUtime=0
/proc/12644/task/12649/stat : 12649 (java) S 12642 12644 9778 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1983845120 888229888 18252 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12650] ppid=12642 vsize=867412 CPUtime=0
/proc/12644/task/12650/stat : 12650 (java) S 12642 12644 9778 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983845122 888229888 18252 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12651] ppid=12642 vsize=867412 CPUtime=0.17
/proc/12644/task/12651/stat : 12651 (java) S 12642 12644 9778 0 -1 64 644 0 0 0 17 0 0 0 16 0 9 0 1983845122 888229888 18252 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12652] ppid=12642 vsize=867412 CPUtime=0
/proc/12644/task/12652/stat : 12652 (java) S 12642 12644 9778 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983845122 888229888 18252 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12653] ppid=12642 vsize=867412 CPUtime=0
/proc/12644/task/12653/stat : 12653 (java) S 12642 12644 9778 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983845122 888229888 18252 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867412

[startup+3.10145 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 12653
/proc/meminfo: memFree=1418344/2055920 swapFree=4110344/4192956
[pid=12644] ppid=12642 vsize=867412 CPUtime=3.05
/proc/12644/stat : 12644 (java) S 12642 12644 9778 0 -1 0 22570 0 1 0 293 12 0 0 18 0 9 0 1983845117 888229888 21904 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12644/statm: 216853 21904 2001 9 0 211381 0
[pid=12644/tid=12646] ppid=12642 vsize=867412 CPUtime=2.6
/proc/12644/task/12646/stat : 12646 (java) R 12642 12644 9778 0 -1 64 15731 0 1 0 252 8 0 0 25 0 9 0 1983845118 888229888 21904 996147200 134512640 134550740 4294955984 18446744073709551615 4126613792 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12647] ppid=12642 vsize=867412 CPUtime=0.24
/proc/12644/task/12647/stat : 12647 (java) S 12642 12644 9778 0 -1 64 5498 0 0 0 22 2 0 0 17 0 9 0 1983845120 888229888 21904 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12648] ppid=12642 vsize=867412 CPUtime=0
/proc/12644/task/12648/stat : 12648 (java) S 12642 12644 9778 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1983845120 888229888 21904 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12649] ppid=12642 vsize=867412 CPUtime=0
/proc/12644/task/12649/stat : 12649 (java) S 12642 12644 9778 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1983845120 888229888 21904 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12650] ppid=12642 vsize=867412 CPUtime=0
/proc/12644/task/12650/stat : 12650 (java) S 12642 12644 9778 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983845122 888229888 21904 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12651] ppid=12642 vsize=867412 CPUtime=0.17
/proc/12644/task/12651/stat : 12651 (java) S 12642 12644 9778 0 -1 64 645 0 0 0 17 0 0 0 16 0 9 0 1983845122 888229888 21904 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12652] ppid=12642 vsize=867412 CPUtime=0
/proc/12644/task/12652/stat : 12652 (java) S 12642 12644 9778 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983845122 888229888 21904 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12653] ppid=12642 vsize=867412 CPUtime=0
/proc/12644/task/12653/stat : 12653 (java) S 12642 12644 9778 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983845122 888229888 21904 996147200 134512640 134550740 4294955984 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) 867412

[startup+6.30302 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 12653
/proc/meminfo: memFree=1385768/2055920 swapFree=4110344/4192956
[pid=12644] ppid=12642 vsize=867412 CPUtime=6.22
/proc/12644/stat : 12644 (java) S 12642 12644 9778 0 -1 0 29969 0 1 0 541 81 0 0 18 0 9 0 1983845117 888229888 29296 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12644/statm: 216853 29296 2006 9 0 211381 0
[pid=12644/tid=12646] ppid=12642 vsize=867412 CPUtime=5.2
/proc/12644/task/12646/stat : 12646 (java) R 12642 12644 9778 0 -1 64 15773 0 1 0 445 75 0 0 25 0 9 0 1983845118 888229888 29296 996147200 134512640 134550740 4294955984 18446744073709551615 8847037 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12647] ppid=12642 vsize=867412 CPUtime=0.77
/proc/12644/task/12647/stat : 12647 (java) S 12642 12644 9778 0 -1 64 12814 0 0 0 72 5 0 0 17 0 9 0 1983845120 888229888 29296 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12648] ppid=12642 vsize=867412 CPUtime=0
/proc/12644/task/12648/stat : 12648 (java) S 12642 12644 9778 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1983845120 888229888 29296 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12649] ppid=12642 vsize=867412 CPUtime=0
/proc/12644/task/12649/stat : 12649 (java) S 12642 12644 9778 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1983845120 888229888 29296 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12650] ppid=12642 vsize=867412 CPUtime=0
/proc/12644/task/12650/stat : 12650 (java) S 12642 12644 9778 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983845122 888229888 29296 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12651] ppid=12642 vsize=867412 CPUtime=0.23
/proc/12644/task/12651/stat : 12651 (java) S 12642 12644 9778 0 -1 64 686 0 0 0 23 0 0 0 16 0 9 0 1983845122 888229888 29296 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12652] ppid=12642 vsize=867412 CPUtime=0
/proc/12644/task/12652/stat : 12652 (java) S 12642 12644 9778 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983845122 888229888 29296 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12653] ppid=12642 vsize=867412 CPUtime=0
/proc/12644/task/12653/stat : 12653 (java) S 12642 12644 9778 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983845122 888229888 29296 996147200 134512640 134550740 4294955984 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) 867412

[startup+12.7012 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 12653
/proc/meminfo: memFree=1327784/2055920 swapFree=4110344/4192956
[pid=12644] ppid=12642 vsize=867736 CPUtime=12.07
/proc/12644/stat : 12644 (java) S 12642 12644 9778 0 -1 0 43068 0 1 0 904 303 0 0 18 0 10 0 1983845117 888561664 42256 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12644/statm: 216934 42256 2012 9 0 211462 0
[pid=12644/tid=12646] ppid=12642 vsize=867736 CPUtime=10.24
/proc/12644/task/12646/stat : 12646 (java) S 12642 12644 9778 0 -1 64 15866 0 1 0 734 290 0 0 24 0 10 0 1983845118 888561664 42256 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=12644/tid=12647] ppid=12642 vsize=867736 CPUtime=1.56
/proc/12644/task/12647/stat : 12647 (java) S 12642 12644 9778 0 -1 64 25736 0 0 0 145 11 0 0 17 0 10 0 1983845120 888561664 42256 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12648] ppid=12642 vsize=867736 CPUtime=0
/proc/12644/task/12648/stat : 12648 (java) S 12642 12644 9778 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1983845120 888561664 42256 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12649] ppid=12642 vsize=867736 CPUtime=0
/proc/12644/task/12649/stat : 12649 (java) S 12642 12644 9778 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 1983845120 888561664 42256 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12650] ppid=12642 vsize=867736 CPUtime=0
/proc/12644/task/12650/stat : 12650 (java) S 12642 12644 9778 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1983845122 888561664 42256 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12651] ppid=12642 vsize=867736 CPUtime=0.25
/proc/12644/task/12651/stat : 12651 (java) S 12642 12644 9778 0 -1 64 697 0 0 0 25 0 0 0 16 0 10 0 1983845122 888561664 42256 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12652] ppid=12642 vsize=867736 CPUtime=0
/proc/12644/task/12652/stat : 12652 (java) S 12642 12644 9778 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 1983845122 888561664 42256 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12653] ppid=12642 vsize=867736 CPUtime=0
/proc/12644/task/12653/stat : 12653 (java) S 12642 12644 9778 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1983845122 888561664 42256 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.07
Current children cumulated vsize (KiB) 867736

[startup+25.5025 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 12657
/proc/meminfo: memFree=1313816/2055920 swapFree=4110344/4192956
[pid=12644] ppid=12642 vsize=868148 CPUtime=25.22
/proc/12644/stat : 12644 (java) S 12642 12644 9778 0 -1 0 87562 5211 1 0 1877 314 325 6 18 0 9 0 1983845117 888983552 44893 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12644/statm: 217037 44893 2637 9 0 211543 0
[pid=12644/tid=12646] ppid=12642 vsize=868148 CPUtime=22.39
/proc/12644/task/12646/stat : 12646 (java) R 12642 12644 9778 0 -1 64 39914 5211 1 0 1612 296 325 6 25 0 9 0 1983845118 888983552 44893 996147200 134512640 134550740 4294955984 18446744073709551615 4127411099 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12647] ppid=12642 vsize=868148 CPUtime=5.67
/proc/12644/task/12647/stat : 12647 (java) S 12642 12644 9778 0 -1 64 45728 5211 0 0 222 14 325 6 17 0 9 0 1983845120 888983552 44893 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12648] ppid=12642 vsize=868148 CPUtime=3.31
/proc/12644/task/12648/stat : 12648 (java) S 12642 12644 9778 0 -1 64 20 5211 0 0 0 0 325 6 16 0 9 0 1983845120 888983552 44893 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12649] ppid=12642 vsize=868148 CPUtime=3.31
/proc/12644/task/12649/stat : 12649 (java) S 12642 12644 9778 0 -1 64 13 5211 0 0 0 0 325 6 17 0 9 0 1983845120 888983552 44893 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12650] ppid=12642 vsize=868148 CPUtime=3.31
/proc/12644/task/12650/stat : 12650 (java) S 12642 12644 9778 0 -1 64 1 5211 0 0 0 0 325 6 18 0 9 0 1983845122 888983552 44893 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12651] ppid=12642 vsize=868148 CPUtime=3.74
/proc/12644/task/12651/stat : 12651 (java) S 12642 12644 9778 0 -1 64 1076 5211 0 0 42 1 325 6 15 0 9 0 1983845122 888983552 44893 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12652] ppid=12642 vsize=868148 CPUtime=3.31
/proc/12644/task/12652/stat : 12652 (java) S 12642 12644 9778 0 -1 64 1 5211 0 0 0 0 325 6 19 0 9 0 1983845122 888983552 44893 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12653] ppid=12642 vsize=868148 CPUtime=3.31
/proc/12644/task/12653/stat : 12653 (java) S 12642 12644 9778 0 -1 64 7 5211 0 0 0 0 325 6 15 0 9 0 1983845122 888983552 44893 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 868148

[startup+51.1021 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 12657
/proc/meminfo: memFree=1313816/2055920 swapFree=4110344/4192956
[pid=12644] ppid=12642 vsize=868148 CPUtime=50.58
/proc/12644/stat : 12644 (java) S 12642 12644 9778 0 -1 0 87566 5211 1 0 4412 315 325 6 18 0 9 0 1983845117 888983552 44894 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12644/statm: 217037 44894 2637 9 0 211543 0
[pid=12644/tid=12646] ppid=12642 vsize=868148 CPUtime=47.74
/proc/12644/task/12646/stat : 12646 (java) R 12642 12644 9778 0 -1 64 39917 5211 1 0 4147 296 325 6 25 0 9 0 1983845118 888983552 44894 996147200 134512640 134550740 4294955984 18446744073709551615 4127362282 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12647] ppid=12642 vsize=868148 CPUtime=5.67
/proc/12644/task/12647/stat : 12647 (java) S 12642 12644 9778 0 -1 64 45728 5211 0 0 222 14 325 6 16 0 9 0 1983845120 888983552 44894 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12648] ppid=12642 vsize=868148 CPUtime=3.31
/proc/12644/task/12648/stat : 12648 (java) S 12642 12644 9778 0 -1 64 20 5211 0 0 0 0 325 6 16 0 9 0 1983845120 888983552 44894 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12649] ppid=12642 vsize=868148 CPUtime=3.31
/proc/12644/task/12649/stat : 12649 (java) S 12642 12644 9778 0 -1 64 13 5211 0 0 0 0 325 6 17 0 9 0 1983845120 888983552 44894 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12650] ppid=12642 vsize=868148 CPUtime=3.31
/proc/12644/task/12650/stat : 12650 (java) S 12642 12644 9778 0 -1 64 1 5211 0 0 0 0 325 6 18 0 9 0 1983845122 888983552 44894 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12651] ppid=12642 vsize=868148 CPUtime=3.74
/proc/12644/task/12651/stat : 12651 (java) S 12642 12644 9778 0 -1 64 1077 5211 0 0 42 1 325 6 16 0 9 0 1983845122 888983552 44894 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12652] ppid=12642 vsize=868148 CPUtime=3.31

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

/proc/12644/task/12649/stat : 12649 (java) S 12642 12644 9778 0 -1 64 13 5211 0 0 0 0 325 6 17 0 9 0 1983845120 888983552 44897 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12650] ppid=12642 vsize=868148 CPUtime=3.31
/proc/12644/task/12650/stat : 12650 (java) S 12642 12644 9778 0 -1 64 1 5211 0 0 0 0 325 6 18 0 9 0 1983845122 888983552 44897 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12651] ppid=12642 vsize=868148 CPUtime=3.75
/proc/12644/task/12651/stat : 12651 (java) S 12642 12644 9778 0 -1 64 1081 5211 0 0 43 1 325 6 16 0 9 0 1983845122 888983552 44897 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12644/tid=12652] ppid=12642 vsize=868148 CPUtime=3.31
/proc/12644/task/12652/stat : 12652 (java) S 12642 12644 9778 0 -1 64 1 5211 0 0 0 0 325 6 19 0 9 0 1983845122 888983552 44897 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12653] ppid=12642 vsize=868148 CPUtime=3.31
/proc/12644/task/12653/stat : 12653 (java) S 12642 12644 9778 0 -1 64 7 5211 0 0 0 0 325 6 15 0 9 0 1983845122 888983552 44897 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1540.18
Current children cumulated vsize (KiB) 868148

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 12697
/proc/meminfo: memFree=1304728/2055920 swapFree=4110344/4192956
[pid=12644] ppid=12642 vsize=868148 CPUtime=1600.13
/proc/12644/stat : 12644 (java) S 12642 12644 9778 0 -1 0 87576 5211 1 0 159364 318 325 6 18 0 9 0 1983845117 888983552 44897 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12644/statm: 217037 44897 2637 9 0 211543 0
[pid=12644/tid=12646] ppid=12642 vsize=868148 CPUtime=1597.29
/proc/12644/task/12646/stat : 12646 (java) R 12642 12644 9778 0 -1 64 39923 5211 1 0 159098 300 325 6 25 0 9 0 1983845118 888983552 44897 996147200 134512640 134550740 4294955984 18446744073709551615 4127357680 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12644/tid=12647] ppid=12642 vsize=868148 CPUtime=5.67
/proc/12644/task/12647/stat : 12647 (java) S 12642 12644 9778 0 -1 64 45728 5211 0 0 222 14 325 6 16 0 9 0 1983845120 888983552 44897 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12648] ppid=12642 vsize=868148 CPUtime=3.31
/proc/12644/task/12648/stat : 12648 (java) S 12642 12644 9778 0 -1 64 20 5211 0 0 0 0 325 6 16 0 9 0 1983845120 888983552 44897 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12649] ppid=12642 vsize=868148 CPUtime=3.31
/proc/12644/task/12649/stat : 12649 (java) S 12642 12644 9778 0 -1 64 13 5211 0 0 0 0 325 6 17 0 9 0 1983845120 888983552 44897 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12650] ppid=12642 vsize=868148 CPUtime=3.31
/proc/12644/task/12650/stat : 12650 (java) S 12642 12644 9778 0 -1 64 1 5211 0 0 0 0 325 6 18 0 9 0 1983845122 888983552 44897 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12651] ppid=12642 vsize=868148 CPUtime=3.75
/proc/12644/task/12651/stat : 12651 (java) S 12642 12644 9778 0 -1 64 1081 5211 0 0 43 1 325 6 16 0 9 0 1983845122 888983552 44897 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12644/tid=12652] ppid=12642 vsize=868148 CPUtime=3.31
/proc/12644/task/12652/stat : 12652 (java) S 12642 12644 9778 0 -1 64 1 5211 0 0 0 0 325 6 19 0 9 0 1983845122 888983552 44897 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12653] ppid=12642 vsize=868148 CPUtime=3.31
/proc/12644/task/12653/stat : 12653 (java) S 12642 12644 9778 0 -1 64 7 5211 0 0 0 0 325 6 15 0 9 0 1983845122 888983552 44897 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1600.13
Current children cumulated vsize (KiB) 868148

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 12697
/proc/meminfo: memFree=1304664/2055920 swapFree=4110344/4192956
[pid=12644] ppid=12642 vsize=868148 CPUtime=1660.08
/proc/12644/stat : 12644 (java) S 12642 12644 9778 0 -1 0 87576 5211 1 0 165358 319 325 6 18 0 9 0 1983845117 888983552 44897 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12644/statm: 217037 44897 2637 9 0 211543 0
[pid=12644/tid=12646] ppid=12642 vsize=868148 CPUtime=1657.23
/proc/12644/task/12646/stat : 12646 (java) R 12642 12644 9778 0 -1 64 39923 5211 1 0 165092 300 325 6 25 0 9 0 1983845118 888983552 44897 996147200 134512640 134550740 4294955984 18446744073709551615 4127355674 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12644/tid=12647] ppid=12642 vsize=868148 CPUtime=5.67
/proc/12644/task/12647/stat : 12647 (java) S 12642 12644 9778 0 -1 64 45728 5211 0 0 222 14 325 6 16 0 9 0 1983845120 888983552 44897 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12648] ppid=12642 vsize=868148 CPUtime=3.31
/proc/12644/task/12648/stat : 12648 (java) S 12642 12644 9778 0 -1 64 20 5211 0 0 0 0 325 6 16 0 9 0 1983845120 888983552 44897 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12649] ppid=12642 vsize=868148 CPUtime=3.31
/proc/12644/task/12649/stat : 12649 (java) S 12642 12644 9778 0 -1 64 13 5211 0 0 0 0 325 6 17 0 9 0 1983845120 888983552 44897 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12650] ppid=12642 vsize=868148 CPUtime=3.31
/proc/12644/task/12650/stat : 12650 (java) S 12642 12644 9778 0 -1 64 1 5211 0 0 0 0 325 6 18 0 9 0 1983845122 888983552 44897 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12651] ppid=12642 vsize=868148 CPUtime=3.75
/proc/12644/task/12651/stat : 12651 (java) S 12642 12644 9778 0 -1 64 1081 5211 0 0 43 1 325 6 16 0 9 0 1983845122 888983552 44897 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12644/tid=12652] ppid=12642 vsize=868148 CPUtime=3.31
/proc/12644/task/12652/stat : 12652 (java) S 12642 12644 9778 0 -1 64 1 5211 0 0 0 0 325 6 19 0 9 0 1983845122 888983552 44897 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12653] ppid=12642 vsize=868148 CPUtime=3.31
/proc/12644/task/12653/stat : 12653 (java) S 12642 12644 9778 0 -1 64 7 5211 0 0 0 0 325 6 15 0 9 0 1983845122 888983552 44897 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1660.08
Current children cumulated vsize (KiB) 868148

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 12703
/proc/meminfo: memFree=1304408/2055920 swapFree=4110344/4192956
[pid=12644] ppid=12642 vsize=868148 CPUtime=1720.02
/proc/12644/stat : 12644 (java) S 12642 12644 9778 0 -1 0 87576 5211 1 0 171352 319 325 6 18 0 9 0 1983845117 888983552 44897 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12644/statm: 217037 44897 2637 9 0 211543 0
[pid=12644/tid=12646] ppid=12642 vsize=868148 CPUtime=1717.17
/proc/12644/task/12646/stat : 12646 (java) R 12642 12644 9778 0 -1 64 39923 5211 1 0 171086 300 325 6 25 0 9 0 1983845118 888983552 44897 996147200 134512640 134550740 4294955984 18446744073709551615 4127419309 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12644/tid=12647] ppid=12642 vsize=868148 CPUtime=5.67
/proc/12644/task/12647/stat : 12647 (java) S 12642 12644 9778 0 -1 64 45728 5211 0 0 222 14 325 6 16 0 9 0 1983845120 888983552 44897 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12648] ppid=12642 vsize=868148 CPUtime=3.31
/proc/12644/task/12648/stat : 12648 (java) S 12642 12644 9778 0 -1 64 20 5211 0 0 0 0 325 6 16 0 9 0 1983845120 888983552 44897 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12649] ppid=12642 vsize=868148 CPUtime=3.31
/proc/12644/task/12649/stat : 12649 (java) S 12642 12644 9778 0 -1 64 13 5211 0 0 0 0 325 6 17 0 9 0 1983845120 888983552 44897 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12650] ppid=12642 vsize=868148 CPUtime=3.31
/proc/12644/task/12650/stat : 12650 (java) S 12642 12644 9778 0 -1 64 1 5211 0 0 0 0 325 6 18 0 9 0 1983845122 888983552 44897 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12651] ppid=12642 vsize=868148 CPUtime=3.75
/proc/12644/task/12651/stat : 12651 (java) S 12642 12644 9778 0 -1 64 1081 5211 0 0 43 1 325 6 16 0 9 0 1983845122 888983552 44897 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12644/tid=12652] ppid=12642 vsize=868148 CPUtime=3.31
/proc/12644/task/12652/stat : 12652 (java) S 12642 12644 9778 0 -1 64 1 5211 0 0 0 0 325 6 19 0 9 0 1983845122 888983552 44897 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12653] ppid=12642 vsize=868148 CPUtime=3.31
/proc/12644/task/12653/stat : 12653 (java) S 12642 12644 9778 0 -1 64 7 5211 0 0 0 0 325 6 15 0 9 0 1983845122 888983552 44897 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1720.02
Current children cumulated vsize (KiB) 868148

[startup+1782.3 s]
/proc/loadavg: 2.37 2.09 2.03 3/89 13181
/proc/meminfo: memFree=1297208/2055920 swapFree=4110344/4192956
[pid=12644] ppid=12642 vsize=868148 CPUtime=1779.03
/proc/12644/stat : 12644 (java) S 12642 12644 9778 0 -1 0 87576 5211 1 0 177252 320 325 6 18 0 9 0 1983845117 888983552 44897 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12644/statm: 217037 44897 2637 9 0 211543 0
[pid=12644/tid=12646] ppid=12642 vsize=868148 CPUtime=1776.18
/proc/12644/task/12646/stat : 12646 (java) R 12642 12644 9778 0 -1 64 39923 5211 1 0 176986 301 325 6 25 0 9 0 1983845118 888983552 44897 996147200 134512640 134550740 4294955984 18446744073709551615 4126377218 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12644/tid=12647] ppid=12642 vsize=868148 CPUtime=5.67
/proc/12644/task/12647/stat : 12647 (java) S 12642 12644 9778 0 -1 64 45728 5211 0 0 222 14 325 6 16 0 9 0 1983845120 888983552 44897 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12648] ppid=12642 vsize=868148 CPUtime=3.31
/proc/12644/task/12648/stat : 12648 (java) S 12642 12644 9778 0 -1 64 20 5211 0 0 0 0 325 6 16 0 9 0 1983845120 888983552 44897 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12649] ppid=12642 vsize=868148 CPUtime=3.31
/proc/12644/task/12649/stat : 12649 (java) S 12642 12644 9778 0 -1 64 13 5211 0 0 0 0 325 6 17 0 9 0 1983845120 888983552 44897 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12650] ppid=12642 vsize=868148 CPUtime=3.31
/proc/12644/task/12650/stat : 12650 (java) S 12642 12644 9778 0 -1 64 1 5211 0 0 0 0 325 6 18 0 9 0 1983845122 888983552 44897 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12651] ppid=12642 vsize=868148 CPUtime=3.75
/proc/12644/task/12651/stat : 12651 (java) S 12642 12644 9778 0 -1 64 1081 5211 0 0 43 1 325 6 16 0 9 0 1983845122 888983552 44897 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12644/tid=12652] ppid=12642 vsize=868148 CPUtime=3.31
/proc/12644/task/12652/stat : 12652 (java) S 12642 12644 9778 0 -1 64 1 5211 0 0 0 0 325 6 19 0 9 0 1983845122 888983552 44897 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12653] ppid=12642 vsize=868148 CPUtime=3.31
/proc/12644/task/12653/stat : 12653 (java) S 12642 12644 9778 0 -1 64 7 5211 0 0 0 0 325 6 15 0 9 0 1983845122 888983552 44897 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1779.03
Current children cumulated vsize (KiB) 868148



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.3 s]
/proc/loadavg: 2.27 2.09 2.03 3/89 13181
/proc/meminfo: memFree=1297424/2055920 swapFree=4110344/4192956
[pid=12644] ppid=12642 vsize=868148 CPUtime=1800.01
/proc/12644/stat : 12644 (java) S 12642 12644 9778 0 -1 0 87576 5211 1 0 179349 321 325 6 18 0 9 0 1983845117 888983552 44897 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12644/statm: 217037 44897 2637 9 0 211543 0
[pid=12644/tid=12646] ppid=12642 vsize=868148 CPUtime=1797.17
/proc/12644/task/12646/stat : 12646 (java) R 12642 12644 9778 0 -1 64 39923 5211 1 0 179084 302 325 6 25 0 9 0 1983845118 888983552 44897 996147200 134512640 134550740 4294955984 18446744073709551615 4127357683 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12644/tid=12647] ppid=12642 vsize=868148 CPUtime=5.67
/proc/12644/task/12647/stat : 12647 (java) S 12642 12644 9778 0 -1 64 45728 5211 0 0 222 14 325 6 16 0 9 0 1983845120 888983552 44897 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12648] ppid=12642 vsize=868148 CPUtime=3.31
/proc/12644/task/12648/stat : 12648 (java) S 12642 12644 9778 0 -1 64 20 5211 0 0 0 0 325 6 16 0 9 0 1983845120 888983552 44897 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12649] ppid=12642 vsize=868148 CPUtime=3.31
/proc/12644/task/12649/stat : 12649 (java) S 12642 12644 9778 0 -1 64 13 5211 0 0 0 0 325 6 17 0 9 0 1983845120 888983552 44897 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12650] ppid=12642 vsize=868148 CPUtime=3.31
/proc/12644/task/12650/stat : 12650 (java) S 12642 12644 9778 0 -1 64 1 5211 0 0 0 0 325 6 18 0 9 0 1983845122 888983552 44897 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12651] ppid=12642 vsize=868148 CPUtime=3.75
/proc/12644/task/12651/stat : 12651 (java) S 12642 12644 9778 0 -1 64 1081 5211 0 0 43 1 325 6 16 0 9 0 1983845122 888983552 44897 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12644/tid=12652] ppid=12642 vsize=868148 CPUtime=3.31
/proc/12644/task/12652/stat : 12652 (java) S 12642 12644 9778 0 -1 64 1 5211 0 0 0 0 325 6 19 0 9 0 1983845122 888983552 44897 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12653] ppid=12642 vsize=868148 CPUtime=3.31
/proc/12644/task/12653/stat : 12653 (java) S 12642 12644 9778 0 -1 64 7 5211 0 0 0 0 325 6 15 0 9 0 1983845122 888983552 44897 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 868148

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

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

[startup+1803.3 s]
/proc/loadavg: 2.27 2.09 2.03 3/89 13181
/proc/meminfo: memFree=1297424/2055920 swapFree=4110344/4192956
[pid=12644] ppid=12642 vsize=868148 CPUtime=1800.01
/proc/12644/stat : 12644 (java) S 12642 12644 9778 0 -1 0 87576 5211 1 0 179349 321 325 6 18 0 9 0 1983845117 888983552 44897 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12644/statm: 217037 44897 2637 9 0 211543 0
[pid=12644/tid=12646] ppid=12642 vsize=868148 CPUtime=1797.17
/proc/12644/task/12646/stat : 12646 (java) R 12642 12644 9778 0 -1 64 39923 5211 1 0 179084 302 325 6 25 0 9 0 1983845118 888983552 44897 996147200 134512640 134550740 4294955984 18446744073709551615 4127357683 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12644/tid=12647] ppid=12642 vsize=868148 CPUtime=5.67
/proc/12644/task/12647/stat : 12647 (java) S 12642 12644 9778 0 -1 64 45728 5211 0 0 222 14 325 6 16 0 9 0 1983845120 888983552 44897 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12648] ppid=12642 vsize=868148 CPUtime=3.31
/proc/12644/task/12648/stat : 12648 (java) S 12642 12644 9778 0 -1 64 20 5211 0 0 0 0 325 6 16 0 9 0 1983845120 888983552 44897 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12649] ppid=12642 vsize=868148 CPUtime=3.31
/proc/12644/task/12649/stat : 12649 (java) S 12642 12644 9778 0 -1 64 13 5211 0 0 0 0 325 6 17 0 9 0 1983845120 888983552 44897 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12650] ppid=12642 vsize=868148 CPUtime=3.31
/proc/12644/task/12650/stat : 12650 (java) S 12642 12644 9778 0 -1 64 1 5211 0 0 0 0 325 6 18 0 9 0 1983845122 888983552 44897 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12651] ppid=12642 vsize=868148 CPUtime=3.75
/proc/12644/task/12651/stat : 12651 (java) S 12642 12644 9778 0 -1 64 1081 5211 0 0 43 1 325 6 16 0 9 0 1983845122 888983552 44897 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12644/tid=12652] ppid=12642 vsize=868148 CPUtime=3.31
/proc/12644/task/12652/stat : 12652 (java) S 12642 12644 9778 0 -1 64 1 5211 0 0 0 0 325 6 19 0 9 0 1983845122 888983552 44897 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12644/tid=12653] ppid=12642 vsize=868148 CPUtime=3.31
/proc/12644/task/12653/stat : 12653 (java) S 12642 12644 9778 0 -1 64 7 5211 0 0 0 0 325 6 15 0 9 0 1983845122 888983552 44897 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 868148

Child status: 143
Real time (s): 1803.36
CPU time (s): 1800.09
CPU user time (s): 1796.78
CPU system time (s): 3.3025
CPU usage (%): 99.8183
Max. virtual memory (cumulated for all children) (KiB): 895816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.78
system time used= 3.3025
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92817
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= 38681
involuntary context switches= 25931

runsolver used 2.33664 second user time and 5.8861 second system time

The end

Launcher Data (download as text)

Begin job on node70 at 2008-07-03 03:32:43
IDJOB=1050242
IDBENCH=54868
IDSOLVER=363
FILE ID=node70/1050242-1215048762
PBS_JOBID= 7875035
Free space on /tmp= 66424 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/pseudo/primesDimacs/normalized-g-125-18.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-1050242-1215048762/watcher-1050242-1215048762 -o /tmp/evaluation-result-1050242-1215048762/solver-1050242-1215048762 -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-1050242-1215048762.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 22689bcc3124eea2b7d80bb2193e6792
RANDOM SEED=1860849238

node70.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.256
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.256
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:       1484432 kB
Buffers:         57112 kB
Cached:         264716 kB
SwapCached:      76448 kB
Active:         289456 kB
Inactive:       208732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1484432 kB
SwapTotal:     4192956 kB
SwapFree:      4110344 kB
Dirty:           11300 kB
Writeback:           0 kB
Mapped:         189876 kB
Slab:            58464 kB
Committed_AS:  4862968 kB
PageTables:       2084 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= 66420 MiB
End job on node70 at 2008-07-03 04:02:48