Trace number 1049445

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ESAC? (TO) 1800.1 1810.97

General information on the benchmark

Namecsp/pseudo/ppp/
normalized-ppp-1-3-13-19.xml
MD5SUM6cbcc6edcedb57b7f84e6e64526ef8de
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8.51571
Satisfiable
(Un)Satisfiability was proved
Number of variables4608
Number of constraints30522
Maximum constraint arity29
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension30522
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05/0.08	
0.05/0.08	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=esac.xml
0.18/0.27	   
0.18/0.27	   instance
0.18/0.27	     name=HOME/instance-1049445-1215045356.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.31	   
0.28/0.31	   variables being loaded...
0.48/0.56	     nbVariables=4608  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=9216
0.48/0.56	       =>  wckTime=0.321  cpuTime=0.22  mem=19M556
0.48/0.56	   
0.48/0.56	   predicates being loaded...
0.59/0.63	   
0.59/0.63	   constraints being loaded...
17.47/17.63	     nbConstraints=30384  nbGlobalConstraints=36  nbMergedConstraints=174  nbConflictsStructures=4
17.47/17.63	     nbSharedConflictsStructures=30266  nbUnbuiltConflictsStructures=5  nbSharedBinaryRepresentations=0
17.47/17.63	     nbEvaluationManagers=9  nbSharedEvaluationManagers=30339  minDegree=12  maxDegree=37  minArity=3  avgArity=3.89
17.47/17.63	     maxArity=1536  nbGenerators=36  nbFusions=0  symmetryWckTime=11.224  symmetryCpuTime=6.44
17.47/17.63	       =>  wckTime=17.388  cpuTime=11.64  mem=85M64
17.96/18.12	   
17.96/18.12	   solver IterativeSystematicSolver being built... 
18.66/18.85	   
18.66/18.86	   INFO : Forward propagation technique limited 
18.95/19.15	       =>  wckTime=18.901  cpuTime=12.36  mem=96M406
41.35/41.78	   
41.35/41.78	   preprocessing
41.35/41.78	     nbConstraintChecks=41483  nbValidityChecks=93689  nbPropagations=9598  nbRevisions=89442  nbUselessRevisions=89364
41.35/41.78	     nbSingletonTests=4803  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0
41.35/41.78	     detectedInconsistency=no
41.35/41.78	       =>  wckTime=22.622  cpuTime=22.37  mem=99M365

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.98 4/73 2953
/proc/meminfo: memFree=1743744/2055920 swapFree=4180416/4192956
[pid=2953] ppid=2951 vsize=4 CPUtime=0
/proc/2953/stat : 2953 (java) R 2951 2953 1911 0 -1 0 180 0 0 0 0 0 0 0 18 0 1 0 1983507494 4096 1 996147200 0 0 4294956408 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/2953/statm: 35 3 0 9 0 1 0

[startup+0.070483 s]
/proc/loadavg: 2.00 2.00 1.98 4/73 2953
/proc/meminfo: memFree=1743744/2055920 swapFree=4180416/4192956
[pid=2953] ppid=2951 vsize=865856 CPUtime=0.05
/proc/2953/stat : 2953 (java) S 2951 2953 1911 0 -1 0 3343 0 1 0 4 1 0 0 18 0 9 0 1983507494 886636544 2866 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2953/statm: 216464 2867 1558 9 0 211026 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 865856

[startup+0.102486 s]
/proc/loadavg: 2.00 2.00 1.98 4/73 2953
/proc/meminfo: memFree=1743744/2055920 swapFree=4180416/4192956
[pid=2953] ppid=2951 vsize=865884 CPUtime=0.08
/proc/2953/stat : 2953 (java) S 2951 2953 1911 0 -1 0 3742 0 1 0 7 1 0 0 18 0 9 0 1983507494 886665216 3205 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2953/statm: 216471 3205 1697 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.302518 s]
/proc/loadavg: 2.00 2.00 1.98 4/73 2953
/proc/meminfo: memFree=1743744/2055920 swapFree=4180416/4192956
[pid=2953] ppid=2951 vsize=866408 CPUtime=0.28
/proc/2953/stat : 2953 (java) S 2951 2953 1911 0 -1 0 6023 0 1 0 25 3 0 0 18 0 9 0 1983507494 887201792 5397 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2953/statm: 216602 5398 1956 9 0 211130 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866408

[startup+0.702588 s]
/proc/loadavg: 2.00 2.00 1.98 4/73 2953
/proc/meminfo: memFree=1743744/2055920 swapFree=4180416/4192956
[pid=2953] ppid=2951 vsize=867516 CPUtime=0.68
/proc/2953/stat : 2953 (java) S 2951 2953 1911 0 -1 0 10957 0 1 0 62 6 0 0 18 0 9 0 1983507494 888336384 10317 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2953/statm: 216879 10318 2009 9 0 211385 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867516

