Trace number 1058208

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 AC? (TO) 1800.18 1812.49

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-14.xml
MD5SUM11f6902a1becd1ad9a2f18db7aea4eb7
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark58.7261
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of constraints33340
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension32990
Global constraints used (with number of constraints)alldifferent(350)

Solver Data (download as text)

0.05/0.09	
0.05/0.09	Abscon 112 (May, 2008)
0.19/0.23	
0.19/0.23	   configuration
0.19/0.23	     name=mac.xml
0.28/0.31	   
0.28/0.31	   instance
0.28/0.31	     name=HOME/instance-1058208-1215113502.xml
0.28/0.35	   
0.28/0.35	   domains being loaded...
0.28/0.36	   
0.28/0.36	   variables being loaded...
0.48/0.57	     nbVariables=700  nbDomainTypes=25  minDomainSize=1  maxDomainSize=45  nbTotalValues=16827
0.48/0.57	       =>  wckTime=0.329  cpuTime=0.23  mem=9M837
0.48/0.57	   
0.48/0.57	   predicates being loaded...
0.58/0.63	   
0.58/0.63	   constraints being loaded...
9.77/9.97	     nbConstraints=33343  nbGlobalConstraints=353  nbSingletonDomainVariables=104  nbConflictsStructures=42
9.77/9.97	     nbSharedConflictsStructures=7542  nbUnbuiltConflictsStructures=212  nbSharedBinaryRepresentations=0
9.77/9.97	     nbEvaluationManagers=254  nbSharedEvaluationManagers=32736  minDegree=44  maxDegree=349  minArity=4  avgArity=4.14
9.77/9.97	     maxArity=20  nbGenerators=3  nbFusions=0  symmetryWckTime=1.912  symmetryCpuTime=0.64
9.77/9.97	       =>  wckTime=9.73  cpuTime=7.18  mem=152M225
10.38/10.57	   
10.38/10.57	   solver IterativeSystematicSolver being built... 
12.46/12.68	   
12.46/12.68	   INFO : Forward propagation technique limited 
12.56/12.77	       =>  wckTime=12.536  cpuTime=8.39  mem=292M91
14.35/14.56	   
14.35/14.56	   preprocessing
14.35/14.56	     nbConstraintChecks=2433064  nbValidityChecks=92730  nbPropagations=700  nbRevisions=101624
14.35/14.56	     nbUselessRevisions=101624  nbRemovedValues=0  detectedInconsistency=no
14.35/14.56	       =>  wckTime=1.786  cpuTime=1.75  mem=297M148
46.46/46.90	   
46.46/46.90	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=299M181)

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

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 3/72 12427
/proc/meminfo: memFree=1511360/2055920 swapFree=4180424/4192956
[pid=12427] ppid=12425 vsize=1616 CPUtime=0
/proc/12427/stat : 12427 (java) D 12425 12427 11864 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 1990322516 1654784 145 996147200 134512640 134550740 4294956144 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/12427/statm: 404 145 119 9 0 46 0

[startup+0.0684061 s]
/proc/loadavg: 1.92 1.98 1.99 3/72 12427
/proc/meminfo: memFree=1511360/2055920 swapFree=4180424/4192956
[pid=12427] ppid=12425 vsize=864076 CPUtime=0.05
/proc/12427/stat : 12427 (java) S 12425 12427 11864 0 -1 0 2834 0 1 0 4 1 0 0 18 0 9 0 1990322516 884813824 2364 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12427/statm: 216019 2364 1132 9 0 210976 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 864076

[startup+0.101419 s]
/proc/loadavg: 1.92 1.98 1.99 3/72 12427
/proc/meminfo: memFree=1511360/2055920 swapFree=4180424/4192956
[pid=12427] ppid=12425 vsize=865884 CPUtime=0.09
/proc/12427/stat : 12427 (java) S 12425 12427 11864 0 -1 0 3743 0 1 0 7 2 0 0 18 0 9 0 1990322516 886665216 3202 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12427/statm: 216471 3202 1698 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301445 s]
/proc/loadavg: 1.92 1.98 1.99 3/72 12427
/proc/meminfo: memFree=1511360/2055920 swapFree=4180424/4192956
[pid=12427] ppid=12425 vsize=866196 CPUtime=0.28
/proc/12427/stat : 12427 (java) S 12425 12427 11864 0 -1 0 5623 0 1 0 25 3 0 0 18 0 9 0 1990322516 886984704 5037 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12427/statm: 216549 5037 1903 9 0 211097 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866196

[startup+0.701503 s]
/proc/loadavg: 1.92 1.98 1.99 3/72 12427
/proc/meminfo: memFree=1511360/2055920 swapFree=4180424/4192956
[pid=12427] ppid=12425 vsize=867104 CPUtime=0.68
/proc/12427/stat : 12427 (java) S 12425 12427 11864 0 -1 0 8150 0 1 0 63 5 0 0 18 0 9 0 1990322516 887914496 7510 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12427/statm: 216776 7510 2007 9 0 211282 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867104

