Trace number 1049360

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.07 1803.76

General information on the benchmark

Namecsp/pseudo/ppp/
normalized-ppp-3-13-25-26.xml
MD5SUM7672cbc92c95110a92bce4d4d3f0bc43
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 benchmark16.0556
Satisfiable
(Un)Satisfiability was proved
Number of variables4644
Number of constraints31428
Maximum constraint arity29
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension31428
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.25	
0.18/0.25	   configuration
0.18/0.26	     name=mac.xml
0.18/0.29	   
0.18/0.29	   instance
0.18/0.29	     name=HOME/instance-1049360-1215044926.xml
0.28/0.33	   
0.28/0.33	   domains being loaded...
0.28/0.34	   
0.28/0.34	   variables being loaded...
0.58/0.60	     nbVariables=4644  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=9288
0.58/0.60	       =>  wckTime=0.344  cpuTime=0.23  mem=19M556
0.58/0.60	   
0.58/0.60	   predicates being loaded...
0.58/0.69	   
0.58/0.69	   constraints being loaded...
18.02/18.23	     nbConstraints=31289  nbGlobalConstraints=35  nbMergedConstraints=174  nbConflictsStructures=5
18.02/18.23	     nbSharedConflictsStructures=31171  nbUnbuiltConflictsStructures=6  nbSharedBinaryRepresentations=0
18.02/18.23	     nbEvaluationManagers=11  nbSharedEvaluationManagers=31243  minDegree=12  maxDegree=37  minArity=3  avgArity=3.86
18.02/18.23	     maxArity=1548  nbGenerators=35  nbFusions=0  symmetryWckTime=11.106  symmetryCpuTime=6.47
18.02/18.23	       =>  wckTime=17.97  cpuTime=12.26  mem=108M657
18.51/18.72	   
18.51/18.72	   solver IterativeSystematicSolver being built... 
19.21/19.44	   
19.21/19.45	   INFO : Forward propagation technique limited 
19.50/19.72	       =>  wckTime=19.46  cpuTime=12.95  mem=100M510
19.60/19.82	   
19.60/19.82	   preprocessing
19.60/19.82	     nbConstraintChecks=0  nbPropagations=4644  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
19.60/19.82	     detectedInconsistency=no
19.60/19.82	       =>  wckTime=0.095  cpuTime=0.08  mem=103M570

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-1049360-1215044926/watcher-1049360-1215044926 -o /tmp/evaluation-result-1049360-1215044926/solver-1049360-1215044926 -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-1049360-1215044926.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

[startup+0 s]
/proc/loadavg: 1.92 1.98 1.97 3/72 26272
/proc/meminfo: memFree=1789384/2055920 swapFree=4179812/4192956
[pid=26272] ppid=26270 vsize=18572 CPUtime=0
/proc/26272/stat : 26272 (runsolver) R 26270 25780 25780 0 -1 4194368 12 0 0 0 0 0 0 0 20 0 1 0 1983466154 19017728 290 996147200 4194304 4296836 548682068352 18446744073709551615 254195203027 0 0 4096 24578 0 0 0 17 1 0 0
/proc/26272/statm: 4643 290 255 25 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.101368 s]
/proc/loadavg: 1.92 1.98 1.97 3/72 26272
/proc/meminfo: memFree=1789384/2055920 swapFree=4179812/4192956
[pid=26272] ppid=26270 vsize=865884 CPUtime=0.07
/proc/26272/stat : 26272 (java) S 26270 26272 25780 0 -1 0 3686 0 1 0 6 1 0 0 18 0 9 0 1983466154 886665216 3161 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26272/statm: 216471 3161 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865884

[startup+0.202344 s]
/proc/loadavg: 1.92 1.98 1.97 3/72 26272
/proc/meminfo: memFree=1789384/2055920 swapFree=4179812/4192956
[pid=26272] ppid=26270 vsize=866044 CPUtime=0.18
/proc/26272/stat : 26272 (java) S 26270 26272 25780 0 -1 0 4617 0 1 0 16 2 0 0 18 0 9 0 1983466154 886829056 4044 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26272/statm: 216511 4044 1858 9 0 211059 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 866044

[startup+0.30236 s]
/proc/loadavg: 1.92 1.98 1.97 3/72 26272
/proc/meminfo: memFree=1789384/2055920 swapFree=4179812/4192956
[pid=26272] ppid=26270 vsize=866284 CPUtime=0.28
/proc/26272/stat : 26272 (java) S 26270 26272 25780 0 -1 0 5812 0 1 0 25 3 0 0 18 0 9 0 1983466154 887074816 5186 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26272/statm: 216571 5186 1953 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.701465 s]
/proc/loadavg: 1.92 1.98 1.97 3/72 26272
/proc/meminfo: memFree=1789384/2055920 swapFree=4179812/4192956
[pid=26272] ppid=26270 vsize=867516 CPUtime=0.68
/proc/26272/stat : 26272 (java) S 26270 26272 25780 0 -1 0 10596 0 1 0 61 7 0 0 18 0 9 0 1983466154 888336384 9956 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26272/statm: 216879 9956 2008 9 0 211385 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867516