[startup+1.50172 s]
/proc/loadavg: 2.00 2.00 1.98 3/82 2962
/proc/meminfo: memFree=1691768/2055920 swapFree=4180416/4192956
[pid=2953] ppid=2951 vsize=867428 CPUtime=1.49
/proc/2953/stat : 2953 (java) S 2951 2953 1911 0 -1 0 18816 0 1 0 138 11 0 0 18 0 9 0 1983507494 888246272 18151 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2953/statm: 216857 18151 2001 9 0 211385 0
[pid=2953/tid=2955] ppid=2951 vsize=867428 CPUtime=1.23
/proc/2953/task/2955/stat : 2955 (java) R 2951 2953 1911 0 -1 64 15736 0 1 0 115 8 0 0 25 0 9 0 1983507495 888246272 18151 996147200 134512640 134550740 4294955968 18446744073709551615 102605774 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2953/tid=2956] ppid=2951 vsize=867428 CPUtime=0.06
/proc/2953/task/2956/stat : 2956 (java) S 2951 2953 1911 0 -1 64 1753 0 0 0 6 0 0 0 16 0 9 0 1983507496 888246272 18151 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2953/tid=2957] ppid=2951 vsize=867428 CPUtime=0
/proc/2953/task/2957/stat : 2957 (java) S 2951 2953 1911 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1983507497 888246272 18151 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2953/tid=2958] ppid=2951 vsize=867428 CPUtime=0
/proc/2953/task/2958/stat : 2958 (java) S 2951 2953 1911 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1983507497 888246272 18151 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2953/tid=2959] ppid=2951 vsize=867428 CPUtime=0
/proc/2953/task/2959/stat : 2959 (java) S 2951 2953 1911 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 1983507499 888246272 18151 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2953/tid=2960] ppid=2951 vsize=867428 CPUtime=0.15
/proc/2953/task/2960/stat : 2960 (java) S 2951 2953 1911 0 -1 64 630 0 0 0 15 0 0 0 16 0 9 0 1983507499 888246272 18151 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2953/tid=2961] ppid=2951 vsize=867428 CPUtime=0
/proc/2953/task/2961/stat : 2961 (java) S 2951 2953 1911 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 1983507499 888246272 18151 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2953/tid=2962] ppid=2951 vsize=867428 CPUtime=0
/proc/2953/task/2962/stat : 2962 (java) S 2951 2953 1911 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983507499 888246272 18151 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 867428

[startup+3.102 s]
/proc/loadavg: 2.00 2.00 1.98 3/82 2962
/proc/meminfo: memFree=1664760/2055920 swapFree=4180416/4192956
[pid=2953] ppid=2951 vsize=867432 CPUtime=3.08
/proc/2953/stat : 2953 (java) S 2951 2953 1911 0 -1 0 24359 0 1 0 276 32 0 0 18 0 9 0 1983507494 888250368 23692 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2953/statm: 216857 23692 2002 9 0 211385 0
[pid=2953/tid=2955] ppid=2951 vsize=867432 CPUtime=2.52
/proc/2953/task/2955/stat : 2955 (java) R 2951 2953 1911 0 -1 64 15764 0 1 0 226 26 0 0 25 0 9 0 1983507495 888250368 23692 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2953/tid=2956] ppid=2951 vsize=867428 CPUtime=0.33
/proc/2953/task/2956/stat : 2956 (java) S 2951 2953 1911 0 -1 64 7229 0 0 0 30 3 0 0 18 0 9 0 1983507496 888246272 23692 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2953/tid=2957] ppid=2951 vsize=867432 CPUtime=0
/proc/2953/task/2957/stat : 2957 (java) S 2951 2953 1911 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1983507497 888250368 23692 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2953/tid=2958] ppid=2951 vsize=867428 CPUtime=0
/proc/2953/task/2958/stat : 2958 (java) S 2951 2953 1911 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1983507497 888246272 23692 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2953/tid=2959] ppid=2951 vsize=867432 CPUtime=0
/proc/2953/task/2959/stat : 2959 (java) S 2951 2953 1911 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 1983507499 888250368 23692 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2953/tid=2960] ppid=2951 vsize=867428 CPUtime=0.2
/proc/2953/task/2960/stat : 2960 (java) S 2951 2953 1911 0 -1 64 669 0 0 0 20 0 0 0 16 0 9 0 1983507499 888246272 23692 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2953/tid=2961] ppid=2951 vsize=867432 CPUtime=0
/proc/2953/task/2961/stat : 2961 (java) S 2951 2953 1911 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 1983507499 888250368 23692 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2953/tid=2962] ppid=2951 vsize=867428 CPUtime=0
/proc/2953/task/2962/stat : 2962 (java) S 2951 2953 1911 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983507499 888246272 23692 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 867432

