Trace number 1063403

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

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-share2b.xml
MD5SUM8a721fe409f930a696bbe0a3be39d00f
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 benchmark12.6901
Satisfiable
(Un)Satisfiability was proved
Number of variables2370
Number of constraints109
Maximum constraint arity360
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension109
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.09	
0.03/0.09	Abscon 112 (May, 2008)
0.18/0.23	
0.18/0.23	   configuration
0.18/0.23	     name=esac.xml
0.28/0.31	   
0.28/0.31	   instance
0.28/0.31	     name=HOME/instance-1063403-1215136836.xml
0.28/0.35	   
0.28/0.35	   domains being loaded...
0.28/0.36	   
0.28/0.36	   variables being loaded...
0.58/0.66	     nbVariables=2370  nbDomainTypes=2  minDomainSize=1  maxDomainSize=2  nbTotalValues=3714
0.58/0.66	       =>  wckTime=0.426  cpuTime=0.28  mem=14M690
0.58/0.66	   
0.58/0.66	   predicates being loaded...
2.35/2.41	   
2.35/2.41	   constraints being loaded...
5.12/5.22	     nbConstraints=55  nbMergedConstraints=54  nbSingletonDomainVariables=1026  nbUnbuiltConflictsStructures=43
5.12/5.22	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=43  nbSharedEvaluationManagers=12  minDegree=2  maxDegree=6
5.12/5.22	     minArity=30  avgArity=159.27  maxArity=360  nbGenerators=0  nbFusions=0  symmetryWckTime=0.681
5.12/5.22	     symmetryCpuTime=0.55
5.12/5.22	       =>  wckTime=4.981  cpuTime=4.44  mem=10M871
5.22/5.31	   
5.22/5.31	   solver IterativeSystematicSolver being built... 
5.32/5.45	   
5.32/5.45	   INFO : Forward propagation technique limited 
5.51/5.64	       =>  wckTime=5.398  cpuTime=4.7  mem=34M529
327.39/329.26	   
327.39/329.26	   INFO : Stopping ESAC
327.39/329.26	   
327.39/329.26	   preprocessing
327.39/329.26	     nbConstraintChecks=8051503  nbValidityChecks=7650  nbPropagations=4759  nbRevisions=4495  nbUselessRevisions=4464
327.39/329.26	     nbSingletonTests=2361  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0
327.39/329.26	     detectedInconsistency=no
327.39/329.26	       =>  wckTime=323.62  cpuTime=321.86  mem=42M630

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-1063403-1215136836/watcher-1063403-1215136836 -o /tmp/evaluation-result-1063403-1215136836/solver-1063403-1215136836 -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-1063403-1215136836.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.94 1.98 1.99 4/72 26837
/proc/meminfo: memFree=1615584/2055920 swapFree=4180884/4192956
[pid=26837] ppid=26835 vsize=18572 CPUtime=0
/proc/26837/stat : 26837 (runsolver) R 26835 26837 24795 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 998088230 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 206381313319 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/26837/statm: 4643 292 257 25 0 2626 0

[startup+0.0519751 s]
/proc/loadavg: 1.94 1.98 1.99 4/72 26837
/proc/meminfo: memFree=1615584/2055920 swapFree=4180884/4192956
[pid=26837] ppid=26835 vsize=861876 CPUtime=0.03
/proc/26837/stat : 26837 (java) S 26835 26837 24795 0 -1 0 2364 0 1 0 2 1 0 0 18 0 5 0 998088230 882561024 1951 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/26837/statm: 215550 1960 901 9 0 210529 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861876

[startup+0.103979 s]
/proc/loadavg: 1.94 1.98 1.99 4/72 26837
/proc/meminfo: memFree=1615584/2055920 swapFree=4180884/4192956
[pid=26837] ppid=26835 vsize=865884 CPUtime=0.08
/proc/26837/stat : 26837 (java) S 26835 26837 24795 0 -1 0 3745 0 1 0 7 1 0 0 18 0 9 0 998088230 886665216 3204 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26837/statm: 216471 3204 1699 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.302003 s]
/proc/loadavg: 1.94 1.98 1.99 4/72 26837
/proc/meminfo: memFree=1615584/2055920 swapFree=4180884/4192956
[pid=26837] ppid=26835 vsize=866196 CPUtime=0.28
/proc/26837/stat : 26837 (java) S 26835 26837 24795 0 -1 0 5623 0 1 0 25 3 0 0 18 0 9 0 998088230 886984704 5037 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26837/statm: 216549 5037 1903 9 0 211097 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866196

[startup+0.702042 s]
/proc/loadavg: 1.94 1.98 1.99 4/72 26837
/proc/meminfo: memFree=1615584/2055920 swapFree=4180884/4192956
[pid=26837] ppid=26835 vsize=867532 CPUtime=0.67
/proc/26837/stat : 26837 (java) S 26835 26837 24795 0 -1 0 8996 0 1 0 63 4 0 0 18 0 9 0 998088230 888352768 8357 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26837/statm: 216883 8357 2002 9 0 211389 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867532