[startup+1.50159 s]
/proc/loadavg: 1.92 1.98 1.97 3/81 26281
/proc/meminfo: memFree=1735424/2055920 swapFree=4179812/4192956
[pid=26272] ppid=26270 vsize=867428 CPUtime=1.47
/proc/26272/stat : 26272 (java) S 26270 26272 25780 0 -1 0 18823 0 1 0 136 11 0 0 18 0 9 0 1983466154 888246272 18158 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26272/statm: 216857 18158 2001 9 0 211385 0
[pid=26272/tid=26274] ppid=26270 vsize=867428 CPUtime=1.19
/proc/26272/task/26274/stat : 26274 (java) R 26270 26272 25780 0 -1 64 15736 0 1 0 110 9 0 0 25 0 9 0 1983466156 888246272 18158 996147200 134512640 134550740 4294955984 18446744073709551615 102389696 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26275] ppid=26270 vsize=867428 CPUtime=0.07
/proc/26272/task/26275/stat : 26275 (java) S 26270 26272 25780 0 -1 64 1759 0 0 0 7 0 0 0 16 0 9 0 1983466157 888246272 18158 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26276] ppid=26270 vsize=867428 CPUtime=0
/proc/26272/task/26276/stat : 26276 (java) S 26270 26272 25780 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1983466158 888246272 18158 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26277] ppid=26270 vsize=867428 CPUtime=0
/proc/26272/task/26277/stat : 26277 (java) S 26270 26272 25780 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1983466158 888246272 18158 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26278] ppid=26270 vsize=867428 CPUtime=0
/proc/26272/task/26278/stat : 26278 (java) S 26270 26272 25780 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983466160 888246272 18158 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26279] ppid=26270 vsize=867428 CPUtime=0.17
/proc/26272/task/26279/stat : 26279 (java) S 26270 26272 25780 0 -1 64 630 0 0 0 17 0 0 0 16 0 9 0 1983466160 888246272 18158 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26280] ppid=26270 vsize=867428 CPUtime=0
/proc/26272/task/26280/stat : 26280 (java) S 26270 26272 25780 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1983466160 888246272 18158 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26281] ppid=26270 vsize=867428 CPUtime=0
/proc/26272/task/26281/stat : 26281 (java) S 26270 26272 25780 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983466160 888246272 18158 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867428

[startup+3.10183 s]
/proc/loadavg: 1.92 1.98 1.97 3/81 26281
/proc/meminfo: memFree=1710080/2055920 swapFree=4179812/4192956
[pid=26272] ppid=26270 vsize=867428 CPUtime=3.06
/proc/26272/stat : 26272 (java) S 26270 26272 25780 0 -1 0 24375 0 1 0 283 23 0 0 18 0 9 0 1983466154 888246272 23708 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26272/statm: 216857 23708 2002 9 0 211385 0
[pid=26272/tid=26274] ppid=26270 vsize=867428 CPUtime=2.46
/proc/26272/task/26274/stat : 26274 (java) R 26270 26272 25780 0 -1 64 15762 0 1 0 227 19 0 0 25 0 9 0 1983466156 888246272 23708 996147200 134512640 134550740 4294955984 18446744073709551615 4126634168 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26275] ppid=26270 vsize=867428 CPUtime=0.34
/proc/26272/task/26275/stat : 26275 (java) S 26270 26272 25780 0 -1 64 7245 0 0 0 32 2 0 0 17 0 9 0 1983466157 888246272 23708 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26276] ppid=26270 vsize=867428 CPUtime=0
/proc/26272/task/26276/stat : 26276 (java) S 26270 26272 25780 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1983466158 888246272 23708 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26277] ppid=26270 vsize=867428 CPUtime=0
/proc/26272/task/26277/stat : 26277 (java) S 26270 26272 25780 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1983466158 888246272 23708 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26278] ppid=26270 vsize=867428 CPUtime=0
/proc/26272/task/26278/stat : 26278 (java) S 26270 26272 25780 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983466160 888246272 23708 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26279] ppid=26270 vsize=867428 CPUtime=0.23
/proc/26272/task/26279/stat : 26279 (java) S 26270 26272 25780 0 -1 64 670 0 0 0 23 0 0 0 16 0 9 0 1983466160 888246272 23708 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26280] ppid=26270 vsize=867428 CPUtime=0
/proc/26272/task/26280/stat : 26280 (java) S 26270 26272 25780 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1983466160 888246272 23708 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26281] ppid=26270 vsize=867428 CPUtime=0
/proc/26272/task/26281/stat : 26281 (java) S 26270 26272 25780 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983466160 888246272 23708 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867428

