Trace number 1064830

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.16 1809.02

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.07/0.08	
0.07/0.08	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=mac.xml
0.19/0.27	   
0.19/0.27	   instance
0.19/0.27	     name=HOME/instance-1064830-1215144251.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.31	   
0.28/0.31	   variables being loaded...
0.89/0.90	     nbVariables=23837  nbDomainTypes=3  minDomainSize=1  maxDomainSize=2  nbTotalValues=46452
0.89/0.90	       =>  wckTime=0.657  cpuTime=0.47  mem=32M98
0.89/0.90	   
0.89/0.90	   predicates being loaded...
0.89/0.96	   
0.89/0.96	   constraints being loaded...
24.13/24.39	     nbConstraints=65192  nbMergedConstraints=2375  nbSingletonDomainVariables=1222  nbConvertedConstraints=42668
24.24/24.45	     nbConvertConstraintsChecks=39984  nbExtensionStructures=13  nbSharedExtensionStructures=42664
24.24/24.45	     nbConflictsStructures=28  nbSharedConflictsStructures=65173  nbSharedBinaryRepresentations=30
24.24/24.45	     nbEvaluationManagers=15  nbSharedEvaluationManagers=22509  minDegree=1  maxDegree=450  minArity=2  avgArity=2.57
24.24/24.45	     maxArity=13  nbGenerators=0  nbFusions=0  symmetryWckTime=12.017  symmetryCpuTime=0.6
24.24/24.45	       =>  wckTime=24.152  cpuTime=10.71  mem=283M192
25.15/25.36	   
25.15/25.36	   solver IterativeSystematicSolver being built... 
26.64/26.81	       =>  wckTime=26.572  cpuTime=11.84  mem=288M794
26.74/26.96	   
26.74/26.96	   preprocessing
26.74/26.96	     nbConstraintChecks=0  nbPropagations=23837  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
26.74/26.96	     detectedInconsistency=no
26.74/26.96	       =>  wckTime=0.118  cpuTime=0.11  mem=291M807

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-1064830-1215144251/watcher-1064830-1215144251 -o /tmp/evaluation-result-1064830-1215144251/solver-1064830-1215144251 -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-1064830-1215144251.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 2.00 1.99 4/81 19926
/proc/meminfo: memFree=1768168/2055920 swapFree=4180408/4192956
[pid=19926] ppid=19924 vsize=1616 CPUtime=0
/proc/19926/stat : 19926 (java) R 19924 19926 18429 0 -1 0 178 0 0 0 0 0 0 0 18 0 1 0 1544091966 1654784 146 996147200 134512640 134550740 4294956144 18446744073709551615 7658080 0 0 4096 0 0 0 0 17 0 0 0
/proc/19926/statm: 404 148 122 9 0 46 0

[startup+0.084659 s]
/proc/loadavg: 1.92 2.00 1.99 4/81 19926
/proc/meminfo: memFree=1768168/2055920 swapFree=4180408/4192956
[pid=19926] ppid=19924 vsize=865856 CPUtime=0.07
/proc/19926/stat : 19926 (java) S 19924 19926 18429 0 -1 0 3590 0 1 0 5 2 0 0 18 0 9 0 1544091966 886636544 3078 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19926/statm: 216464 3078 1647 9 0 211026 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865856

[startup+0.102225 s]
/proc/loadavg: 1.92 2.00 1.99 4/81 19926
/proc/meminfo: memFree=1768168/2055920 swapFree=4180408/4192956
[pid=19926] ppid=19924 vsize=865884 CPUtime=0.08
/proc/19926/stat : 19926 (java) S 19924 19926 18429 0 -1 0 3742 0 1 0 6 2 0 0 18 0 9 0 1544091966 886665216 3205 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19926/statm: 216471 3205 1697 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301259 s]
/proc/loadavg: 1.92 2.00 1.99 4/81 19926
/proc/meminfo: memFree=1768168/2055920 swapFree=4180408/4192956
[pid=19926] ppid=19924 vsize=866284 CPUtime=0.28
/proc/19926/stat : 19926 (java) S 19924 19926 18429 0 -1 0 6009 0 1 0 25 3 0 0 18 0 9 0 1544091966 887074816 5383 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19926/statm: 216571 5383 1956 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.70133 s]
/proc/loadavg: 1.92 2.00 1.99 4/81 19926
/proc/meminfo: memFree=1768168/2055920 swapFree=4180408/4192956
[pid=19926] ppid=19924 vsize=867428 CPUtime=0.68
/proc/19926/stat : 19926 (java) S 19924 19926 18429 0 -1 0 15717 0 1 0 59 9 0 0 18 0 9 0 1544091966 888246272 15087 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19926/statm: 216857 15087 1973 9 0 211385 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867428

