Trace number 1064831

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ESAC? (TO) 1800.13 1805.47

General information on the benchmark

Namecsp/pseudo/uclid/
normalized-cache-ibm-q-unbounded-Icl2arity-ucl.xml
MD5SUM9d4795f9e32ba7017720fe7b897ab8b7
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark140.591
Satisfiable
(Un)Satisfiability was proved
Number of variables23837
Number of constraints67567
Maximum constraint arity13
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension67567
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.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=esac.xml
0.28/0.32	   
0.28/0.32	   instance
0.28/0.32	     name=HOME/instance-1064831-1215144254.xml
0.28/0.35	   
0.28/0.35	   domains being loaded...
0.28/0.36	   
0.28/0.36	   variables being loaded...
0.98/1.05	     nbVariables=23837  nbDomainTypes=3  minDomainSize=1  maxDomainSize=2  nbTotalValues=46452
0.98/1.05	       =>  wckTime=0.81  cpuTime=0.57  mem=32M98
0.98/1.05	   
0.98/1.05	   predicates being loaded...
1.08/1.12	   
1.08/1.12	   constraints being loaded...
24.92/25.20	     nbConstraints=65192  nbMergedConstraints=2375  nbSingletonDomainVariables=1222  nbConvertedConstraints=42668
24.92/25.20	     nbConvertConstraintsChecks=39984  nbExtensionStructures=13  nbSharedExtensionStructures=42664
24.92/25.20	     nbConflictsStructures=28  nbSharedConflictsStructures=65173  nbSharedBinaryRepresentations=30
24.92/25.20	     nbEvaluationManagers=15  nbSharedEvaluationManagers=22509  minDegree=1  maxDegree=450  minArity=2  avgArity=2.57
24.92/25.20	     maxArity=13  nbGenerators=0  nbFusions=0  symmetryWckTime=12.157  symmetryCpuTime=0.63
24.92/25.20	       =>  wckTime=24.962  cpuTime=11.21  mem=283M192
25.82/26.18	   
25.82/26.18	   solver IterativeSystematicSolver being built... 
27.32/27.62	       =>  wckTime=27.38  cpuTime=12.34  mem=288M823
306.44/309.11	   
306.44/309.11	   INFO : Stopping ESAC
306.44/309.12	   
306.44/309.12	   preprocessing
306.44/309.12	     nbConstraintChecks=203232  nbValidityChecks=122558  nbPropagations=51563  nbRevisions=162219
306.44/309.12	     nbUselessRevisions=147330  nbSingletonTests=13009  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0
306.44/309.12	     nbRemovedValues=0  detectedInconsistency=no
306.44/309.12	       =>  wckTime=281.478  cpuTime=279.04  mem=291M840

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-1064831-1215144254/watcher-1064831-1215144254 -o /tmp/evaluation-result-1064831-1215144254/solver-1064831-1215144254 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1064831-1215144254.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.05 2.03 2.00 4/72 19797
/proc/meminfo: memFree=1584380/2055920 swapFree=4179028/4192956
[pid=19797] ppid=19795 vsize=10616 CPUtime=0
/proc/19797/stat : 19797 (java) S 19795 19797 17933 0 -1 0 676 0 0 0 0 0 0 0 18 0 2 0 1993398308 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/19797/statm: 2654 472 209 9 0 1184 0
[pid=19797/tid=19798] ppid=19795 vsize=10616 CPUtime=0
/proc/19797/task/19798/stat : 19798 (java) R 19795 19797 17933 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 1993398309 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 9768920 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.11568 s]
/proc/loadavg: 2.05 2.03 2.00 4/72 19797
/proc/meminfo: memFree=1584380/2055920 swapFree=4179028/4192956
[pid=19797] ppid=19795 vsize=865884 CPUtime=0.1
/proc/19797/stat : 19797 (java) S 19795 19797 17933 0 -1 0 3915 0 1 0 7 3 0 0 18 0 9 0 1993398308 886665216 3355 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19797/statm: 216471 3355 1755 9 0 211026 0
[pid=19797/tid=19798] ppid=19795 vsize=865884 CPUtime=0.09
/proc/19797/task/19798/stat : 19798 (java) R 19795 19797 17933 0 -1 64 3012 0 1 0 7 2 0 0 18 0 9 0 1993398309 886665216 3355 996147200 134512640 134550740 4294955968 18446744073709551615 102476818 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 865884

[startup+0.201691 s]
/proc/loadavg: 2.05 2.03 2.00 4/72 19797
/proc/meminfo: memFree=1584380/2055920 swapFree=4179028/4192956
[pid=19797] ppid=19795 vsize=866048 CPUtime=0.19
/proc/19797/stat : 19797 (java) S 19795 19797 17933 0 -1 0 4723 0 1 0 15 4 0 0 18 0 9 0 1993398308 886833152 4150 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19797/statm: 216512 4150 1852 9 0 211060 0
[pid=19797/tid=19798] ppid=19795 vsize=866048 CPUtime=0.17
/proc/19797/task/19798/stat : 19798 (java) R 19795 19797 17933 0 -1 64 3820 0 1 0 14 3 0 0 18 0 9 0 1993398309 886833152 4150 996147200 134512640 134550740 4294955968 18446744073709551615 4125959156 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 866048