[startup+1.50262 s]
/proc/loadavg: 1.92 1.98 1.99 3/81 12436
/proc/meminfo: memFree=1473720/2055920 swapFree=4180424/4192956
[pid=12427] ppid=12425 vsize=867604 CPUtime=1.46
/proc/12427/stat : 12427 (java) S 12425 12427 11864 0 -1 0 18480 0 1 0 136 10 0 0 18 0 9 0 1990322516 888426496 17815 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12427/statm: 216901 17815 2004 9 0 211429 0
[pid=12427/tid=12429] ppid=12425 vsize=867604 CPUtime=1.21
/proc/12427/task/12429/stat : 12429 (java) R 12425 12427 11864 0 -1 64 15750 0 1 0 113 8 0 0 25 0 9 0 1990322517 888426496 17815 996147200 134512640 134550740 4294955984 18446744073709551615 4126774781 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12430] ppid=12425 vsize=867604 CPUtime=0.06
/proc/12427/task/12430/stat : 12430 (java) S 12425 12427 11864 0 -1 64 1368 0 0 0 6 0 0 0 16 0 9 0 1990322518 888426496 17815 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12431] ppid=12425 vsize=867604 CPUtime=0
/proc/12427/task/12431/stat : 12431 (java) S 12425 12427 11864 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1990322519 888426496 17815 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12432] ppid=12425 vsize=867604 CPUtime=0
/proc/12427/task/12432/stat : 12432 (java) S 12425 12427 11864 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1990322519 888426496 17815 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12433] ppid=12425 vsize=867604 CPUtime=0
/proc/12427/task/12433/stat : 12433 (java) S 12425 12427 11864 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1990322521 888426496 17815 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12434] ppid=12425 vsize=867604 CPUtime=0.16
/proc/12427/task/12434/stat : 12434 (java) S 12425 12427 11864 0 -1 64 665 0 0 0 16 0 0 0 16 0 9 0 1990322521 888426496 17815 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12435] ppid=12425 vsize=867604 CPUtime=0
/proc/12427/task/12435/stat : 12435 (java) S 12425 12427 11864 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990322521 888426496 17815 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12436] ppid=12425 vsize=867604 CPUtime=0
/proc/12427/task/12436/stat : 12436 (java) S 12425 12427 11864 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990322521 888426496 17815 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867604

[startup+3.10186 s]
/proc/loadavg: 1.93 1.98 1.99 5/81 12436
/proc/meminfo: memFree=1443832/2055920 swapFree=4180424/4192956
[pid=12427] ppid=12425 vsize=867604 CPUtime=3.06
/proc/12427/stat : 12427 (java) S 12425 12427 11864 0 -1 0 22767 0 1 0 293 13 0 0 18 0 9 0 1990322516 888426496 22100 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12427/statm: 216901 22100 2005 9 0 211429 0
[pid=12427/tid=12429] ppid=12425 vsize=867604 CPUtime=2.56
/proc/12427/task/12429/stat : 12429 (java) R 12425 12427 11864 0 -1 64 15774 0 1 0 247 9 0 0 25 0 9 0 1990322517 888426496 22100 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12430] ppid=12425 vsize=867604 CPUtime=0.29
/proc/12427/task/12430/stat : 12430 (java) S 12425 12427 11864 0 -1 64 5616 0 0 0 27 2 0 0 17 0 9 0 1990322518 888426496 22100 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12431] ppid=12425 vsize=867604 CPUtime=0
/proc/12427/task/12431/stat : 12431 (java) S 12425 12427 11864 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1990322519 888426496 22100 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12432] ppid=12425 vsize=867604 CPUtime=0
/proc/12427/task/12432/stat : 12432 (java) S 12425 12427 11864 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1990322519 888426496 22100 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12433] ppid=12425 vsize=867604 CPUtime=0
/proc/12427/task/12433/stat : 12433 (java) S 12425 12427 11864 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1990322521 888426496 22100 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12434] ppid=12425 vsize=867604 CPUtime=0.18
/proc/12427/task/12434/stat : 12434 (java) R 12425 12427 11864 0 -1 64 680 0 0 0 18 0 0 0 16 0 9 0 1990322521 888426496 22100 996147200 134512640 134550740 4294955984 18446744073709551615 101462848 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12435] ppid=12425 vsize=867604 CPUtime=0
/proc/12427/task/12435/stat : 12435 (java) S 12425 12427 11864 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990322521 888426496 22100 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12436] ppid=12425 vsize=867604 CPUtime=0
/proc/12427/task/12436/stat : 12436 (java) S 12425 12427 11864 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990322521 888426496 22100 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867604

