Trace number 1064935

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.22 1802.4

General information on the benchmark

Namecsp/pseudo/uclid/
normalized-ooo-burch-dill-8-accl.xml
MD5SUMa836148987a747fe0e78f1f820e1fc6b
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 variables21380
Number of constraints60983
Maximum constraint arity13
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension60983
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.28/0.32	   
0.28/0.32	   instance
0.28/0.32	     name=HOME/instance-1064935-1215144846.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.01	     nbVariables=21380  nbDomainTypes=2  minDomainSize=1  maxDomainSize=2  nbTotalValues=42759
0.98/1.01	       =>  wckTime=0.771  cpuTime=0.55  mem=24M121
0.98/1.01	   
0.98/1.01	   predicates being loaded...
0.98/1.08	   
0.98/1.08	   constraints being loaded...
23.53/23.88	     nbConstraints=59050  nbMergedConstraints=1933  nbSingletonDomainVariables=1  nbConvertedConstraints=38933
23.73/24.00	     nbConvertConstraintsChecks=141338  nbExtensionStructures=3  nbSharedExtensionStructures=38930
23.73/24.00	     nbConflictsStructures=23  nbSharedConflictsStructures=59027  nbSharedBinaryRepresentations=7
23.73/24.00	     nbEvaluationManagers=20  nbSharedEvaluationManagers=20097  minDegree=1  maxDegree=646  minArity=2  avgArity=2.52
23.73/24.00	     maxArity=13  nbGenerators=0  nbFusions=0  symmetryWckTime=11.5  symmetryCpuTime=0.57
23.73/24.00	       =>  wckTime=23.636  cpuTime=10.71  mem=193M654
24.43/24.74	   
24.43/24.74	   solver IterativeSystematicSolver being built... 
25.71/26.08	       =>  wckTime=25.838  cpuTime=11.76  mem=220M990
25.91/26.21	   
25.91/26.21	   preprocessing
25.91/26.21	     nbConstraintChecks=332  nbValidityChecks=36  nbPropagations=21454  nbRevisions=256  nbUselessRevisions=182
25.91/26.21	     nbRemovedValues=74  detectedInconsistency=no
25.91/26.21	       =>  wckTime=0.106  cpuTime=0.09  mem=223M20

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

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/84 16894
/proc/meminfo: memFree=1436696/2055920 swapFree=4181068/4192956
[pid=16894] ppid=16892 vsize=18572 CPUtime=0
/proc/16894/stat : 16894 (runsolver) R 16892 16894 13651 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 152296012 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 212218735911 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/16894/statm: 4643 292 257 25 0 2626 0

[startup+0.0938799 s]
/proc/loadavg: 1.92 1.98 1.99 4/84 16894
/proc/meminfo: memFree=1436696/2055920 swapFree=4181068/4192956
[pid=16894] ppid=16892 vsize=866788 CPUtime=0.07
/proc/16894/stat : 16894 (java) S 16892 16894 13651 0 -1 0 3614 0 1 0 5 2 0 0 18 0 9 0 152296012 887590912 3102 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16894/statm: 216697 3102 1662 9 0 211252 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 866788

[startup+0.101814 s]
/proc/loadavg: 1.92 1.98 1.99 4/84 16894
/proc/meminfo: memFree=1436696/2055920 swapFree=4181068/4192956
[pid=16894] ppid=16892 vsize=866788 CPUtime=0.08
/proc/16894/stat : 16894 (java) S 16892 16894 13651 0 -1 0 3688 0 1 0 6 2 0 0 18 0 9 0 152296012 887590912 3161 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16894/statm: 216697 3161 1676 9 0 211252 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 866788

[startup+0.301838 s]
/proc/loadavg: 1.92 1.98 1.99 4/84 16894
/proc/meminfo: memFree=1436696/2055920 swapFree=4181068/4192956
[pid=16894] ppid=16892 vsize=866952 CPUtime=0.28
/proc/16894/stat : 16894 (java) S 16892 16894 13651 0 -1 0 5629 0 1 0 24 4 0 0 18 0 9 0 152296012 887758848 5043 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16894/statm: 216738 5043 1902 9 0 211286 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866952

[startup+0.701881 s]
/proc/loadavg: 1.92 1.98 1.99 4/84 16894
/proc/meminfo: memFree=1436696/2055920 swapFree=4181068/4192956
[pid=16894] ppid=16892 vsize=868200 CPUtime=0.67
/proc/16894/stat : 16894 (java) S 16892 16894 13651 0 -1 0 10308 0 1 0 61 6 0 0 18 0 9 0 152296012 889036800 9678 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16894/statm: 217050 9678 1970 9 0 211578 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 868200