[startup+6.30154 s]
/proc/loadavg: 2.00 2.00 1.98 4/82 2962
/proc/meminfo: memFree=1639864/2055920 swapFree=4180416/4192956
[pid=2953] ppid=2951 vsize=867428 CPUtime=6.28
/proc/2953/stat : 2953 (java) S 2951 2953 1911 0 -1 0 33949 0 1 0 499 129 0 0 18 0 9 0 1983507494 888246272 33278 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2953/statm: 216857 33278 2002 9 0 211385 0
[pid=2953/tid=2955] ppid=2951 vsize=867428 CPUtime=5.28
/proc/2953/task/2955/stat : 2955 (java) R 2951 2953 1911 0 -1 64 15769 0 1 0 409 119 0 0 25 0 9 0 1983507495 888246272 33278 996147200 134512640 134550740 4294955968 18446744073709551615 102888874 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2953/tid=2956] ppid=2951 vsize=867428 CPUtime=0.75
/proc/2953/task/2956/stat : 2956 (java) S 2951 2953 1911 0 -1 64 16802 0 0 0 68 7 0 0 17 0 9 0 1983507496 888246272 33278 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2953/tid=2957] ppid=2951 vsize=867428 CPUtime=0
/proc/2953/task/2957/stat : 2957 (java) S 2951 2953 1911 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1983507497 888246272 33278 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2953/tid=2958] ppid=2951 vsize=867428 CPUtime=0
/proc/2953/task/2958/stat : 2958 (java) S 2951 2953 1911 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1983507497 888246272 33278 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2953/tid=2959] ppid=2951 vsize=867428 CPUtime=0
/proc/2953/task/2959/stat : 2959 (java) S 2951 2953 1911 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 1983507499 888246272 33278 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2953/tid=2960] ppid=2951 vsize=867428 CPUtime=0.22
/proc/2953/task/2960/stat : 2960 (java) S 2951 2953 1911 0 -1 64 681 0 0 0 22 0 0 0 15 0 9 0 1983507499 888246272 33278 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2953/tid=2961] ppid=2951 vsize=867428 CPUtime=0
/proc/2953/task/2961/stat : 2961 (java) S 2951 2953 1911 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 1983507499 888246272 33278 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2953/tid=2962] ppid=2951 vsize=867428 CPUtime=0
/proc/2953/task/2962/stat : 2962 (java) S 2951 2953 1911 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983507499 888246272 33278 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 867428

[startup+12.7016 s]
/proc/loadavg: 2.08 2.02 1.99 4/84 2966
/proc/meminfo: memFree=1597472/2055920 swapFree=4180416/4192956
[pid=2953] ppid=2951 vsize=868076 CPUtime=12.61
/proc/2953/stat : 2953 (java) S 2951 2953 1911 0 -1 0 63792 4918 1 0 684 139 433 5 18 0 9 0 1983507494 888909824 37499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2953/statm: 217019 37499 2016 9 0 211547 0
[pid=2953/tid=2955] ppid=2951 vsize=868076 CPUtime=11.41
/proc/2953/task/2955/stat : 2955 (java) R 2951 2953 1911 0 -1 64 38499 4918 1 0 577 126 433 5 17 0 9 0 1983507495 888909824 37499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2953/tid=2956] ppid=2951 vsize=868076 CPUtime=5.27
/proc/2953/task/2956/stat : 2956 (java) S 2951 2953 1911 0 -1 64 23478 4918 0 0 79 10 433 5 15 0 9 0 1983507496 888909824 37499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2953/tid=2957] ppid=2951 vsize=868076 CPUtime=4.38
/proc/2953/task/2957/stat : 2957 (java) S 2951 2953 1911 0 -1 64 19 4918 0 0 0 0 433 5 16 0 9 0 1983507497 888909824 37499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2953/tid=2958] ppid=2951 vsize=868076 CPUtime=4.38
/proc/2953/task/2958/stat : 2958 (java) S 2951 2953 1911 0 -1 64 11 4918 0 0 0 0 433 5 16 0 9 0 1983507497 888909824 37499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2953/tid=2959] ppid=2951 vsize=868076 CPUtime=4.38
/proc/2953/task/2959/stat : 2959 (java) S 2951 2953 1911 0 -1 64 1 4918 0 0 0 0 433 5 23 0 9 0 1983507499 888909824 37499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2953/tid=2960] ppid=2951 vsize=868076 CPUtime=4.65
/proc/2953/task/2960/stat : 2960 (java) R 2951 2953 1911 0 -1 64 968 4918 0 0 27 0 433 5 16 0 9 0 1983507499 888909824 37499 996147200 134512640 134550740 4294955968 18446744073709551615 101789036 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2953/tid=2961] ppid=2951 vsize=868076 CPUtime=4.38
/proc/2953/task/2961/stat : 2961 (java) S 2951 2953 1911 0 -1 64 2 4918 0 0 0 0 433 5 24 0 9 0 1983507499 888909824 37499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2953/tid=2962] ppid=2951 vsize=868076 CPUtime=4.38
/proc/2953/task/2962/stat : 2962 (java) S 2951 2953 1911 0 -1 64 12 4918 0 0 0 0 433 5 15 0 9 0 1983507499 888909824 37499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 868076