[startup+1.50247 s]
/proc/loadavg: 1.92 2.00 1.99 3/90 19935
/proc/meminfo: memFree=1703136/2055920 swapFree=4180408/4192956
[pid=19926] ppid=19924 vsize=867428 CPUtime=1.48
/proc/19926/stat : 19926 (java) S 19924 19926 18429 0 -1 0 22328 0 1 0 136 12 0 0 18 0 9 0 1544091966 888246272 21663 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19926/statm: 216857 21663 2004 9 0 211385 0
[pid=19926/tid=19928] ppid=19924 vsize=867428 CPUtime=1.08
/proc/19926/task/19928/stat : 19928 (java) R 19924 19926 18429 0 -1 64 15746 0 1 0 100 8 0 0 25 0 9 0 1544091967 888246272 21663 996147200 134512640 134550740 4294955984 18446744073709551615 4126838936 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19926/tid=19929] ppid=19924 vsize=867428 CPUtime=0.2
/proc/19926/task/19929/stat : 19929 (java) S 19924 19926 18429 0 -1 64 5253 0 0 0 19 1 0 0 17 0 9 0 1544091969 888246272 21663 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19926/tid=19930] ppid=19924 vsize=867428 CPUtime=0
/proc/19926/task/19930/stat : 19930 (java) S 19924 19926 18429 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1544091969 888246272 21663 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19926/tid=19931] ppid=19924 vsize=867428 CPUtime=0
/proc/19926/task/19931/stat : 19931 (java) S 19924 19926 18429 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1544091969 888246272 21663 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19926/tid=19932] ppid=19924 vsize=867428 CPUtime=0
/proc/19926/task/19932/stat : 19932 (java) S 19924 19926 18429 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 1544091971 888246272 21663 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19926/tid=19933] ppid=19924 vsize=867428 CPUtime=0.16
/proc/19926/task/19933/stat : 19933 (java) S 19924 19926 18429 0 -1 64 633 0 0 0 16 0 0 0 16 0 9 0 1544091971 888246272 21663 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19926/tid=19934] ppid=19924 vsize=867428 CPUtime=0
/proc/19926/task/19934/stat : 19934 (java) S 19924 19926 18429 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1544091971 888246272 21663 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19926/tid=19935] ppid=19924 vsize=867428 CPUtime=0
/proc/19926/task/19935/stat : 19935 (java) S 19924 19926 18429 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1544091971 888246272 21663 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867428

[startup+3.10175 s]
/proc/loadavg: 1.92 2.00 1.99 3/90 19935
/proc/meminfo: memFree=1688992/2055920 swapFree=4180408/4192956
[pid=19926] ppid=19924 vsize=867428 CPUtime=3.07
/proc/19926/stat : 19926 (java) S 19924 19926 18429 0 -1 0 24773 0 1 0 293 14 0 0 18 0 9 0 1544091966 888246272 24106 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19926/statm: 216857 24106 2004 9 0 211385 0
[pid=19926/tid=19928] ppid=19924 vsize=867428 CPUtime=2.48
/proc/19926/task/19928/stat : 19928 (java) R 19924 19926 18429 0 -1 64 15748 0 1 0 239 9 0 0 25 0 9 0 1544091967 888246272 24106 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19926/tid=19929] ppid=19924 vsize=867428 CPUtime=0.39
/proc/19926/task/19929/stat : 19929 (java) R 19924 19926 18429 0 -1 64 7695 0 0 0 37 2 0 0 16 0 9 0 1544091969 888246272 24106 996147200 134512640 134550740 4294955984 18446744073709551615 102722981 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19926/tid=19930] ppid=19924 vsize=867428 CPUtime=0
/proc/19926/task/19930/stat : 19930 (java) S 19924 19926 18429 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1544091969 888246272 24106 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19926/tid=19931] ppid=19924 vsize=867428 CPUtime=0
/proc/19926/task/19931/stat : 19931 (java) S 19924 19926 18429 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1544091969 888246272 24106 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19926/tid=19932] ppid=19924 vsize=867428 CPUtime=0
/proc/19926/task/19932/stat : 19932 (java) S 19924 19926 18429 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 1544091971 888246272 24106 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19926/tid=19933] ppid=19924 vsize=867428 CPUtime=0.16
/proc/19926/task/19933/stat : 19933 (java) S 19924 19926 18429 0 -1 64 634 0 0 0 16 0 0 0 16 0 9 0 1544091971 888246272 24106 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19926/tid=19934] ppid=19924 vsize=867428 CPUtime=0
/proc/19926/task/19934/stat : 19934 (java) S 19924 19926 18429 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1544091971 888246272 24106 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19926/tid=19935] ppid=19924 vsize=867428 CPUtime=0
/proc/19926/task/19935/stat : 19935 (java) S 19924 19926 18429 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1544091971 888246272 24106 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 867428