[startup+1.50297 s]
/proc/loadavg: 1.92 1.98 1.99 3/93 16903
/proc/meminfo: memFree=1371984/2055920 swapFree=4181068/4192956
[pid=16894] ppid=16892 vsize=868288 CPUtime=1.46
/proc/16894/stat : 16894 (java) S 16892 16894 13651 0 -1 0 18865 0 1 0 136 10 0 0 18 0 9 0 152296012 889126912 18223 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16894/statm: 217072 18223 2025 9 0 211578 0
[pid=16894/tid=16896] ppid=16892 vsize=868288 CPUtime=1.19
/proc/16894/task/16896/stat : 16896 (java) R 16892 16894 13651 0 -1 64 15749 0 1 0 111 8 0 0 25 0 9 0 152296014 889126912 18223 996147200 134512640 134550740 4294955984 18446744073709551615 4126675996 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16897] ppid=16892 vsize=868288 CPUtime=0.07
/proc/16894/task/16897/stat : 16897 (java) S 16892 16894 13651 0 -1 64 1778 0 0 0 7 0 0 0 16 0 9 0 152296015 889126912 18223 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16898] ppid=16892 vsize=868288 CPUtime=0
/proc/16894/task/16898/stat : 16898 (java) S 16892 16894 13651 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 152296015 889126912 18223 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16899] ppid=16892 vsize=868288 CPUtime=0
/proc/16894/task/16899/stat : 16899 (java) S 16892 16894 13651 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 152296015 889126912 18223 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16900] ppid=16892 vsize=868288 CPUtime=0
/proc/16894/task/16900/stat : 16900 (java) S 16892 16894 13651 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 152296017 889126912 18223 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16901] ppid=16892 vsize=868288 CPUtime=0.17
/proc/16894/task/16901/stat : 16901 (java) S 16892 16894 13651 0 -1 64 642 0 0 0 17 0 0 0 16 0 9 0 152296017 889126912 18223 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16902] ppid=16892 vsize=868288 CPUtime=0
/proc/16894/task/16902/stat : 16902 (java) S 16892 16894 13651 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 152296017 889126912 18223 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16903] ppid=16892 vsize=868288 CPUtime=0
/proc/16894/task/16903/stat : 16903 (java) S 16892 16894 13651 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 152296017 889126912 18223 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) 868288

[startup+3.10213 s]
/proc/loadavg: 1.92 1.98 1.99 3/93 16903
/proc/meminfo: memFree=1357392/2055920 swapFree=4181068/4192956
[pid=16894] ppid=16892 vsize=868200 CPUtime=3.06
/proc/16894/stat : 16894 (java) S 16892 16894 13651 0 -1 0 24670 0 1 0 293 13 0 0 18 0 9 0 152296012 889036800 24004 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16894/statm: 217050 24004 2004 9 0 211578 0
[pid=16894/tid=16896] ppid=16892 vsize=868200 CPUtime=2.47
/proc/16894/task/16896/stat : 16896 (java) R 16892 16894 13651 0 -1 64 15751 0 1 0 239 8 0 0 25 0 9 0 152296014 889036800 24004 996147200 134512640 134550740 4294955984 18446744073709551615 102689600 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16897] ppid=16892 vsize=868200 CPUtime=0.38
/proc/16894/task/16897/stat : 16897 (java) S 16892 16894 13651 0 -1 64 7581 0 0 0 36 2 0 0 17 0 9 0 152296015 889036800 24004 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16898] ppid=16892 vsize=868200 CPUtime=0
/proc/16894/task/16898/stat : 16898 (java) S 16892 16894 13651 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 152296015 889036800 24004 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16899] ppid=16892 vsize=868200 CPUtime=0
/proc/16894/task/16899/stat : 16899 (java) S 16892 16894 13651 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 152296015 889036800 24004 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16900] ppid=16892 vsize=868200 CPUtime=0
/proc/16894/task/16900/stat : 16900 (java) S 16892 16894 13651 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 152296017 889036800 24004 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16901] ppid=16892 vsize=868200 CPUtime=0.17
/proc/16894/task/16901/stat : 16901 (java) S 16892 16894 13651 0 -1 64 642 0 0 0 17 0 0 0 16 0 9 0 152296017 889036800 24004 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16902] ppid=16892 vsize=868200 CPUtime=0
/proc/16894/task/16902/stat : 16902 (java) S 16892 16894 13651 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 152296017 889036800 24004 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16903] ppid=16892 vsize=868200 CPUtime=0
/proc/16894/task/16903/stat : 16903 (java) S 16892 16894 13651 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 152296017 889036800 24004 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 868200

