Trace number 1049675

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.13 1809.87

General information on the benchmark

Namecsp/pseudo/course/
normalized-ss97-6.xml
MD5SUM0c9f87478b796a128266998e88fcff85
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.039993
Satisfiable
(Un)Satisfiability was proved
Number of variables257
Number of constraints180
Maximum constraint arity44
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension180
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.08	
0.03/0.08	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-1049675-1215045996.xml
0.29/0.31	   
0.29/0.31	   domains being loaded...
0.29/0.32	   
0.29/0.32	   variables being loaded...
0.29/0.39	     nbVariables=257  nbDomainTypes=2  minDomainSize=1  maxDomainSize=2  nbTotalValues=513
0.29/0.39	       =>  wckTime=0.142  cpuTime=0.1  mem=7M919
0.29/0.39	   
0.29/0.39	   predicates being loaded...
0.38/0.46	   
0.38/0.46	   constraints being loaded...
0.68/0.71	     nbConstraints=94  nbGlobalConstraints=4  nbMergedConstraints=90  nbSingletonDomainVariables=1
0.68/0.71	     nbDisconnectedVariables=1  nbConvertedConstraints=40  nbConvertConstraintsChecks=24  nbExtensionStructures=2
0.68/0.71	     nbSharedExtensionStructures=38  nbConflictsStructures=3  nbSharedConflictsStructures=81
0.68/0.71	     nbUnbuiltConflictsStructures=2  nbSharedBinaryRepresentations=2  nbEvaluationManagers=3
0.68/0.71	     nbSharedEvaluationManagers=47  minDegree=0  maxDegree=4  minArity=2  avgArity=9.11  maxArity=88  nbGenerators=4
0.68/0.71	     nbFusions=1  symmetryWckTime=0.081  symmetryCpuTime=0.05
0.68/0.71	       =>  wckTime=0.463  cpuTime=0.33  mem=18M732
0.68/0.77	   
0.68/0.77	   solver IterativeSystematicSolver being built... 
0.77/0.84	   
0.77/0.84	   INFO : Forward propagation technique limited 
0.87/0.92	       =>  wckTime=0.673  cpuTime=0.46  mem=21M895
0.87/0.93	   
0.87/0.93	   preprocessing
0.87/0.93	     nbConstraintChecks=4  nbPropagations=258  nbRevisions=2  nbUselessRevisions=0  nbRemovedValues=2  nbRemovedTuples=1
0.87/0.93	     detectedInconsistency=no
0.87/0.93	       =>  wckTime=0.0060  cpuTime=0.01  mem=22M870
2.55/2.62	   
2.55/2.62	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=23M878)

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/72 27534
/proc/meminfo: memFree=1817792/2055920 swapFree=4180540/4192956
[pid=27534] ppid=27532 vsize=1616 CPUtime=0
/proc/27534/stat : 27534 (java) D 27532 27534 26413 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 1983573977 1654784 145 996147200 134512640 134550740 4294956144 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/27534/statm: 404 145 119 9 0 46 0

[startup+0.053396 s]
/proc/loadavg: 2.00 2.00 2.00 3/72 27534
/proc/meminfo: memFree=1817792/2055920 swapFree=4180540/4192956
[pid=27534] ppid=27532 vsize=863776 CPUtime=0.03
/proc/27534/stat : 27534 (java) S 27532 27534 26413 0 -1 0 2575 0 1 0 2 1 0 0 18 0 9 0 1983573977 884506624 2127 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27534/statm: 215944 2128 991 9 0 210901 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 863776

[startup+0.102405 s]
/proc/loadavg: 2.00 2.00 2.00 3/72 27534
/proc/meminfo: memFree=1817792/2055920 swapFree=4180540/4192956
[pid=27534] ppid=27532 vsize=865884 CPUtime=0.09
/proc/27534/stat : 27534 (java) S 27532 27534 26413 0 -1 0 3705 0 1 0 7 2 0 0 18 0 9 0 1983573977 886665216 3178 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27534/statm: 216471 3178 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.30244 s]
/proc/loadavg: 2.00 2.00 2.00 3/72 27534
/proc/meminfo: memFree=1817792/2055920 swapFree=4180540/4192956
[pid=27534] ppid=27532 vsize=866284 CPUtime=0.29
/proc/27534/stat : 27534 (java) S 27532 27534 26413 0 -1 0 5909 0 1 0 25 4 0 0 18 0 9 0 1983573977 887074816 5283 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27534/statm: 216571 5283 1956 9 0 211099 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866284

[startup+0.702507 s]
/proc/loadavg: 2.00 2.00 2.00 3/72 27534
/proc/meminfo: memFree=1817792/2055920 swapFree=4180540/4192956
[pid=27534] ppid=27532 vsize=867404 CPUtime=0.68
/proc/27534/stat : 27534 (java) S 27532 27534 26413 0 -1 0 10050 172 1 0 61 7 0 0 18 0 10 0 1983573977 888221696 8449 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27534/statm: 216851 8449 2020 9 0 211357 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867404