[startup+6.30234 s]
/proc/loadavg: 1.93 1.98 1.99 3/81 12436
/proc/meminfo: memFree=1390008/2055920 swapFree=4180424/4192956
[pid=12427] ppid=12425 vsize=867604 CPUtime=6.23
/proc/12427/stat : 12427 (java) S 12425 12427 11864 0 -1 0 38138 0 1 0 521 102 0 0 18 0 9 0 1990322516 888426496 37467 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12427/statm: 216901 37467 2005 9 0 211429 0
[pid=12427/tid=12429] ppid=12425 vsize=867604 CPUtime=5.28
/proc/12427/task/12429/stat : 12429 (java) R 12425 12427 11864 0 -1 64 15781 0 1 0 437 91 0 0 18 0 9 0 1990322517 888426496 37467 996147200 134512640 134550740 4294955984 18446744073709551615 102064719 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12430] ppid=12425 vsize=867604 CPUtime=0.68
/proc/12427/task/12430/stat : 12430 (java) S 12425 12427 11864 0 -1 64 20933 0 0 0 59 9 0 0 17 0 9 0 1990322518 888426496 37467 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12431] ppid=12425 vsize=867604 CPUtime=0
/proc/12427/task/12431/stat : 12431 (java) S 12425 12427 11864 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1990322519 888426496 37467 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12432] ppid=12425 vsize=867604 CPUtime=0
/proc/12427/task/12432/stat : 12432 (java) S 12425 12427 11864 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1990322519 888426496 37467 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12433] ppid=12425 vsize=867604 CPUtime=0
/proc/12427/task/12433/stat : 12433 (java) S 12425 12427 11864 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1990322521 888426496 37467 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12434] ppid=12425 vsize=867604 CPUtime=0.24
/proc/12427/task/12434/stat : 12434 (java) S 12425 12427 11864 0 -1 64 727 0 0 0 23 1 0 0 17 0 9 0 1990322521 888426496 37467 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12435] ppid=12425 vsize=867604 CPUtime=0
/proc/12427/task/12435/stat : 12435 (java) S 12425 12427 11864 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990322521 888426496 37467 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12436] ppid=12425 vsize=867604 CPUtime=0
/proc/12427/task/12436/stat : 12436 (java) S 12425 12427 11864 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990322521 888426496 37467 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 867604

[startup+12.7023 s]
/proc/loadavg: 1.94 1.98 1.99 3/81 12440
/proc/meminfo: memFree=1224168/2055920 swapFree=4180424/4192956
[pid=12427] ppid=12425 vsize=868340 CPUtime=12.56
/proc/12427/stat : 12427 (java) S 12425 12427 11864 0 -1 0 136492 3097 1 0 971 187 93 5 18 0 9 0 1990322516 889180160 85202 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12427/statm: 217085 85202 2637 9 0 211591 0
[pid=12427/tid=12429] ppid=12425 vsize=868340 CPUtime=9.51
/proc/12427/task/12429/stat : 12429 (java) R 12425 12427 11864 0 -1 64 27730 3097 1 0 706 147 93 5 16 0 9 0 1990322517 889180160 85202 996147200 134512640 134550740 4294955984 18446744073709551615 104253009 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12430] ppid=12425 vsize=868340 CPUtime=3.65
/proc/12427/task/12430/stat : 12430 (java) R 12425 12427 11864 0 -1 64 106924 3097 0 0 232 35 93 5 25 0 9 0 1990322518 889180160 85202 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12431] ppid=12425 vsize=868340 CPUtime=0.98
/proc/12427/task/12431/stat : 12431 (java) S 12425 12427 11864 0 -1 64 20 3097 0 0 0 0 93 5 16 0 9 0 1990322519 889180160 85202 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12432] ppid=12425 vsize=868340 CPUtime=0.98
/proc/12427/task/12432/stat : 12432 (java) S 12425 12427 11864 0 -1 64 12 3097 0 0 0 0 93 5 15 0 9 0 1990322519 889180160 85202 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12433] ppid=12425 vsize=868340 CPUtime=0.98
/proc/12427/task/12433/stat : 12433 (java) S 12425 12427 11864 0 -1 64 0 3097 0 0 0 0 93 5 18 0 9 0 1990322521 889180160 85202 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12434] ppid=12425 vsize=868340 CPUtime=1.3
/proc/12427/task/12434/stat : 12434 (java) R 12425 12427 11864 0 -1 64 985 3097 0 0 31 1 93 5 16 0 9 0 1990322521 889180160 85202 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12435] ppid=12425 vsize=868340 CPUtime=0.98
/proc/12427/task/12435/stat : 12435 (java) S 12425 12427 11864 0 -1 64 2 3097 0 0 0 0 93 5 19 0 9 0 1990322521 889180160 85202 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12436] ppid=12425 vsize=868340 CPUtime=0.98
/proc/12427/task/12436/stat : 12436 (java) S 12425 12427 11864 0 -1 64 8 3097 0 0 0 0 93 5 15 0 9 0 1990322521 889180160 85202 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 868340