[startup+6.30129 s]
/proc/loadavg: 1.93 1.98 1.97 3/81 26281
/proc/meminfo: memFree=1692480/2055920 swapFree=4179812/4192956
[pid=26272] ppid=26270 vsize=867428 CPUtime=6.22
/proc/26272/stat : 26272 (java) S 26270 26272 25780 0 -1 0 29081 0 1 0 484 138 0 0 18 0 9 0 1983466154 888246272 28410 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26272/statm: 216857 28410 2002 9 0 211385 0
[pid=26272/tid=26274] ppid=26270 vsize=867428 CPUtime=5.3
/proc/26272/task/26274/stat : 26274 (java) R 26270 26272 25780 0 -1 64 15766 0 1 0 398 132 0 0 25 0 9 0 1983466156 888246272 28410 996147200 134512640 134550740 4294955984 18446744073709551615 4126525413 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26275] ppid=26270 vsize=867428 CPUtime=0.66
/proc/26272/task/26275/stat : 26275 (java) S 26270 26272 25780 0 -1 64 11945 0 0 0 62 4 0 0 17 0 9 0 1983466157 888246272 28410 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26276] ppid=26270 vsize=867428 CPUtime=0
/proc/26272/task/26276/stat : 26276 (java) S 26270 26272 25780 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1983466158 888246272 28410 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26277] ppid=26270 vsize=867428 CPUtime=0
/proc/26272/task/26277/stat : 26277 (java) S 26270 26272 25780 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1983466158 888246272 28410 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26278] ppid=26270 vsize=867428 CPUtime=0
/proc/26272/task/26278/stat : 26278 (java) S 26270 26272 25780 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983466160 888246272 28410 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26279] ppid=26270 vsize=867428 CPUtime=0.23
/proc/26272/task/26279/stat : 26279 (java) S 26270 26272 25780 0 -1 64 672 0 0 0 23 0 0 0 16 0 9 0 1983466160 888246272 28410 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26280] ppid=26270 vsize=867428 CPUtime=0
/proc/26272/task/26280/stat : 26280 (java) S 26270 26272 25780 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1983466160 888246272 28410 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26281] ppid=26270 vsize=867428 CPUtime=0
/proc/26272/task/26281/stat : 26281 (java) S 26270 26272 25780 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983466160 888246272 28410 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867428

[startup+12.7023 s]
/proc/loadavg: 1.93 1.98 1.97 5/83 26285
/proc/meminfo: memFree=1640808/2055920 swapFree=4179812/4192956
[pid=26272] ppid=26270 vsize=868076 CPUtime=12.56
/proc/26272/stat : 26272 (java) S 26270 26272 25780 0 -1 0 60102 4878 1 0 679 151 422 4 18 0 10 0 1983466154 888909824 38018 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26272/statm: 217019 38018 2016 9 0 211547 0
[pid=26285] ppid=26272 vsize=44 CPUtime=0
/proc/26285/stat : 26285 (rm) R 26272 26272 25780 0 -1 4194304 23 0 0 0 0 0 0 0 19 0 1 0 1983467356 45056 2 996147200 0 0 548682069486 18446744073709551615 4294960144 0 4 0 0 0 0 0 17 1 0 0
/proc/26285/statm: 11 2 0 0 0 1 0
[pid=26272/tid=26274] ppid=26270 vsize=868076 CPUtime=11.29
/proc/26272/task/26274/stat : 26274 (java) R 26270 26272 25780 0 -1 64 34254 4878 1 0 564 139 422 4 16 0 10 0 1983466156 888909824 38018 996147200 134512640 134550740 4294955984 18446744073709551615 4126845844 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26275] ppid=26270 vsize=868076 CPUtime=5.2
/proc/26272/task/26275/stat : 26275 (java) S 26270 26272 25780 0 -1 64 24033 4878 0 0 85 9 422 4 15 0 10 0 1983466157 888909824 38018 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26276] ppid=26270 vsize=868076 CPUtime=4.26
/proc/26272/task/26276/stat : 26276 (java) S 26270 26272 25780 0 -1 64 20 4878 0 0 0 0 422 4 16 0 10 0 1983466158 888909824 38018 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26277] ppid=26270 vsize=868076 CPUtime=4.26
/proc/26272/task/26277/stat : 26277 (java) R 26270 26272 25780 0 -1 64 9 4878 0 0 0 0 422 4 16 0 10 0 1983466158 888909824 38018 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26278] ppid=26270 vsize=868076 CPUtime=4.26
/proc/26272/task/26278/stat : 26278 (java) S 26270 26272 25780 0 -1 64 1 4878 0 0 0 0 422 4 18 0 10 0 1983466160 888909824 38018 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26279] ppid=26270 vsize=868076 CPUtime=4.55
/proc/26272/task/26279/stat : 26279 (java) S 26270 26272 25780 0 -1 64 974 4878 0 0 29 0 422 4 15 0 10 0 1983466160 888909824 38018 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26280] ppid=26270 vsize=868076 CPUtime=4.26
/proc/26272/task/26280/stat : 26280 (java) S 26270 26272 25780 0 -1 64 2 4878 0 0 0 0 422 4 19 0 10 0 1983466160 888909824 38018 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26281] ppid=26270 vsize=868076 CPUtime=4.26
/proc/26272/task/26281/stat : 26281 (java) S 26270 26272 25780 0 -1 64 12 4878 0 0 0 0 422 4 15 0 10 0 1983466160 888909824 38018 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26284] ppid=26270 vsize=868076 CPUtime=4.26
/proc/26272/task/26284/stat : 26284 (java) S 26270 26272 25780 0 -1 64 39 4878 0 0 0 0 422 4 17 0 10 0 1983467356 888909824 38018 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 868120