[startup+1.50164 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 27547
/proc/meminfo: memFree=1783528/2055920 swapFree=4180540/4192956
[pid=27534] ppid=27532 vsize=867536 CPUtime=1.46
/proc/27534/stat : 27534 (java) S 27532 27534 26413 0 -1 0 17004 295 1 0 137 9 0 0 18 0 9 0 1983573977 888356864 11086 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27534/statm: 216884 11086 2632 9 0 211390 0
[pid=27534/tid=27536] ppid=27532 vsize=867536 CPUtime=1.18
/proc/27534/task/27536/stat : 27536 (java) R 27532 27534 26413 0 -1 64 12815 295 1 0 111 7 0 0 22 0 9 0 1983573978 888356864 11086 996147200 134512640 134550740 4294955984 18446744073709551615 4126921648 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27534/tid=27537] ppid=27532 vsize=867536 CPUtime=0.04
/proc/27534/task/27537/stat : 27537 (java) S 27532 27534 26413 0 -1 64 2661 295 0 0 4 0 0 0 17 0 9 0 1983573979 888356864 11086 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27534/tid=27538] ppid=27532 vsize=867536 CPUtime=0
/proc/27534/task/27538/stat : 27538 (java) S 27532 27534 26413 0 -1 64 16 295 0 0 0 0 0 0 16 0 9 0 1983573980 888356864 11086 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27534/tid=27539] ppid=27532 vsize=867536 CPUtime=0
/proc/27534/task/27539/stat : 27539 (java) S 27532 27534 26413 0 -1 64 11 295 0 0 0 0 0 0 16 0 9 0 1983573980 888356864 11086 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27534/tid=27540] ppid=27532 vsize=867536 CPUtime=0
/proc/27534/task/27540/stat : 27540 (java) S 27532 27534 26413 0 -1 64 1 295 0 0 0 0 0 0 23 0 9 0 1983573982 888356864 11086 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27534/tid=27541] ppid=27532 vsize=867536 CPUtime=0.2
/proc/27534/task/27541/stat : 27541 (java) S 27532 27534 26413 0 -1 64 695 295 0 0 20 0 0 0 15 0 9 0 1983573982 888356864 11086 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27534/tid=27542] ppid=27532 vsize=867536 CPUtime=0
/proc/27534/task/27542/stat : 27542 (java) S 27532 27534 26413 0 -1 64 1 295 0 0 0 0 0 0 24 0 9 0 1983573982 888356864 11086 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27534/tid=27543] ppid=27532 vsize=867536 CPUtime=0
/proc/27534/task/27543/stat : 27543 (java) S 27532 27534 26413 0 -1 64 2 295 0 0 0 0 0 0 15 0 9 0 1983573982 888356864 11086 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) 867536

[startup+3.10192 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 27547
/proc/meminfo: memFree=1783152/2055920 swapFree=4180540/4192956
[pid=27534] ppid=27532 vsize=867536 CPUtime=3.05
/proc/27534/stat : 27534 (java) S 27532 27534 26413 0 -1 0 17064 295 1 0 296 9 0 0 18 0 9 0 1983573977 888356864 11144 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27534/statm: 216884 11144 2632 9 0 211390 0
[pid=27534/tid=27536] ppid=27532 vsize=867536 CPUtime=2.75
/proc/27534/task/27536/stat : 27536 (java) R 27532 27534 26413 0 -1 64 12856 295 1 0 268 7 0 0 25 0 9 0 1983573978 888356864 11144 996147200 134512640 134550740 4294955984 18446744073709551615 4126887063 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27534/tid=27537] ppid=27532 vsize=867536 CPUtime=0.04
/proc/27534/task/27537/stat : 27537 (java) S 27532 27534 26413 0 -1 64 2661 295 0 0 4 0 0 0 17 0 9 0 1983573979 888356864 11144 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27534/tid=27538] ppid=27532 vsize=867536 CPUtime=0
/proc/27534/task/27538/stat : 27538 (java) S 27532 27534 26413 0 -1 64 16 295 0 0 0 0 0 0 16 0 9 0 1983573980 888356864 11144 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27534/tid=27539] ppid=27532 vsize=867536 CPUtime=0
/proc/27534/task/27539/stat : 27539 (java) S 27532 27534 26413 0 -1 64 11 295 0 0 0 0 0 0 16 0 9 0 1983573980 888356864 11144 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27534/tid=27540] ppid=27532 vsize=867536 CPUtime=0
/proc/27534/task/27540/stat : 27540 (java) S 27532 27534 26413 0 -1 64 1 295 0 0 0 0 0 0 23 0 9 0 1983573982 888356864 11144 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27534/tid=27541] ppid=27532 vsize=867536 CPUtime=0.23
/proc/27534/task/27541/stat : 27541 (java) S 27532 27534 26413 0 -1 64 714 295 0 0 23 0 0 0 15 0 9 0 1983573982 888356864 11144 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27534/tid=27542] ppid=27532 vsize=867536 CPUtime=0
/proc/27534/task/27542/stat : 27542 (java) S 27532 27534 26413 0 -1 64 1 295 0 0 0 0 0 0 24 0 9 0 1983573982 888356864 11144 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27534/tid=27543] ppid=27532 vsize=867536 CPUtime=0
/proc/27534/task/27543/stat : 27543 (java) S 27532 27534 26413 0 -1 64 2 295 0 0 0 0 0 0 15 0 9 0 1983573982 888356864 11144 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867536