[startup+6.30229 s]
/proc/loadavg: 1.93 2.00 1.99 3/90 19935
/proc/meminfo: memFree=1655328/2055920 swapFree=4180408/4192956
[pid=19926] ppid=19924 vsize=867428 CPUtime=6.25
/proc/19926/stat : 19926 (java) S 19924 19926 18429 0 -1 0 30750 0 1 0 526 99 0 0 18 0 9 0 1544091966 888246272 30077 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19926/statm: 216857 30077 2006 9 0 211385 0
[pid=19926/tid=19928] ppid=19924 vsize=867428 CPUtime=5.26
/proc/19926/task/19928/stat : 19928 (java) R 19924 19926 18429 0 -1 64 15784 0 1 0 434 92 0 0 25 0 9 0 1544091967 888246272 30077 996147200 134512640 134550740 4294955984 18446744073709551615 103215353 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19926/tid=19929] ppid=19924 vsize=867428 CPUtime=0.76
/proc/19926/task/19929/stat : 19929 (java) S 19924 19926 18429 0 -1 64 13595 0 0 0 71 5 0 0 16 0 9 0 1544091969 888246272 30077 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19926/tid=19930] ppid=19924 vsize=867428 CPUtime=0
/proc/19926/task/19930/stat : 19930 (java) S 19924 19926 18429 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1544091969 888246272 30077 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19926/tid=19931] ppid=19924 vsize=867428 CPUtime=0
/proc/19926/task/19931/stat : 19931 (java) S 19924 19926 18429 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1544091969 888246272 30077 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19926/tid=19932] ppid=19924 vsize=867428 CPUtime=0
/proc/19926/task/19932/stat : 19932 (java) S 19924 19926 18429 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 1544091971 888246272 30077 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19926/tid=19933] ppid=19924 vsize=867428 CPUtime=0.21
/proc/19926/task/19933/stat : 19933 (java) S 19924 19926 18429 0 -1 64 675 0 0 0 20 1 0 0 16 0 9 0 1544091971 888246272 30077 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19926/tid=19934] ppid=19924 vsize=867428 CPUtime=0
/proc/19926/task/19934/stat : 19934 (java) S 19924 19926 18429 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1544091971 888246272 30077 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19926/tid=19935] ppid=19924 vsize=867428 CPUtime=0
/proc/19926/task/19935/stat : 19935 (java) S 19924 19926 18429 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1544091971 888246272 30077 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 867428

[startup+12.7014 s]
/proc/loadavg: 1.93 2.00 1.99 3/90 19935
/proc/meminfo: memFree=1510688/2055920 swapFree=4180408/4192956
[pid=19926] ppid=19924 vsize=867428 CPUtime=12.63
/proc/19926/stat : 19926 (java) S 19924 19926 18429 0 -1 0 81695 0 1 0 978 285 0 0 18 0 9 0 1544091966 888246272 81013 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19926/statm: 216857 81013 2006 9 0 211385 0
[pid=19926/tid=19928] ppid=19924 vsize=867428 CPUtime=10.49
/proc/19926/task/19928/stat : 19928 (java) R 19924 19926 18429 0 -1 64 15799 0 1 0 793 256 0 0 25 0 9 0 1544091967 888246272 81013 996147200 134512640 134550740 4294955984 18446744073709551615 4126659031 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19926/tid=19929] ppid=19924 vsize=867428 CPUtime=1.86
/proc/19926/task/19929/stat : 19929 (java) S 19924 19926 18429 0 -1 64 64504 0 0 0 160 26 0 0 17 0 9 0 1544091969 888246272 81013 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19926/tid=19930] ppid=19924 vsize=867428 CPUtime=0
/proc/19926/task/19930/stat : 19930 (java) S 19924 19926 18429 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1544091969 888246272 81013 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19926/tid=19931] ppid=19924 vsize=867428 CPUtime=0
/proc/19926/task/19931/stat : 19931 (java) S 19924 19926 18429 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1544091969 888246272 81013 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19926/tid=19932] ppid=19924 vsize=867428 CPUtime=0
/proc/19926/task/19932/stat : 19932 (java) S 19924 19926 18429 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 1544091971 888246272 81013 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19926/tid=19933] ppid=19924 vsize=867428 CPUtime=0.24
/proc/19926/task/19933/stat : 19933 (java) S 19924 19926 18429 0 -1 64 696 0 0 0 23 1 0 0 15 0 9 0 1544091971 888246272 81013 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19926/tid=19934] ppid=19924 vsize=867428 CPUtime=0
/proc/19926/task/19934/stat : 19934 (java) S 19924 19926 18429 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1544091971 888246272 81013 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19926/tid=19935] ppid=19924 vsize=867428 CPUtime=0
/proc/19926/task/19935/stat : 19935 (java) R 19924 19926 18429 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1544091971 888246272 81013 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 867428