[startup+25.5023 s]
/proc/loadavg: 2.09 2.02 1.98 3/81 26285
/proc/meminfo: memFree=1631216/2055920 swapFree=4179812/4192956
[pid=26272] ppid=26270 vsize=868076 CPUtime=25.26
/proc/26272/stat : 26272 (java) S 26270 26272 25780 0 -1 0 84007 5002 1 0 1942 157 422 5 18 0 9 0 1983466154 888909824 41931 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26272/statm: 217019 41931 2615 9 0 211547 0
[pid=26272/tid=26274] ppid=26270 vsize=868076 CPUtime=23.09
/proc/26272/task/26274/stat : 26274 (java) R 26270 26272 25780 0 -1 64 39253 5002 1 0 1742 140 422 5 25 0 9 0 1983466156 888909824 41931 996147200 134512640 134550740 4294955984 18446744073709551615 4127046322 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26275] ppid=26270 vsize=868076 CPUtime=5.96
/proc/26272/task/26275/stat : 26275 (java) S 26270 26272 25780 0 -1 64 42819 5002 0 0 157 12 422 5 16 0 9 0 1983466157 888909824 41931 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26276] ppid=26270 vsize=868076 CPUtime=4.27
/proc/26272/task/26276/stat : 26276 (java) S 26270 26272 25780 0 -1 64 20 5002 0 0 0 0 422 5 15 0 9 0 1983466158 888909824 41931 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26277] ppid=26270 vsize=868076 CPUtime=4.27
/proc/26272/task/26277/stat : 26277 (java) S 26270 26272 25780 0 -1 64 23 5002 0 0 0 0 422 5 16 0 9 0 1983466158 888909824 41931 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26278] ppid=26270 vsize=868076 CPUtime=4.27
/proc/26272/task/26278/stat : 26278 (java) S 26270 26272 25780 0 -1 64 1 5002 0 0 0 0 422 5 18 0 9 0 1983466160 888909824 41931 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26279] ppid=26270 vsize=868076 CPUtime=4.69
/proc/26272/task/26279/stat : 26279 (java) S 26270 26272 25780 0 -1 64 1075 5002 0 0 41 1 422 5 15 0 9 0 1983466160 888909824 41931 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26280] ppid=26270 vsize=868076 CPUtime=4.27
/proc/26272/task/26280/stat : 26280 (java) S 26270 26272 25780 0 -1 64 2 5002 0 0 0 0 422 5 19 0 9 0 1983466160 888909824 41931 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26281] ppid=26270 vsize=868076 CPUtime=4.27
/proc/26272/task/26281/stat : 26281 (java) S 26270 26272 25780 0 -1 64 13 5002 0 0 0 0 422 5 15 0 9 0 1983466160 888909824 41931 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 868076