[startup+0.301698 s]
/proc/loadavg: 2.05 2.03 2.00 4/72 19797
/proc/meminfo: memFree=1584380/2055920 swapFree=4179028/4192956
[pid=19797] ppid=19795 vsize=866196 CPUtime=0.28
/proc/19797/stat : 19797 (java) S 19795 19797 17933 0 -1 0 5619 0 1 0 24 4 0 0 18 0 9 0 1993398308 886984704 5033 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19797/statm: 216549 5033 1902 9 0 211097 0
[pid=19797/tid=19798] ppid=19795 vsize=866196 CPUtime=0.24
/proc/19797/task/19798/stat : 19798 (java) R 19795 19797 17933 0 -1 64 4655 0 1 0 21 3 0 0 19 0 9 0 1993398309 886984704 5033 996147200 134512640 134550740 4294955968 18446744073709551615 8921892 0 2147483391 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866196

[startup+0.70174 s]
/proc/loadavg: 2.05 2.03 2.00 4/72 19797
/proc/meminfo: memFree=1584380/2055920 swapFree=4179028/4192956
[pid=19797] ppid=19795 vsize=867440 CPUtime=0.68
/proc/19797/stat : 19797 (java) S 19795 19797 17933 0 -1 0 10021 0 1 0 62 6 0 0 18 0 9 0 1993398308 888258560 9391 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19797/statm: 216860 9391 1973 9 0 211388 0
[pid=19797/tid=19798] ppid=19795 vsize=867440 CPUtime=0.52
/proc/19797/task/19798/stat : 19798 (java) R 19795 19797 17933 0 -1 64 8707 0 1 0 47 5 0 0 19 0 9 0 1993398309 888258560 9391 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867440

[startup+1.50182 s]
/proc/loadavg: 2.05 2.03 2.00 3/81 19806
/proc/meminfo: memFree=1519284/2055920 swapFree=4179028/4192956
[pid=19797] ppid=19795 vsize=867528 CPUtime=1.46
/proc/19797/stat : 19797 (java) S 19795 19797 17933 0 -1 0 18860 0 1 0 135 11 0 0 18 0 9 0 1993398308 888348672 18218 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19797/statm: 216882 18218 2025 9 0 211388 0
[pid=19797/tid=19798] ppid=19795 vsize=867528 CPUtime=1.19
/proc/19797/task/19798/stat : 19798 (java) R 19795 19797 17933 0 -1 64 15743 0 1 0 110 9 0 0 25 0 9 0 1993398309 888348672 18218 996147200 134512640 134550740 4294955968 18446744073709551615 102064717 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19800] ppid=19795 vsize=867528 CPUtime=0.07
/proc/19797/task/19800/stat : 19800 (java) S 19795 19797 17933 0 -1 64 1782 0 0 0 7 0 0 0 16 0 9 0 1993398311 888348672 18218 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19801] ppid=19795 vsize=867528 CPUtime=0
/proc/19797/task/19801/stat : 19801 (java) S 19795 19797 17933 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1993398311 888348672 18218 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19802] ppid=19795 vsize=867528 CPUtime=0
/proc/19797/task/19802/stat : 19802 (java) S 19795 19797 17933 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993398311 888348672 18218 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19803] ppid=19795 vsize=867528 CPUtime=0
/proc/19797/task/19803/stat : 19803 (java) S 19795 19797 17933 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993398313 888348672 18218 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19804] ppid=19795 vsize=867528 CPUtime=0.17
/proc/19797/task/19804/stat : 19804 (java) S 19795 19797 17933 0 -1 64 638 0 0 0 17 0 0 0 16 0 9 0 1993398313 888348672 18218 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19805] ppid=19795 vsize=867528 CPUtime=0
/proc/19797/task/19805/stat : 19805 (java) S 19795 19797 17933 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993398313 888348672 18218 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19806] ppid=19795 vsize=867528 CPUtime=0
/proc/19797/task/19806/stat : 19806 (java) S 19795 19797 17933 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993398313 888348672 18218 996147200 134512640 134550740 4294955968 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) 867528