[startup+25.5028 s]
/proc/loadavg: 2.15 2.03 2.00 3/82 2966
/proc/meminfo: memFree=1583976/2055920 swapFree=4180416/4192956
[pid=2953] ppid=2951 vsize=868076 CPUtime=25.29
/proc/2953/stat : 2953 (java) S 2951 2953 1911 0 -1 0 83637 4918 1 0 1946 145 433 5 18 0 9 0 1983507494 888909824 42323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2953/statm: 217019 42323 2615 9 0 211547 0
[pid=2953/tid=2955] ppid=2951 vsize=868076 CPUtime=23.18
/proc/2953/task/2955/stat : 2955 (java) R 2951 2953 1911 0 -1 64 38911 4918 1 0 1753 127 433 5 25 0 9 0 1983507495 888909824 42323 996147200 134512640 134550740 4294955968 18446744073709551615 4127468407 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2953/tid=2956] ppid=2951 vsize=868076 CPUtime=6.06
/proc/2953/task/2956/stat : 2956 (java) S 2951 2953 1911 0 -1 64 42810 4918 0 0 154 14 433 5 16 0 9 0 1983507496 888909824 42323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2953/tid=2957] ppid=2951 vsize=868076 CPUtime=4.38
/proc/2953/task/2957/stat : 2957 (java) S 2951 2953 1911 0 -1 64 19 4918 0 0 0 0 433 5 15 0 9 0 1983507497 888909824 42323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2953/tid=2958] ppid=2951 vsize=868076 CPUtime=4.38
/proc/2953/task/2958/stat : 2958 (java) S 2951 2953 1911 0 -1 64 14 4918 0 0 0 0 433 5 16 0 9 0 1983507497 888909824 42323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2953/tid=2959] ppid=2951 vsize=868076 CPUtime=4.38
/proc/2953/task/2959/stat : 2959 (java) S 2951 2953 1911 0 -1 64 1 4918 0 0 0 0 433 5 23 0 9 0 1983507499 888909824 42323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2953/tid=2960] ppid=2951 vsize=868076 CPUtime=4.77
/proc/2953/task/2960/stat : 2960 (java) S 2951 2953 1911 0 -1 64 1065 4918 0 0 38 1 433 5 16 0 9 0 1983507499 888909824 42323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2953/tid=2961] ppid=2951 vsize=868076 CPUtime=4.38
/proc/2953/task/2961/stat : 2961 (java) S 2951 2953 1911 0 -1 64 2 4918 0 0 0 0 433 5 24 0 9 0 1983507499 888909824 42323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2953/tid=2962] ppid=2951 vsize=868076 CPUtime=4.38
/proc/2953/task/2962/stat : 2962 (java) S 2951 2953 1911 0 -1 64 13 4918 0 0 0 0 433 5 15 0 9 0 1983507499 888909824 42323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 868076

[startup+51.1022 s]
/proc/loadavg: 2.10 2.03 2.00 3/82 2966
/proc/meminfo: memFree=1583848/2055920 swapFree=4180416/4192956
[pid=2953] ppid=2951 vsize=868076 CPUtime=50.68
/proc/2953/stat : 2953 (java) S 2951 2953 1911 0 -1 0 83664 4918 1 0 4484 146 433 5 18 0 9 0 1983507494 888909824 42344 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2953/statm: 217019 42344 2615 9 0 211547 0
[pid=2953/tid=2955] ppid=2951 vsize=868076 CPUtime=48.53
/proc/2953/task/2955/stat : 2955 (java) R 2951 2953 1911 0 -1 64 38921 4918 1 0 4288 127 433 5 25 0 9 0 1983507495 888909824 42344 996147200 134512640 134550740 4294955968 18446744073709551615 4127034833 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2953/tid=2956] ppid=2951 vsize=868076 CPUtime=6.06
/proc/2953/task/2956/stat : 2956 (java) S 2951 2953 1911 0 -1 64 42810 4918 0 0 154 14 433 5 17 0 9 0 1983507496 888909824 42344 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2953/tid=2957] ppid=2951 vsize=868076 CPUtime=4.38
/proc/2953/task/2957/stat : 2957 (java) S 2951 2953 1911 0 -1 64 19 4918 0 0 0 0 433 5 15 0 9 0 1983507497 888909824 42344 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2953/tid=2958] ppid=2951 vsize=868076 CPUtime=4.38
/proc/2953/task/2958/stat : 2958 (java) S 2951 2953 1911 0 -1 64 14 4918 0 0 0 0 433 5 16 0 9 0 1983507497 888909824 42344 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2953/tid=2959] ppid=2951 vsize=868076 CPUtime=4.38
/proc/2953/task/2959/stat : 2959 (java) S 2951 2953 1911 0 -1 64 1 4918 0 0 0 0 433 5 23 0 9 0 1983507499 888909824 42344 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2953/tid=2960] ppid=2951 vsize=868076 CPUtime=4.8
/proc/2953/task/2960/stat : 2960 (java) S 2951 2953 1911 0 -1 64 1082 4918 0 0 41 1 433 5 16 0 9 0 1983507499 888909824 42344 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2953/tid=2961] ppid=2951 vsize=868076 CPUtime=4.38

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