[startup+25.5026 s]
/proc/loadavg: 2.01 2.02 2.00 3/91 19939
/proc/meminfo: memFree=1437520/2055920 swapFree=4180408/4192956
[pid=19926] ppid=19924 vsize=868164 CPUtime=25.35
/proc/19926/stat : 19926 (java) S 19924 19926 18429 0 -1 0 121042 4300 1 0 1128 298 1102 7 18 0 9 0 1544091966 888999936 85037 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19926/statm: 217041 85037 2636 9 0 211547 0
[pid=19926/tid=19928] ppid=19924 vsize=868164 CPUtime=22.09
/proc/19926/task/19928/stat : 19928 (java) R 19924 19926 18429 0 -1 64 24402 4300 1 0 840 260 1102 7 17 0 9 0 1544091967 888999936 85037 996147200 134512640 134550740 4294955984 18446744073709551615 4126583767 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19926/tid=19929] ppid=19924 vsize=868164 CPUtime=13.98
/proc/19926/task/19929/stat : 19929 (java) R 19924 19926 18429 0 -1 64 94919 4300 0 0 257 32 1102 7 23 0 9 0 1544091969 888999936 85037 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19926/tid=19930] ppid=19924 vsize=868164 CPUtime=11.09
/proc/19926/task/19930/stat : 19930 (java) S 19924 19926 18429 0 -1 64 17 4300 0 0 0 0 1102 7 16 0 9 0 1544091969 888999936 85037 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19926/tid=19931] ppid=19924 vsize=868164 CPUtime=11.09
/proc/19926/task/19931/stat : 19931 (java) S 19924 19926 18429 0 -1 64 9 4300 0 0 0 0 1102 7 16 0 9 0 1544091969 888999936 85037 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19926/tid=19932] ppid=19924 vsize=868164 CPUtime=11.09
/proc/19926/task/19932/stat : 19932 (java) S 19924 19926 18429 0 -1 64 1 4300 0 0 0 0 1102 7 23 0 9 0 1544091971 888999936 85037 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19926/tid=19933] ppid=19924 vsize=868164 CPUtime=11.39
/proc/19926/task/19933/stat : 19933 (java) S 19924 19926 18429 0 -1 64 874 4300 0 0 29 1 1102 7 15 0 9 0 1544091971 888999936 85037 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19926/tid=19934] ppid=19924 vsize=868164 CPUtime=11.09
/proc/19926/task/19934/stat : 19934 (java) S 19924 19926 18429 0 -1 64 1 4300 0 0 0 0 1102 7 24 0 9 0 1544091971 888999936 85037 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19926/tid=19935] ppid=19924 vsize=868164 CPUtime=11.09
/proc/19926/task/19935/stat : 19935 (java) R 19924 19926 18429 0 -1 64 12 4300 0 0 0 0 1102 7 15 0 9 0 1544091971 888999936 85037 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 868164

[startup+51.103 s]
/proc/loadavg: 2.01 2.01 2.00 3/90 19939
/proc/meminfo: memFree=1423440/2055920 swapFree=4180408/4192956
[pid=19926] ppid=19924 vsize=868076 CPUtime=50.81
/proc/19926/stat : 19926 (java) S 19924 19926 18429 0 -1 0 132452 4300 1 0 3671 301 1102 7 18 0 9 0 1544091966 888909824 88477 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19926/statm: 217019 88477 2615 9 0 211547 0
[pid=19926/tid=19928] ppid=19924 vsize=868076 CPUtime=47.19
/proc/19926/task/19928/stat : 19928 (java) R 19924 19926 18429 0 -1 64 31404 4300 1 0 3348 262 1102 7 25 0 9 0 1544091967 888909824 88477 996147200 134512640 134550740 4294955984 18446744073709551615 4127077385 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19926/tid=19929] ppid=19924 vsize=868076 CPUtime=14.22
/proc/19926/task/19929/stat : 19929 (java) S 19924 19926 18429 0 -1 64 99181 4300 0 0 279 34 1102 7 17 0 9 0 1544091969 888909824 88477 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19926/tid=19930] ppid=19924 vsize=868076 CPUtime=11.09
/proc/19926/task/19930/stat : 19930 (java) S 19924 19926 18429 0 -1 64 17 4300 0 0 0 0 1102 7 16 0 9 0 1544091969 888909824 88477 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19926/tid=19931] ppid=19924 vsize=868076 CPUtime=11.09
/proc/19926/task/19931/stat : 19931 (java) S 19924 19926 18429 0 -1 64 19 4300 0 0 0 0 1102 7 16 0 9 0 1544091969 888909824 88477 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19926/tid=19932] ppid=19924 vsize=868076 CPUtime=11.09
/proc/19926/task/19932/stat : 19932 (java) S 19924 19926 18429 0 -1 64 1 4300 0 0 0 0 1102 7 23 0 9 0 1544091971 888909824 88477 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19926/tid=19933] ppid=19924 vsize=868076 CPUtime=11.53
/proc/19926/task/19933/stat : 19933 (java) S 19924 19926 18429 0 -1 64 1002 4300 0 0 43 1 1102 7 16 0 9 0 1544091971 888909824 88477 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19926/tid=19934] ppid=19924 vsize=868076 CPUtime=11.09

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