[startup+51.1022 s]
/proc/loadavg: 2.06 2.01 1.98 3/81 26286
/proc/meminfo: memFree=1631152/2055920 swapFree=4179812/4192956
[pid=26272] ppid=26270 vsize=868076 CPUtime=50.64
/proc/26272/stat : 26272 (java) S 26270 26272 25780 0 -1 0 84025 5002 1 0 4480 157 422 5 18 0 9 0 1983466154 888909824 41943 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26272/statm: 217019 41943 2615 9 0 211547 0
[pid=26272/tid=26274] ppid=26270 vsize=868076 CPUtime=48.46
/proc/26272/task/26274/stat : 26274 (java) R 26270 26272 25780 0 -1 64 39256 5002 1 0 4278 141 422 5 25 0 9 0 1983466156 888909824 41943 996147200 134512640 134550740 4294955984 18446744073709551615 4127049626 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26275] ppid=26270 vsize=868076 CPUtime=5.96
/proc/26272/task/26275/stat : 26275 (java) S 26270 26272 25780 0 -1 64 42819 5002 0 0 157 12 422 5 16 0 9 0 1983466157 888909824 41943 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26276] ppid=26270 vsize=868076 CPUtime=4.27
/proc/26272/task/26276/stat : 26276 (java) S 26270 26272 25780 0 -1 64 20 5002 0 0 0 0 422 5 15 0 9 0 1983466158 888909824 41943 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26277] ppid=26270 vsize=868076 CPUtime=4.27
/proc/26272/task/26277/stat : 26277 (java) S 26270 26272 25780 0 -1 64 23 5002 0 0 0 0 422 5 16 0 9 0 1983466158 888909824 41943 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/26272/task/26277/stat : 26277 (java) S 26270 26272 25780 0 -1 64 23 5002 0 0 0 0 422 5 16 0 9 0 1983466158 888909824 41948 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26278] ppid=26270 vsize=868076 CPUtime=4.27
/proc/26272/task/26278/stat : 26278 (java) S 26270 26272 25780 0 -1 64 1 5002 0 0 0 0 422 5 18 0 9 0 1983466160 888909824 41948 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26279] ppid=26270 vsize=868076 CPUtime=4.73
/proc/26272/task/26279/stat : 26279 (java) S 26270 26272 25780 0 -1 64 1099 5002 0 0 45 1 422 5 17 0 9 0 1983466160 888909824 41948 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26280] ppid=26270 vsize=868076 CPUtime=4.27
/proc/26272/task/26280/stat : 26280 (java) S 26270 26272 25780 0 -1 64 2 5002 0 0 0 0 422 5 19 0 9 0 1983466160 888909824 41948 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26281] ppid=26270 vsize=868076 CPUtime=4.27
/proc/26272/task/26281/stat : 26281 (java) S 26270 26272 25780 0 -1 64 13 5002 0 0 0 0 422 5 15 0 9 0 1983466160 888909824 41948 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1478.74
Current children cumulated vsize (KiB) 868076

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 26315
/proc/meminfo: memFree=1555448/2055920 swapFree=4179812/4192956
[pid=26272] ppid=26270 vsize=868076 CPUtime=1538.72
/proc/26272/stat : 26272 (java) S 26270 26272 25780 0 -1 0 84038 5002 1 0 153285 160 422 5 18 0 9 0 1983466154 888909824 41948 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26272/statm: 217019 41948 2615 9 0 211547 0
[pid=26272/tid=26274] ppid=26270 vsize=868076 CPUtime=1536.52
/proc/26272/task/26274/stat : 26274 (java) R 26270 26272 25780 0 -1 64 39260 5002 1 0 153081 144 422 5 25 0 9 0 1983466156 888909824 41948 996147200 134512640 134550740 4294955984 18446744073709551615 4127046340 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26272/tid=26275] ppid=26270 vsize=868076 CPUtime=5.96
/proc/26272/task/26275/stat : 26275 (java) S 26270 26272 25780 0 -1 64 42819 5002 0 0 157 12 422 5 16 0 9 0 1983466157 888909824 41948 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26276] ppid=26270 vsize=868076 CPUtime=4.27
/proc/26272/task/26276/stat : 26276 (java) S 26270 26272 25780 0 -1 64 20 5002 0 0 0 0 422 5 15 0 9 0 1983466158 888909824 41948 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26277] ppid=26270 vsize=868076 CPUtime=4.27
/proc/26272/task/26277/stat : 26277 (java) S 26270 26272 25780 0 -1 64 23 5002 0 0 0 0 422 5 16 0 9 0 1983466158 888909824 41948 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26278] ppid=26270 vsize=868076 CPUtime=4.27
/proc/26272/task/26278/stat : 26278 (java) S 26270 26272 25780 0 -1 64 1 5002 0 0 0 0 422 5 18 0 9 0 1983466160 888909824 41948 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26279] ppid=26270 vsize=868076 CPUtime=4.73
/proc/26272/task/26279/stat : 26279 (java) S 26270 26272 25780 0 -1 64 1099 5002 0 0 45 1 422 5 17 0 9 0 1983466160 888909824 41948 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26280] ppid=26270 vsize=868076 CPUtime=4.27
/proc/26272/task/26280/stat : 26280 (java) S 26270 26272 25780 0 -1 64 2 5002 0 0 0 0 422 5 19 0 9 0 1983466160 888909824 41948 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26281] ppid=26270 vsize=868076 CPUtime=4.27
/proc/26272/task/26281/stat : 26281 (java) S 26270 26272 25780 0 -1 64 13 5002 0 0 0 0 422 5 15 0 9 0 1983466160 888909824 41948 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1538.72
Current children cumulated vsize (KiB) 868076

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 26315
/proc/meminfo: memFree=1555320/2055920 swapFree=4179812/4192956
[pid=26272] ppid=26270 vsize=868076 CPUtime=1598.69
/proc/26272/stat : 26272 (java) S 26270 26272 25780 0 -1 0 84038 5002 1 0 159282 160 422 5 18 0 9 0 1983466154 888909824 41948 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26272/statm: 217019 41948 2615 9 0 211547 0
[pid=26272/tid=26274] ppid=26270 vsize=868076 CPUtime=1596.49
/proc/26272/task/26274/stat : 26274 (java) R 26270 26272 25780 0 -1 64 39260 5002 1 0 159078 144 422 5 25 0 9 0 1983466156 888909824 41948 996147200 134512640 134550740 4294955984 18446744073709551615 4127048298 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26272/tid=26275] ppid=26270 vsize=868076 CPUtime=5.96
/proc/26272/task/26275/stat : 26275 (java) S 26270 26272 25780 0 -1 64 42819 5002 0 0 157 12 422 5 16 0 9 0 1983466157 888909824 41948 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26276] ppid=26270 vsize=868076 CPUtime=4.27
/proc/26272/task/26276/stat : 26276 (java) S 26270 26272 25780 0 -1 64 20 5002 0 0 0 0 422 5 15 0 9 0 1983466158 888909824 41948 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26277] ppid=26270 vsize=868076 CPUtime=4.27
/proc/26272/task/26277/stat : 26277 (java) S 26270 26272 25780 0 -1 64 23 5002 0 0 0 0 422 5 16 0 9 0 1983466158 888909824 41948 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26278] ppid=26270 vsize=868076 CPUtime=4.27
/proc/26272/task/26278/stat : 26278 (java) S 26270 26272 25780 0 -1 64 1 5002 0 0 0 0 422 5 18 0 9 0 1983466160 888909824 41948 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26279] ppid=26270 vsize=868076 CPUtime=4.73
/proc/26272/task/26279/stat : 26279 (java) S 26270 26272 25780 0 -1 64 1099 5002 0 0 45 1 422 5 17 0 9 0 1983466160 888909824 41948 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26280] ppid=26270 vsize=868076 CPUtime=4.27
/proc/26272/task/26280/stat : 26280 (java) S 26270 26272 25780 0 -1 64 2 5002 0 0 0 0 422 5 19 0 9 0 1983466160 888909824 41948 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26281] ppid=26270 vsize=868076 CPUtime=4.27
/proc/26272/task/26281/stat : 26281 (java) S 26270 26272 25780 0 -1 64 13 5002 0 0 0 0 422 5 15 0 9 0 1983466160 888909824 41948 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1598.69
Current children cumulated vsize (KiB) 868076

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 26315
/proc/meminfo: memFree=1555256/2055920 swapFree=4179812/4192956
[pid=26272] ppid=26270 vsize=868076 CPUtime=1658.66
/proc/26272/stat : 26272 (java) S 26270 26272 25780 0 -1 0 84038 5002 1 0 165279 160 422 5 18 0 9 0 1983466154 888909824 41948 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26272/statm: 217019 41948 2615 9 0 211547 0
[pid=26272/tid=26274] ppid=26270 vsize=868076 CPUtime=1656.46
/proc/26272/task/26274/stat : 26274 (java) R 26270 26272 25780 0 -1 64 39260 5002 1 0 165075 144 422 5 25 0 9 0 1983466156 888909824 41948 996147200 134512640 134550740 4294955984 18446744073709551615 4127049968 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26272/tid=26275] ppid=26270 vsize=868076 CPUtime=5.96
/proc/26272/task/26275/stat : 26275 (java) S 26270 26272 25780 0 -1 64 42819 5002 0 0 157 12 422 5 16 0 9 0 1983466157 888909824 41948 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26276] ppid=26270 vsize=868076 CPUtime=4.27
/proc/26272/task/26276/stat : 26276 (java) S 26270 26272 25780 0 -1 64 20 5002 0 0 0 0 422 5 15 0 9 0 1983466158 888909824 41948 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26277] ppid=26270 vsize=868076 CPUtime=4.27
/proc/26272/task/26277/stat : 26277 (java) S 26270 26272 25780 0 -1 64 23 5002 0 0 0 0 422 5 16 0 9 0 1983466158 888909824 41948 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26278] ppid=26270 vsize=868076 CPUtime=4.27
/proc/26272/task/26278/stat : 26278 (java) S 26270 26272 25780 0 -1 64 1 5002 0 0 0 0 422 5 18 0 9 0 1983466160 888909824 41948 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26279] ppid=26270 vsize=868076 CPUtime=4.73
/proc/26272/task/26279/stat : 26279 (java) S 26270 26272 25780 0 -1 64 1099 5002 0 0 45 1 422 5 17 0 9 0 1983466160 888909824 41948 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26280] ppid=26270 vsize=868076 CPUtime=4.27
/proc/26272/task/26280/stat : 26280 (java) S 26270 26272 25780 0 -1 64 2 5002 0 0 0 0 422 5 19 0 9 0 1983466160 888909824 41948 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26281] ppid=26270 vsize=868076 CPUtime=4.27
/proc/26272/task/26281/stat : 26281 (java) S 26270 26272 25780 0 -1 64 13 5002 0 0 0 0 422 5 15 0 9 0 1983466160 888909824 41948 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1658.66
Current children cumulated vsize (KiB) 868076

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 26315
/proc/meminfo: memFree=1555192/2055920 swapFree=4179812/4192956
[pid=26272] ppid=26270 vsize=868076 CPUtime=1718.64
/proc/26272/stat : 26272 (java) S 26270 26272 25780 0 -1 0 84038 5002 1 0 171277 160 422 5 18 0 9 0 1983466154 888909824 41948 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26272/statm: 217019 41948 2615 9 0 211547 0
[pid=26272/tid=26274] ppid=26270 vsize=868076 CPUtime=1716.44
/proc/26272/task/26274/stat : 26274 (java) R 26270 26272 25780 0 -1 64 39260 5002 1 0 171073 144 422 5 25 0 9 0 1983466156 888909824 41948 996147200 134512640 134550740 4294955984 18446744073709551615 4127050034 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26272/tid=26275] ppid=26270 vsize=868076 CPUtime=5.96
/proc/26272/task/26275/stat : 26275 (java) S 26270 26272 25780 0 -1 64 42819 5002 0 0 157 12 422 5 16 0 9 0 1983466157 888909824 41948 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26276] ppid=26270 vsize=868076 CPUtime=4.27
/proc/26272/task/26276/stat : 26276 (java) S 26270 26272 25780 0 -1 64 20 5002 0 0 0 0 422 5 15 0 9 0 1983466158 888909824 41948 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26277] ppid=26270 vsize=868076 CPUtime=4.27
/proc/26272/task/26277/stat : 26277 (java) S 26270 26272 25780 0 -1 64 23 5002 0 0 0 0 422 5 16 0 9 0 1983466158 888909824 41948 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26278] ppid=26270 vsize=868076 CPUtime=4.27
/proc/26272/task/26278/stat : 26278 (java) S 26270 26272 25780 0 -1 64 1 5002 0 0 0 0 422 5 18 0 9 0 1983466160 888909824 41948 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26279] ppid=26270 vsize=868076 CPUtime=4.73
/proc/26272/task/26279/stat : 26279 (java) S 26270 26272 25780 0 -1 64 1099 5002 0 0 45 1 422 5 17 0 9 0 1983466160 888909824 41948 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26280] ppid=26270 vsize=868076 CPUtime=4.27
/proc/26272/task/26280/stat : 26280 (java) S 26270 26272 25780 0 -1 64 2 5002 0 0 0 0 422 5 19 0 9 0 1983466160 888909824 41948 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26281] ppid=26270 vsize=868076 CPUtime=4.27
/proc/26272/task/26281/stat : 26281 (java) S 26270 26272 25780 0 -1 64 13 5002 0 0 0 0 422 5 15 0 9 0 1983466160 888909824 41948 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1718.64
Current children cumulated vsize (KiB) 868076

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 26315
/proc/meminfo: memFree=1555128/2055920 swapFree=4179812/4192956
[pid=26272] ppid=26270 vsize=868076 CPUtime=1778.61
/proc/26272/stat : 26272 (java) S 26270 26272 25780 0 -1 0 84038 5002 1 0 177274 160 422 5 18 0 9 0 1983466154 888909824 41948 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26272/statm: 217019 41948 2615 9 0 211547 0
[pid=26272/tid=26274] ppid=26270 vsize=868076 CPUtime=1776.41
/proc/26272/task/26274/stat : 26274 (java) R 26270 26272 25780 0 -1 64 39260 5002 1 0 177070 144 422 5 25 0 9 0 1983466156 888909824 41948 996147200 134512640 134550740 4294955984 18446744073709551615 4127050044 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26272/tid=26275] ppid=26270 vsize=868076 CPUtime=5.96
/proc/26272/task/26275/stat : 26275 (java) S 26270 26272 25780 0 -1 64 42819 5002 0 0 157 12 422 5 16 0 9 0 1983466157 888909824 41948 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26276] ppid=26270 vsize=868076 CPUtime=4.27
/proc/26272/task/26276/stat : 26276 (java) S 26270 26272 25780 0 -1 64 20 5002 0 0 0 0 422 5 15 0 9 0 1983466158 888909824 41948 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26277] ppid=26270 vsize=868076 CPUtime=4.27
/proc/26272/task/26277/stat : 26277 (java) S 26270 26272 25780 0 -1 64 23 5002 0 0 0 0 422 5 16 0 9 0 1983466158 888909824 41948 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26278] ppid=26270 vsize=868076 CPUtime=4.27
/proc/26272/task/26278/stat : 26278 (java) S 26270 26272 25780 0 -1 64 1 5002 0 0 0 0 422 5 18 0 9 0 1983466160 888909824 41948 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26279] ppid=26270 vsize=868076 CPUtime=4.73
/proc/26272/task/26279/stat : 26279 (java) S 26270 26272 25780 0 -1 64 1099 5002 0 0 45 1 422 5 17 0 9 0 1983466160 888909824 41948 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26280] ppid=26270 vsize=868076 CPUtime=4.27
/proc/26272/task/26280/stat : 26280 (java) S 26270 26272 25780 0 -1 64 2 5002 0 0 0 0 422 5 19 0 9 0 1983466160 888909824 41948 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26281] ppid=26270 vsize=868076 CPUtime=4.27
/proc/26272/task/26281/stat : 26281 (java) S 26270 26272 25780 0 -1 64 13 5002 0 0 0 0 422 5 15 0 9 0 1983466160 888909824 41948 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1778.61
Current children cumulated vsize (KiB) 868076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 26315
/proc/meminfo: memFree=1555128/2055920 swapFree=4179812/4192956
[pid=26272] ppid=26270 vsize=868076 CPUtime=1800.01
/proc/26272/stat : 26272 (java) S 26270 26272 25780 0 -1 0 84038 5002 1 0 179414 160 422 5 18 0 9 0 1983466154 888909824 41948 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26272/statm: 217019 41948 2615 9 0 211547 0
[pid=26272/tid=26274] ppid=26270 vsize=868076 CPUtime=1797.8
/proc/26272/task/26274/stat : 26274 (java) R 26270 26272 25780 0 -1 64 39260 5002 1 0 179209 144 422 5 25 0 9 0 1983466156 888909824 41948 996147200 134512640 134550740 4294955984 18446744073709551615 4127048371 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26272/tid=26275] ppid=26270 vsize=868076 CPUtime=5.96
/proc/26272/task/26275/stat : 26275 (java) S 26270 26272 25780 0 -1 64 42819 5002 0 0 157 12 422 5 16 0 9 0 1983466157 888909824 41948 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26276] ppid=26270 vsize=868076 CPUtime=4.27
/proc/26272/task/26276/stat : 26276 (java) S 26270 26272 25780 0 -1 64 20 5002 0 0 0 0 422 5 15 0 9 0 1983466158 888909824 41948 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26277] ppid=26270 vsize=868076 CPUtime=4.27
/proc/26272/task/26277/stat : 26277 (java) S 26270 26272 25780 0 -1 64 23 5002 0 0 0 0 422 5 16 0 9 0 1983466158 888909824 41948 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26278] ppid=26270 vsize=868076 CPUtime=4.27
/proc/26272/task/26278/stat : 26278 (java) S 26270 26272 25780 0 -1 64 1 5002 0 0 0 0 422 5 18 0 9 0 1983466160 888909824 41948 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26279] ppid=26270 vsize=868076 CPUtime=4.73
/proc/26272/task/26279/stat : 26279 (java) S 26270 26272 25780 0 -1 64 1099 5002 0 0 45 1 422 5 17 0 9 0 1983466160 888909824 41948 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26280] ppid=26270 vsize=868076 CPUtime=4.27
/proc/26272/task/26280/stat : 26280 (java) S 26270 26272 25780 0 -1 64 2 5002 0 0 0 0 422 5 19 0 9 0 1983466160 888909824 41948 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26272/tid=26281] ppid=26270 vsize=868076 CPUtime=4.27
/proc/26272/task/26281/stat : 26281 (java) S 26270 26272 25780 0 -1 64 13 5002 0 0 0 0 422 5 15 0 9 0 1983466160 888909824 41948 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 868076

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

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