/proc/2953/task/2958/stat : 2958 (java) S 2951 2953 1911 0 -1 64 14 4918 0 0 0 0 433 5 16 0 9 0 1983507497 888909824 42357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2953/tid=2959] ppid=2951 vsize=868076 CPUtime=4.38
/proc/2953/task/2959/stat : 2959 (java) S 2951 2953 1911 0 -1 64 1 4918 0 0 0 0 433 5 23 0 9 0 1983507499 888909824 42357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2953/tid=2960] ppid=2951 vsize=868076 CPUtime=4.83
/proc/2953/task/2960/stat : 2960 (java) S 2951 2953 1911 0 -1 64 1101 4918 0 0 44 1 433 5 16 0 9 0 1983507499 888909824 42357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2953/tid=2961] ppid=2951 vsize=868076 CPUtime=4.38
/proc/2953/task/2961/stat : 2961 (java) S 2951 2953 1911 0 -1 64 2 4918 0 0 0 0 433 5 24 0 9 0 1983507499 888909824 42357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2953/tid=2962] ppid=2951 vsize=868076 CPUtime=4.38
/proc/2953/task/2962/stat : 2962 (java) S 2951 2953 1911 0 -1 64 13 4918 0 0 0 0 433 5 15 0 9 0 1983507499 888909824 42357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1531.52
Current children cumulated vsize (KiB) 868076

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 3003
/proc/meminfo: memFree=1628976/2055920 swapFree=4180416/4192956
[pid=2953] ppid=2951 vsize=868076 CPUtime=1591.49
/proc/2953/stat : 2953 (java) S 2951 2953 1911 0 -1 0 83690 4918 1 0 158561 150 433 5 18 0 9 0 1983507494 888909824 42357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2953/statm: 217019 42357 2615 9 0 211547 0
[pid=2953/tid=2955] ppid=2951 vsize=868076 CPUtime=1589.31
/proc/2953/task/2955/stat : 2955 (java) R 2951 2953 1911 0 -1 64 38928 4918 1 0 158362 131 433 5 25 0 9 0 1983507495 888909824 42357 996147200 134512640 134550740 4294955968 18446744073709551615 4127046816 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2953/tid=2956] ppid=2951 vsize=868076 CPUtime=6.06
/proc/2953/task/2956/stat : 2956 (java) S 2951 2953 1911 0 -1 64 42810 4918 0 0 154 14 433 5 16 0 9 0 1983507496 888909824 42357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2953/tid=2957] ppid=2951 vsize=868076 CPUtime=4.38
/proc/2953/task/2957/stat : 2957 (java) S 2951 2953 1911 0 -1 64 19 4918 0 0 0 0 433 5 15 0 9 0 1983507497 888909824 42357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2953/tid=2958] ppid=2951 vsize=868076 CPUtime=4.38
/proc/2953/task/2958/stat : 2958 (java) S 2951 2953 1911 0 -1 64 14 4918 0 0 0 0 433 5 16 0 9 0 1983507497 888909824 42357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2953/tid=2959] ppid=2951 vsize=868076 CPUtime=4.38
/proc/2953/task/2959/stat : 2959 (java) S 2951 2953 1911 0 -1 64 1 4918 0 0 0 0 433 5 23 0 9 0 1983507499 888909824 42357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2953/tid=2960] ppid=2951 vsize=868076 CPUtime=4.83
/proc/2953/task/2960/stat : 2960 (java) S 2951 2953 1911 0 -1 64 1101 4918 0 0 44 1 433 5 16 0 9 0 1983507499 888909824 42357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2953/tid=2961] ppid=2951 vsize=868076 CPUtime=4.38
/proc/2953/task/2961/stat : 2961 (java) S 2951 2953 1911 0 -1 64 2 4918 0 0 0 0 433 5 24 0 9 0 1983507499 888909824 42357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2953/tid=2962] ppid=2951 vsize=868076 CPUtime=4.38
/proc/2953/task/2962/stat : 2962 (java) S 2951 2953 1911 0 -1 64 13 4918 0 0 0 0 433 5 15 0 9 0 1983507499 888909824 42357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1591.49
Current children cumulated vsize (KiB) 868076

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 3003
/proc/meminfo: memFree=1628976/2055920 swapFree=4180416/4192956
[pid=2953] ppid=2951 vsize=868076 CPUtime=1651.47
/proc/2953/stat : 2953 (java) S 2951 2953 1911 0 -1 0 83690 4918 1 0 164559 150 433 5 18 0 9 0 1983507494 888909824 42357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2953/statm: 217019 42357 2615 9 0 211547 0
[pid=2953/tid=2955] ppid=2951 vsize=868076 CPUtime=1649.29
/proc/2953/task/2955/stat : 2955 (java) R 2951 2953 1911 0 -1 64 38928 4918 1 0 164359 132 433 5 25 0 9 0 1983507495 888909824 42357 996147200 134512640 134550740 4294955968 18446744073709551615 4127050023 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2953/tid=2956] ppid=2951 vsize=868076 CPUtime=6.06
/proc/2953/task/2956/stat : 2956 (java) S 2951 2953 1911 0 -1 64 42810 4918 0 0 154 14 433 5 16 0 9 0 1983507496 888909824 42357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2953/tid=2957] ppid=2951 vsize=868076 CPUtime=4.38
/proc/2953/task/2957/stat : 2957 (java) S 2951 2953 1911 0 -1 64 19 4918 0 0 0 0 433 5 15 0 9 0 1983507497 888909824 42357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2953/tid=2958] ppid=2951 vsize=868076 CPUtime=4.38
/proc/2953/task/2958/stat : 2958 (java) S 2951 2953 1911 0 -1 64 14 4918 0 0 0 0 433 5 16 0 9 0 1983507497 888909824 42357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2953/tid=2959] ppid=2951 vsize=868076 CPUtime=4.38
/proc/2953/task/2959/stat : 2959 (java) S 2951 2953 1911 0 -1 64 1 4918 0 0 0 0 433 5 23 0 9 0 1983507499 888909824 42357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2953/tid=2960] ppid=2951 vsize=868076 CPUtime=4.83
/proc/2953/task/2960/stat : 2960 (java) S 2951 2953 1911 0 -1 64 1101 4918 0 0 44 1 433 5 16 0 9 0 1983507499 888909824 42357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2953/tid=2961] ppid=2951 vsize=868076 CPUtime=4.38
/proc/2953/task/2961/stat : 2961 (java) S 2951 2953 1911 0 -1 64 2 4918 0 0 0 0 433 5 24 0 9 0 1983507499 888909824 42357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2953/tid=2962] ppid=2951 vsize=868076 CPUtime=4.38
/proc/2953/task/2962/stat : 2962 (java) S 2951 2953 1911 0 -1 64 13 4918 0 0 0 0 433 5 15 0 9 0 1983507499 888909824 42357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1651.47
Current children cumulated vsize (KiB) 868076

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 3003
/proc/meminfo: memFree=1628912/2055920 swapFree=4180416/4192956
[pid=2953] ppid=2951 vsize=868076 CPUtime=1711.44
/proc/2953/stat : 2953 (java) S 2951 2953 1911 0 -1 0 83690 4918 1 0 170556 150 433 5 18 0 9 0 1983507494 888909824 42357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2953/statm: 217019 42357 2615 9 0 211547 0
[pid=2953/tid=2955] ppid=2951 vsize=868076 CPUtime=1709.27
/proc/2953/task/2955/stat : 2955 (java) R 2951 2953 1911 0 -1 64 38928 4918 1 0 170357 132 433 5 25 0 9 0 1983507495 888909824 42357 996147200 134512640 134550740 4294955968 18446744073709551615 4127050064 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2953/tid=2956] ppid=2951 vsize=868076 CPUtime=6.06
/proc/2953/task/2956/stat : 2956 (java) S 2951 2953 1911 0 -1 64 42810 4918 0 0 154 14 433 5 16 0 9 0 1983507496 888909824 42357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2953/tid=2957] ppid=2951 vsize=868076 CPUtime=4.38
/proc/2953/task/2957/stat : 2957 (java) S 2951 2953 1911 0 -1 64 19 4918 0 0 0 0 433 5 15 0 9 0 1983507497 888909824 42357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2953/tid=2958] ppid=2951 vsize=868076 CPUtime=4.38
/proc/2953/task/2958/stat : 2958 (java) S 2951 2953 1911 0 -1 64 14 4918 0 0 0 0 433 5 16 0 9 0 1983507497 888909824 42357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2953/tid=2959] ppid=2951 vsize=868076 CPUtime=4.38
/proc/2953/task/2959/stat : 2959 (java) S 2951 2953 1911 0 -1 64 1 4918 0 0 0 0 433 5 23 0 9 0 1983507499 888909824 42357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2953/tid=2960] ppid=2951 vsize=868076 CPUtime=4.83
/proc/2953/task/2960/stat : 2960 (java) S 2951 2953 1911 0 -1 64 1101 4918 0 0 44 1 433 5 16 0 9 0 1983507499 888909824 42357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2953/tid=2961] ppid=2951 vsize=868076 CPUtime=4.38
/proc/2953/task/2961/stat : 2961 (java) S 2951 2953 1911 0 -1 64 2 4918 0 0 0 0 433 5 24 0 9 0 1983507499 888909824 42357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2953/tid=2962] ppid=2951 vsize=868076 CPUtime=4.38
/proc/2953/task/2962/stat : 2962 (java) S 2951 2953 1911 0 -1 64 13 4918 0 0 0 0 433 5 15 0 9 0 1983507499 888909824 42357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1711.44
Current children cumulated vsize (KiB) 868076

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 3003
/proc/meminfo: memFree=1628848/2055920 swapFree=4180416/4192956
[pid=2953] ppid=2951 vsize=868076 CPUtime=1771.41
/proc/2953/stat : 2953 (java) S 2951 2953 1911 0 -1 0 83690 4918 1 0 176553 150 433 5 18 0 9 0 1983507494 888909824 42357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2953/statm: 217019 42357 2615 9 0 211547 0
[pid=2953/tid=2955] ppid=2951 vsize=868076 CPUtime=1769.24
/proc/2953/task/2955/stat : 2955 (java) R 2951 2953 1911 0 -1 64 38928 4918 1 0 176354 132 433 5 25 0 9 0 1983507495 888909824 42357 996147200 134512640 134550740 4294955968 18446744073709551615 4127048298 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2953/tid=2956] ppid=2951 vsize=868076 CPUtime=6.06
/proc/2953/task/2956/stat : 2956 (java) S 2951 2953 1911 0 -1 64 42810 4918 0 0 154 14 433 5 16 0 9 0 1983507496 888909824 42357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2953/tid=2957] ppid=2951 vsize=868076 CPUtime=4.38
/proc/2953/task/2957/stat : 2957 (java) S 2951 2953 1911 0 -1 64 19 4918 0 0 0 0 433 5 15 0 9 0 1983507497 888909824 42357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2953/tid=2958] ppid=2951 vsize=868076 CPUtime=4.38
/proc/2953/task/2958/stat : 2958 (java) S 2951 2953 1911 0 -1 64 14 4918 0 0 0 0 433 5 16 0 9 0 1983507497 888909824 42357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2953/tid=2959] ppid=2951 vsize=868076 CPUtime=4.38
/proc/2953/task/2959/stat : 2959 (java) S 2951 2953 1911 0 -1 64 1 4918 0 0 0 0 433 5 23 0 9 0 1983507499 888909824 42357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2953/tid=2960] ppid=2951 vsize=868076 CPUtime=4.83
/proc/2953/task/2960/stat : 2960 (java) S 2951 2953 1911 0 -1 64 1101 4918 0 0 44 1 433 5 16 0 9 0 1983507499 888909824 42357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2953/tid=2961] ppid=2951 vsize=868076 CPUtime=4.38
/proc/2953/task/2961/stat : 2961 (java) S 2951 2953 1911 0 -1 64 2 4918 0 0 0 0 433 5 24 0 9 0 1983507499 888909824 42357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2953/tid=2962] ppid=2951 vsize=868076 CPUtime=4.38
/proc/2953/task/2962/stat : 2962 (java) S 2951 2953 1911 0 -1 64 13 4918 0 0 0 0 433 5 15 0 9 0 1983507499 888909824 42357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1771.41
Current children cumulated vsize (KiB) 868076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 3003
/proc/meminfo: memFree=1628848/2055920 swapFree=4180416/4192956
[pid=2953] ppid=2951 vsize=868076 CPUtime=1800.01
/proc/2953/stat : 2953 (java) S 2951 2953 1911 0 -1 0 83690 4918 1 0 179413 150 433 5 18 0 9 0 1983507494 888909824 42357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2953/statm: 217019 42357 2615 9 0 211547 0
[pid=2953/tid=2955] ppid=2951 vsize=868076 CPUtime=1797.84
/proc/2953/task/2955/stat : 2955 (java) R 2951 2953 1911 0 -1 64 38928 4918 1 0 179214 132 433 5 25 0 9 0 1983507495 888909824 42357 996147200 134512640 134550740 4294955968 18446744073709551615 4127050014 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2953/tid=2956] ppid=2951 vsize=868076 CPUtime=6.06
/proc/2953/task/2956/stat : 2956 (java) S 2951 2953 1911 0 -1 64 42810 4918 0 0 154 14 433 5 16 0 9 0 1983507496 888909824 42357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2953/tid=2957] ppid=2951 vsize=868076 CPUtime=4.38
/proc/2953/task/2957/stat : 2957 (java) S 2951 2953 1911 0 -1 64 19 4918 0 0 0 0 433 5 15 0 9 0 1983507497 888909824 42357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2953/tid=2958] ppid=2951 vsize=868076 CPUtime=4.38
/proc/2953/task/2958/stat : 2958 (java) S 2951 2953 1911 0 -1 64 14 4918 0 0 0 0 433 5 16 0 9 0 1983507497 888909824 42357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2953/tid=2959] ppid=2951 vsize=868076 CPUtime=4.38
/proc/2953/task/2959/stat : 2959 (java) S 2951 2953 1911 0 -1 64 1 4918 0 0 0 0 433 5 23 0 9 0 1983507499 888909824 42357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2953/tid=2960] ppid=2951 vsize=868076 CPUtime=4.83
/proc/2953/task/2960/stat : 2960 (java) S 2951 2953 1911 0 -1 64 1101 4918 0 0 44 1 433 5 16 0 9 0 1983507499 888909824 42357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2953/tid=2961] ppid=2951 vsize=868076 CPUtime=4.38
/proc/2953/task/2961/stat : 2961 (java) S 2951 2953 1911 0 -1 64 2 4918 0 0 0 0 433 5 24 0 9 0 1983507499 888909824 42357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2953/tid=2962] ppid=2951 vsize=868076 CPUtime=4.38
/proc/2953/task/2962/stat : 2962 (java) S 2951 2953 1911 0 -1 64 13 4918 0 0 0 0 433 5 15 0 9 0 1983507499 888909824 42357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 868076

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

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