[startup+6.30147 s]
/proc/loadavg: 1.93 1.98 1.99 3/93 16903
/proc/meminfo: memFree=1331024/2055920 swapFree=4181068/4192956
[pid=16894] ppid=16892 vsize=868200 CPUtime=6.22
/proc/16894/stat : 16894 (java) S 16892 16894 13651 0 -1 0 31979 0 1 0 529 93 0 0 18 0 9 0 152296012 889036800 31307 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16894/statm: 217050 31307 2006 9 0 211578 0
[pid=16894/tid=16896] ppid=16892 vsize=868200 CPUtime=5.07
/proc/16894/task/16896/stat : 16896 (java) R 16892 16894 13651 0 -1 64 15785 0 1 0 422 85 0 0 25 0 9 0 152296014 889036800 31307 996147200 134512640 134550740 4294955984 18446744073709551615 5566934 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16897] ppid=16892 vsize=868200 CPUtime=0.88
/proc/16894/task/16897/stat : 16897 (java) S 16892 16894 13651 0 -1 64 14813 0 0 0 83 5 0 0 17 0 9 0 152296015 889036800 31307 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16898] ppid=16892 vsize=868200 CPUtime=0
/proc/16894/task/16898/stat : 16898 (java) S 16892 16894 13651 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 152296015 889036800 31307 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16899] ppid=16892 vsize=868200 CPUtime=0
/proc/16894/task/16899/stat : 16899 (java) S 16892 16894 13651 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 152296015 889036800 31307 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16900] ppid=16892 vsize=868200 CPUtime=0
/proc/16894/task/16900/stat : 16900 (java) S 16892 16894 13651 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 152296017 889036800 31307 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16901] ppid=16892 vsize=868200 CPUtime=0.23
/proc/16894/task/16901/stat : 16901 (java) S 16892 16894 13651 0 -1 64 685 0 0 0 23 0 0 0 16 0 9 0 152296017 889036800 31307 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16902] ppid=16892 vsize=868200 CPUtime=0
/proc/16894/task/16902/stat : 16902 (java) S 16892 16894 13651 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 152296017 889036800 31307 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16903] ppid=16892 vsize=868200 CPUtime=0
/proc/16894/task/16903/stat : 16903 (java) S 16892 16894 13651 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 152296017 889036800 31307 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) 868200

[startup+12.7021 s]
/proc/loadavg: 1.93 1.98 1.99 3/93 16903
/proc/meminfo: memFree=1243792/2055920 swapFree=4181068/4192956
[pid=16894] ppid=16892 vsize=868200 CPUtime=12.56
/proc/16894/stat : 16894 (java) S 16892 16894 13651 0 -1 0 65214 0 1 0 988 268 0 0 18 0 9 0 152296012 889036800 64535 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16894/statm: 217050 64535 2006 9 0 211578 0
[pid=16894/tid=16896] ppid=16892 vsize=868200 CPUtime=10.51
/proc/16894/task/16896/stat : 16896 (java) R 16892 16894 13651 0 -1 64 15799 0 1 0 806 245 0 0 25 0 9 0 152296014 889036800 64535 996147200 134512640 134550740 4294955984 18446744073709551615 4127158810 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16897] ppid=16892 vsize=868200 CPUtime=1.73
/proc/16894/task/16897/stat : 16897 (java) S 16892 16894 13651 0 -1 64 48005 0 0 0 153 20 0 0 17 0 9 0 152296015 889036800 64535 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16898] ppid=16892 vsize=868200 CPUtime=0
/proc/16894/task/16898/stat : 16898 (java) S 16892 16894 13651 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 152296015 889036800 64535 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16899] ppid=16892 vsize=868200 CPUtime=0
/proc/16894/task/16899/stat : 16899 (java) S 16892 16894 13651 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 152296015 889036800 64535 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16900] ppid=16892 vsize=868200 CPUtime=0
/proc/16894/task/16900/stat : 16900 (java) S 16892 16894 13651 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 152296017 889036800 64535 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16901] ppid=16892 vsize=868200 CPUtime=0.29
/proc/16894/task/16901/stat : 16901 (java) S 16892 16894 13651 0 -1 64 714 0 0 0 28 1 0 0 15 0 9 0 152296017 889036800 64535 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16902] ppid=16892 vsize=868200 CPUtime=0
/proc/16894/task/16902/stat : 16902 (java) S 16892 16894 13651 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 152296017 889036800 64535 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16903] ppid=16892 vsize=868200 CPUtime=0
/proc/16894/task/16903/stat : 16903 (java) S 16892 16894 13651 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 152296017 889036800 64535 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 868200