[startup+3.10298 s]
/proc/loadavg: 2.05 2.03 2.00 3/81 19806
/proc/meminfo: memFree=1505076/2055920 swapFree=4179028/4192956
[pid=19797] ppid=19795 vsize=867440 CPUtime=3.05
/proc/19797/stat : 19797 (java) S 19795 19797 17933 0 -1 0 24602 0 1 0 291 14 0 0 18 0 9 0 1993398308 888258560 23936 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19797/statm: 216860 23936 2004 9 0 211388 0
[pid=19797/tid=19798] ppid=19795 vsize=867440 CPUtime=2.47
/proc/19797/task/19798/stat : 19798 (java) R 19795 19797 17933 0 -1 64 15745 0 1 0 238 9 0 0 25 0 9 0 1993398309 888258560 23936 996147200 134512640 134550740 4294955968 18446744073709551615 4126521509 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19800] ppid=19795 vsize=867440 CPUtime=0.37
/proc/19797/task/19800/stat : 19800 (java) S 19795 19797 17933 0 -1 64 7521 0 0 0 34 3 0 0 17 0 9 0 1993398311 888258560 23936 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19801] ppid=19795 vsize=867440 CPUtime=0
/proc/19797/task/19801/stat : 19801 (java) S 19795 19797 17933 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1993398311 888258560 23936 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19802] ppid=19795 vsize=867440 CPUtime=0
/proc/19797/task/19802/stat : 19802 (java) S 19795 19797 17933 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993398311 888258560 23936 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19803] ppid=19795 vsize=867440 CPUtime=0
/proc/19797/task/19803/stat : 19803 (java) S 19795 19797 17933 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993398313 888258560 23936 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19804] ppid=19795 vsize=867440 CPUtime=0.17
/proc/19797/task/19804/stat : 19804 (java) S 19795 19797 17933 0 -1 64 639 0 0 0 17 0 0 0 16 0 9 0 1993398313 888258560 23936 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19805] ppid=19795 vsize=867440 CPUtime=0
/proc/19797/task/19805/stat : 19805 (java) S 19795 19797 17933 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993398313 888258560 23936 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19806] ppid=19795 vsize=867440 CPUtime=0
/proc/19797/task/19806/stat : 19806 (java) S 19795 19797 17933 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993398313 888258560 23936 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867440

[startup+6.3023 s]
/proc/loadavg: 2.05 2.03 2.00 3/81 19806
/proc/meminfo: memFree=1471348/2055920 swapFree=4179028/4192956
[pid=19797] ppid=19795 vsize=867444 CPUtime=6.22
/proc/19797/stat : 19797 (java) S 19795 19797 17933 0 -1 0 30752 0 1 0 552 70 0 0 18 0 9 0 1993398308 888262656 30080 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19797/statm: 216861 30080 2006 9 0 211389 0
[pid=19797/tid=19798] ppid=19795 vsize=867444 CPUtime=5.17
/proc/19797/task/19798/stat : 19798 (java) R 19795 19797 17933 0 -1 64 15778 0 1 0 455 62 0 0 25 0 9 0 1993398309 888262656 30080 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19800] ppid=19795 vsize=867444 CPUtime=0.79
/proc/19797/task/19800/stat : 19800 (java) S 19795 19797 17933 0 -1 64 13594 0 0 0 74 5 0 0 16 0 9 0 1993398311 888262656 30080 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19801] ppid=19795 vsize=867444 CPUtime=0
/proc/19797/task/19801/stat : 19801 (java) S 19795 19797 17933 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1993398311 888262656 30080 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19802] ppid=19795 vsize=867444 CPUtime=0
/proc/19797/task/19802/stat : 19802 (java) S 19795 19797 17933 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993398311 888262656 30080 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19803] ppid=19795 vsize=867444 CPUtime=0
/proc/19797/task/19803/stat : 19803 (java) S 19795 19797 17933 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993398313 888262656 30080 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19804] ppid=19795 vsize=867444 CPUtime=0.23
/proc/19797/task/19804/stat : 19804 (java) S 19795 19797 17933 0 -1 64 683 0 0 0 22 1 0 0 16 0 9 0 1993398313 888262656 30080 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19805] ppid=19795 vsize=867444 CPUtime=0
/proc/19797/task/19805/stat : 19805 (java) S 19795 19797 17933 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993398313 888262656 30080 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19806] ppid=19795 vsize=867444 CPUtime=0
/proc/19797/task/19806/stat : 19806 (java) S 19795 19797 17933 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993398313 888262656 30080 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867444