[startup+25.5012 s]
/proc/loadavg: 1.95 1.98 1.99 3/81 12440
/proc/meminfo: memFree=1179496/2055920 swapFree=4180424/4192956
[pid=12427] ppid=12425 vsize=868340 CPUtime=25.25
/proc/12427/stat : 12427 (java) S 12425 12427 11864 0 -1 0 136578 3097 1 0 2240 187 93 5 18 0 9 0 1990322516 889180160 85258 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12427/statm: 217085 85258 2637 9 0 211591 0
[pid=12427/tid=12429] ppid=12425 vsize=868340 CPUtime=22.14
/proc/12427/task/12429/stat : 12429 (java) R 12425 12427 11864 0 -1 64 27776 3097 1 0 1969 147 93 5 25 0 9 0 1990322517 889180160 85258 996147200 134512640 134550740 4294955984 18446744073709551615 4126519217 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12430] ppid=12425 vsize=868340 CPUtime=3.65
/proc/12427/task/12430/stat : 12430 (java) S 12425 12427 11864 0 -1 64 106924 3097 0 0 232 35 93 5 17 0 9 0 1990322518 889180160 85258 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12431] ppid=12425 vsize=868340 CPUtime=0.98
/proc/12427/task/12431/stat : 12431 (java) S 12425 12427 11864 0 -1 64 20 3097 0 0 0 0 93 5 16 0 9 0 1990322519 889180160 85258 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12432] ppid=12425 vsize=868340 CPUtime=0.98
/proc/12427/task/12432/stat : 12432 (java) S 12425 12427 11864 0 -1 64 14 3097 0 0 0 0 93 5 16 0 9 0 1990322519 889180160 85258 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12433] ppid=12425 vsize=868340 CPUtime=0.98
/proc/12427/task/12433/stat : 12433 (java) S 12425 12427 11864 0 -1 64 0 3097 0 0 0 0 93 5 18 0 9 0 1990322521 889180160 85258 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12434] ppid=12425 vsize=868340 CPUtime=1.36
/proc/12427/task/12434/stat : 12434 (java) S 12425 12427 11864 0 -1 64 1023 3097 0 0 37 1 93 5 15 0 9 0 1990322521 889180160 85258 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12435] ppid=12425 vsize=868340 CPUtime=0.98
/proc/12427/task/12435/stat : 12435 (java) S 12425 12427 11864 0 -1 64 2 3097 0 0 0 0 93 5 19 0 9 0 1990322521 889180160 85258 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12436] ppid=12425 vsize=868340 CPUtime=0.98
/proc/12427/task/12436/stat : 12436 (java) S 12425 12427 11864 0 -1 64 8 3097 0 0 0 0 93 5 15 0 9 0 1990322521 889180160 85258 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 868340

[startup+51.103 s]
/proc/loadavg: 1.96 1.98 1.99 3/81 12440
/proc/meminfo: memFree=1179432/2055920 swapFree=4180424/4192956
[pid=12427] ppid=12425 vsize=868340 CPUtime=50.62
/proc/12427/stat : 12427 (java) S 12425 12427 11864 0 -1 0 136604 3097 1 0 4777 187 93 5 18 0 9 0 1990322516 889180160 85277 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12427/statm: 217085 85277 2637 9 0 211591 0
[pid=12427/tid=12429] ppid=12425 vsize=868340 CPUtime=47.47
/proc/12427/task/12429/stat : 12429 (java) R 12425 12427 11864 0 -1 64 27782 3097 1 0 4502 147 93 5 25 0 9 0 1990322517 889180160 85277 996147200 134512640 134550740 4294955984 18446744073709551615 4127321162 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12430] ppid=12425 vsize=868340 CPUtime=3.65
/proc/12427/task/12430/stat : 12430 (java) S 12425 12427 11864 0 -1 64 106924 3097 0 0 232 35 93 5 16 0 9 0 1990322518 889180160 85277 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12431] ppid=12425 vsize=868340 CPUtime=0.98
/proc/12427/task/12431/stat : 12431 (java) S 12425 12427 11864 0 -1 64 20 3097 0 0 0 0 93 5 16 0 9 0 1990322519 889180160 85277 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12432] ppid=12425 vsize=868340 CPUtime=0.98
/proc/12427/task/12432/stat : 12432 (java) S 12425 12427 11864 0 -1 64 14 3097 0 0 0 0 93 5 16 0 9 0 1990322519 889180160 85277 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12433] ppid=12425 vsize=868340 CPUtime=0.98
/proc/12427/task/12433/stat : 12433 (java) S 12425 12427 11864 0 -1 64 0 3097 0 0 0 0 93 5 18 0 9 0 1990322521 889180160 85277 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12434] ppid=12425 vsize=868340 CPUtime=1.4
/proc/12427/task/12434/stat : 12434 (java) S 12425 12427 11864 0 -1 64 1043 3097 0 0 41 1 93 5 16 0 9 0 1990322521 889180160 85277 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12435] ppid=12425 vsize=868340 CPUtime=0.98

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