[startup+1810.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 3003
/proc/meminfo: memFree=1628848/2055920 swapFree=4180416/4192956
[pid=2953] ppid=2951 vsize=868076 CPUtime=1800.01
/proc/2953/stat : 2953 (java) S 2951 2953 1911 0 -1 0 83690 4918 1 0 179413 150 433 5 18 0 9 0 1983507494 888909824 42357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2953/statm: 217019 42357 2615 9 0 211547 0
[pid=2953/tid=2955] ppid=2951 vsize=868076 CPUtime=1797.84
/proc/2953/task/2955/stat : 2955 (java) R 2951 2953 1911 0 -1 64 38928 4918 1 0 179214 132 433 5 25 0 9 0 1983507495 888909824 42357 996147200 134512640 134550740 4294955968 18446744073709551615 4127050014 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2953/tid=2956] ppid=2951 vsize=868076 CPUtime=6.06
/proc/2953/task/2956/stat : 2956 (java) S 2951 2953 1911 0 -1 64 42810 4918 0 0 154 14 433 5 16 0 9 0 1983507496 888909824 42357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2953/tid=2957] ppid=2951 vsize=868076 CPUtime=4.38
/proc/2953/task/2957/stat : 2957 (java) S 2951 2953 1911 0 -1 64 19 4918 0 0 0 0 433 5 15 0 9 0 1983507497 888909824 42357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2953/tid=2958] ppid=2951 vsize=868076 CPUtime=4.38
/proc/2953/task/2958/stat : 2958 (java) S 2951 2953 1911 0 -1 64 14 4918 0 0 0 0 433 5 16 0 9 0 1983507497 888909824 42357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2953/tid=2959] ppid=2951 vsize=868076 CPUtime=4.38
/proc/2953/task/2959/stat : 2959 (java) S 2951 2953 1911 0 -1 64 1 4918 0 0 0 0 433 5 23 0 9 0 1983507499 888909824 42357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2953/tid=2960] ppid=2951 vsize=868076 CPUtime=4.83
/proc/2953/task/2960/stat : 2960 (java) S 2951 2953 1911 0 -1 64 1101 4918 0 0 44 1 433 5 16 0 9 0 1983507499 888909824 42357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2953/tid=2961] ppid=2951 vsize=868076 CPUtime=4.38
/proc/2953/task/2961/stat : 2961 (java) S 2951 2953 1911 0 -1 64 2 4918 0 0 0 0 433 5 24 0 9 0 1983507499 888909824 42357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2953/tid=2962] ppid=2951 vsize=868076 CPUtime=4.38
/proc/2953/task/2962/stat : 2962 (java) S 2951 2953 1911 0 -1 64 13 4918 0 0 0 0 433 5 15 0 9 0 1983507499 888909824 42357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 868076