[startup+6.30149 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 27547
/proc/meminfo: memFree=1782896/2055920 swapFree=4180540/4192956
[pid=27534] ppid=27532 vsize=867536 CPUtime=6.22
/proc/27534/stat : 27534 (java) S 27532 27534 26413 0 -1 0 17083 295 1 0 613 9 0 0 18 0 9 0 1983573977 888356864 11149 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27534/statm: 216884 11149 2632 9 0 211390 0
[pid=27534/tid=27536] ppid=27532 vsize=867536 CPUtime=5.91
/proc/27534/task/27536/stat : 27536 (java) R 27532 27534 26413 0 -1 64 12860 295 1 0 584 7 0 0 25 0 9 0 1983573978 888356864 11149 996147200 134512640 134550740 4294955984 18446744073709551615 4126914376 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27534/tid=27537] ppid=27532 vsize=867536 CPUtime=0.04
/proc/27534/task/27537/stat : 27537 (java) S 27532 27534 26413 0 -1 64 2661 295 0 0 4 0 0 0 16 0 9 0 1983573979 888356864 11149 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27534/tid=27538] ppid=27532 vsize=867536 CPUtime=0
/proc/27534/task/27538/stat : 27538 (java) S 27532 27534 26413 0 -1 64 16 295 0 0 0 0 0 0 16 0 9 0 1983573980 888356864 11149 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27534/tid=27539] ppid=27532 vsize=867536 CPUtime=0
/proc/27534/task/27539/stat : 27539 (java) S 27532 27534 26413 0 -1 64 11 295 0 0 0 0 0 0 16 0 9 0 1983573980 888356864 11149 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27534/tid=27540] ppid=27532 vsize=867536 CPUtime=0
/proc/27534/task/27540/stat : 27540 (java) S 27532 27534 26413 0 -1 64 1 295 0 0 0 0 0 0 23 0 9 0 1983573982 888356864 11149 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27534/tid=27541] ppid=27532 vsize=867536 CPUtime=0.23
/proc/27534/task/27541/stat : 27541 (java) S 27532 27534 26413 0 -1 64 718 295 0 0 23 0 0 0 15 0 9 0 1983573982 888356864 11149 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27534/tid=27542] ppid=27532 vsize=867536 CPUtime=0
/proc/27534/task/27542/stat : 27542 (java) S 27532 27534 26413 0 -1 64 1 295 0 0 0 0 0 0 24 0 9 0 1983573982 888356864 11149 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27534/tid=27543] ppid=27532 vsize=867536 CPUtime=0
/proc/27534/task/27543/stat : 27543 (java) S 27532 27534 26413 0 -1 64 13 295 0 0 0 0 0 0 15 0 9 0 1983573982 888356864 11149 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867536

[startup+12.7016 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 27547
/proc/meminfo: memFree=1782576/2055920 swapFree=4180540/4192956
[pid=27534] ppid=27532 vsize=867536 CPUtime=12.57
/proc/27534/stat : 27534 (java) S 27532 27534 26413 0 -1 0 17112 295 1 0 1247 10 0 0 18 0 9 0 1983573977 888356864 11164 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27534/statm: 216884 11164 2632 9 0 211390 0
[pid=27534/tid=27536] ppid=27532 vsize=867536 CPUtime=12.23
/proc/27534/task/27536/stat : 27536 (java) R 27532 27534 26413 0 -1 64 12862 295 1 0 1216 7 0 0 25 0 9 0 1983573978 888356864 11164 996147200 134512640 134550740 4294955984 18446744073709551615 4126908136 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27534/tid=27537] ppid=27532 vsize=867536 CPUtime=0.04
/proc/27534/task/27537/stat : 27537 (java) S 27532 27534 26413 0 -1 64 2661 295 0 0 4 0 0 0 16 0 9 0 1983573979 888356864 11164 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27534/tid=27538] ppid=27532 vsize=867536 CPUtime=0
/proc/27534/task/27538/stat : 27538 (java) S 27532 27534 26413 0 -1 64 16 295 0 0 0 0 0 0 16 0 9 0 1983573980 888356864 11164 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27534/tid=27539] ppid=27532 vsize=867536 CPUtime=0
/proc/27534/task/27539/stat : 27539 (java) S 27532 27534 26413 0 -1 64 11 295 0 0 0 0 0 0 16 0 9 0 1983573980 888356864 11164 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27534/tid=27540] ppid=27532 vsize=867536 CPUtime=0
/proc/27534/task/27540/stat : 27540 (java) S 27532 27534 26413 0 -1 64 1 295 0 0 0 0 0 0 23 0 9 0 1983573982 888356864 11164 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27534/tid=27541] ppid=27532 vsize=867536 CPUtime=0.26
/proc/27534/task/27541/stat : 27541 (java) S 27532 27534 26413 0 -1 64 745 295 0 0 25 1 0 0 16 0 9 0 1983573982 888356864 11164 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27534/tid=27542] ppid=27532 vsize=867536 CPUtime=0
/proc/27534/task/27542/stat : 27542 (java) S 27532 27534 26413 0 -1 64 1 295 0 0 0 0 0 0 24 0 9 0 1983573982 888356864 11164 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27534/tid=27543] ppid=27532 vsize=867536 CPUtime=0
/proc/27534/task/27543/stat : 27543 (java) S 27532 27534 26413 0 -1 64 13 295 0 0 0 0 0 0 15 0 9 0 1983573982 888356864 11164 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 867536