[startup+12.7029 s]
/proc/loadavg: 2.04 2.03 2.00 4/81 19806
/proc/meminfo: memFree=1384564/2055920 swapFree=4179028/4192956
[pid=19797] ppid=19795 vsize=867440 CPUtime=12.58
/proc/19797/stat : 19797 (java) S 19795 19797 17933 0 -1 0 66832 0 1 0 970 288 0 0 18 0 9 0 1993398308 888258560 66153 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19797/statm: 216860 66153 2006 9 0 211388 0
[pid=19797/tid=19798] ppid=19795 vsize=867440 CPUtime=10.52
/proc/19797/task/19798/stat : 19798 (java) R 19795 19797 17933 0 -1 64 15788 0 1 0 789 263 0 0 25 0 9 0 1993398309 888258560 66153 996147200 134512640 134550740 4294955968 18446744073709551615 4126986968 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19800] ppid=19795 vsize=867440 CPUtime=1.78
/proc/19797/task/19800/stat : 19800 (java) S 19795 19797 17933 0 -1 64 49653 0 0 0 156 22 0 0 16 0 9 0 1993398311 888258560 66153 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19801] ppid=19795 vsize=867440 CPUtime=0
/proc/19797/task/19801/stat : 19801 (java) S 19795 19797 17933 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1993398311 888258560 66153 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19802] ppid=19795 vsize=867440 CPUtime=0
/proc/19797/task/19802/stat : 19802 (java) S 19795 19797 17933 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993398311 888258560 66153 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19803] ppid=19795 vsize=867440 CPUtime=0
/proc/19797/task/19803/stat : 19803 (java) S 19795 19797 17933 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993398313 888258560 66153 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19804] ppid=19795 vsize=867440 CPUtime=0.25
/proc/19797/task/19804/stat : 19804 (java) S 19795 19797 17933 0 -1 64 694 0 0 0 24 1 0 0 17 0 9 0 1993398313 888258560 66153 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19805] ppid=19795 vsize=867440 CPUtime=0
/proc/19797/task/19805/stat : 19805 (java) S 19795 19797 17933 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993398313 888258560 66153 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19806] ppid=19795 vsize=867440 CPUtime=0
/proc/19797/task/19806/stat : 19806 (java) S 19795 19797 17933 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993398313 888258560 66153 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 867440

[startup+25.5012 s]
/proc/loadavg: 2.03 2.03 2.00 4/83 19810
/proc/meminfo: memFree=1250204/2055920 swapFree=4179028/4192956
[pid=19797] ppid=19795 vsize=868592 CPUtime=25.22
/proc/19797/stat : 19797 (java) S 19795 19797 17933 0 -1 0 107052 4176 1 0 1106 304 1108 4 18 0 10 0 1993398308 889438208 83646 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19797/statm: 217148 83646 2066 9 0 211676 0
[pid=19810] ppid=19797 vsize=44 CPUtime=0.01
/proc/19810/stat : 19810 (rm) R 19797 19797 17933 0 -1 4194304 23 0 0 0 0 1 0 0 19 0 1 0 1993400809 45056 2 996147200 0 0 548682069486 18446744073709551615 4294960144 0 4 0 0 0 0 0 17 1 0 0
/proc/19810/statm: 11 2 0 0 0 1 0
[pid=19797/tid=19798] ppid=19795 vsize=868592 CPUtime=22.54
/proc/19797/task/19798/stat : 19798 (java) S 19795 19797 17933 0 -1 64 20438 4176 1 0 874 268 1108 4 17 0 10 0 1993398309 889438208 83646 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19800] ppid=19795 vsize=868592 CPUtime=13.45
/proc/19797/task/19800/stat : 19800 (java) R 19795 19797 17933 0 -1 64 84911 4176 0 0 202 31 1108 4 18 0 10 0 1993398311 889438208 83646 996147200 134512640 134550740 4294955968 18446744073709551615 102721928 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19801] ppid=19795 vsize=868592 CPUtime=11.12
/proc/19797/task/19801/stat : 19801 (java) S 19795 19797 17933 0 -1 64 13 4176 0 0 0 0 1108 4 16 0 10 0 1993398311 889438208 83646 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19802] ppid=19795 vsize=868592 CPUtime=11.12
/proc/19797/task/19802/stat : 19802 (java) S 19795 19797 17933 0 -1 64 5 4176 0 0 0 0 1108 4 16 0 10 0 1993398311 889438208 83646 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19803] ppid=19795 vsize=868592 CPUtime=11.12
/proc/19797/task/19803/stat : 19803 (java) S 19795 19797 17933 0 -1 64 1 4176 0 0 0 0 1108 4 18 0 10 0 1993398313 889438208 83646 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19804] ppid=19795 vsize=868592 CPUtime=11.41
/proc/19797/task/19804/stat : 19804 (java) S 19795 19797 17933 0 -1 64 846 4176 0 0 28 1 1108 4 16 0 10 0 1993398313 889438208 83646 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19805] ppid=19795 vsize=868592 CPUtime=11.12
/proc/19797/task/19805/stat : 19805 (java) S 19795 19797 17933 0 -1 64 1 4176 0 0 0 0 1108 4 19 0 10 0 1993398313 889438208 83646 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19806] ppid=19795 vsize=868592 CPUtime=11.12
/proc/19797/task/19806/stat : 19806 (java) S 19795 19797 17933 0 -1 64 19 4176 0 0 0 0 1108 4 15 0 10 0 1993398313 889438208 83646 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19809] ppid=19795 vsize=868592 CPUtime=11.13
/proc/19797/task/19809/stat : 19809 (java) S 19795 19797 17933 0 -1 64 41 4176 0 0 0 1 1108 4 18 0 10 0 1993400809 889438208 83646 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 868636