[startup+1.50213 s]
/proc/loadavg: 1.94 1.98 1.99 3/81 26846
/proc/meminfo: memFree=1563672/2055920 swapFree=4180884/4192956
[pid=26837] ppid=26835 vsize=867444 CPUtime=1.46
/proc/26837/stat : 26837 (java) S 26835 26837 24795 0 -1 0 18074 0 1 0 138 8 0 0 18 0 9 0 998088230 888262656 17408 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26837/statm: 216861 17408 2003 9 0 211389 0
[pid=26837/tid=26839] ppid=26835 vsize=867444 CPUtime=1.26
/proc/26837/task/26839/stat : 26839 (java) R 26835 26837 24795 0 -1 64 15744 0 1 0 120 6 0 0 25 0 9 0 998088232 888262656 17408 996147200 134512640 134550740 4294955984 18446744073709551615 102064736 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26840] ppid=26835 vsize=867444 CPUtime=0.02
/proc/26837/task/26840/stat : 26840 (java) S 26835 26837 24795 0 -1 64 1004 0 0 0 2 0 0 0 16 0 9 0 998088233 888262656 17408 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26841] ppid=26835 vsize=867444 CPUtime=0
/proc/26837/task/26841/stat : 26841 (java) S 26835 26837 24795 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 998088234 888262656 17408 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26842] ppid=26835 vsize=867444 CPUtime=0
/proc/26837/task/26842/stat : 26842 (java) S 26835 26837 24795 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 998088234 888262656 17408 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26843] ppid=26835 vsize=867444 CPUtime=0
/proc/26837/task/26843/stat : 26843 (java) S 26835 26837 24795 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 998088236 888262656 17408 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26844] ppid=26835 vsize=867444 CPUtime=0.15
/proc/26837/task/26844/stat : 26844 (java) S 26835 26837 24795 0 -1 64 629 0 0 0 15 0 0 0 16 0 9 0 998088236 888262656 17408 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26845] ppid=26835 vsize=867444 CPUtime=0
/proc/26837/task/26845/stat : 26845 (java) S 26835 26837 24795 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 998088236 888262656 17408 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26846] ppid=26835 vsize=867444 CPUtime=0
/proc/26837/task/26846/stat : 26846 (java) S 26835 26837 24795 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 998088236 888262656 17408 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867444

[startup+3.10129 s]
/proc/loadavg: 1.94 1.98 1.99 3/81 26846
/proc/meminfo: memFree=1552792/2055920 swapFree=4180884/4192956
[pid=26837] ppid=26835 vsize=867444 CPUtime=3.05
/proc/26837/stat : 26837 (java) S 26835 26837 24795 0 -1 0 19123 0 1 0 296 9 0 0 18 0 9 0 998088230 888262656 18454 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26837/statm: 216861 18454 2004 9 0 211389 0
[pid=26837/tid=26839] ppid=26835 vsize=867444 CPUtime=2.74
/proc/26837/task/26839/stat : 26839 (java) R 26835 26837 24795 0 -1 64 15777 0 1 0 268 6 0 0 25 0 9 0 998088232 888262656 18454 996147200 134512640 134550740 4294955984 18446744073709551615 4126678411 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26840] ppid=26835 vsize=867444 CPUtime=0.06
/proc/26837/task/26840/stat : 26840 (java) S 26835 26837 24795 0 -1 64 1989 0 0 0 6 0 0 0 16 0 9 0 998088233 888262656 18454 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26841] ppid=26835 vsize=867444 CPUtime=0
/proc/26837/task/26841/stat : 26841 (java) S 26835 26837 24795 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 998088234 888262656 18454 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26842] ppid=26835 vsize=867444 CPUtime=0
/proc/26837/task/26842/stat : 26842 (java) S 26835 26837 24795 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 998088234 888262656 18454 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26843] ppid=26835 vsize=867444 CPUtime=0
/proc/26837/task/26843/stat : 26843 (java) S 26835 26837 24795 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 998088236 888262656 18454 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26844] ppid=26835 vsize=867444 CPUtime=0.2
/proc/26837/task/26844/stat : 26844 (java) S 26835 26837 24795 0 -1 64 660 0 0 0 20 0 0 0 16 0 9 0 998088236 888262656 18454 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26845] ppid=26835 vsize=867444 CPUtime=0
/proc/26837/task/26845/stat : 26845 (java) S 26835 26837 24795 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 998088236 888262656 18454 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26846] ppid=26835 vsize=867444 CPUtime=0
/proc/26837/task/26846/stat : 26846 (java) S 26835 26837 24795 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 998088236 888262656 18454 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867444