[startup+25.5029 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 27547
/proc/meminfo: memFree=1782576/2055920 swapFree=4180540/4192956
[pid=27534] ppid=27532 vsize=867536 CPUtime=25.26
/proc/27534/stat : 27534 (java) S 27532 27534 26413 0 -1 0 17117 295 1 0 2516 10 0 0 18 0 9 0 1983573977 888356864 11166 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27534/statm: 216884 11166 2632 9 0 211390 0
[pid=27534/tid=27536] ppid=27532 vsize=867536 CPUtime=24.92
/proc/27534/task/27536/stat : 27536 (java) R 27532 27534 26413 0 -1 64 12866 295 1 0 2485 7 0 0 25 0 9 0 1983573978 888356864 11166 996147200 134512640 134550740 4294955984 18446744073709551615 4126909415 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27534/tid=27537] ppid=27532 vsize=867536 CPUtime=0.04
/proc/27534/task/27537/stat : 27537 (java) S 27532 27534 26413 0 -1 64 2661 295 0 0 4 0 0 0 16 0 9 0 1983573979 888356864 11166 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27534/tid=27538] ppid=27532 vsize=867536 CPUtime=0
/proc/27534/task/27538/stat : 27538 (java) S 27532 27534 26413 0 -1 64 16 295 0 0 0 0 0 0 16 0 9 0 1983573980 888356864 11166 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27534/tid=27539] ppid=27532 vsize=867536 CPUtime=0
/proc/27534/task/27539/stat : 27539 (java) S 27532 27534 26413 0 -1 64 11 295 0 0 0 0 0 0 16 0 9 0 1983573980 888356864 11166 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27534/tid=27540] ppid=27532 vsize=867536 CPUtime=0
/proc/27534/task/27540/stat : 27540 (java) S 27532 27534 26413 0 -1 64 1 295 0 0 0 0 0 0 23 0 9 0 1983573982 888356864 11166 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27534/tid=27541] ppid=27532 vsize=867536 CPUtime=0.27
/proc/27534/task/27541/stat : 27541 (java) S 27532 27534 26413 0 -1 64 746 295 0 0 26 1 0 0 17 0 9 0 1983573982 888356864 11166 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27534/tid=27542] ppid=27532 vsize=867536 CPUtime=0
/proc/27534/task/27542/stat : 27542 (java) S 27532 27534 26413 0 -1 64 1 295 0 0 0 0 0 0 24 0 9 0 1983573982 888356864 11166 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27534/tid=27543] ppid=27532 vsize=867536 CPUtime=0
/proc/27534/task/27543/stat : 27543 (java) S 27532 27534 26413 0 -1 64 13 295 0 0 0 0 0 0 15 0 9 0 1983573982 888356864 11166 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 867536

[startup+51.1024 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 27547
/proc/meminfo: memFree=1782384/2055920 swapFree=4180540/4192956
[pid=27534] ppid=27532 vsize=867536 CPUtime=50.64
/proc/27534/stat : 27534 (java) S 27532 27534 26413 0 -1 0 17124 295 1 0 5054 10 0 0 18 0 9 0 1983573977 888356864 11171 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27534/statm: 216884 11171 2632 9 0 211390 0
[pid=27534/tid=27536] ppid=27532 vsize=867536 CPUtime=50.29
/proc/27534/task/27536/stat : 27536 (java) R 27532 27534 26413 0 -1 64 12872 295 1 0 5022 7 0 0 25 0 9 0 1983573978 888356864 11171 996147200 134512640 134550740 4294955984 18446744073709551615 4126906538 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27534/tid=27537] ppid=27532 vsize=867536 CPUtime=0.04
/proc/27534/task/27537/stat : 27537 (java) S 27532 27534 26413 0 -1 64 2661 295 0 0 4 0 0 0 16 0 9 0 1983573979 888356864 11171 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27534/tid=27538] ppid=27532 vsize=867536 CPUtime=0
/proc/27534/task/27538/stat : 27538 (java) S 27532 27534 26413 0 -1 64 16 295 0 0 0 0 0 0 16 0 9 0 1983573980 888356864 11171 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27534/tid=27539] ppid=27532 vsize=867536 CPUtime=0
/proc/27534/task/27539/stat : 27539 (java) S 27532 27534 26413 0 -1 64 11 295 0 0 0 0 0 0 16 0 9 0 1983573980 888356864 11171 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27534/tid=27540] ppid=27532 vsize=867536 CPUtime=0
/proc/27534/task/27540/stat : 27540 (java) S 27532 27534 26413 0 -1 64 1 295 0 0 0 0 0 0 23 0 9 0 1983573982 888356864 11171 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27534/tid=27541] ppid=27532 vsize=867536 CPUtime=0.27
/proc/27534/task/27541/stat : 27541 (java) S 27532 27534 26413 0 -1 64 747 295 0 0 26 1 0 0 16 0 9 0 1983573982 888356864 11171 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27534/tid=27542] ppid=27532 vsize=867536 CPUtime=0

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