[startup+51.1018 s]
/proc/loadavg: 2.08 2.04 2.00 3/81 19810
/proc/meminfo: memFree=1239716/2055920 swapFree=4179028/4192956
[pid=19797] ppid=19795 vsize=868088 CPUtime=50.62

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

/proc/19797/task/19802/stat : 19802 (java) S 19795 19797 17933 0 -1 64 20 4300 0 0 0 0 1108 6 16 0 9 0 1993398311 888922112 88513 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19803] ppid=19795 vsize=868088 CPUtime=11.14
/proc/19797/task/19803/stat : 19803 (java) S 19795 19797 17933 0 -1 64 1 4300 0 0 0 0 1108 6 18 0 9 0 1993398313 888922112 88513 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19804] ppid=19795 vsize=868088 CPUtime=11.64
/proc/19797/task/19804/stat : 19804 (java) S 19795 19797 17933 0 -1 64 1013 4300 0 0 48 2 1108 6 16 0 9 0 1993398313 888922112 88513 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19797/tid=19805] ppid=19795 vsize=868088 CPUtime=11.14
/proc/19797/task/19805/stat : 19805 (java) S 19795 19797 17933 0 -1 64 1 4300 0 0 0 0 1108 6 19 0 9 0 1993398313 888922112 88513 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19806] ppid=19795 vsize=868088 CPUtime=11.14
/proc/19797/task/19806/stat : 19806 (java) S 19795 19797 17933 0 -1 64 19 4300 0 0 0 0 1108 6 15 0 9 0 1993398313 888922112 88513 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1537.04
Current children cumulated vsize (KiB) 868088

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 19838
/proc/meminfo: memFree=1098860/2055920 swapFree=4179028/4192956
[pid=19797] ppid=19795 vsize=868088 CPUtime=1597.01
/proc/19797/stat : 19797 (java) S 19795 19797 17933 0 -1 0 132500 4300 1 0 158272 315 1108 6 18 0 9 0 1993398308 888922112 88513 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19797/statm: 217022 88513 2615 9 0 211550 0
[pid=19797/tid=19798] ppid=19795 vsize=868088 CPUtime=1593.23
/proc/19797/task/19798/stat : 19798 (java) R 19795 19797 17933 0 -1 64 31427 4300 1 0 157936 273 1108 6 25 0 9 0 1993398309 888922112 88513 996147200 134512640 134550740 4294955968 18446744073709551615 4127080984 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19797/tid=19800] ppid=19795 vsize=868088 CPUtime=14.35
/proc/19797/task/19800/stat : 19800 (java) S 19795 19797 17933 0 -1 64 99184 4300 0 0 286 35 1108 6 16 0 9 0 1993398311 888922112 88513 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19801] ppid=19795 vsize=868088 CPUtime=11.14
/proc/19797/task/19801/stat : 19801 (java) S 19795 19797 17933 0 -1 64 17 4300 0 0 0 0 1108 6 15 0 9 0 1993398311 888922112 88513 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19802] ppid=19795 vsize=868088 CPUtime=11.14
/proc/19797/task/19802/stat : 19802 (java) S 19795 19797 17933 0 -1 64 20 4300 0 0 0 0 1108 6 16 0 9 0 1993398311 888922112 88513 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19803] ppid=19795 vsize=868088 CPUtime=11.14
/proc/19797/task/19803/stat : 19803 (java) S 19795 19797 17933 0 -1 64 1 4300 0 0 0 0 1108 6 18 0 9 0 1993398313 888922112 88513 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19804] ppid=19795 vsize=868088 CPUtime=11.64
/proc/19797/task/19804/stat : 19804 (java) S 19795 19797 17933 0 -1 64 1013 4300 0 0 48 2 1108 6 16 0 9 0 1993398313 888922112 88513 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19797/tid=19805] ppid=19795 vsize=868088 CPUtime=11.14
/proc/19797/task/19805/stat : 19805 (java) S 19795 19797 17933 0 -1 64 1 4300 0 0 0 0 1108 6 19 0 9 0 1993398313 888922112 88513 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19806] ppid=19795 vsize=868088 CPUtime=11.14
/proc/19797/task/19806/stat : 19806 (java) S 19795 19797 17933 0 -1 64 19 4300 0 0 0 0 1108 6 15 0 9 0 1993398313 888922112 88513 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1597.01
Current children cumulated vsize (KiB) 868088

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 19838
/proc/meminfo: memFree=1098860/2055920 swapFree=4179028/4192956
[pid=19797] ppid=19795 vsize=868088 CPUtime=1656.99
/proc/19797/stat : 19797 (java) S 19795 19797 17933 0 -1 0 132500 4300 1 0 164270 315 1108 6 18 0 9 0 1993398308 888922112 88513 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19797/statm: 217022 88513 2615 9 0 211550 0
[pid=19797/tid=19798] ppid=19795 vsize=868088 CPUtime=1653.22
/proc/19797/task/19798/stat : 19798 (java) R 19795 19797 17933 0 -1 64 31427 4300 1 0 163934 274 1108 6 25 0 9 0 1993398309 888922112 88513 996147200 134512640 134550740 4294955968 18446744073709551615 4127486923 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19797/tid=19800] ppid=19795 vsize=868088 CPUtime=14.35
/proc/19797/task/19800/stat : 19800 (java) S 19795 19797 17933 0 -1 64 99184 4300 0 0 286 35 1108 6 16 0 9 0 1993398311 888922112 88513 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19801] ppid=19795 vsize=868088 CPUtime=11.14
/proc/19797/task/19801/stat : 19801 (java) S 19795 19797 17933 0 -1 64 17 4300 0 0 0 0 1108 6 15 0 9 0 1993398311 888922112 88513 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19802] ppid=19795 vsize=868088 CPUtime=11.14
/proc/19797/task/19802/stat : 19802 (java) S 19795 19797 17933 0 -1 64 20 4300 0 0 0 0 1108 6 16 0 9 0 1993398311 888922112 88513 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19803] ppid=19795 vsize=868088 CPUtime=11.14
/proc/19797/task/19803/stat : 19803 (java) S 19795 19797 17933 0 -1 64 1 4300 0 0 0 0 1108 6 18 0 9 0 1993398313 888922112 88513 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19804] ppid=19795 vsize=868088 CPUtime=11.64
/proc/19797/task/19804/stat : 19804 (java) S 19795 19797 17933 0 -1 64 1013 4300 0 0 48 2 1108 6 16 0 9 0 1993398313 888922112 88513 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19797/tid=19805] ppid=19795 vsize=868088 CPUtime=11.14
/proc/19797/task/19805/stat : 19805 (java) S 19795 19797 17933 0 -1 64 1 4300 0 0 0 0 1108 6 19 0 9 0 1993398313 888922112 88513 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19806] ppid=19795 vsize=868088 CPUtime=11.14
/proc/19797/task/19806/stat : 19806 (java) S 19795 19797 17933 0 -1 64 19 4300 0 0 0 0 1108 6 15 0 9 0 1993398313 888922112 88513 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1656.99
Current children cumulated vsize (KiB) 868088

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 19838
/proc/meminfo: memFree=1098796/2055920 swapFree=4179028/4192956
[pid=19797] ppid=19795 vsize=868088 CPUtime=1716.97
/proc/19797/stat : 19797 (java) S 19795 19797 17933 0 -1 0 132500 4300 1 0 170268 315 1108 6 18 0 9 0 1993398308 888922112 88513 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19797/statm: 217022 88513 2615 9 0 211550 0
[pid=19797/tid=19798] ppid=19795 vsize=868088 CPUtime=1713.2
/proc/19797/task/19798/stat : 19798 (java) R 19795 19797 17933 0 -1 64 31427 4300 1 0 169932 274 1108 6 25 0 9 0 1993398309 888922112 88513 996147200 134512640 134550740 4294955968 18446744073709551615 4126907193 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19797/tid=19800] ppid=19795 vsize=868088 CPUtime=14.35
/proc/19797/task/19800/stat : 19800 (java) S 19795 19797 17933 0 -1 64 99184 4300 0 0 286 35 1108 6 16 0 9 0 1993398311 888922112 88513 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19801] ppid=19795 vsize=868088 CPUtime=11.14
/proc/19797/task/19801/stat : 19801 (java) S 19795 19797 17933 0 -1 64 17 4300 0 0 0 0 1108 6 15 0 9 0 1993398311 888922112 88513 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19802] ppid=19795 vsize=868088 CPUtime=11.14
/proc/19797/task/19802/stat : 19802 (java) S 19795 19797 17933 0 -1 64 20 4300 0 0 0 0 1108 6 16 0 9 0 1993398311 888922112 88513 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19803] ppid=19795 vsize=868088 CPUtime=11.14
/proc/19797/task/19803/stat : 19803 (java) S 19795 19797 17933 0 -1 64 1 4300 0 0 0 0 1108 6 18 0 9 0 1993398313 888922112 88513 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19804] ppid=19795 vsize=868088 CPUtime=11.64
/proc/19797/task/19804/stat : 19804 (java) S 19795 19797 17933 0 -1 64 1013 4300 0 0 48 2 1108 6 16 0 9 0 1993398313 888922112 88513 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19797/tid=19805] ppid=19795 vsize=868088 CPUtime=11.14
/proc/19797/task/19805/stat : 19805 (java) S 19795 19797 17933 0 -1 64 1 4300 0 0 0 0 1108 6 19 0 9 0 1993398313 888922112 88513 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19806] ppid=19795 vsize=868088 CPUtime=11.14
/proc/19797/task/19806/stat : 19806 (java) S 19795 19797 17933 0 -1 64 19 4300 0 0 0 0 1108 6 15 0 9 0 1993398313 888922112 88513 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1716.97
Current children cumulated vsize (KiB) 868088

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 19838
/proc/meminfo: memFree=1098540/2055920 swapFree=4179028/4192956
[pid=19797] ppid=19795 vsize=868088 CPUtime=1776.95
/proc/19797/stat : 19797 (java) S 19795 19797 17933 0 -1 0 132500 4300 1 0 176265 316 1108 6 18 0 9 0 1993398308 888922112 88513 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19797/statm: 217022 88513 2615 9 0 211550 0
[pid=19797/tid=19798] ppid=19795 vsize=868088 CPUtime=1773.17
/proc/19797/task/19798/stat : 19798 (java) R 19795 19797 17933 0 -1 64 31427 4300 1 0 175929 274 1108 6 25 0 9 0 1993398309 888922112 88513 996147200 134512640 134550740 4294955968 18446744073709551615 4126519959 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19797/tid=19800] ppid=19795 vsize=868088 CPUtime=14.35
/proc/19797/task/19800/stat : 19800 (java) S 19795 19797 17933 0 -1 64 99184 4300 0 0 286 35 1108 6 16 0 9 0 1993398311 888922112 88513 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19801] ppid=19795 vsize=868088 CPUtime=11.14
/proc/19797/task/19801/stat : 19801 (java) S 19795 19797 17933 0 -1 64 17 4300 0 0 0 0 1108 6 15 0 9 0 1993398311 888922112 88513 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19802] ppid=19795 vsize=868088 CPUtime=11.14
/proc/19797/task/19802/stat : 19802 (java) S 19795 19797 17933 0 -1 64 20 4300 0 0 0 0 1108 6 16 0 9 0 1993398311 888922112 88513 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19803] ppid=19795 vsize=868088 CPUtime=11.14
/proc/19797/task/19803/stat : 19803 (java) S 19795 19797 17933 0 -1 64 1 4300 0 0 0 0 1108 6 18 0 9 0 1993398313 888922112 88513 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19804] ppid=19795 vsize=868088 CPUtime=11.64
/proc/19797/task/19804/stat : 19804 (java) S 19795 19797 17933 0 -1 64 1013 4300 0 0 48 2 1108 6 16 0 9 0 1993398313 888922112 88513 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19797/tid=19805] ppid=19795 vsize=868088 CPUtime=11.14
/proc/19797/task/19805/stat : 19805 (java) S 19795 19797 17933 0 -1 64 1 4300 0 0 0 0 1108 6 19 0 9 0 1993398313 888922112 88513 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19806] ppid=19795 vsize=868088 CPUtime=11.14
/proc/19797/task/19806/stat : 19806 (java) S 19795 19797 17933 0 -1 64 19 4300 0 0 0 0 1108 6 15 0 9 0 1993398313 888922112 88513 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1776.95
Current children cumulated vsize (KiB) 868088



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 19838
/proc/meminfo: memFree=1098604/2055920 swapFree=4179028/4192956
[pid=19797] ppid=19795 vsize=868088 CPUtime=1800.05
/proc/19797/stat : 19797 (java) S 19795 19797 17933 0 -1 0 132500 4300 1 0 178575 316 1108 6 18 0 9 0 1993398308 888922112 88513 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19797/statm: 217022 88513 2615 9 0 211550 0
[pid=19797/tid=19798] ppid=19795 vsize=868088 CPUtime=1796.27
/proc/19797/task/19798/stat : 19798 (java) R 19795 19797 17933 0 -1 64 31427 4300 1 0 178239 274 1108 6 25 0 9 0 1993398309 888922112 88513 996147200 134512640 134550740 4294955968 18446744073709551615 4127431308 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19797/tid=19800] ppid=19795 vsize=868088 CPUtime=14.35
/proc/19797/task/19800/stat : 19800 (java) S 19795 19797 17933 0 -1 64 99184 4300 0 0 286 35 1108 6 16 0 9 0 1993398311 888922112 88513 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19801] ppid=19795 vsize=868088 CPUtime=11.14
/proc/19797/task/19801/stat : 19801 (java) S 19795 19797 17933 0 -1 64 17 4300 0 0 0 0 1108 6 15 0 9 0 1993398311 888922112 88513 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19802] ppid=19795 vsize=868088 CPUtime=11.14
/proc/19797/task/19802/stat : 19802 (java) S 19795 19797 17933 0 -1 64 20 4300 0 0 0 0 1108 6 16 0 9 0 1993398311 888922112 88513 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19803] ppid=19795 vsize=868088 CPUtime=11.14
/proc/19797/task/19803/stat : 19803 (java) S 19795 19797 17933 0 -1 64 1 4300 0 0 0 0 1108 6 18 0 9 0 1993398313 888922112 88513 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19804] ppid=19795 vsize=868088 CPUtime=11.64
/proc/19797/task/19804/stat : 19804 (java) S 19795 19797 17933 0 -1 64 1013 4300 0 0 48 2 1108 6 16 0 9 0 1993398313 888922112 88513 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19797/tid=19805] ppid=19795 vsize=868088 CPUtime=11.14
/proc/19797/task/19805/stat : 19805 (java) S 19795 19797 17933 0 -1 64 1 4300 0 0 0 0 1108 6 19 0 9 0 1993398313 888922112 88513 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19806] ppid=19795 vsize=868088 CPUtime=11.14
/proc/19797/task/19806/stat : 19806 (java) S 19795 19797 17933 0 -1 64 19 4300 0 0 0 0 1108 6 15 0 9 0 1993398313 888922112 88513 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
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