[startup+6.30162 s]
/proc/loadavg: 1.94 1.98 1.99 4/81 26850
/proc/meminfo: memFree=1536536/2055920 swapFree=4180884/4192956
[pid=26837] ppid=26835 vsize=867768 CPUtime=6.21
/proc/26837/stat : 26837 (java) S 26835 26837 24795 0 -1 0 42007 453 1 0 599 17 4 1 18 0 9 0 998088230 888594432 24476 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26837/statm: 216942 24476 2615 9 0 211470 0
[pid=26837/tid=26839] ppid=26835 vsize=867768 CPUtime=5.58
/proc/26837/task/26839/stat : 26839 (java) R 26835 26837 24795 0 -1 64 27959 453 1 0 543 10 4 1 25 0 9 0 998088232 888594432 24476 996147200 134512640 134550740 4294955984 18446744073709551615 4127171085 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26840] ppid=26835 vsize=867768 CPUtime=0.34
/proc/26837/task/26840/stat : 26840 (java) S 26835 26837 24795 0 -1 64 12236 453 0 0 25 4 4 1 16 0 9 0 998088233 888594432 24476 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26841] ppid=26835 vsize=867768 CPUtime=0.05
/proc/26837/task/26841/stat : 26841 (java) S 26835 26837 24795 0 -1 64 20 453 0 0 0 0 4 1 16 0 9 0 998088234 888594432 24476 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26842] ppid=26835 vsize=867768 CPUtime=0.05
/proc/26837/task/26842/stat : 26842 (java) S 26835 26837 24795 0 -1 64 30 453 0 0 0 0 4 1 15 0 9 0 998088234 888594432 24476 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26843] ppid=26835 vsize=867768 CPUtime=0.05
/proc/26837/task/26843/stat : 26843 (java) S 26835 26837 24795 0 -1 64 1 453 0 0 0 0 4 1 18 0 9 0 998088236 888594432 24476 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26844] ppid=26835 vsize=867768 CPUtime=0.35
/proc/26837/task/26844/stat : 26844 (java) S 26835 26837 24795 0 -1 64 912 453 0 0 30 0 4 1 16 0 9 0 998088236 888594432 24476 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26845] ppid=26835 vsize=867768 CPUtime=0.05
/proc/26837/task/26845/stat : 26845 (java) S 26835 26837 24795 0 -1 64 1 453 0 0 0 0 4 1 19 0 9 0 998088236 888594432 24476 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26846] ppid=26835 vsize=867768 CPUtime=0.05
/proc/26837/task/26846/stat : 26846 (java) S 26835 26837 24795 0 -1 64 39 453 0 0 0 0 4 1 15 0 9 0 998088236 888594432 24476 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 867768

[startup+12.7013 s]
/proc/loadavg: 1.95 1.98 1.99 3/81 26850
/proc/meminfo: memFree=1527192/2055920 swapFree=4180884/4192956
[pid=26837] ppid=26835 vsize=867768 CPUtime=12.56
/proc/26837/stat : 26837 (java) S 26835 26837 24795 0 -1 0 42008 453 1 0 1234 17 4 1 18 0 9 0 998088230 888594432 24476 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26837/statm: 216942 24476 2615 9 0 211470 0
[pid=26837/tid=26839] ppid=26835 vsize=867768 CPUtime=11.93
/proc/26837/task/26839/stat : 26839 (java) R 26835 26837 24795 0 -1 64 27960 453 1 0 1178 10 4 1 25 0 9 0 998088232 888594432 24476 996147200 134512640 134550740 4294955984 18446744073709551615 4127177822 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26840] ppid=26835 vsize=867768 CPUtime=0.34
/proc/26837/task/26840/stat : 26840 (java) S 26835 26837 24795 0 -1 64 12236 453 0 0 25 4 4 1 16 0 9 0 998088233 888594432 24476 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26841] ppid=26835 vsize=867768 CPUtime=0.05
/proc/26837/task/26841/stat : 26841 (java) S 26835 26837 24795 0 -1 64 20 453 0 0 0 0 4 1 16 0 9 0 998088234 888594432 24476 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26842] ppid=26835 vsize=867768 CPUtime=0.05
/proc/26837/task/26842/stat : 26842 (java) S 26835 26837 24795 0 -1 64 30 453 0 0 0 0 4 1 15 0 9 0 998088234 888594432 24476 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26843] ppid=26835 vsize=867768 CPUtime=0.05
/proc/26837/task/26843/stat : 26843 (java) S 26835 26837 24795 0 -1 64 1 453 0 0 0 0 4 1 18 0 9 0 998088236 888594432 24476 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26844] ppid=26835 vsize=867768 CPUtime=0.35
/proc/26837/task/26844/stat : 26844 (java) S 26835 26837 24795 0 -1 64 912 453 0 0 30 0 4 1 16 0 9 0 998088236 888594432 24476 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26845] ppid=26835 vsize=867768 CPUtime=0.05
/proc/26837/task/26845/stat : 26845 (java) S 26835 26837 24795 0 -1 64 1 453 0 0 0 0 4 1 19 0 9 0 998088236 888594432 24476 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26846] ppid=26835 vsize=867768 CPUtime=0.05
/proc/26837/task/26846/stat : 26846 (java) S 26835 26837 24795 0 -1 64 39 453 0 0 0 0 4 1 15 0 9 0 998088236 888594432 24476 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 867768