Current children cumulated CPU time (s) 1475.04
Current children cumulated vsize (KiB) 868076

[startup+1542.3 s]
/proc/loadavg: 2.15 2.06 2.01 3/90 19992
/proc/meminfo: memFree=1354400/2055920 swapFree=4180408/4192956
[pid=19926] ppid=19924 vsize=868076 CPUtime=1534.72
/proc/19926/stat : 19926 (java) S 19924 19926 18429 0 -1 0 132477 4300 1 0 152060 303 1102 7 18 0 9 0 1544091966 888909824 88488 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19926/statm: 217019 88488 2615 9 0 211547 0
[pid=19926/tid=19928] ppid=19924 vsize=868076 CPUtime=1531.06
/proc/19926/task/19928/stat : 19928 (java) R 19924 19926 18429 0 -1 64 31412 4300 1 0 151734 263 1102 7 25 0 9 0 1544091967 888909824 88488 996147200 134512640 134550740 4294955984 18446744073709551615 4127432820 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19926/tid=19929] ppid=19924 vsize=868076 CPUtime=14.22
/proc/19926/task/19929/stat : 19929 (java) S 19924 19926 18429 0 -1 64 99181 4300 0 0 279 34 1102 7 16 0 9 0 1544091969 888909824 88488 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19926/tid=19930] ppid=19924 vsize=868076 CPUtime=11.09
/proc/19926/task/19930/stat : 19930 (java) S 19924 19926 18429 0 -1 64 17 4300 0 0 0 0 1102 7 16 0 9 0 1544091969 888909824 88488 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19926/tid=19931] ppid=19924 vsize=868076 CPUtime=11.09
/proc/19926/task/19931/stat : 19931 (java) S 19924 19926 18429 0 -1 64 19 4300 0 0 0 0 1102 7 16 0 9 0 1544091969 888909824 88488 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19926/tid=19932] ppid=19924 vsize=868076 CPUtime=11.09
/proc/19926/task/19932/stat : 19932 (java) S 19924 19926 18429 0 -1 64 1 4300 0 0 0 0 1102 7 23 0 9 0 1544091971 888909824 88488 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19926/tid=19933] ppid=19924 vsize=868076 CPUtime=11.56
/proc/19926/task/19933/stat : 19933 (java) S 19924 19926 18429 0 -1 64 1019 4300 0 0 46 1 1102 7 16 0 9 0 1544091971 888909824 88488 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19926/tid=19934] ppid=19924 vsize=868076 CPUtime=11.09
/proc/19926/task/19934/stat : 19934 (java) S 19924 19926 18429 0 -1 64 1 4300 0 0 0 0 1102 7 24 0 9 0 1544091971 888909824 88488 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19926/tid=19935] ppid=19924 vsize=868076 CPUtime=11.09
/proc/19926/task/19935/stat : 19935 (java) S 19924 19926 18429 0 -1 64 12 4300 0 0 0 0 1102 7 15 0 9 0 1544091971 888909824 88488 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1534.72
Current children cumulated vsize (KiB) 868076

[startup+1602.3 s]
/proc/loadavg: 2.05 2.05 2.01 3/90 19992
/proc/meminfo: memFree=1354336/2055920 swapFree=4180408/4192956
[pid=19926] ppid=19924 vsize=868076 CPUtime=1594.42
/proc/19926/stat : 19926 (java) S 19924 19926 18429 0 -1 0 132477 4300 1 0 158030 303 1102 7 18 0 9 0 1544091966 888909824 88488 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19926/statm: 217019 88488 2615 9 0 211547 0
[pid=19926/tid=19928] ppid=19924 vsize=868076 CPUtime=1590.76
/proc/19926/task/19928/stat : 19928 (java) R 19924 19926 18429 0 -1 64 31412 4300 1 0 157704 263 1102 7 25 0 9 0 1544091967 888909824 88488 996147200 134512640 134550740 4294955984 18446744073709551615 4127489754 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19926/tid=19929] ppid=19924 vsize=868076 CPUtime=14.22
/proc/19926/task/19929/stat : 19929 (java) S 19924 19926 18429 0 -1 64 99181 4300 0 0 279 34 1102 7 16 0 9 0 1544091969 888909824 88488 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19926/tid=19930] ppid=19924 vsize=868076 CPUtime=11.09
/proc/19926/task/19930/stat : 19930 (java) S 19924 19926 18429 0 -1 64 17 4300 0 0 0 0 1102 7 16 0 9 0 1544091969 888909824 88488 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19926/tid=19931] ppid=19924 vsize=868076 CPUtime=11.09
/proc/19926/task/19931/stat : 19931 (java) S 19924 19926 18429 0 -1 64 19 4300 0 0 0 0 1102 7 16 0 9 0 1544091969 888909824 88488 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19926/tid=19932] ppid=19924 vsize=868076 CPUtime=11.09
/proc/19926/task/19932/stat : 19932 (java) S 19924 19926 18429 0 -1 64 1 4300 0 0 0 0 1102 7 23 0 9 0 1544091971 888909824 88488 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19926/tid=19933] ppid=19924 vsize=868076 CPUtime=11.56
/proc/19926/task/19933/stat : 19933 (java) S 19924 19926 18429 0 -1 64 1019 4300 0 0 46 1 1102 7 16 0 9 0 1544091971 888909824 88488 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19926/tid=19934] ppid=19924 vsize=868076 CPUtime=11.09
/proc/19926/task/19934/stat : 19934 (java) S 19924 19926 18429 0 -1 64 1 4300 0 0 0 0 1102 7 24 0 9 0 1544091971 888909824 88488 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19926/tid=19935] ppid=19924 vsize=868076 CPUtime=11.09
/proc/19926/task/19935/stat : 19935 (java) S 19924 19926 18429 0 -1 64 12 4300 0 0 0 0 1102 7 15 0 9 0 1544091971 888909824 88488 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1594.42
Current children cumulated vsize (KiB) 868076