/proc/12427/task/12432/stat : 12432 (java) S 12425 12427 11864 0 -1 64 14 3097 0 0 0 0 93 5 16 0 9 0 1990322519 889180160 85282 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12433] ppid=12425 vsize=868340 CPUtime=0.98
/proc/12427/task/12433/stat : 12433 (java) S 12425 12427 11864 0 -1 64 0 3097 0 0 0 0 93 5 18 0 9 0 1990322521 889180160 85282 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12434] ppid=12425 vsize=868340 CPUtime=1.42
/proc/12427/task/12434/stat : 12434 (java) S 12425 12427 11864 0 -1 64 1054 3097 0 0 43 1 93 5 16 0 9 0 1990322521 889180160 85282 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12435] ppid=12425 vsize=868340 CPUtime=0.98
/proc/12427/task/12435/stat : 12435 (java) S 12425 12427 11864 0 -1 64 2 3097 0 0 0 0 93 5 19 0 9 0 1990322521 889180160 85282 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12436] ppid=12425 vsize=868340 CPUtime=0.98
/proc/12427/task/12436/stat : 12436 (java) S 12425 12427 11864 0 -1 64 8 3097 0 0 0 0 93 5 15 0 9 0 1990322521 889180160 85282 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1470.82
Current children cumulated vsize (KiB) 868340

[startup+1542.3 s]
/proc/loadavg: 2.22 2.06 2.02 3/89 12476
/proc/meminfo: memFree=1004712/2055920 swapFree=4180424/4192956
[pid=12427] ppid=12425 vsize=868340 CPUtime=1530.79
/proc/12427/stat : 12427 (java) S 12425 12427 11864 0 -1 0 136619 3097 1 0 152789 192 93 5 18 0 9 0 1990322516 889180160 85282 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12427/statm: 217085 85282 2637 9 0 211591 0
[pid=12427/tid=12429] ppid=12425 vsize=868340 CPUtime=1527.63
/proc/12427/task/12429/stat : 12429 (java) R 12425 12427 11864 0 -1 64 27786 3097 1 0 152513 152 93 5 25 0 9 0 1990322517 889180160 85282 996147200 134512640 134550740 4294955984 18446744073709551615 4127337739 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12427/tid=12430] ppid=12425 vsize=868340 CPUtime=3.65
/proc/12427/task/12430/stat : 12430 (java) S 12425 12427 11864 0 -1 64 106924 3097 0 0 232 35 93 5 16 0 9 0 1990322518 889180160 85282 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12431] ppid=12425 vsize=868340 CPUtime=0.98
/proc/12427/task/12431/stat : 12431 (java) S 12425 12427 11864 0 -1 64 20 3097 0 0 0 0 93 5 16 0 9 0 1990322519 889180160 85282 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12432] ppid=12425 vsize=868340 CPUtime=0.98
/proc/12427/task/12432/stat : 12432 (java) S 12425 12427 11864 0 -1 64 14 3097 0 0 0 0 93 5 16 0 9 0 1990322519 889180160 85282 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12433] ppid=12425 vsize=868340 CPUtime=0.98
/proc/12427/task/12433/stat : 12433 (java) S 12425 12427 11864 0 -1 64 0 3097 0 0 0 0 93 5 18 0 9 0 1990322521 889180160 85282 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12434] ppid=12425 vsize=868340 CPUtime=1.42
/proc/12427/task/12434/stat : 12434 (java) S 12425 12427 11864 0 -1 64 1054 3097 0 0 43 1 93 5 16 0 9 0 1990322521 889180160 85282 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12435] ppid=12425 vsize=868340 CPUtime=0.98
/proc/12427/task/12435/stat : 12435 (java) S 12425 12427 11864 0 -1 64 2 3097 0 0 0 0 93 5 19 0 9 0 1990322521 889180160 85282 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12436] ppid=12425 vsize=868340 CPUtime=0.98
/proc/12427/task/12436/stat : 12436 (java) S 12425 12427 11864 0 -1 64 8 3097 0 0 0 0 93 5 15 0 9 0 1990322521 889180160 85282 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1530.79
Current children cumulated vsize (KiB) 868340