/proc/27534/task/27539/stat : 27539 (java) S 27532 27534 26413 0 -1 64 11 295 0 0 0 0 0 0 16 0 9 0 1983573980 888356864 11175 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27534/tid=27540] ppid=27532 vsize=867536 CPUtime=0
/proc/27534/task/27540/stat : 27540 (java) S 27532 27534 26413 0 -1 64 1 295 0 0 0 0 0 0 23 0 9 0 1983573982 888356864 11175 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27534/tid=27541] ppid=27532 vsize=867536 CPUtime=0.27
/proc/27534/task/27541/stat : 27541 (java) S 27532 27534 26413 0 -1 64 748 295 0 0 26 1 0 0 16 0 9 0 1983573982 888356864 11175 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27534/tid=27542] ppid=27532 vsize=867536 CPUtime=0
/proc/27534/task/27542/stat : 27542 (java) S 27532 27534 26413 0 -1 64 1 295 0 0 0 0 0 0 24 0 9 0 1983573982 888356864 11175 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27534/tid=27543] ppid=27532 vsize=867536 CPUtime=0
/proc/27534/task/27543/stat : 27543 (java) S 27532 27534 26413 0 -1 64 13 295 0 0 0 0 0 0 15 0 9 0 1983573982 888356864 11175 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1472.69
Current children cumulated vsize (KiB) 867536

[startup+1542.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/89 27620
/proc/meminfo: memFree=1808560/2055920 swapFree=4180540/4192956
[pid=27534] ppid=27532 vsize=867536 CPUtime=1532.66
/proc/27534/stat : 27534 (java) S 27532 27534 26413 0 -1 0 17128 295 1 0 153253 13 0 0 18 0 9 0 1983573977 888356864 11175 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27534/statm: 216884 11175 2632 9 0 211390 0
[pid=27534/tid=27536] ppid=27532 vsize=867536 CPUtime=1532.32
/proc/27534/task/27536/stat : 27536 (java) R 27532 27534 26413 0 -1 64 12875 295 1 0 153222 10 0 0 25 0 9 0 1983573978 888356864 11175 996147200 134512640 134550740 4294955984 18446744073709551615 4126919774 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27534/tid=27537] ppid=27532 vsize=867536 CPUtime=0.04
/proc/27534/task/27537/stat : 27537 (java) S 27532 27534 26413 0 -1 64 2661 295 0 0 4 0 0 0 16 0 9 0 1983573979 888356864 11175 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27534/tid=27538] ppid=27532 vsize=867536 CPUtime=0
/proc/27534/task/27538/stat : 27538 (java) S 27532 27534 26413 0 -1 64 16 295 0 0 0 0 0 0 16 0 9 0 1983573980 888356864 11175 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27534/tid=27539] ppid=27532 vsize=867536 CPUtime=0
/proc/27534/task/27539/stat : 27539 (java) S 27532 27534 26413 0 -1 64 11 295 0 0 0 0 0 0 16 0 9 0 1983573980 888356864 11175 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27534/tid=27540] ppid=27532 vsize=867536 CPUtime=0
/proc/27534/task/27540/stat : 27540 (java) S 27532 27534 26413 0 -1 64 1 295 0 0 0 0 0 0 23 0 9 0 1983573982 888356864 11175 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27534/tid=27541] ppid=27532 vsize=867536 CPUtime=0.27
/proc/27534/task/27541/stat : 27541 (java) S 27532 27534 26413 0 -1 64 748 295 0 0 26 1 0 0 16 0 9 0 1983573982 888356864 11175 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27534/tid=27542] ppid=27532 vsize=867536 CPUtime=0
/proc/27534/task/27542/stat : 27542 (java) S 27532 27534 26413 0 -1 64 1 295 0 0 0 0 0 0 24 0 9 0 1983573982 888356864 11175 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27534/tid=27543] ppid=27532 vsize=867536 CPUtime=0
/proc/27534/task/27543/stat : 27543 (java) S 27532 27534 26413 0 -1 64 13 295 0 0 0 0 0 0 15 0 9 0 1983573982 888356864 11175 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1532.66
Current children cumulated vsize (KiB) 867536