[startup+25.5026 s]
/proc/loadavg: 1.96 1.98 1.99 3/81 26856
/proc/meminfo: memFree=1527176/2055920 swapFree=4180884/4192956
[pid=26837] ppid=26835 vsize=867768 CPUtime=25.23
/proc/26837/stat : 26837 (java) S 26835 26837 24795 0 -1 0 42014 453 1 0 2501 17 4 1 18 0 9 0 998088230 888594432 24480 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26837/statm: 216942 24480 2615 9 0 211470 0
[pid=26837/tid=26839] ppid=26835 vsize=867768 CPUtime=24.6
/proc/26837/task/26839/stat : 26839 (java) R 26835 26837 24795 0 -1 64 27962 453 1 0 2445 10 4 1 25 0 9 0 998088232 888594432 24480 996147200 134512640 134550740 4294955984 18446744073709551615 4127176752 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26840] ppid=26835 vsize=867768 CPUtime=0.34
/proc/26837/task/26840/stat : 26840 (java) S 26835 26837 24795 0 -1 64 12236 453 0 0 25 4 4 1 16 0 9 0 998088233 888594432 24480 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26841] ppid=26835 vsize=867768 CPUtime=0.05
/proc/26837/task/26841/stat : 26841 (java) S 26835 26837 24795 0 -1 64 20 453 0 0 0 0 4 1 16 0 9 0 998088234 888594432 24480 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26842] ppid=26835 vsize=867768 CPUtime=0.05
/proc/26837/task/26842/stat : 26842 (java) S 26835 26837 24795 0 -1 64 30 453 0 0 0 0 4 1 15 0 9 0 998088234 888594432 24480 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26843] ppid=26835 vsize=867768 CPUtime=0.05
/proc/26837/task/26843/stat : 26843 (java) S 26835 26837 24795 0 -1 64 1 453 0 0 0 0 4 1 18 0 9 0 998088236 888594432 24480 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26844] ppid=26835 vsize=867768 CPUtime=0.35
/proc/26837/task/26844/stat : 26844 (java) S 26835 26837 24795 0 -1 64 916 453 0 0 30 0 4 1 16 0 9 0 998088236 888594432 24480 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26845] ppid=26835 vsize=867768 CPUtime=0.05
/proc/26837/task/26845/stat : 26845 (java) S 26835 26837 24795 0 -1 64 1 453 0 0 0 0 4 1 19 0 9 0 998088236 888594432 24480 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26846] ppid=26835 vsize=867768 CPUtime=0.05
/proc/26837/task/26846/stat : 26846 (java) S 26835 26837 24795 0 -1 64 39 453 0 0 0 0 4 1 15 0 9 0 998088236 888594432 24480 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 867768

[startup+51.1023 s]
/proc/loadavg: 1.97 1.98 1.99 3/81 26856
/proc/meminfo: memFree=1527192/2055920 swapFree=4180884/4192956
[pid=26837] ppid=26835 vsize=867768 CPUtime=50.61
/proc/26837/stat : 26837 (java) S 26835 26837 24795 0 -1 0 42014 453 1 0 5039 17 4 1 18 0 9 0 998088230 888594432 24480 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26837/statm: 216942 24480 2615 9 0 211470 0
[pid=26837/tid=26839] ppid=26835 vsize=867768 CPUtime=49.98
/proc/26837/task/26839/stat : 26839 (java) R 26835 26837 24795 0 -1 64 27962 453 1 0 4983 10 4 1 25 0 9 0 998088232 888594432 24480 996147200 134512640 134550740 4294955984 18446744073709551615 4127177872 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26840] ppid=26835 vsize=867768 CPUtime=0.34
/proc/26837/task/26840/stat : 26840 (java) S 26835 26837 24795 0 -1 64 12236 453 0 0 25 4 4 1 16 0 9 0 998088233 888594432 24480 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26841] ppid=26835 vsize=867768 CPUtime=0.05
/proc/26837/task/26841/stat : 26841 (java) S 26835 26837 24795 0 -1 64 20 453 0 0 0 0 4 1 16 0 9 0 998088234 888594432 24480 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26842] ppid=26835 vsize=867768 CPUtime=0.05
/proc/26837/task/26842/stat : 26842 (java) S 26835 26837 24795 0 -1 64 30 453 0 0 0 0 4 1 15 0 9 0 998088234 888594432 24480 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26843] ppid=26835 vsize=867768 CPUtime=0.05
/proc/26837/task/26843/stat : 26843 (java) S 26835 26837 24795 0 -1 64 1 453 0 0 0 0 4 1 18 0 9 0 998088236 888594432 24480 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26844] ppid=26835 vsize=867768 CPUtime=0.35
/proc/26837/task/26844/stat : 26844 (java) S 26835 26837 24795 0 -1 64 916 453 0 0 30 0 4 1 16 0 9 0 998088236 888594432 24480 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26845] ppid=26835 vsize=867768 CPUtime=0.05

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