[startup+25.5025 s]
/proc/loadavg: 2.01 2.00 2.00 4/93 16907
/proc/meminfo: memFree=1179848/2055920 swapFree=4181068/4192956
[pid=16894] ppid=16892 vsize=868936 CPUtime=25.21
/proc/16894/stat : 16894 (java) S 16892 16894 13651 0 -1 0 108432 3857 1 0 1180 280 1055 6 18 0 9 0 152296012 889790464 67515 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16894/statm: 217234 67515 2637 9 0 211740 0
[pid=16894/tid=16896] ppid=16892 vsize=868936 CPUtime=22.09
/proc/16894/task/16896/stat : 16896 (java) R 16892 16894 13651 0 -1 64 30011 3857 1 0 898 250 1055 6 17 0 9 0 152296014 889790464 67515 996147200 134512640 134550740 4294955984 18446744073709551615 4126420537 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16897] ppid=16892 vsize=868936 CPUtime=13.32
/proc/16894/task/16897/stat : 16897 (java) R 16892 16894 13651 0 -1 64 76621 3857 0 0 245 26 1055 6 24 0 9 0 152296015 889790464 67515 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16898] ppid=16892 vsize=868936 CPUtime=10.61
/proc/16894/task/16898/stat : 16898 (java) S 16892 16894 13651 0 -1 64 22 3857 0 0 0 0 1055 6 16 0 9 0 152296015 889790464 67515 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16899] ppid=16892 vsize=868936 CPUtime=10.61
/proc/16894/task/16899/stat : 16899 (java) S 16892 16894 13651 0 -1 64 14 3857 0 0 0 0 1055 6 15 0 9 0 152296015 889790464 67515 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16900] ppid=16892 vsize=868936 CPUtime=10.61
/proc/16894/task/16900/stat : 16900 (java) S 16892 16894 13651 0 -1 64 2 3857 0 0 0 0 1055 6 18 0 9 0 152296017 889790464 67515 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16901] ppid=16892 vsize=868936 CPUtime=10.99
/proc/16894/task/16901/stat : 16901 (java) S 16892 16894 13651 0 -1 64 921 3857 0 0 37 1 1055 6 15 0 9 0 152296017 889790464 67515 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16902] ppid=16892 vsize=868936 CPUtime=10.61
/proc/16894/task/16902/stat : 16902 (java) S 16892 16894 13651 0 -1 64 0 3857 0 0 0 0 1055 6 19 0 9 0 152296017 889790464 67515 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16903] ppid=16892 vsize=868936 CPUtime=10.61
/proc/16894/task/16903/stat : 16903 (java) S 16892 16894 13651 0 -1 64 19 3857 0 0 0 0 1055 6 15 0 9 0 152296017 889790464 67515 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 868936

[startup+51.1012 s]
/proc/loadavg: 2.01 2.00 2.00 3/93 16907
/proc/meminfo: memFree=1170184/2055920 swapFree=4181068/4192956
[pid=16894] ppid=16892 vsize=868848 CPUtime=50.57
/proc/16894/stat : 16894 (java) S 16892 16894 13651 0 -1 0 110028 3857 1 0 3714 282 1055 6 18 0 9 0 152296012 889700352 69056 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16894/statm: 217212 69056 2615 9 0 211740 0
[pid=16894/tid=16896] ppid=16892 vsize=868848 CPUtime=47.26
/proc/16894/task/16896/stat : 16896 (java) R 16892 16894 13651 0 -1 64 30040 3857 1 0 3415 250 1055 6 25 0 9 0 152296014 889700352 69056 996147200 134512640 134550740 4294955984 18446744073709551615 4127075120 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16897] ppid=16892 vsize=868848 CPUtime=13.4
/proc/16894/task/16897/stat : 16897 (java) S 16892 16894 13651 0 -1 64 78114 3857 0 0 252 27 1055 6 17 0 9 0 152296015 889700352 69056 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16898] ppid=16892 vsize=868848 CPUtime=10.61
/proc/16894/task/16898/stat : 16898 (java) S 16892 16894 13651 0 -1 64 22 3857 0 0 0 0 1055 6 15 0 9 0 152296015 889700352 69056 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16899] ppid=16892 vsize=868848 CPUtime=10.61
/proc/16894/task/16899/stat : 16899 (java) S 16892 16894 13651 0 -1 64 26 3857 0 0 0 0 1055 6 16 0 9 0 152296015 889700352 69056 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16900] ppid=16892 vsize=868848 CPUtime=10.61
/proc/16894/task/16900/stat : 16900 (java) S 16892 16894 13651 0 -1 64 2 3857 0 0 0 0 1055 6 18 0 9 0 152296017 889700352 69056 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16901] ppid=16892 vsize=868848 CPUtime=11.09
/proc/16894/task/16901/stat : 16901 (java) S 16892 16894 13651 0 -1 64 983 3857 0 0 47 1 1055 6 15 0 9 0 152296017 889700352 69056 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16902] ppid=16892 vsize=868848 CPUtime=10.61

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