[startup+1602.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/89 27620
/proc/meminfo: memFree=1808624/2055920 swapFree=4180540/4192956
[pid=27534] ppid=27532 vsize=867536 CPUtime=1592.63
/proc/27534/stat : 27534 (java) S 27532 27534 26413 0 -1 0 17128 295 1 0 159250 13 0 0 18 0 9 0 1983573977 888356864 11175 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27534/statm: 216884 11175 2632 9 0 211390 0
[pid=27534/tid=27536] ppid=27532 vsize=867536 CPUtime=1592.28
/proc/27534/task/27536/stat : 27536 (java) R 27532 27534 26413 0 -1 64 12875 295 1 0 159218 10 0 0 25 0 9 0 1983573978 888356864 11175 996147200 134512640 134550740 4294955984 18446744073709551615 4126921765 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27534/tid=27537] ppid=27532 vsize=867536 CPUtime=0.04
/proc/27534/task/27537/stat : 27537 (java) S 27532 27534 26413 0 -1 64 2661 295 0 0 4 0 0 0 16 0 9 0 1983573979 888356864 11175 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27534/tid=27538] ppid=27532 vsize=867536 CPUtime=0
/proc/27534/task/27538/stat : 27538 (java) S 27532 27534 26413 0 -1 64 16 295 0 0 0 0 0 0 16 0 9 0 1983573980 888356864 11175 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27534/tid=27539] ppid=27532 vsize=867536 CPUtime=0
/proc/27534/task/27539/stat : 27539 (java) S 27532 27534 26413 0 -1 64 11 295 0 0 0 0 0 0 16 0 9 0 1983573980 888356864 11175 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27534/tid=27540] ppid=27532 vsize=867536 CPUtime=0
/proc/27534/task/27540/stat : 27540 (java) S 27532 27534 26413 0 -1 64 1 295 0 0 0 0 0 0 23 0 9 0 1983573982 888356864 11175 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27534/tid=27541] ppid=27532 vsize=867536 CPUtime=0.27
/proc/27534/task/27541/stat : 27541 (java) S 27532 27534 26413 0 -1 64 748 295 0 0 26 1 0 0 16 0 9 0 1983573982 888356864 11175 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27534/tid=27542] ppid=27532 vsize=867536 CPUtime=0
/proc/27534/task/27542/stat : 27542 (java) S 27532 27534 26413 0 -1 64 1 295 0 0 0 0 0 0 24 0 9 0 1983573982 888356864 11175 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27534/tid=27543] ppid=27532 vsize=867536 CPUtime=0
/proc/27534/task/27543/stat : 27543 (java) S 27532 27534 26413 0 -1 64 13 295 0 0 0 0 0 0 15 0 9 0 1983573982 888356864 11175 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1592.63
Current children cumulated vsize (KiB) 867536

[startup+1662.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/89 27620
/proc/meminfo: memFree=1808560/2055920 swapFree=4180540/4192956
[pid=27534] ppid=27532 vsize=867536 CPUtime=1652.61
/proc/27534/stat : 27534 (java) S 27532 27534 26413 0 -1 0 17128 295 1 0 165248 13 0 0 18 0 9 0 1983573977 888356864 11175 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27534/statm: 216884 11175 2632 9 0 211390 0
[pid=27534/tid=27536] ppid=27532 vsize=867536 CPUtime=1652.26
/proc/27534/task/27536/stat : 27536 (java) R 27532 27534 26413 0 -1 64 12875 295 1 0 165216 10 0 0 25 0 9 0 1983573978 888356864 11175 996147200 134512640 134550740 4294955984 18446744073709551615 4126908136 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27534/tid=27537] ppid=27532 vsize=867536 CPUtime=0.04
/proc/27534/task/27537/stat : 27537 (java) S 27532 27534 26413 0 -1 64 2661 295 0 0 4 0 0 0 16 0 9 0 1983573979 888356864 11175 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27534/tid=27538] ppid=27532 vsize=867536 CPUtime=0
/proc/27534/task/27538/stat : 27538 (java) S 27532 27534 26413 0 -1 64 16 295 0 0 0 0 0 0 16 0 9 0 1983573980 888356864 11175 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27534/tid=27539] ppid=27532 vsize=867536 CPUtime=0
/proc/27534/task/27539/stat : 27539 (java) S 27532 27534 26413 0 -1 64 11 295 0 0 0 0 0 0 16 0 9 0 1983573980 888356864 11175 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27534/tid=27540] ppid=27532 vsize=867536 CPUtime=0
/proc/27534/task/27540/stat : 27540 (java) S 27532 27534 26413 0 -1 64 1 295 0 0 0 0 0 0 23 0 9 0 1983573982 888356864 11175 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27534/tid=27541] ppid=27532 vsize=867536 CPUtime=0.27
/proc/27534/task/27541/stat : 27541 (java) S 27532 27534 26413 0 -1 64 748 295 0 0 26 1 0 0 16 0 9 0 1983573982 888356864 11175 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27534/tid=27542] ppid=27532 vsize=867536 CPUtime=0
/proc/27534/task/27542/stat : 27542 (java) S 27532 27534 26413 0 -1 64 1 295 0 0 0 0 0 0 24 0 9 0 1983573982 888356864 11175 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27534/tid=27543] ppid=27532 vsize=867536 CPUtime=0
/proc/27534/task/27543/stat : 27543 (java) S 27532 27534 26413 0 -1 64 13 295 0 0 0 0 0 0 15 0 9 0 1983573982 888356864 11175 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1652.61
Current children cumulated vsize (KiB) 867536