[startup+1602.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/89 12476
/proc/meminfo: memFree=1002920/2055920 swapFree=4180424/4192956
[pid=12427] ppid=12425 vsize=868340 CPUtime=1590.77
/proc/12427/stat : 12427 (java) S 12425 12427 11864 0 -1 0 136619 3097 1 0 158787 192 93 5 18 0 9 0 1990322516 889180160 85282 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12427/statm: 217085 85282 2637 9 0 211591 0
[pid=12427/tid=12429] ppid=12425 vsize=868340 CPUtime=1587.61
/proc/12427/task/12429/stat : 12429 (java) R 12425 12427 11864 0 -1 64 27786 3097 1 0 158511 152 93 5 25 0 9 0 1990322517 889180160 85282 996147200 134512640 134550740 4294955984 18446744073709551615 4127325527 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12427/tid=12430] ppid=12425 vsize=868340 CPUtime=3.65
/proc/12427/task/12430/stat : 12430 (java) S 12425 12427 11864 0 -1 64 106924 3097 0 0 232 35 93 5 16 0 9 0 1990322518 889180160 85282 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12431] ppid=12425 vsize=868340 CPUtime=0.98
/proc/12427/task/12431/stat : 12431 (java) S 12425 12427 11864 0 -1 64 20 3097 0 0 0 0 93 5 16 0 9 0 1990322519 889180160 85282 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12432] ppid=12425 vsize=868340 CPUtime=0.98
/proc/12427/task/12432/stat : 12432 (java) S 12425 12427 11864 0 -1 64 14 3097 0 0 0 0 93 5 16 0 9 0 1990322519 889180160 85282 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12433] ppid=12425 vsize=868340 CPUtime=0.98
/proc/12427/task/12433/stat : 12433 (java) S 12425 12427 11864 0 -1 64 0 3097 0 0 0 0 93 5 18 0 9 0 1990322521 889180160 85282 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12434] ppid=12425 vsize=868340 CPUtime=1.42
/proc/12427/task/12434/stat : 12434 (java) S 12425 12427 11864 0 -1 64 1054 3097 0 0 43 1 93 5 16 0 9 0 1990322521 889180160 85282 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12435] ppid=12425 vsize=868340 CPUtime=0.98
/proc/12427/task/12435/stat : 12435 (java) S 12425 12427 11864 0 -1 64 2 3097 0 0 0 0 93 5 19 0 9 0 1990322521 889180160 85282 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12436] ppid=12425 vsize=868340 CPUtime=0.98
/proc/12427/task/12436/stat : 12436 (java) S 12425 12427 11864 0 -1 64 8 3097 0 0 0 0 93 5 15 0 9 0 1990322521 889180160 85282 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1590.77
Current children cumulated vsize (KiB) 868340

[startup+1662.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/89 12476
/proc/meminfo: memFree=1002856/2055920 swapFree=4180424/4192956
[pid=12427] ppid=12425 vsize=868340 CPUtime=1650.73
/proc/12427/stat : 12427 (java) S 12425 12427 11864 0 -1 0 136620 3097 1 0 164783 192 93 5 18 0 9 0 1990322516 889180160 85282 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12427/statm: 217085 85282 2637 9 0 211591 0
[pid=12427/tid=12429] ppid=12425 vsize=868340 CPUtime=1647.56
/proc/12427/task/12429/stat : 12429 (java) R 12425 12427 11864 0 -1 64 27787 3097 1 0 164506 152 93 5 25 0 9 0 1990322517 889180160 85282 996147200 134512640 134550740 4294955984 18446744073709551615 4127328715 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12427/tid=12430] ppid=12425 vsize=868340 CPUtime=3.65
/proc/12427/task/12430/stat : 12430 (java) S 12425 12427 11864 0 -1 64 106924 3097 0 0 232 35 93 5 16 0 9 0 1990322518 889180160 85282 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12431] ppid=12425 vsize=868340 CPUtime=0.98
/proc/12427/task/12431/stat : 12431 (java) S 12425 12427 11864 0 -1 64 20 3097 0 0 0 0 93 5 16 0 9 0 1990322519 889180160 85282 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12432] ppid=12425 vsize=868340 CPUtime=0.98
/proc/12427/task/12432/stat : 12432 (java) S 12425 12427 11864 0 -1 64 14 3097 0 0 0 0 93 5 16 0 9 0 1990322519 889180160 85282 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12433] ppid=12425 vsize=868340 CPUtime=0.98
/proc/12427/task/12433/stat : 12433 (java) S 12425 12427 11864 0 -1 64 0 3097 0 0 0 0 93 5 18 0 9 0 1990322521 889180160 85282 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12434] ppid=12425 vsize=868340 CPUtime=1.42
/proc/12427/task/12434/stat : 12434 (java) S 12425 12427 11864 0 -1 64 1054 3097 0 0 43 1 93 5 16 0 9 0 1990322521 889180160 85282 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12435] ppid=12425 vsize=868340 CPUtime=0.98
/proc/12427/task/12435/stat : 12435 (java) S 12425 12427 11864 0 -1 64 2 3097 0 0 0 0 93 5 19 0 9 0 1990322521 889180160 85282 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12436] ppid=12425 vsize=868340 CPUtime=0.98
/proc/12427/task/12436/stat : 12436 (java) S 12425 12427 11864 0 -1 64 8 3097 0 0 0 0 93 5 15 0 9 0 1990322521 889180160 85282 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1650.73
Current children cumulated vsize (KiB) 868340