/proc/16894/task/16899/stat : 16899 (java) S 16892 16894 13651 0 -1 64 26 3857 0 0 0 0 1055 6 16 0 9 0 152296015 889700352 69062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16900] ppid=16892 vsize=868848 CPUtime=10.61
/proc/16894/task/16900/stat : 16900 (java) S 16892 16894 13651 0 -1 64 2 3857 0 0 0 0 1055 6 18 0 9 0 152296017 889700352 69062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16901] ppid=16892 vsize=868848 CPUtime=11.1
/proc/16894/task/16901/stat : 16901 (java) S 16892 16894 13651 0 -1 64 991 3857 0 0 48 1 1055 6 16 0 9 0 152296017 889700352 69062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16894/tid=16902] ppid=16892 vsize=868848 CPUtime=10.61
/proc/16894/task/16902/stat : 16902 (java) S 16892 16894 13651 0 -1 64 0 3857 0 0 0 0 1055 6 19 0 9 0 152296017 889700352 69062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16903] ppid=16892 vsize=868848 CPUtime=10.61
/proc/16894/task/16903/stat : 16903 (java) S 16892 16894 13651 0 -1 64 19 3857 0 0 0 0 1055 6 15 0 9 0 152296017 889700352 69062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1540.19
Current children cumulated vsize (KiB) 868848

[startup+1602.3 s]
/proc/loadavg: 2.14 2.06 2.01 3/89 16950
/proc/meminfo: memFree=1090904/2055920 swapFree=4181068/4192956
[pid=16894] ppid=16892 vsize=868848 CPUtime=1600.17
/proc/16894/stat : 16894 (java) S 16892 16894 13651 0 -1 0 110040 3857 1 0 158670 286 1055 6 18 0 9 0 152296012 889700352 69062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16894/statm: 217212 69062 2615 9 0 211740 0
[pid=16894/tid=16896] ppid=16892 vsize=868848 CPUtime=1596.85
/proc/16894/task/16896/stat : 16896 (java) R 16892 16894 13651 0 -1 64 30044 3857 1 0 158369 255 1055 6 25 0 9 0 152296014 889700352 69062 996147200 134512640 134550740 4294955984 18446744073709551615 4127496211 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16894/tid=16897] ppid=16892 vsize=868848 CPUtime=13.4
/proc/16894/task/16897/stat : 16897 (java) S 16892 16894 13651 0 -1 64 78114 3857 0 0 252 27 1055 6 16 0 9 0 152296015 889700352 69062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16898] ppid=16892 vsize=868848 CPUtime=10.61
/proc/16894/task/16898/stat : 16898 (java) S 16892 16894 13651 0 -1 64 22 3857 0 0 0 0 1055 6 15 0 9 0 152296015 889700352 69062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16899] ppid=16892 vsize=868848 CPUtime=10.61
/proc/16894/task/16899/stat : 16899 (java) S 16892 16894 13651 0 -1 64 26 3857 0 0 0 0 1055 6 16 0 9 0 152296015 889700352 69062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16900] ppid=16892 vsize=868848 CPUtime=10.61
/proc/16894/task/16900/stat : 16900 (java) S 16892 16894 13651 0 -1 64 2 3857 0 0 0 0 1055 6 18 0 9 0 152296017 889700352 69062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16901] ppid=16892 vsize=868848 CPUtime=11.1
/proc/16894/task/16901/stat : 16901 (java) S 16892 16894 13651 0 -1 64 991 3857 0 0 48 1 1055 6 16 0 9 0 152296017 889700352 69062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16894/tid=16902] ppid=16892 vsize=868848 CPUtime=10.61
/proc/16894/task/16902/stat : 16902 (java) S 16892 16894 13651 0 -1 64 0 3857 0 0 0 0 1055 6 19 0 9 0 152296017 889700352 69062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16903] ppid=16892 vsize=868848 CPUtime=10.61
/proc/16894/task/16903/stat : 16903 (java) S 16892 16894 13651 0 -1 64 19 3857 0 0 0 0 1055 6 15 0 9 0 152296017 889700352 69062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1600.17
Current children cumulated vsize (KiB) 868848