[startup+1722.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/89 27620
/proc/meminfo: memFree=1808496/2055920 swapFree=4180540/4192956
[pid=27534] ppid=27532 vsize=867536 CPUtime=1712.58
/proc/27534/stat : 27534 (java) S 27532 27534 26413 0 -1 0 17128 295 1 0 171245 13 0 0 18 0 9 0 1983573977 888356864 11175 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27534/statm: 216884 11175 2632 9 0 211390 0
[pid=27534/tid=27536] ppid=27532 vsize=867536 CPUtime=1712.23
/proc/27534/task/27536/stat : 27536 (java) R 27532 27534 26413 0 -1 64 12875 295 1 0 171213 10 0 0 25 0 9 0 1983573978 888356864 11175 996147200 134512640 134550740 4294955984 18446744073709551615 4126920348 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27534/tid=27537] ppid=27532 vsize=867536 CPUtime=0.04
/proc/27534/task/27537/stat : 27537 (java) S 27532 27534 26413 0 -1 64 2661 295 0 0 4 0 0 0 16 0 9 0 1983573979 888356864 11175 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27534/tid=27538] ppid=27532 vsize=867536 CPUtime=0
/proc/27534/task/27538/stat : 27538 (java) S 27532 27534 26413 0 -1 64 16 295 0 0 0 0 0 0 16 0 9 0 1983573980 888356864 11175 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27534/tid=27539] ppid=27532 vsize=867536 CPUtime=0
/proc/27534/task/27539/stat : 27539 (java) S 27532 27534 26413 0 -1 64 11 295 0 0 0 0 0 0 16 0 9 0 1983573980 888356864 11175 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27534/tid=27540] ppid=27532 vsize=867536 CPUtime=0
/proc/27534/task/27540/stat : 27540 (java) S 27532 27534 26413 0 -1 64 1 295 0 0 0 0 0 0 23 0 9 0 1983573982 888356864 11175 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27534/tid=27541] ppid=27532 vsize=867536 CPUtime=0.27
/proc/27534/task/27541/stat : 27541 (java) S 27532 27534 26413 0 -1 64 748 295 0 0 26 1 0 0 16 0 9 0 1983573982 888356864 11175 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27534/tid=27542] ppid=27532 vsize=867536 CPUtime=0
/proc/27534/task/27542/stat : 27542 (java) S 27532 27534 26413 0 -1 64 1 295 0 0 0 0 0 0 24 0 9 0 1983573982 888356864 11175 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27534/tid=27543] ppid=27532 vsize=867536 CPUtime=0
/proc/27534/task/27543/stat : 27543 (java) S 27532 27534 26413 0 -1 64 13 295 0 0 0 0 0 0 15 0 9 0 1983573982 888356864 11175 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1712.58
Current children cumulated vsize (KiB) 867536