/proc/26837/task/26842/stat : 26842 (java) S 26835 26837 24795 0 -1 64 30 453 0 0 0 0 4 1 15 0 9 0 998088234 888594432 24508 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26843] ppid=26835 vsize=867768 CPUtime=0.05
/proc/26837/task/26843/stat : 26843 (java) S 26835 26837 24795 0 -1 64 1 453 0 0 0 0 4 1 18 0 9 0 998088236 888594432 24508 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26844] ppid=26835 vsize=867768 CPUtime=0.4
/proc/26837/task/26844/stat : 26844 (java) S 26835 26837 24795 0 -1 64 950 453 0 0 34 1 4 1 15 0 9 0 998088236 888594432 24508 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26837/tid=26845] ppid=26835 vsize=867768 CPUtime=0.05
/proc/26837/task/26845/stat : 26845 (java) S 26835 26837 24795 0 -1 64 1 453 0 0 0 0 4 1 19 0 9 0 998088236 888594432 24508 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26846] ppid=26835 vsize=867768 CPUtime=0.06
/proc/26837/task/26846/stat : 26846 (java) S 26835 26837 24795 0 -1 64 39 453 0 0 1 0 4 1 15 0 9 0 998088236 888594432 24508 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1479.84
Current children cumulated vsize (KiB) 867768

[startup+1542.3 s]
/proc/loadavg: 2.02 2.05 2.02 3/92 27553
/proc/meminfo: memFree=1649344/2055920 swapFree=4180884/4192956
[pid=26837] ppid=26835 vsize=867768 CPUtime=1539.81
/proc/26837/stat : 26837 (java) S 26835 26837 24795 0 -1 0 42060 453 1 0 153927 49 4 1 18 0 9 0 998088230 888594432 24508 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26837/statm: 216942 24508 2615 9 0 211470 0
[pid=26837/tid=26839] ppid=26835 vsize=867768 CPUtime=1539.12
/proc/26837/task/26839/stat : 26839 (java) R 26835 26837 24795 0 -1 64 27974 453 1 0 153866 41 4 1 25 0 9 0 998088232 888594432 24508 996147200 134512640 134550740 4294955984 18446744073709551615 4127176798 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26837/tid=26840] ppid=26835 vsize=867768 CPUtime=0.34
/proc/26837/task/26840/stat : 26840 (java) S 26835 26837 24795 0 -1 64 12236 453 0 0 25 4 4 1 16 0 9 0 998088233 888594432 24508 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26841] ppid=26835 vsize=867768 CPUtime=0.05
/proc/26837/task/26841/stat : 26841 (java) S 26835 26837 24795 0 -1 64 20 453 0 0 0 0 4 1 16 0 9 0 998088234 888594432 24508 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26842] ppid=26835 vsize=867768 CPUtime=0.05
/proc/26837/task/26842/stat : 26842 (java) S 26835 26837 24795 0 -1 64 30 453 0 0 0 0 4 1 15 0 9 0 998088234 888594432 24508 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26843] ppid=26835 vsize=867768 CPUtime=0.05
/proc/26837/task/26843/stat : 26843 (java) S 26835 26837 24795 0 -1 64 1 453 0 0 0 0 4 1 18 0 9 0 998088236 888594432 24508 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26844] ppid=26835 vsize=867768 CPUtime=0.4
/proc/26837/task/26844/stat : 26844 (java) S 26835 26837 24795 0 -1 64 950 453 0 0 34 1 4 1 15 0 9 0 998088236 888594432 24508 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26837/tid=26845] ppid=26835 vsize=867768 CPUtime=0.05
/proc/26837/task/26845/stat : 26845 (java) S 26835 26837 24795 0 -1 64 1 453 0 0 0 0 4 1 19 0 9 0 998088236 888594432 24508 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26846] ppid=26835 vsize=867768 CPUtime=0.06
/proc/26837/task/26846/stat : 26846 (java) S 26835 26837 24795 0 -1 64 39 453 0 0 1 0 4 1 15 0 9 0 998088236 888594432 24508 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1539.81
Current children cumulated vsize (KiB) 867768