[startup+1662.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/89 16950
/proc/meminfo: memFree=1090904/2055920 swapFree=4181068/4192956
[pid=16894] ppid=16892 vsize=868848 CPUtime=1660.14
/proc/16894/stat : 16894 (java) S 16892 16894 13651 0 -1 0 110040 3857 1 0 164667 286 1055 6 18 0 9 0 152296012 889700352 69062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16894/statm: 217212 69062 2615 9 0 211740 0
[pid=16894/tid=16896] ppid=16892 vsize=868848 CPUtime=1656.82
/proc/16894/task/16896/stat : 16896 (java) R 16892 16894 13651 0 -1 64 30044 3857 1 0 164366 255 1055 6 25 0 9 0 152296014 889700352 69062 996147200 134512640 134550740 4294955984 18446744073709551615 4126519959 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16894/tid=16897] ppid=16892 vsize=868848 CPUtime=13.4
/proc/16894/task/16897/stat : 16897 (java) S 16892 16894 13651 0 -1 64 78114 3857 0 0 252 27 1055 6 16 0 9 0 152296015 889700352 69062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16898] ppid=16892 vsize=868848 CPUtime=10.61
/proc/16894/task/16898/stat : 16898 (java) S 16892 16894 13651 0 -1 64 22 3857 0 0 0 0 1055 6 15 0 9 0 152296015 889700352 69062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16899] ppid=16892 vsize=868848 CPUtime=10.61
/proc/16894/task/16899/stat : 16899 (java) S 16892 16894 13651 0 -1 64 26 3857 0 0 0 0 1055 6 16 0 9 0 152296015 889700352 69062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16900] ppid=16892 vsize=868848 CPUtime=10.61
/proc/16894/task/16900/stat : 16900 (java) S 16892 16894 13651 0 -1 64 2 3857 0 0 0 0 1055 6 18 0 9 0 152296017 889700352 69062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16901] ppid=16892 vsize=868848 CPUtime=11.1
/proc/16894/task/16901/stat : 16901 (java) S 16892 16894 13651 0 -1 64 991 3857 0 0 48 1 1055 6 16 0 9 0 152296017 889700352 69062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16894/tid=16902] ppid=16892 vsize=868848 CPUtime=10.61
/proc/16894/task/16902/stat : 16902 (java) S 16892 16894 13651 0 -1 64 0 3857 0 0 0 0 1055 6 19 0 9 0 152296017 889700352 69062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16903] ppid=16892 vsize=868848 CPUtime=10.61
/proc/16894/task/16903/stat : 16903 (java) S 16892 16894 13651 0 -1 64 19 3857 0 0 0 0 1055 6 15 0 9 0 152296017 889700352 69062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1660.14
Current children cumulated vsize (KiB) 868848

[startup+1722.3 s]
/proc/loadavg: 2.11 2.06 2.01 3/89 16950
/proc/meminfo: memFree=1090840/2055920 swapFree=4181068/4192956
[pid=16894] ppid=16892 vsize=868848 CPUtime=1720.13
/proc/16894/stat : 16894 (java) S 16892 16894 13651 0 -1 0 110040 3857 1 0 170665 287 1055 6 18 0 9 0 152296012 889700352 69062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16894/statm: 217212 69062 2615 9 0 211740 0
[pid=16894/tid=16896] ppid=16892 vsize=868848 CPUtime=1716.8
/proc/16894/task/16896/stat : 16896 (java) R 16892 16894 13651 0 -1 64 30044 3857 1 0 170364 255 1055 6 25 0 9 0 152296014 889700352 69062 996147200 134512640 134550740 4294955984 18446744073709551615 4127496201 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16894/tid=16897] ppid=16892 vsize=868848 CPUtime=13.4
/proc/16894/task/16897/stat : 16897 (java) S 16892 16894 13651 0 -1 64 78114 3857 0 0 252 27 1055 6 16 0 9 0 152296015 889700352 69062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16898] ppid=16892 vsize=868848 CPUtime=10.61
/proc/16894/task/16898/stat : 16898 (java) S 16892 16894 13651 0 -1 64 22 3857 0 0 0 0 1055 6 15 0 9 0 152296015 889700352 69062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16899] ppid=16892 vsize=868848 CPUtime=10.61
/proc/16894/task/16899/stat : 16899 (java) S 16892 16894 13651 0 -1 64 26 3857 0 0 0 0 1055 6 16 0 9 0 152296015 889700352 69062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16900] ppid=16892 vsize=868848 CPUtime=10.61
/proc/16894/task/16900/stat : 16900 (java) S 16892 16894 13651 0 -1 64 2 3857 0 0 0 0 1055 6 18 0 9 0 152296017 889700352 69062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16901] ppid=16892 vsize=868848 CPUtime=11.1
/proc/16894/task/16901/stat : 16901 (java) S 16892 16894 13651 0 -1 64 991 3857 0 0 48 1 1055 6 16 0 9 0 152296017 889700352 69062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16894/tid=16902] ppid=16892 vsize=868848 CPUtime=10.61
/proc/16894/task/16902/stat : 16902 (java) S 16892 16894 13651 0 -1 64 0 3857 0 0 0 0 1055 6 19 0 9 0 152296017 889700352 69062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16903] ppid=16892 vsize=868848 CPUtime=10.61
/proc/16894/task/16903/stat : 16903 (java) S 16892 16894 13651 0 -1 64 19 3857 0 0 0 0 1055 6 15 0 9 0 152296017 889700352 69062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1720.13
Current children cumulated vsize (KiB) 868848