[startup+1722.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/89 12476
/proc/meminfo: memFree=1002472/2055920 swapFree=4180424/4192956
[pid=12427] ppid=12425 vsize=868340 CPUtime=1710.43
/proc/12427/stat : 12427 (java) S 12425 12427 11864 0 -1 0 136620 3097 1 0 170753 192 93 5 18 0 9 0 1990322516 889180160 85282 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12427/statm: 217085 85282 2637 9 0 211591 0
[pid=12427/tid=12429] ppid=12425 vsize=868340 CPUtime=1707.26
/proc/12427/task/12429/stat : 12429 (java) R 12425 12427 11864 0 -1 64 27787 3097 1 0 170476 152 93 5 25 0 9 0 1990322517 889180160 85282 996147200 134512640 134550740 4294955984 18446744073709551615 4127339312 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12427/tid=12430] ppid=12425 vsize=868340 CPUtime=3.65
/proc/12427/task/12430/stat : 12430 (java) S 12425 12427 11864 0 -1 64 106924 3097 0 0 232 35 93 5 16 0 9 0 1990322518 889180160 85282 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12431] ppid=12425 vsize=868340 CPUtime=0.98
/proc/12427/task/12431/stat : 12431 (java) S 12425 12427 11864 0 -1 64 20 3097 0 0 0 0 93 5 16 0 9 0 1990322519 889180160 85282 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12432] ppid=12425 vsize=868340 CPUtime=0.98
/proc/12427/task/12432/stat : 12432 (java) S 12425 12427 11864 0 -1 64 14 3097 0 0 0 0 93 5 16 0 9 0 1990322519 889180160 85282 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12433] ppid=12425 vsize=868340 CPUtime=0.98
/proc/12427/task/12433/stat : 12433 (java) S 12425 12427 11864 0 -1 64 0 3097 0 0 0 0 93 5 18 0 9 0 1990322521 889180160 85282 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12434] ppid=12425 vsize=868340 CPUtime=1.42
/proc/12427/task/12434/stat : 12434 (java) S 12425 12427 11864 0 -1 64 1054 3097 0 0 43 1 93 5 16 0 9 0 1990322521 889180160 85282 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12435] ppid=12425 vsize=868340 CPUtime=0.98
/proc/12427/task/12435/stat : 12435 (java) S 12425 12427 11864 0 -1 64 2 3097 0 0 0 0 93 5 19 0 9 0 1990322521 889180160 85282 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12436] ppid=12425 vsize=868340 CPUtime=0.98
/proc/12427/task/12436/stat : 12436 (java) S 12425 12427 11864 0 -1 64 8 3097 0 0 0 0 93 5 15 0 9 0 1990322521 889180160 85282 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1710.43
Current children cumulated vsize (KiB) 868340