[startup+1662.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/90 19992
/proc/meminfo: memFree=1354208/2055920 swapFree=4180408/4192956
[pid=19926] ppid=19924 vsize=868076 CPUtime=1654.13
/proc/19926/stat : 19926 (java) S 19924 19926 18429 0 -1 0 132477 4300 1 0 164001 303 1102 7 18 0 9 0 1544091966 888909824 88488 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19926/statm: 217019 88488 2615 9 0 211547 0
[pid=19926/tid=19928] ppid=19924 vsize=868076 CPUtime=1650.47
/proc/19926/task/19928/stat : 19928 (java) R 19924 19926 18429 0 -1 64 31412 4300 1 0 163675 263 1102 7 25 0 9 0 1544091967 888909824 88488 996147200 134512640 134550740 4294955984 18446744073709551615 4127462995 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19926/tid=19929] ppid=19924 vsize=868076 CPUtime=14.22
/proc/19926/task/19929/stat : 19929 (java) S 19924 19926 18429 0 -1 64 99181 4300 0 0 279 34 1102 7 16 0 9 0 1544091969 888909824 88488 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19926/tid=19930] ppid=19924 vsize=868076 CPUtime=11.09
/proc/19926/task/19930/stat : 19930 (java) S 19924 19926 18429 0 -1 64 17 4300 0 0 0 0 1102 7 16 0 9 0 1544091969 888909824 88488 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19926/tid=19931] ppid=19924 vsize=868076 CPUtime=11.09
/proc/19926/task/19931/stat : 19931 (java) S 19924 19926 18429 0 -1 64 19 4300 0 0 0 0 1102 7 16 0 9 0 1544091969 888909824 88488 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19926/tid=19932] ppid=19924 vsize=868076 CPUtime=11.09
/proc/19926/task/19932/stat : 19932 (java) S 19924 19926 18429 0 -1 64 1 4300 0 0 0 0 1102 7 23 0 9 0 1544091971 888909824 88488 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19926/tid=19933] ppid=19924 vsize=868076 CPUtime=11.56
/proc/19926/task/19933/stat : 19933 (java) S 19924 19926 18429 0 -1 64 1019 4300 0 0 46 1 1102 7 16 0 9 0 1544091971 888909824 88488 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19926/tid=19934] ppid=19924 vsize=868076 CPUtime=11.09
/proc/19926/task/19934/stat : 19934 (java) S 19924 19926 18429 0 -1 64 1 4300 0 0 0 0 1102 7 24 0 9 0 1544091971 888909824 88488 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19926/tid=19935] ppid=19924 vsize=868076 CPUtime=11.09
/proc/19926/task/19935/stat : 19935 (java) S 19924 19926 18429 0 -1 64 12 4300 0 0 0 0 1102 7 15 0 9 0 1544091971 888909824 88488 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1654.13
Current children cumulated vsize (KiB) 868076