[startup+1782.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/89 16950
/proc/meminfo: memFree=1090776/2055920 swapFree=4181068/4192956
[pid=16894] ppid=16892 vsize=868848 CPUtime=1780.1
/proc/16894/stat : 16894 (java) S 16892 16894 13651 0 -1 0 110040 3857 1 0 176662 287 1055 6 18 0 9 0 152296012 889700352 69062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16894/statm: 217212 69062 2615 9 0 211740 0
[pid=16894/tid=16896] ppid=16892 vsize=868848 CPUtime=1776.77
/proc/16894/task/16896/stat : 16896 (java) R 16892 16894 13651 0 -1 64 30044 3857 1 0 176361 255 1055 6 25 0 9 0 152296014 889700352 69062 996147200 134512640 134550740 4294955984 18446744073709551615 4127496240 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16894/tid=16897] ppid=16892 vsize=868848 CPUtime=13.4
/proc/16894/task/16897/stat : 16897 (java) S 16892 16894 13651 0 -1 64 78114 3857 0 0 252 27 1055 6 16 0 9 0 152296015 889700352 69062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16898] ppid=16892 vsize=868848 CPUtime=10.61
/proc/16894/task/16898/stat : 16898 (java) S 16892 16894 13651 0 -1 64 22 3857 0 0 0 0 1055 6 15 0 9 0 152296015 889700352 69062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16899] ppid=16892 vsize=868848 CPUtime=10.61
/proc/16894/task/16899/stat : 16899 (java) S 16892 16894 13651 0 -1 64 26 3857 0 0 0 0 1055 6 16 0 9 0 152296015 889700352 69062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16900] ppid=16892 vsize=868848 CPUtime=10.61
/proc/16894/task/16900/stat : 16900 (java) S 16892 16894 13651 0 -1 64 2 3857 0 0 0 0 1055 6 18 0 9 0 152296017 889700352 69062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16901] ppid=16892 vsize=868848 CPUtime=11.1
/proc/16894/task/16901/stat : 16901 (java) S 16892 16894 13651 0 -1 64 991 3857 0 0 48 1 1055 6 16 0 9 0 152296017 889700352 69062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16894/tid=16902] ppid=16892 vsize=868848 CPUtime=10.61
/proc/16894/task/16902/stat : 16902 (java) S 16892 16894 13651 0 -1 64 0 3857 0 0 0 0 1055 6 19 0 9 0 152296017 889700352 69062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16903] ppid=16892 vsize=868848 CPUtime=10.61
/proc/16894/task/16903/stat : 16903 (java) S 16892 16894 13651 0 -1 64 19 3857 0 0 0 0 1055 6 15 0 9 0 152296017 889700352 69062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1780.1
Current children cumulated vsize (KiB) 868848



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.3 s]
/proc/loadavg: 2.07 2.06 2.01 3/89 16950
/proc/meminfo: memFree=1090776/2055920 swapFree=4181068/4192956
[pid=16894] ppid=16892 vsize=868848 CPUtime=1800.1
/proc/16894/stat : 16894 (java) S 16892 16894 13651 0 -1 0 110040 3857 1 0 178662 287 1055 6 18 0 9 0 152296012 889700352 69062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16894/statm: 217212 69062 2615 9 0 211740 0
[pid=16894/tid=16896] ppid=16892 vsize=868848 CPUtime=1796.77
/proc/16894/task/16896/stat : 16896 (java) R 16892 16894 13651 0 -1 64 30044 3857 1 0 178361 255 1055 6 25 0 9 0 152296014 889700352 69062 996147200 134512640 134550740 4294955984 18446744073709551615 4127496201 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16894/tid=16897] ppid=16892 vsize=868848 CPUtime=13.4
/proc/16894/task/16897/stat : 16897 (java) S 16892 16894 13651 0 -1 64 78114 3857 0 0 252 27 1055 6 16 0 9 0 152296015 889700352 69062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16898] ppid=16892 vsize=868848 CPUtime=10.61
/proc/16894/task/16898/stat : 16898 (java) S 16892 16894 13651 0 -1 64 22 3857 0 0 0 0 1055 6 15 0 9 0 152296015 889700352 69062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16899] ppid=16892 vsize=868848 CPUtime=10.61
/proc/16894/task/16899/stat : 16899 (java) S 16892 16894 13651 0 -1 64 26 3857 0 0 0 0 1055 6 16 0 9 0 152296015 889700352 69062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16900] ppid=16892 vsize=868848 CPUtime=10.61
/proc/16894/task/16900/stat : 16900 (java) S 16892 16894 13651 0 -1 64 2 3857 0 0 0 0 1055 6 18 0 9 0 152296017 889700352 69062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16901] ppid=16892 vsize=868848 CPUtime=11.1
/proc/16894/task/16901/stat : 16901 (java) S 16892 16894 13651 0 -1 64 991 3857 0 0 48 1 1055 6 16 0 9 0 152296017 889700352 69062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16894/tid=16902] ppid=16892 vsize=868848 CPUtime=10.61
/proc/16894/task/16902/stat : 16902 (java) S 16892 16894 13651 0 -1 64 0 3857 0 0 0 0 1055 6 19 0 9 0 152296017 889700352 69062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16903] ppid=16892 vsize=868848 CPUtime=10.61
/proc/16894/task/16903/stat : 16903 (java) R 16892 16894 13651 0 -1 64 19 3857 0 0 0 0 1055 6 15 0 9 0 152296017 889700352 69062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 868848

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

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