[startup+1782.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/89 12482
/proc/meminfo: memFree=1001824/2055920 swapFree=4180424/4192956
[pid=12427] ppid=12425 vsize=868340 CPUtime=1770.12
/proc/12427/stat : 12427 (java) S 12425 12427 11864 0 -1 0 136620 3097 1 0 176722 192 93 5 18 0 9 0 1990322516 889180160 85282 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12427/statm: 217085 85282 2637 9 0 211591 0
[pid=12427/tid=12429] ppid=12425 vsize=868340 CPUtime=1766.96
/proc/12427/task/12429/stat : 12429 (java) R 12425 12427 11864 0 -1 64 27787 3097 1 0 176446 152 93 5 25 0 9 0 1990322517 889180160 85282 996147200 134512640 134550740 4294955984 18446744073709551615 4127337763 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12427/tid=12430] ppid=12425 vsize=868340 CPUtime=3.65
/proc/12427/task/12430/stat : 12430 (java) S 12425 12427 11864 0 -1 64 106924 3097 0 0 232 35 93 5 16 0 9 0 1990322518 889180160 85282 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12431] ppid=12425 vsize=868340 CPUtime=0.98
/proc/12427/task/12431/stat : 12431 (java) S 12425 12427 11864 0 -1 64 20 3097 0 0 0 0 93 5 16 0 9 0 1990322519 889180160 85282 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12432] ppid=12425 vsize=868340 CPUtime=0.98
/proc/12427/task/12432/stat : 12432 (java) S 12425 12427 11864 0 -1 64 14 3097 0 0 0 0 93 5 16 0 9 0 1990322519 889180160 85282 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12433] ppid=12425 vsize=868340 CPUtime=0.98
/proc/12427/task/12433/stat : 12433 (java) S 12425 12427 11864 0 -1 64 0 3097 0 0 0 0 93 5 18 0 9 0 1990322521 889180160 85282 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12434] ppid=12425 vsize=868340 CPUtime=1.42
/proc/12427/task/12434/stat : 12434 (java) S 12425 12427 11864 0 -1 64 1054 3097 0 0 43 1 93 5 16 0 9 0 1990322521 889180160 85282 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12435] ppid=12425 vsize=868340 CPUtime=0.98
/proc/12427/task/12435/stat : 12435 (java) S 12425 12427 11864 0 -1 64 2 3097 0 0 0 0 93 5 19 0 9 0 1990322521 889180160 85282 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12436] ppid=12425 vsize=868340 CPUtime=0.98
/proc/12427/task/12436/stat : 12436 (java) S 12425 12427 11864 0 -1 64 8 3097 0 0 0 0 93 5 15 0 9 0 1990322521 889180160 85282 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1770.12
Current children cumulated vsize (KiB) 868340



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.4 s]
/proc/loadavg: 2.22 2.07 2.01 3/89 12482
/proc/meminfo: memFree=1001824/2055920 swapFree=4180424/4192956
[pid=12427] ppid=12425 vsize=868340 CPUtime=1800.07
/proc/12427/stat : 12427 (java) S 12425 12427 11864 0 -1 0 136620 3097 1 0 179717 192 93 5 18 0 9 0 1990322516 889180160 85282 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12427/statm: 217085 85282 2637 9 0 211591 0
[pid=12427/tid=12429] ppid=12425 vsize=868340 CPUtime=1796.91
/proc/12427/task/12429/stat : 12429 (java) R 12425 12427 11864 0 -1 64 27787 3097 1 0 179441 152 93 5 25 0 9 0 1990322517 889180160 85282 996147200 134512640 134550740 4294955984 18446744073709551615 4127341536 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12427/tid=12430] ppid=12425 vsize=868340 CPUtime=3.65
/proc/12427/task/12430/stat : 12430 (java) S 12425 12427 11864 0 -1 64 106924 3097 0 0 232 35 93 5 16 0 9 0 1990322518 889180160 85282 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12431] ppid=12425 vsize=868340 CPUtime=0.98
/proc/12427/task/12431/stat : 12431 (java) S 12425 12427 11864 0 -1 64 20 3097 0 0 0 0 93 5 16 0 9 0 1990322519 889180160 85282 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12432] ppid=12425 vsize=868340 CPUtime=0.98
/proc/12427/task/12432/stat : 12432 (java) S 12425 12427 11864 0 -1 64 14 3097 0 0 0 0 93 5 16 0 9 0 1990322519 889180160 85282 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12433] ppid=12425 vsize=868340 CPUtime=0.98
/proc/12427/task/12433/stat : 12433 (java) S 12425 12427 11864 0 -1 64 0 3097 0 0 0 0 93 5 18 0 9 0 1990322521 889180160 85282 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12434] ppid=12425 vsize=868340 CPUtime=1.42
/proc/12427/task/12434/stat : 12434 (java) S 12425 12427 11864 0 -1 64 1054 3097 0 0 43 1 93 5 16 0 9 0 1990322521 889180160 85282 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12435] ppid=12425 vsize=868340 CPUtime=0.98
/proc/12427/task/12435/stat : 12435 (java) S 12425 12427 11864 0 -1 64 2 3097 0 0 0 0 93 5 19 0 9 0 1990322521 889180160 85282 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12427/tid=12436] ppid=12425 vsize=868340 CPUtime=0.98
/proc/12427/task/12436/stat : 12436 (java) S 12425 12427 11864 0 -1 64 8 3097 0 0 0 0 93 5 15 0 9 0 1990322521 889180160 85282 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 868340

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): 1812.49
CPU time (s): 1800.18
CPU user time (s): 1798.15
CPU system time (s): 2.02869
CPU usage (%): 99.3206
Max. virtual memory (cumulated for all children) (KiB): 886756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.15
system time used= 2.02869
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 139746
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= 38552
involuntary context switches= 53121

runsolver used 2.29965 second user time and 5.9471 second system time

The end

Launcher Data (download as text)

Begin job on node52 at 2008-07-03 21:31:42
IDJOB=1058208
IDBENCH=54113
IDSOLVER=363
FILE ID=node52/1058208-1215113502
PBS_JOBID= 7877101
Free space on /tmp= 66516 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-14.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1058208-1215113502/watcher-1058208-1215113502 -o /tmp/evaluation-result-1058208-1215113502/solver-1058208-1215113502 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1058208-1215113502.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 11f6902a1becd1ad9a2f18db7aea4eb7
RANDOM SEED=707627648

node52.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.265
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.265
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:       1511840 kB
Buffers:         58568 kB
Cached:         283600 kB
SwapCached:       6808 kB
Active:         314420 kB
Inactive:       171444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1511840 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:            6716 kB
Writeback:           0 kB
Mapped:         151324 kB
Slab:            43296 kB
Committed_AS:  4110292 kB
PageTables:       2104 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= 66508 MiB
End job on node52 at 2008-07-03 22:01:57