[startup+1722.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/90 19992
/proc/meminfo: memFree=1354080/2055920 swapFree=4180408/4192956
[pid=19926] ppid=19924 vsize=868076 CPUtime=1713.84
/proc/19926/stat : 19926 (java) S 19924 19926 18429 0 -1 0 132477 4300 1 0 169972 303 1102 7 18 0 9 0 1544091966 888909824 88488 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19926/statm: 217019 88488 2615 9 0 211547 0
[pid=19926/tid=19928] ppid=19924 vsize=868076 CPUtime=1710.18
/proc/19926/task/19928/stat : 19928 (java) R 19924 19926 18429 0 -1 64 31412 4300 1 0 169646 263 1102 7 25 0 9 0 1544091967 888909824 88488 996147200 134512640 134550740 4294955984 18446744073709551615 4127477173 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19926/tid=19929] ppid=19924 vsize=868076 CPUtime=14.22
/proc/19926/task/19929/stat : 19929 (java) S 19924 19926 18429 0 -1 64 99181 4300 0 0 279 34 1102 7 16 0 9 0 1544091969 888909824 88488 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19926/tid=19930] ppid=19924 vsize=868076 CPUtime=11.09
/proc/19926/task/19930/stat : 19930 (java) S 19924 19926 18429 0 -1 64 17 4300 0 0 0 0 1102 7 16 0 9 0 1544091969 888909824 88488 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19926/tid=19931] ppid=19924 vsize=868076 CPUtime=11.09
/proc/19926/task/19931/stat : 19931 (java) S 19924 19926 18429 0 -1 64 19 4300 0 0 0 0 1102 7 16 0 9 0 1544091969 888909824 88488 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19926/tid=19932] ppid=19924 vsize=868076 CPUtime=11.09
/proc/19926/task/19932/stat : 19932 (java) S 19924 19926 18429 0 -1 64 1 4300 0 0 0 0 1102 7 23 0 9 0 1544091971 888909824 88488 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19926/tid=19933] ppid=19924 vsize=868076 CPUtime=11.56
/proc/19926/task/19933/stat : 19933 (java) S 19924 19926 18429 0 -1 64 1019 4300 0 0 46 1 1102 7 16 0 9 0 1544091971 888909824 88488 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19926/tid=19934] ppid=19924 vsize=868076 CPUtime=11.09
/proc/19926/task/19934/stat : 19934 (java) S 19924 19926 18429 0 -1 64 1 4300 0 0 0 0 1102 7 24 0 9 0 1544091971 888909824 88488 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19926/tid=19935] ppid=19924 vsize=868076 CPUtime=11.09
/proc/19926/task/19935/stat : 19935 (java) S 19924 19926 18429 0 -1 64 12 4300 0 0 0 0 1102 7 15 0 9 0 1544091971 888909824 88488 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1713.84
Current children cumulated vsize (KiB) 868076