[startup+1802.3 s]
/proc/loadavg: 2.07 2.06 2.01 3/89 16950
/proc/meminfo: memFree=1090776/2055920 swapFree=4181068/4192956
[pid=16894] ppid=16892 vsize=868848 CPUtime=1800.1
/proc/16894/stat : 16894 (java) S 16892 16894 13651 0 -1 0 110040 3857 1 0 178662 287 1055 6 18 0 9 0 152296012 889700352 69062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16894/statm: 217212 69062 2615 9 0 211740 0
[pid=16894/tid=16896] ppid=16892 vsize=868848 CPUtime=1796.77
/proc/16894/task/16896/stat : 16896 (java) R 16892 16894 13651 0 -1 64 30044 3857 1 0 178361 255 1055 6 25 0 9 0 152296014 889700352 69062 996147200 134512640 134550740 4294955984 18446744073709551615 4127496201 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16894/tid=16897] ppid=16892 vsize=868848 CPUtime=13.4
/proc/16894/task/16897/stat : 16897 (java) S 16892 16894 13651 0 -1 64 78114 3857 0 0 252 27 1055 6 16 0 9 0 152296015 889700352 69062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16898] ppid=16892 vsize=868848 CPUtime=10.61
/proc/16894/task/16898/stat : 16898 (java) S 16892 16894 13651 0 -1 64 22 3857 0 0 0 0 1055 6 15 0 9 0 152296015 889700352 69062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16899] ppid=16892 vsize=868848 CPUtime=10.61
/proc/16894/task/16899/stat : 16899 (java) S 16892 16894 13651 0 -1 64 26 3857 0 0 0 0 1055 6 16 0 9 0 152296015 889700352 69062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16900] ppid=16892 vsize=868848 CPUtime=10.61
/proc/16894/task/16900/stat : 16900 (java) S 16892 16894 13651 0 -1 64 2 3857 0 0 0 0 1055 6 18 0 9 0 152296017 889700352 69062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16901] ppid=16892 vsize=868848 CPUtime=11.1
/proc/16894/task/16901/stat : 16901 (java) S 16892 16894 13651 0 -1 64 991 3857 0 0 48 1 1055 6 16 0 9 0 152296017 889700352 69062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16894/tid=16902] ppid=16892 vsize=868848 CPUtime=10.61
/proc/16894/task/16902/stat : 16902 (java) S 16892 16894 13651 0 -1 64 0 3857 0 0 0 0 1055 6 19 0 9 0 152296017 889700352 69062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16894/tid=16903] ppid=16892 vsize=868848 CPUtime=10.61
/proc/16894/task/16903/stat : 16903 (java) R 16892 16894 13651 0 -1 64 19 3857 0 0 0 0 1055 6 15 0 9 0 152296017 889700352 69062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 868848

Child status: 143
Real time (s): 1802.4
CPU time (s): 1800.22
CPU user time (s): 1797.24
CPU system time (s): 2.98155
CPU usage (%): 99.8789
Max. virtual memory (cumulated for all children) (KiB): 892468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.24
system time used= 2.98155
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 113929
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= 38362
involuntary context switches= 46172

runsolver used 2.37364 second user time and 5.83711 second system time

The end

Launcher Data (download as text)

Begin job on node46 at 2008-07-04 06:14:06
IDJOB=1064935
IDBENCH=55009
IDSOLVER=363
FILE ID=node46/1064935-1215144846
PBS_JOBID= 7877349
Free space on /tmp= 66180 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/pseudo/uclid/normalized-ooo-burch-dill-8-accl.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-1064935-1215144846/watcher-1064935-1215144846 -o /tmp/evaluation-result-1064935-1215144846/solver-1064935-1215144846 -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-1064935-1215144846.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a836148987a747fe0e78f1f820e1fc6b
RANDOM SEED=1536278509

node46.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.238
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.238
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:       1437112 kB
Buffers:         85336 kB
Cached:         353396 kB
SwapCached:       5852 kB
Active:         368400 kB
Inactive:       186340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1437112 kB
SwapTotal:     4192956 kB
SwapFree:      4181068 kB
Dirty:           11360 kB
Writeback:           0 kB
Mapped:         133896 kB
Slab:            49076 kB
Committed_AS:   473140 kB
PageTables:       1888 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66192 MiB
End job on node46 at 2008-07-04 06:44:11