[startup+1782.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/89 27620
/proc/meminfo: memFree=1808368/2055920 swapFree=4180540/4192956
[pid=27534] ppid=27532 vsize=867536 CPUtime=1772.55
/proc/27534/stat : 27534 (java) S 27532 27534 26413 0 -1 0 17128 295 1 0 177242 13 0 0 18 0 9 0 1983573977 888356864 11175 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27534/statm: 216884 11175 2632 9 0 211390 0
[pid=27534/tid=27536] ppid=27532 vsize=867536 CPUtime=1772.2
/proc/27534/task/27536/stat : 27536 (java) R 27532 27534 26413 0 -1 64 12875 295 1 0 177210 10 0 0 25 0 9 0 1983573978 888356864 11175 996147200 134512640 134550740 4294955984 18446744073709551615 4126922384 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27534/tid=27537] ppid=27532 vsize=867536 CPUtime=0.04
/proc/27534/task/27537/stat : 27537 (java) S 27532 27534 26413 0 -1 64 2661 295 0 0 4 0 0 0 16 0 9 0 1983573979 888356864 11175 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27534/tid=27538] ppid=27532 vsize=867536 CPUtime=0
/proc/27534/task/27538/stat : 27538 (java) S 27532 27534 26413 0 -1 64 16 295 0 0 0 0 0 0 16 0 9 0 1983573980 888356864 11175 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27534/tid=27539] ppid=27532 vsize=867536 CPUtime=0
/proc/27534/task/27539/stat : 27539 (java) S 27532 27534 26413 0 -1 64 11 295 0 0 0 0 0 0 16 0 9 0 1983573980 888356864 11175 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27534/tid=27540] ppid=27532 vsize=867536 CPUtime=0
/proc/27534/task/27540/stat : 27540 (java) S 27532 27534 26413 0 -1 64 1 295 0 0 0 0 0 0 23 0 9 0 1983573982 888356864 11175 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27534/tid=27541] ppid=27532 vsize=867536 CPUtime=0.27
/proc/27534/task/27541/stat : 27541 (java) S 27532 27534 26413 0 -1 64 748 295 0 0 26 1 0 0 16 0 9 0 1983573982 888356864 11175 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27534/tid=27542] ppid=27532 vsize=867536 CPUtime=0
/proc/27534/task/27542/stat : 27542 (java) S 27532 27534 26413 0 -1 64 1 295 0 0 0 0 0 0 24 0 9 0 1983573982 888356864 11175 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27534/tid=27543] ppid=27532 vsize=867536 CPUtime=0
/proc/27534/task/27543/stat : 27543 (java) S 27532 27534 26413 0 -1 64 13 295 0 0 0 0 0 0 15 0 9 0 1983573982 888356864 11175 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1772.55
Current children cumulated vsize (KiB) 867536



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.8 s]
/proc/loadavg: 2.02 2.04 2.00 3/89 27620
/proc/meminfo: memFree=1808368/2055920 swapFree=4180540/4192956
[pid=27534] ppid=27532 vsize=867536 CPUtime=1800.04
/proc/27534/stat : 27534 (java) S 27532 27534 26413 0 -1 0 17128 295 1 0 179991 13 0 0 18 0 9 0 1983573977 888356864 11175 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27534/statm: 216884 11175 2632 9 0 211390 0
[pid=27534/tid=27536] ppid=27532 vsize=867536 CPUtime=1799.7
/proc/27534/task/27536/stat : 27536 (java) R 27532 27534 26413 0 -1 64 12875 295 1 0 179960 10 0 0 25 0 9 0 1983573978 888356864 11175 996147200 134512640 134550740 4294955984 18446744073709551615 4126887060 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27534/tid=27537] ppid=27532 vsize=867536 CPUtime=0.04
/proc/27534/task/27537/stat : 27537 (java) S 27532 27534 26413 0 -1 64 2661 295 0 0 4 0 0 0 16 0 9 0 1983573979 888356864 11175 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27534/tid=27538] ppid=27532 vsize=867536 CPUtime=0
/proc/27534/task/27538/stat : 27538 (java) S 27532 27534 26413 0 -1 64 16 295 0 0 0 0 0 0 16 0 9 0 1983573980 888356864 11175 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27534/tid=27539] ppid=27532 vsize=867536 CPUtime=0
/proc/27534/task/27539/stat : 27539 (java) S 27532 27534 26413 0 -1 64 11 295 0 0 0 0 0 0 16 0 9 0 1983573980 888356864 11175 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27534/tid=27540] ppid=27532 vsize=867536 CPUtime=0
/proc/27534/task/27540/stat : 27540 (java) S 27532 27534 26413 0 -1 64 1 295 0 0 0 0 0 0 23 0 9 0 1983573982 888356864 11175 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27534/tid=27541] ppid=27532 vsize=867536 CPUtime=0.27
/proc/27534/task/27541/stat : 27541 (java) S 27532 27534 26413 0 -1 64 748 295 0 0 26 1 0 0 16 0 9 0 1983573982 888356864 11175 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27534/tid=27542] ppid=27532 vsize=867536 CPUtime=0
/proc/27534/task/27542/stat : 27542 (java) S 27532 27534 26413 0 -1 64 1 295 0 0 0 0 0 0 24 0 9 0 1983573982 888356864 11175 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27534/tid=27543] ppid=27532 vsize=867536 CPUtime=0
/proc/27534/task/27543/stat : 27543 (java) S 27532 27534 26413 0 -1 64 13 295 0 0 0 0 0 0 15 0 9 0 1983573982 888356864 11175 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 867536

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): 1809.87
CPU time (s): 1800.13
CPU user time (s): 1799.98
CPU system time (s): 0.146977
CPU usage (%): 99.4618
Max. virtual memory (cumulated for all children) (KiB): 867580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.98
system time used= 0.146977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17457
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= 38046
involuntary context switches= 41704

runsolver used 2.68959 second user time and 5.14622 second system time

The end

Launcher Data (download as text)

Begin job on node18 at 2008-07-03 02:46:36
IDJOB=1049675
IDBENCH=54687
IDSOLVER=363
FILE ID=node18/1049675-1215045996
PBS_JOBID= 7875137
Free space on /tmp= 66548 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/pseudo/course/normalized-ss97-6.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-1049675-1215045996/watcher-1049675-1215045996 -o /tmp/evaluation-result-1049675-1215045996/solver-1049675-1215045996 -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-1049675-1215045996.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0c9f87478b796a128266998e88fcff85
RANDOM SEED=18429809

node18.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.268
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	: 5931.00
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.268
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:       1818272 kB
Buffers:          8036 kB
Cached:          95500 kB
SwapCached:       6012 kB
Active:         164604 kB
Inactive:        22352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1818272 kB
SwapTotal:     4192956 kB
SwapFree:      4180540 kB
Dirty:            2068 kB
Writeback:           0 kB
Mapped:          91084 kB
Slab:            36128 kB
Committed_AS:  3417624 kB
PageTables:       1828 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= 66548 MiB
End job on node18 at 2008-07-03 03:16:48