Child status: 143
Real time (s): 1803.76
CPU time (s): 1800.07
CPU user time (s): 1798.39
CPU system time (s): 1.68774
CPU usage (%): 99.7957
Max. virtual memory (cumulated for all children) (KiB): 891588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.39
system time used= 1.68774
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89071
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= 39992
involuntary context switches= 24097

runsolver used 2.26166 second user time and 5.79812 second system time

The end

Launcher Data (download as text)

Begin job on node34 at 2008-07-03 02:28:47
IDJOB=1049360
IDBENCH=54672
IDSOLVER=363
FILE ID=node34/1049360-1215044926
PBS_JOBID= 7875106
Free space on /tmp= 66540 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/pseudo/ppp/normalized-ppp-3-13-25-26.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-1049360-1215044926/watcher-1049360-1215044926 -o /tmp/evaluation-result-1049360-1215044926/solver-1049360-1215044926 -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-1049360-1215044926.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7672cbc92c95110a92bce4d4d3f0bc43
RANDOM SEED=106604589

node34.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.259
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.259
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:       1789864 kB
Buffers:         31368 kB
Cached:         152032 kB
SwapCached:       6932 kB
Active:         124852 kB
Inactive:        72040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1789864 kB
SwapTotal:     4192956 kB
SwapFree:      4179812 kB
Dirty:            6812 kB
Writeback:           0 kB
Mapped:          20860 kB
Slab:            54444 kB
Committed_AS:  3362432 kB
PageTables:       1788 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= 66532 MiB
End job on node34 at 2008-07-03 02:58:52