Child status: 143
Real time (s): 1810.97
CPU time (s): 1800.1
CPU user time (s): 1798.51
CPU system time (s): 1.59276
CPU usage (%): 99.3997
Max. virtual memory (cumulated for all children) (KiB): 891068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.51
system time used= 1.59276
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88638
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= 40016
involuntary context switches= 44403

runsolver used 2.90656 second user time and 5.41118 second system time

The end

Launcher Data (download as text)

Begin job on node51 at 2008-07-03 02:35:56
IDJOB=1049445
IDBENCH=54676
IDSOLVER=364
FILE ID=node51/1049445-1215045356
PBS_JOBID= 7875074
Free space on /tmp= 66536 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6cbcc6edcedb57b7f84e6e64526ef8de
RANDOM SEED=16617953

node51.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.263
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.263
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:       1744224 kB
Buffers:         33108 kB
Cached:         162260 kB
SwapCached:       7000 kB
Active:         195028 kB
Inactive:        60772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1744224 kB
SwapTotal:     4192956 kB
SwapFree:      4180416 kB
Dirty:            6652 kB
Writeback:           0 kB
Mapped:          66648 kB
Slab:            41028 kB
Committed_AS:  3850628 kB
PageTables:       1928 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= 66544 MiB
End job on node51 at 2008-07-03 03:06:09