[startup+1602.3 s]
/proc/loadavg: 2.00 2.04 2.02 3/92 27553
/proc/meminfo: memFree=1649024/2055920 swapFree=4180884/4192956
[pid=26837] ppid=26835 vsize=867768 CPUtime=1599.79
/proc/26837/stat : 26837 (java) S 26835 26837 24795 0 -1 0 42060 453 1 0 159925 49 4 1 18 0 9 0 998088230 888594432 24508 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26837/statm: 216942 24508 2615 9 0 211470 0
[pid=26837/tid=26839] ppid=26835 vsize=867768 CPUtime=1599.09
/proc/26837/task/26839/stat : 26839 (java) R 26835 26837 24795 0 -1 64 27974 453 1 0 159863 41 4 1 25 0 9 0 998088232 888594432 24508 996147200 134512640 134550740 4294955984 18446744073709551615 4126993783 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26837/tid=26840] ppid=26835 vsize=867768 CPUtime=0.34
/proc/26837/task/26840/stat : 26840 (java) S 26835 26837 24795 0 -1 64 12236 453 0 0 25 4 4 1 16 0 9 0 998088233 888594432 24508 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26841] ppid=26835 vsize=867768 CPUtime=0.05
/proc/26837/task/26841/stat : 26841 (java) S 26835 26837 24795 0 -1 64 20 453 0 0 0 0 4 1 16 0 9 0 998088234 888594432 24508 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26842] ppid=26835 vsize=867768 CPUtime=0.05
/proc/26837/task/26842/stat : 26842 (java) S 26835 26837 24795 0 -1 64 30 453 0 0 0 0 4 1 15 0 9 0 998088234 888594432 24508 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26843] ppid=26835 vsize=867768 CPUtime=0.05
/proc/26837/task/26843/stat : 26843 (java) S 26835 26837 24795 0 -1 64 1 453 0 0 0 0 4 1 18 0 9 0 998088236 888594432 24508 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26844] ppid=26835 vsize=867768 CPUtime=0.4
/proc/26837/task/26844/stat : 26844 (java) S 26835 26837 24795 0 -1 64 950 453 0 0 34 1 4 1 16 0 9 0 998088236 888594432 24508 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26837/tid=26845] ppid=26835 vsize=867768 CPUtime=0.05
/proc/26837/task/26845/stat : 26845 (java) S 26835 26837 24795 0 -1 64 1 453 0 0 0 0 4 1 19 0 9 0 998088236 888594432 24508 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26846] ppid=26835 vsize=867768 CPUtime=0.06
/proc/26837/task/26846/stat : 26846 (java) S 26835 26837 24795 0 -1 64 39 453 0 0 1 0 4 1 15 0 9 0 998088236 888594432 24508 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1599.79
Current children cumulated vsize (KiB) 867768