[startup+1805.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 19838
/proc/meminfo: memFree=1098604/2055920 swapFree=4179028/4192956
[pid=19797] ppid=19795 vsize=868088 CPUtime=1800.05
/proc/19797/stat : 19797 (java) S 19795 19797 17933 0 -1 0 132500 4300 1 0 178575 316 1108 6 18 0 9 0 1993398308 888922112 88513 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19797/statm: 217022 88513 2615 9 0 211550 0
[pid=19797/tid=19798] ppid=19795 vsize=868088 CPUtime=1796.27
/proc/19797/task/19798/stat : 19798 (java) R 19795 19797 17933 0 -1 64 31427 4300 1 0 178239 274 1108 6 25 0 9 0 1993398309 888922112 88513 996147200 134512640 134550740 4294955968 18446744073709551615 4127431308 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19797/tid=19800] ppid=19795 vsize=868088 CPUtime=14.35
/proc/19797/task/19800/stat : 19800 (java) S 19795 19797 17933 0 -1 64 99184 4300 0 0 286 35 1108 6 16 0 9 0 1993398311 888922112 88513 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19801] ppid=19795 vsize=868088 CPUtime=11.14
/proc/19797/task/19801/stat : 19801 (java) S 19795 19797 17933 0 -1 64 17 4300 0 0 0 0 1108 6 15 0 9 0 1993398311 888922112 88513 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19802] ppid=19795 vsize=868088 CPUtime=11.14
/proc/19797/task/19802/stat : 19802 (java) S 19795 19797 17933 0 -1 64 20 4300 0 0 0 0 1108 6 16 0 9 0 1993398311 888922112 88513 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19803] ppid=19795 vsize=868088 CPUtime=11.14
/proc/19797/task/19803/stat : 19803 (java) S 19795 19797 17933 0 -1 64 1 4300 0 0 0 0 1108 6 18 0 9 0 1993398313 888922112 88513 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19804] ppid=19795 vsize=868088 CPUtime=11.64
/proc/19797/task/19804/stat : 19804 (java) S 19795 19797 17933 0 -1 64 1013 4300 0 0 48 2 1108 6 16 0 9 0 1993398313 888922112 88513 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19797/tid=19805] ppid=19795 vsize=868088 CPUtime=11.14
/proc/19797/task/19805/stat : 19805 (java) S 19795 19797 17933 0 -1 64 1 4300 0 0 0 0 1108 6 19 0 9 0 1993398313 888922112 88513 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19797/tid=19806] ppid=19795 vsize=868088 CPUtime=11.14
/proc/19797/task/19806/stat : 19806 (java) S 19795 19797 17933 0 -1 64 19 4300 0 0 0 0 1108 6 15 0 9 0 1993398313 888922112 88513 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 868088