[startup+1782.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/90 19992
/proc/meminfo: memFree=1353952/2055920 swapFree=4180408/4192956
[pid=19926] ppid=19924 vsize=868076 CPUtime=1773.54
/proc/19926/stat : 19926 (java) S 19924 19926 18429 0 -1 0 132477 4300 1 0 175942 303 1102 7 18 0 9 0 1544091966 888909824 88488 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19926/statm: 217019 88488 2615 9 0 211547 0
[pid=19926/tid=19928] ppid=19924 vsize=868076 CPUtime=1769.88
/proc/19926/task/19928/stat : 19928 (java) R 19924 19926 18429 0 -1 64 31412 4300 1 0 175616 263 1102 7 25 0 9 0 1544091967 888909824 88488 996147200 134512640 134550740 4294955984 18446744073709551615 4127094087 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19926/tid=19929] ppid=19924 vsize=868076 CPUtime=14.22
/proc/19926/task/19929/stat : 19929 (java) S 19924 19926 18429 0 -1 64 99181 4300 0 0 279 34 1102 7 16 0 9 0 1544091969 888909824 88488 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19926/tid=19930] ppid=19924 vsize=868076 CPUtime=11.09
/proc/19926/task/19930/stat : 19930 (java) S 19924 19926 18429 0 -1 64 17 4300 0 0 0 0 1102 7 16 0 9 0 1544091969 888909824 88488 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19926/tid=19931] ppid=19924 vsize=868076 CPUtime=11.09
/proc/19926/task/19931/stat : 19931 (java) S 19924 19926 18429 0 -1 64 19 4300 0 0 0 0 1102 7 16 0 9 0 1544091969 888909824 88488 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19926/tid=19932] ppid=19924 vsize=868076 CPUtime=11.09
/proc/19926/task/19932/stat : 19932 (java) S 19924 19926 18429 0 -1 64 1 4300 0 0 0 0 1102 7 23 0 9 0 1544091971 888909824 88488 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19926/tid=19933] ppid=19924 vsize=868076 CPUtime=11.56
/proc/19926/task/19933/stat : 19933 (java) S 19924 19926 18429 0 -1 64 1019 4300 0 0 46 1 1102 7 16 0 9 0 1544091971 888909824 88488 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19926/tid=19934] ppid=19924 vsize=868076 CPUtime=11.09
/proc/19926/task/19934/stat : 19934 (java) S 19924 19926 18429 0 -1 64 1 4300 0 0 0 0 1102 7 24 0 9 0 1544091971 888909824 88488 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19926/tid=19935] ppid=19924 vsize=868076 CPUtime=11.09
/proc/19926/task/19935/stat : 19935 (java) S 19924 19926 18429 0 -1 64 12 4300 0 0 0 0 1102 7 15 0 9 0 1544091971 888909824 88488 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1773.54
Current children cumulated vsize (KiB) 868076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.9 s]
/proc/loadavg: 2.01 2.04 2.00 3/90 19992
/proc/meminfo: memFree=1354016/2055920 swapFree=4180408/4192956
[pid=19926] ppid=19924 vsize=868076 CPUtime=1800.02
/proc/19926/stat : 19926 (java) S 19924 19926 18429 0 -1 0 132477 4300 1 0 178590 303 1102 7 18 0 9 0 1544091966 888909824 88488 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19926/statm: 217019 88488 2615 9 0 211547 0
[pid=19926/tid=19928] ppid=19924 vsize=868076 CPUtime=1796.37
/proc/19926/task/19928/stat : 19928 (java) R 19924 19926 18429 0 -1 64 31412 4300 1 0 178264 264 1102 7 25 0 9 0 1544091967 888909824 88488 996147200 134512640 134550740 4294955984 18446744073709551615 4127080907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19926/tid=19929] ppid=19924 vsize=868076 CPUtime=14.22
/proc/19926/task/19929/stat : 19929 (java) S 19924 19926 18429 0 -1 64 99181 4300 0 0 279 34 1102 7 16 0 9 0 1544091969 888909824 88488 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19926/tid=19930] ppid=19924 vsize=868076 CPUtime=11.09
/proc/19926/task/19930/stat : 19930 (java) S 19924 19926 18429 0 -1 64 17 4300 0 0 0 0 1102 7 16 0 9 0 1544091969 888909824 88488 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19926/tid=19931] ppid=19924 vsize=868076 CPUtime=11.09
/proc/19926/task/19931/stat : 19931 (java) S 19924 19926 18429 0 -1 64 19 4300 0 0 0 0 1102 7 16 0 9 0 1544091969 888909824 88488 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19926/tid=19932] ppid=19924 vsize=868076 CPUtime=11.09
/proc/19926/task/19932/stat : 19932 (java) S 19924 19926 18429 0 -1 64 1 4300 0 0 0 0 1102 7 23 0 9 0 1544091971 888909824 88488 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19926/tid=19933] ppid=19924 vsize=868076 CPUtime=11.56
/proc/19926/task/19933/stat : 19933 (java) S 19924 19926 18429 0 -1 64 1019 4300 0 0 46 1 1102 7 16 0 9 0 1544091971 888909824 88488 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19926/tid=19934] ppid=19924 vsize=868076 CPUtime=11.09
/proc/19926/task/19934/stat : 19934 (java) S 19924 19926 18429 0 -1 64 1 4300 0 0 0 0 1102 7 24 0 9 0 1544091971 888909824 88488 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19926/tid=19935] ppid=19924 vsize=868076 CPUtime=11.09
/proc/19926/task/19935/stat : 19935 (java) S 19924 19926 18429 0 -1 64 12 4300 0 0 0 0 1102 7 15 0 9 0 1544091971 888909824 88488 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 868076

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

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

[startup+1809.01 s]
/proc/loadavg: 2.01 2.04 2.00 3/90 19992
/proc/meminfo: memFree=1354016/2055920 swapFree=4180408/4192956
[pid=19926] ppid=19924 vsize=0 CPUtime=1800.13
/proc/19926/stat : 19926 (java) Z 19924 19926 18429 0 -1 1036 132508 4300 1 0 178596 308 1102 7 15 0 2 0 1544091966 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19926/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1809.02
CPU time (s): 1800.16
CPU user time (s): 1796.99
CPU system time (s): 3.16452
CPU usage (%): 99.5101
Max. virtual memory (cumulated for all children) (KiB): 894428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.99
system time used= 3.16452
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 136808
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= 39018
involuntary context switches= 58649

runsolver used 2.18667 second user time and 5.81712 second system time

The end

Launcher Data (download as text)

Begin job on node55 at 2008-07-04 06:04:12
IDJOB=1064830
IDBENCH=54996
IDSOLVER=363
FILE ID=node55/1064830-1215144251
PBS_JOBID= 7877319
Free space on /tmp= 66548 MiB

SOLVER NAME= Abscon 112v4 AC
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 mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1064830-1215144251/watcher-1064830-1215144251 -o /tmp/evaluation-result-1064830-1215144251/solver-1064830-1215144251 -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-1064830-1215144251.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9d4795f9e32ba7017720fe7b897ab8b7
RANDOM SEED=865600713

node55.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.261
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.261
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:       1768648 kB
Buffers:         37732 kB
Cached:         156132 kB
SwapCached:       6804 kB
Active:         154668 kB
Inactive:        79476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1768648 kB
SwapTotal:     4192956 kB
SwapFree:      4180408 kB
Dirty:           12476 kB
Writeback:           0 kB
Mapped:          56152 kB
Slab:            38244 kB
Committed_AS:  3044040 kB
PageTables:       1872 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66540 MiB
End job on node55 at 2008-07-04 06:34:22