[startup+1662.3 s]
/proc/loadavg: 2.00 2.03 2.01 3/92 27553
/proc/meminfo: memFree=1648832/2055920 swapFree=4180884/4192956
[pid=26837] ppid=26835 vsize=867768 CPUtime=1659.77
/proc/26837/stat : 26837 (java) S 26835 26837 24795 0 -1 0 42060 453 1 0 165923 49 4 1 18 0 9 0 998088230 888594432 24508 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26837/statm: 216942 24508 2615 9 0 211470 0
[pid=26837/tid=26839] ppid=26835 vsize=867768 CPUtime=1659.07
/proc/26837/task/26839/stat : 26839 (java) R 26835 26837 24795 0 -1 64 27974 453 1 0 165861 41 4 1 25 0 9 0 998088232 888594432 24508 996147200 134512640 134550740 4294955984 18446744073709551615 4127158183 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26837/tid=26840] ppid=26835 vsize=867768 CPUtime=0.34
/proc/26837/task/26840/stat : 26840 (java) S 26835 26837 24795 0 -1 64 12236 453 0 0 25 4 4 1 16 0 9 0 998088233 888594432 24508 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26841] ppid=26835 vsize=867768 CPUtime=0.05
/proc/26837/task/26841/stat : 26841 (java) S 26835 26837 24795 0 -1 64 20 453 0 0 0 0 4 1 16 0 9 0 998088234 888594432 24508 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26842] ppid=26835 vsize=867768 CPUtime=0.05
/proc/26837/task/26842/stat : 26842 (java) S 26835 26837 24795 0 -1 64 30 453 0 0 0 0 4 1 15 0 9 0 998088234 888594432 24508 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26843] ppid=26835 vsize=867768 CPUtime=0.05
/proc/26837/task/26843/stat : 26843 (java) S 26835 26837 24795 0 -1 64 1 453 0 0 0 0 4 1 18 0 9 0 998088236 888594432 24508 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26844] ppid=26835 vsize=867768 CPUtime=0.4
/proc/26837/task/26844/stat : 26844 (java) S 26835 26837 24795 0 -1 64 950 453 0 0 34 1 4 1 16 0 9 0 998088236 888594432 24508 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26837/tid=26845] ppid=26835 vsize=867768 CPUtime=0.05
/proc/26837/task/26845/stat : 26845 (java) S 26835 26837 24795 0 -1 64 1 453 0 0 0 0 4 1 19 0 9 0 998088236 888594432 24508 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26846] ppid=26835 vsize=867768 CPUtime=0.06
/proc/26837/task/26846/stat : 26846 (java) S 26835 26837 24795 0 -1 64 39 453 0 0 1 0 4 1 15 0 9 0 998088236 888594432 24508 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1659.77
Current children cumulated vsize (KiB) 867768

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.01 3/92 27553
/proc/meminfo: memFree=1648640/2055920 swapFree=4180884/4192956
[pid=26837] ppid=26835 vsize=867768 CPUtime=1719.75
/proc/26837/stat : 26837 (java) S 26835 26837 24795 0 -1 0 42060 453 1 0 171921 49 4 1 18 0 9 0 998088230 888594432 24508 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26837/statm: 216942 24508 2615 9 0 211470 0
[pid=26837/tid=26839] ppid=26835 vsize=867768 CPUtime=1719.05
/proc/26837/task/26839/stat : 26839 (java) R 26835 26837 24795 0 -1 64 27974 453 1 0 171859 41 4 1 25 0 9 0 998088232 888594432 24508 996147200 134512640 134550740 4294955984 18446744073709551615 4127176862 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26837/tid=26840] ppid=26835 vsize=867768 CPUtime=0.34
/proc/26837/task/26840/stat : 26840 (java) S 26835 26837 24795 0 -1 64 12236 453 0 0 25 4 4 1 16 0 9 0 998088233 888594432 24508 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26841] ppid=26835 vsize=867768 CPUtime=0.05
/proc/26837/task/26841/stat : 26841 (java) S 26835 26837 24795 0 -1 64 20 453 0 0 0 0 4 1 16 0 9 0 998088234 888594432 24508 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26842] ppid=26835 vsize=867768 CPUtime=0.05
/proc/26837/task/26842/stat : 26842 (java) S 26835 26837 24795 0 -1 64 30 453 0 0 0 0 4 1 15 0 9 0 998088234 888594432 24508 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26843] ppid=26835 vsize=867768 CPUtime=0.05
/proc/26837/task/26843/stat : 26843 (java) S 26835 26837 24795 0 -1 64 1 453 0 0 0 0 4 1 18 0 9 0 998088236 888594432 24508 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26844] ppid=26835 vsize=867768 CPUtime=0.4
/proc/26837/task/26844/stat : 26844 (java) S 26835 26837 24795 0 -1 64 950 453 0 0 34 1 4 1 16 0 9 0 998088236 888594432 24508 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26837/tid=26845] ppid=26835 vsize=867768 CPUtime=0.05
/proc/26837/task/26845/stat : 26845 (java) S 26835 26837 24795 0 -1 64 1 453 0 0 0 0 4 1 19 0 9 0 998088236 888594432 24508 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26846] ppid=26835 vsize=867768 CPUtime=0.06
/proc/26837/task/26846/stat : 26846 (java) S 26835 26837 24795 0 -1 64 39 453 0 0 1 0 4 1 15 0 9 0 998088236 888594432 24508 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1719.75
Current children cumulated vsize (KiB) 867768

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/92 27553
/proc/meminfo: memFree=1648384/2055920 swapFree=4180884/4192956
[pid=26837] ppid=26835 vsize=867768 CPUtime=1779.73
/proc/26837/stat : 26837 (java) S 26835 26837 24795 0 -1 0 42060 453 1 0 177919 49 4 1 18 0 9 0 998088230 888594432 24508 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26837/statm: 216942 24508 2615 9 0 211470 0
[pid=26837/tid=26839] ppid=26835 vsize=867768 CPUtime=1779.03
/proc/26837/task/26839/stat : 26839 (java) R 26835 26837 24795 0 -1 64 27974 453 1 0 177857 41 4 1 25 0 9 0 998088232 888594432 24508 996147200 134512640 134550740 4294955984 18446744073709551615 4127171147 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26837/tid=26840] ppid=26835 vsize=867768 CPUtime=0.34
/proc/26837/task/26840/stat : 26840 (java) S 26835 26837 24795 0 -1 64 12236 453 0 0 25 4 4 1 16 0 9 0 998088233 888594432 24508 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26841] ppid=26835 vsize=867768 CPUtime=0.05
/proc/26837/task/26841/stat : 26841 (java) S 26835 26837 24795 0 -1 64 20 453 0 0 0 0 4 1 16 0 9 0 998088234 888594432 24508 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26842] ppid=26835 vsize=867768 CPUtime=0.05
/proc/26837/task/26842/stat : 26842 (java) S 26835 26837 24795 0 -1 64 30 453 0 0 0 0 4 1 15 0 9 0 998088234 888594432 24508 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26843] ppid=26835 vsize=867768 CPUtime=0.05
/proc/26837/task/26843/stat : 26843 (java) S 26835 26837 24795 0 -1 64 1 453 0 0 0 0 4 1 18 0 9 0 998088236 888594432 24508 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26844] ppid=26835 vsize=867768 CPUtime=0.4
/proc/26837/task/26844/stat : 26844 (java) S 26835 26837 24795 0 -1 64 950 453 0 0 34 1 4 1 16 0 9 0 998088236 888594432 24508 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26837/tid=26845] ppid=26835 vsize=867768 CPUtime=0.05
/proc/26837/task/26845/stat : 26845 (java) S 26835 26837 24795 0 -1 64 1 453 0 0 0 0 4 1 19 0 9 0 998088236 888594432 24508 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26846] ppid=26835 vsize=867768 CPUtime=0.06
/proc/26837/task/26846/stat : 26846 (java) S 26835 26837 24795 0 -1 64 39 453 0 0 1 0 4 1 15 0 9 0 998088236 888594432 24508 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1779.73
Current children cumulated vsize (KiB) 867768



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.6 s]
/proc/loadavg: 2.00 2.02 2.00 3/92 27553
/proc/meminfo: memFree=1648384/2055920 swapFree=4180884/4192956
[pid=26837] ppid=26835 vsize=867768 CPUtime=1800.03
/proc/26837/stat : 26837 (java) S 26835 26837 24795 0 -1 0 42060 453 1 0 179949 49 4 1 18 0 9 0 998088230 888594432 24508 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26837/statm: 216942 24508 2615 9 0 211470 0
[pid=26837/tid=26839] ppid=26835 vsize=867768 CPUtime=1799.33
/proc/26837/task/26839/stat : 26839 (java) R 26835 26837 24795 0 -1 64 27974 453 1 0 179887 41 4 1 25 0 9 0 998088232 888594432 24508 996147200 134512640 134550740 4294955984 18446744073709551615 4127171180 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26837/tid=26840] ppid=26835 vsize=867768 CPUtime=0.34
/proc/26837/task/26840/stat : 26840 (java) S 26835 26837 24795 0 -1 64 12236 453 0 0 25 4 4 1 16 0 9 0 998088233 888594432 24508 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26841] ppid=26835 vsize=867768 CPUtime=0.05
/proc/26837/task/26841/stat : 26841 (java) S 26835 26837 24795 0 -1 64 20 453 0 0 0 0 4 1 16 0 9 0 998088234 888594432 24508 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26842] ppid=26835 vsize=867768 CPUtime=0.05
/proc/26837/task/26842/stat : 26842 (java) S 26835 26837 24795 0 -1 64 30 453 0 0 0 0 4 1 15 0 9 0 998088234 888594432 24508 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26843] ppid=26835 vsize=867768 CPUtime=0.05
/proc/26837/task/26843/stat : 26843 (java) S 26835 26837 24795 0 -1 64 1 453 0 0 0 0 4 1 18 0 9 0 998088236 888594432 24508 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26844] ppid=26835 vsize=867768 CPUtime=0.4
/proc/26837/task/26844/stat : 26844 (java) S 26835 26837 24795 0 -1 64 950 453 0 0 34 1 4 1 16 0 9 0 998088236 888594432 24508 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26837/tid=26845] ppid=26835 vsize=867768 CPUtime=0.05
/proc/26837/task/26845/stat : 26845 (java) S 26835 26837 24795 0 -1 64 1 453 0 0 0 0 4 1 19 0 9 0 998088236 888594432 24508 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26837/tid=26846] ppid=26835 vsize=867768 CPUtime=0.06
/proc/26837/task/26846/stat : 26846 (java) S 26835 26837 24795 0 -1 64 39 453 0 0 1 0 4 1 15 0 9 0 998088236 888594432 24508 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 867768

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

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