Child status: 143
Real time (s): 1805.47
CPU time (s): 1800.13
CPU user time (s): 1796.85
CPU system time (s): 3.2845
CPU usage (%): 99.7041
Max. virtual memory (cumulated for all children) (KiB): 894440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.85
system time used= 3.2845
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 136832
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= 38579
involuntary context switches= 30623

runsolver used 2.34964 second user time and 5.87511 second system time

The end

Launcher Data (download as text)

Begin job on node36 at 2008-07-04 06:04:14
IDJOB=1064831
IDBENCH=54996
IDSOLVER=364
FILE ID=node36/1064831-1215144254
PBS_JOBID= 7877321
Free space on /tmp= 66544 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/pseudo/uclid/normalized-cache-ibm-q-unbounded-Icl2arity-ucl.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1064831-1215144254/watcher-1064831-1215144254 -o /tmp/evaluation-result-1064831-1215144254/solver-1064831-1215144254 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1064831-1215144254.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9d4795f9e32ba7017720fe7b897ab8b7
RANDOM SEED=1791333200

node36.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.240
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.240
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:       1584796 kB
Buffers:         64980 kB
Cached:         308092 kB
SwapCached:       7932 kB
Active:         232320 kB
Inactive:       172308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1584796 kB
SwapTotal:     4192956 kB
SwapFree:      4179028 kB
Dirty:           12488 kB
Writeback:           0 kB
Mapped:          39412 kB
Slab:            51928 kB
Committed_AS:  3304108 kB
PageTables:       1728 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= 66536 MiB
End job on node36 at 2008-07-04 06:34:22