Child status: 143
Real time (s): 1802.66
CPU time (s): 1800.09
CPU user time (s): 1799.57
CPU system time (s): 0.52392
CPU usage (%): 99.8579
Max. virtual memory (cumulated for all children) (KiB): 867856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.57
system time used= 0.52392
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42546
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= 38149
involuntary context switches= 10580

runsolver used 2.32665 second user time and 5.8901 second system time

The end

Launcher Data (download as text)

Begin job on node2 at 2008-07-04 04:00:36
IDJOB=1063403
IDBENCH=54747
IDSOLVER=364
FILE ID=node2/1063403-1215136836
PBS_JOBID= 7877248
Free space on /tmp= 66552 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/pseudo/mpsReduced/normalized-mps-red-share2b.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-1063403-1215136836/watcher-1063403-1215136836 -o /tmp/evaluation-result-1063403-1215136836/solver-1063403-1215136836 -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-1063403-1215136836.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8a721fe409f930a696bbe0a3be39d00f
RANDOM SEED=467415625

node2.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.236
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.236
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:       1616064 kB
Buffers:         78536 kB
Cached:         279016 kB
SwapCached:       5908 kB
Active:         211156 kB
Inactive:       160928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1616064 kB
SwapTotal:     4192956 kB
SwapFree:      4180884 kB
Dirty:            2836 kB
Writeback:           0 kB
Mapped:          22048 kB
Slab:            52880 kB
Committed_AS:  1511460 kB
PageTables:       1932 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66548 MiB
End job on node2 at 2008-07-04 04:30:41