Trace number 2094051

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.19 1806.49

General information on the benchmark

Namecsp/QG4/
normalized-quasigroup4-8.xml
MD5SUM26123929065b998fd314418eb7267e98
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark200.601
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints143
Maximum constraint arity66
Maximum domain size64
Number of constraints which are defined in extension0
Number of constraints which are defined in intension63
Global constraints used (with number of constraints)alldifferent(16),element(64)

Solver Data

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.26	
0.18/0.26	   configuration
0.18/0.26	     name=mac.xml
0.18/0.29	   
0.18/0.29	   instance
0.18/0.29	     name=HOME/instance-2094051-1247402321.xml
0.28/0.33	   
0.28/0.33	   domains being loaded...
0.28/0.35	   
0.28/0.35	   variables being loaded...
0.38/0.41	     nbVariables=200  nbDomainTypes=38  minDomainSize=1  maxDomainSize=64  nbTotalValues=4953
0.38/0.42	       =>  wckTime=0.154  cpuTime=0.12  mem=8M869
0.38/0.42	   
0.38/0.42	   predicates being loaded...
0.38/0.48	   
0.38/0.48	   constraints being loaded...
1.46/1.55	     nbConstraints=4175  nbUnaryConstraints=7  nbGlobalConstraints=23  nbSingletonDomainVariables=79  nbPurgedValues=441
1.56/1.63	     nbDisconnectedVariables=8  nbConflictsStructures=604  nbSharedConflictsStructures=3548
1.56/1.63	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=604  nbSharedEvaluationManagers=3548  minDegree=1
1.56/1.63	     maxDegree=68  minArity=2  avgArity=3.01  maxArity=7  nbGenerators=7  nbFusions=0  symmetryWckTime=0.335
1.56/1.63	     symmetryCpuTime=0.15
1.56/1.63	       =>  wckTime=1.288  cpuTime=0.91  mem=11M375
1.56/1.65	   
1.56/1.68	   solver IterativeSystematicSolver being built... 
1.77/1.88	   
1.77/1.88	   INFO : Forward propagation technique limited 
1.97/2.00	       =>  wckTime=1.741  cpuTime=1.18  mem=20M664
1.97/2.09	   
1.97/2.09	   preprocessing
1.97/2.09	     nbConstraintChecks=43908  nbValidityChecks=112  nbPropagations=200  nbRevisions=1364  nbUselessRevisions=112
1.97/2.09	     nbRemovedValues=1924  detectedInconsistency=no
1.97/2.09	       =>  wckTime=0.086  cpuTime=0.06  mem=20M664
3.06/3.12	   
3.06/3.12	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=23M638)

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2094051-1247402321/watcher-2094051-1247402321 -o /tmp/evaluation-result-2094051-1247402321/solver-2094051-1247402321 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2094051-1247402321.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 1.95 1.46 4/80 26008
/proc/meminfo: memFree=1805108/2055920 swapFree=4192812/4192956
[pid=26008] ppid=26006 vsize=18576 CPUtime=0
/proc/26008/stat : 26008 (runsolver) R 26006 26008 24991 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 27299194 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 215418989863 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/26008/statm: 4644 284 249 26 0 2626 0

[startup+0.096546 s]
/proc/loadavg: 2.00 1.95 1.46 4/80 26008
/proc/meminfo: memFree=1805108/2055920 swapFree=4192812/4192956
[pid=26008] ppid=26006 vsize=865984 CPUtime=0.08
/proc/26008/stat : 26008 (java) S 26006 26008 24991 0 -1 0 3714 0 1 0 6 2 0 0 18 0 9 0 27299194 886767616 3184 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26008/statm: 216496 3184 1694 9 0 210981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.102546 s]
/proc/loadavg: 2.00 1.95 1.46 4/80 26008
/proc/meminfo: memFree=1805108/2055920 swapFree=4192812/4192956
[pid=26008] ppid=26006 vsize=865984 CPUtime=0.09
/proc/26008/stat : 26008 (java) S 26006 26008 24991 0 -1 0 3735 0 1 0 7 2 0 0 18 0 9 0 27299194 886767616 3203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26008/statm: 216496 3203 1700 9 0 210981 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865984

[startup+0.301619 s]
/proc/loadavg: 2.00 1.95 1.46 4/80 26008
/proc/meminfo: memFree=1805108/2055920 swapFree=4192812/4192956
[pid=26008] ppid=26006 vsize=866380 CPUtime=0.28
/proc/26008/stat : 26008 (java) S 26006 26008 24991 0 -1 0 5862 0 1 0 25 3 0 0 18 0 9 0 27299194 887173120 5228 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26008/statm: 216595 5228 1981 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.701659 s]
/proc/loadavg: 2.00 1.95 1.46 4/80 26008
/proc/meminfo: memFree=1805108/2055920 swapFree=4192812/4192956
[pid=26008] ppid=26006 vsize=867176 CPUtime=0.68
/proc/26008/stat : 26008 (java) S 26006 26008 24991 0 -1 0 8733 0 1 0 63 5 0 0 18 0 9 0 27299194 887988224 8087 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26008/statm: 216794 8087 2037 9 0 211230 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867176

[startup+1.50175 s]
/proc/loadavg: 2.00 1.95 1.46 3/89 26017
/proc/meminfo: memFree=1764724/2055920 swapFree=4192812/4192956
[pid=26008] ppid=26006 vsize=868044 CPUtime=1.46
/proc/26008/stat : 26008 (java) S 26006 26008 24991 0 -1 0 27736 459 1 0 127 13 6 0 18 0 10 0 27299194 888877056 18075 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26008/statm: 217011 18075 2036 9 0 211469 0
[pid=26008/tid=26010] ppid=26006 vsize=868044 CPUtime=1.12
/proc/26008/task/26010/stat : 26010 (java) R 26006 26008 24991 0 -1 64 15940 459 1 0 97 9 6 0 16 0 10 0 27299195 888877056 18075 996147200 134512640 134550932 4294955968 18446744073709551615 4125979695 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26011] ppid=26006 vsize=868044 CPUtime=0.13
/proc/26008/task/26011/stat : 26011 (java) S 26006 26008 24991 0 -1 64 10203 459 0 0 6 1 6 0 16 0 10 0 27299197 888877056 18075 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26012] ppid=26006 vsize=868044 CPUtime=0.06
/proc/26008/task/26012/stat : 26012 (java) S 26006 26008 24991 0 -1 64 20 459 0 0 0 0 6 0 16 0 10 0 27299197 888877056 18075 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26013] ppid=26006 vsize=868044 CPUtime=0.06
/proc/26008/task/26013/stat : 26013 (java) S 26006 26008 24991 0 -1 64 17 459 0 0 0 0 6 0 16 0 10 0 27299197 888877056 18075 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26014] ppid=26006 vsize=868044 CPUtime=0.06
/proc/26008/task/26014/stat : 26014 (java) S 26006 26008 24991 0 -1 64 2 459 0 0 0 0 6 0 18 0 10 0 27299199 888877056 18075 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26015] ppid=26006 vsize=868044 CPUtime=0.29
/proc/26008/task/26015/stat : 26015 (java) S 26006 26008 24991 0 -1 64 765 459 0 0 22 1 6 0 15 0 10 0 27299199 888877056 18075 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26016] ppid=26006 vsize=868044 CPUtime=0.06
/proc/26008/task/26016/stat : 26016 (java) S 26006 26008 24991 0 -1 64 1 459 0 0 0 0 6 0 19 0 10 0 27299199 888877056 18075 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26017] ppid=26006 vsize=868044 CPUtime=0.06
/proc/26008/task/26017/stat : 26017 (java) S 26006 26008 24991 0 -1 64 6 459 0 0 0 0 6 0 15 0 10 0 27299199 888877056 18075 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 868044

[startup+3.10193 s]
/proc/loadavg: 2.00 1.95 1.46 3/89 26021
/proc/meminfo: memFree=1725044/2055920 swapFree=4192812/4192956
[pid=26008] ppid=26006 vsize=868144 CPUtime=3.06
/proc/26008/stat : 26008 (java) S 26006 26008 24991 0 -1 0 46588 582 1 0 281 18 6 1 18 0 9 0 27299194 888979456 22549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26008/statm: 217036 22549 2639 9 0 211494 0
[pid=26008/tid=26010] ppid=26006 vsize=868144 CPUtime=2.46
/proc/26008/task/26010/stat : 26010 (java) R 26006 26008 24991 0 -1 64 28140 582 1 0 227 12 6 1 25 0 9 0 27299195 888979456 22549 996147200 134512640 134550932 4294955968 18446744073709551615 4127283914 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26011] ppid=26006 vsize=868144 CPUtime=0.27
/proc/26008/task/26011/stat : 26011 (java) S 26006 26008 24991 0 -1 64 16619 582 0 0 18 2 6 1 17 0 9 0 27299197 888979456 22549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26012] ppid=26006 vsize=868144 CPUtime=0.07
/proc/26008/task/26012/stat : 26012 (java) S 26006 26008 24991 0 -1 64 23 582 0 0 0 0 6 1 16 0 9 0 27299197 888979456 22549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26013] ppid=26006 vsize=868144 CPUtime=0.07
/proc/26008/task/26013/stat : 26013 (java) S 26006 26008 24991 0 -1 64 20 582 0 0 0 0 6 1 15 0 9 0 27299197 888979456 22549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26014] ppid=26006 vsize=868144 CPUtime=0.07
/proc/26008/task/26014/stat : 26014 (java) S 26006 26008 24991 0 -1 64 2 582 0 0 0 0 6 1 18 0 9 0 27299199 888979456 22549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26015] ppid=26006 vsize=868144 CPUtime=0.42
/proc/26008/task/26015/stat : 26015 (java) S 26006 26008 24991 0 -1 64 987 582 0 0 34 1 6 1 15 0 9 0 27299199 888979456 22549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26016] ppid=26006 vsize=868144 CPUtime=0.07
/proc/26008/task/26016/stat : 26016 (java) S 26006 26008 24991 0 -1 64 1 582 0 0 0 0 6 1 19 0 9 0 27299199 888979456 22549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26017] ppid=26006 vsize=868144 CPUtime=0.07
/proc/26008/task/26017/stat : 26017 (java) S 26006 26008 24991 0 -1 64 11 582 0 0 0 0 6 1 15 0 9 0 27299199 888979456 22549 996147200 134512640 134550932 4294955968 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) 868144

[startup+6.30228 s]
/proc/loadavg: 2.00 1.95 1.46 3/89 26021
/proc/meminfo: memFree=1724740/2055920 swapFree=4192812/4192956
[pid=26008] ppid=26006 vsize=868144 CPUtime=6.23
/proc/26008/stat : 26008 (java) S 26006 26008 24991 0 -1 0 46642 582 1 0 597 19 6 1 18 0 9 0 27299194 888979456 22570 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26008/statm: 217036 22570 2639 9 0 211494 0
[pid=26008/tid=26010] ppid=26006 vsize=868144 CPUtime=5.59
/proc/26008/task/26010/stat : 26010 (java) R 26006 26008 24991 0 -1 64 28142 582 1 0 540 12 6 1 25 0 9 0 27299195 888979456 22570 996147200 134512640 134550932 4294955968 18446744073709551615 4127234519 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26011] ppid=26006 vsize=868144 CPUtime=0.27
/proc/26008/task/26011/stat : 26011 (java) S 26006 26008 24991 0 -1 64 16619 582 0 0 18 2 6 1 16 0 9 0 27299197 888979456 22570 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26012] ppid=26006 vsize=868144 CPUtime=0.07
/proc/26008/task/26012/stat : 26012 (java) S 26006 26008 24991 0 -1 64 23 582 0 0 0 0 6 1 16 0 9 0 27299197 888979456 22570 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26013] ppid=26006 vsize=868144 CPUtime=0.07
/proc/26008/task/26013/stat : 26013 (java) S 26006 26008 24991 0 -1 64 20 582 0 0 0 0 6 1 15 0 9 0 27299197 888979456 22570 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26014] ppid=26006 vsize=868144 CPUtime=0.07
/proc/26008/task/26014/stat : 26014 (java) S 26006 26008 24991 0 -1 64 2 582 0 0 0 0 6 1 18 0 9 0 27299199 888979456 22570 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26015] ppid=26006 vsize=868144 CPUtime=0.45
/proc/26008/task/26015/stat : 26015 (java) S 26006 26008 24991 0 -1 64 1010 582 0 0 37 1 6 1 15 0 9 0 27299199 888979456 22570 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26016] ppid=26006 vsize=868144 CPUtime=0.07
/proc/26008/task/26016/stat : 26016 (java) S 26006 26008 24991 0 -1 64 1 582 0 0 0 0 6 1 19 0 9 0 27299199 888979456 22570 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26017] ppid=26006 vsize=868144 CPUtime=0.07
/proc/26008/task/26017/stat : 26017 (java) S 26006 26008 24991 0 -1 64 40 582 0 0 0 0 6 1 15 0 9 0 27299199 888979456 22570 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 868144

[startup+12.703 s]
/proc/loadavg: 2.00 1.95 1.46 3/89 26021
/proc/meminfo: memFree=1724492/2055920 swapFree=4192812/4192956
[pid=26008] ppid=26006 vsize=868144 CPUtime=12.57
/proc/26008/stat : 26008 (java) S 26006 26008 24991 0 -1 0 46644 582 1 0 1231 19 6 1 18 0 9 0 27299194 888979456 22570 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26008/statm: 217036 22570 2639 9 0 211494 0
[pid=26008/tid=26010] ppid=26006 vsize=868144 CPUtime=11.93
/proc/26008/task/26010/stat : 26010 (java) R 26006 26008 24991 0 -1 64 28143 582 1 0 1174 12 6 1 25 0 9 0 27299195 888979456 22570 996147200 134512640 134550932 4294955968 18446744073709551615 4126693122 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26011] ppid=26006 vsize=868144 CPUtime=0.27
/proc/26008/task/26011/stat : 26011 (java) S 26006 26008 24991 0 -1 64 16619 582 0 0 18 2 6 1 16 0 9 0 27299197 888979456 22570 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26012] ppid=26006 vsize=868144 CPUtime=0.07
/proc/26008/task/26012/stat : 26012 (java) S 26006 26008 24991 0 -1 64 23 582 0 0 0 0 6 1 16 0 9 0 27299197 888979456 22570 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26013] ppid=26006 vsize=868144 CPUtime=0.07
/proc/26008/task/26013/stat : 26013 (java) S 26006 26008 24991 0 -1 64 20 582 0 0 0 0 6 1 15 0 9 0 27299197 888979456 22570 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26014] ppid=26006 vsize=868144 CPUtime=0.07
/proc/26008/task/26014/stat : 26014 (java) S 26006 26008 24991 0 -1 64 2 582 0 0 0 0 6 1 18 0 9 0 27299199 888979456 22570 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26015] ppid=26006 vsize=868144 CPUtime=0.46
/proc/26008/task/26015/stat : 26015 (java) S 26006 26008 24991 0 -1 64 1011 582 0 0 38 1 6 1 16 0 9 0 27299199 888979456 22570 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26016] ppid=26006 vsize=868144 CPUtime=0.07
/proc/26008/task/26016/stat : 26016 (java) S 26006 26008 24991 0 -1 64 1 582 0 0 0 0 6 1 19 0 9 0 27299199 888979456 22570 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26017] ppid=26006 vsize=868144 CPUtime=0.07
/proc/26008/task/26017/stat : 26017 (java) S 26006 26008 24991 0 -1 64 40 582 0 0 0 0 6 1 15 0 9 0 27299199 888979456 22570 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 868144

[startup+25.5024 s]
/proc/loadavg: 2.00 1.95 1.47 3/89 26021
/proc/meminfo: memFree=1724436/2055920 swapFree=4192812/4192956
[pid=26008] ppid=26006 vsize=868144 CPUtime=25.25
/proc/26008/stat : 26008 (java) S 26006 26008 24991 0 -1 0 46646 582 1 0 2499 19 6 1 18 0 9 0 27299194 888979456 22571 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26008/statm: 217036 22571 2639 9 0 211494 0
[pid=26008/tid=26010] ppid=26006 vsize=868144 CPUtime=24.6
/proc/26008/task/26010/stat : 26010 (java) R 26006 26008 24991 0 -1 64 28144 582 1 0 2441 12 6 1 25 0 9 0 27299195 888979456 22571 996147200 134512640 134550932 4294955968 18446744073709551615 4126693122 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26011] ppid=26006 vsize=868144 CPUtime=0.27
/proc/26008/task/26011/stat : 26011 (java) S 26006 26008 24991 0 -1 64 16619 582 0 0 18 2 6 1 16 0 9 0 27299197 888979456 22571 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26012] ppid=26006 vsize=868144 CPUtime=0.07
/proc/26008/task/26012/stat : 26012 (java) S 26006 26008 24991 0 -1 64 23 582 0 0 0 0 6 1 16 0 9 0 27299197 888979456 22571 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26013] ppid=26006 vsize=868144 CPUtime=0.07
/proc/26008/task/26013/stat : 26013 (java) S 26006 26008 24991 0 -1 64 20 582 0 0 0 0 6 1 15 0 9 0 27299197 888979456 22571 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26014] ppid=26006 vsize=868144 CPUtime=0.07
/proc/26008/task/26014/stat : 26014 (java) S 26006 26008 24991 0 -1 64 2 582 0 0 0 0 6 1 18 0 9 0 27299199 888979456 22571 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26015] ppid=26006 vsize=868144 CPUtime=0.46
/proc/26008/task/26015/stat : 26015 (java) S 26006 26008 24991 0 -1 64 1012 582 0 0 38 1 6 1 17 0 9 0 27299199 888979456 22571 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26016] ppid=26006 vsize=868144 CPUtime=0.07
/proc/26008/task/26016/stat : 26016 (java) S 26006 26008 24991 0 -1 64 1 582 0 0 0 0 6 1 19 0 9 0 27299199 888979456 22571 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26017] ppid=26006 vsize=868144 CPUtime=0.07
/proc/26008/task/26017/stat : 26017 (java) S 26006 26008 24991 0 -1 64 40 582 0 0 0 0 6 1 15 0 9 0 27299199 888979456 22571 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 868144

[startup+51.1022 s]
/proc/loadavg: 2.07 1.97 1.49 3/89 26021
/proc/meminfo: memFree=1724564/2055920 swapFree=4192812/4192956
[pid=26008] ppid=26006 vsize=868144 CPUtime=50.61
/proc/26008/stat : 26008 (java) S 26006 26008 24991 0 -1 0 46650 582 1 0 5035 19 6 1 18 0 9 0 27299194 888979456 22572 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26008/statm: 217036 22572 2639 9 0 211494 0
[pid=26008/tid=26010] ppid=26006 vsize=868144 CPUtime=49.97
/proc/26008/task/26010/stat : 26010 (java) R 26006 26008 24991 0 -1 64 28147 582 1 0 4977 13 6 1 25 0 9 0 27299195 888979456 22572 996147200 134512640 134550932 4294955968 18446744073709551615 4127089083 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26011] ppid=26006 vsize=868144 CPUtime=0.27
/proc/26008/task/26011/stat : 26011 (java) S 26006 26008 24991 0 -1 64 16619 582 0 0 18 2 6 1 16 0 9 0 27299197 888979456 22572 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26012] ppid=26006 vsize=868144 CPUtime=0.07
/proc/26008/task/26012/stat : 26012 (java) S 26006 26008 24991 0 -1 64 23 582 0 0 0 0 6 1 16 0 9 0 27299197 888979456 22572 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26013] ppid=26006 vsize=868144 CPUtime=0.07
/proc/26008/task/26013/stat : 26013 (java) S 26006 26008 24991 0 -1 64 20 582 0 0 0 0 6 1 15 0 9 0 27299197 888979456 22572 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26014] ppid=26006 vsize=868144 CPUtime=0.07
/proc/26008/task/26014/stat : 26014 (java) S 26006 26008 24991 0 -1 64 2 582 0 0 0 0 6 1 18 0 9 0 27299199 888979456 22572 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26015] ppid=26006 vsize=868144 CPUtime=0.46
/proc/26008/task/26015/stat : 26015 (java) S 26006 26008 24991 0 -1 64 1013 582 0 0 38 1 6 1 16 0 9 0 27299199 888979456 22572 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26016] ppid=26006 vsize=868144 CPUtime=0.07
/proc/26008/task/26016/stat : 26016 (java) S 26006 26008 24991 0 -1 64 1 582 0 0 0 0 6 1 19 0 9 0 27299199 888979456 22572 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/26008/task/26013/stat : 26013 (java) S 26006 26008 24991 0 -1 64 20 582 0 0 0 0 6 1 15 0 9 0 27299197 888979456 25304 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26014] ppid=26006 vsize=868144 CPUtime=0.07
/proc/26008/task/26014/stat : 26014 (java) S 26006 26008 24991 0 -1 64 2 582 0 0 0 0 6 1 18 0 9 0 27299199 888979456 25304 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26015] ppid=26006 vsize=868144 CPUtime=0.46
/proc/26008/task/26015/stat : 26015 (java) S 26006 26008 24991 0 -1 64 1015 582 0 0 38 1 6 1 16 0 9 0 27299199 888979456 25304 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26016] ppid=26006 vsize=868144 CPUtime=0.07
/proc/26008/task/26016/stat : 26016 (java) S 26006 26008 24991 0 -1 64 1 582 0 0 0 0 6 1 19 0 9 0 27299199 888979456 25304 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26017] ppid=26006 vsize=868144 CPUtime=0.07
/proc/26008/task/26017/stat : 26017 (java) S 26006 26008 24991 0 -1 64 40 582 0 0 0 0 6 1 15 0 9 0 27299199 888979456 25304 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1476.11
Current children cumulated vsize (KiB) 868144

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.85 3/89 26069
/proc/meminfo: memFree=1663052/2055920 swapFree=4192812/4192956
[pid=26008] ppid=26006 vsize=868144 CPUtime=1536.09
/proc/26008/stat : 26008 (java) S 26006 26008 24991 0 -1 0 49845 582 1 0 153579 23 6 1 18 0 9 0 27299194 888979456 25304 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26008/statm: 217036 25304 2639 9 0 211494 0
[pid=26008/tid=26010] ppid=26006 vsize=868144 CPUtime=1535.31
/proc/26008/task/26010/stat : 26010 (java) R 26006 26008 24991 0 -1 64 28383 582 1 0 153508 16 6 1 25 0 9 0 27299195 888979456 25304 996147200 134512640 134550932 4294955968 18446744073709551615 4127213942 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26008/tid=26011] ppid=26006 vsize=868144 CPUtime=0.41
/proc/26008/task/26011/stat : 26011 (java) S 26006 26008 24991 0 -1 64 19576 582 0 0 31 3 6 1 16 0 9 0 27299197 888979456 25304 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26008/tid=26012] ppid=26006 vsize=868144 CPUtime=0.07
/proc/26008/task/26012/stat : 26012 (java) S 26006 26008 24991 0 -1 64 23 582 0 0 0 0 6 1 16 0 9 0 27299197 888979456 25304 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26013] ppid=26006 vsize=868144 CPUtime=0.07
/proc/26008/task/26013/stat : 26013 (java) S 26006 26008 24991 0 -1 64 20 582 0 0 0 0 6 1 15 0 9 0 27299197 888979456 25304 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26014] ppid=26006 vsize=868144 CPUtime=0.07
/proc/26008/task/26014/stat : 26014 (java) S 26006 26008 24991 0 -1 64 2 582 0 0 0 0 6 1 18 0 9 0 27299199 888979456 25304 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26015] ppid=26006 vsize=868144 CPUtime=0.46
/proc/26008/task/26015/stat : 26015 (java) S 26006 26008 24991 0 -1 64 1015 582 0 0 38 1 6 1 16 0 9 0 27299199 888979456 25304 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26016] ppid=26006 vsize=868144 CPUtime=0.07
/proc/26008/task/26016/stat : 26016 (java) S 26006 26008 24991 0 -1 64 1 582 0 0 0 0 6 1 19 0 9 0 27299199 888979456 25304 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26017] ppid=26006 vsize=868144 CPUtime=0.07
/proc/26008/task/26017/stat : 26017 (java) S 26006 26008 24991 0 -1 64 40 582 0 0 0 0 6 1 15 0 9 0 27299199 888979456 25304 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1536.09
Current children cumulated vsize (KiB) 868144

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.86 3/89 26069
/proc/meminfo: memFree=1662988/2055920 swapFree=4192812/4192956
[pid=26008] ppid=26006 vsize=868144 CPUtime=1596.07
/proc/26008/stat : 26008 (java) S 26006 26008 24991 0 -1 0 49845 582 1 0 159577 23 6 1 18 0 9 0 27299194 888979456 25304 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26008/statm: 217036 25304 2639 9 0 211494 0
[pid=26008/tid=26010] ppid=26006 vsize=868144 CPUtime=1595.29
/proc/26008/task/26010/stat : 26010 (java) R 26006 26008 24991 0 -1 64 28383 582 1 0 159506 16 6 1 25 0 9 0 27299195 888979456 25304 996147200 134512640 134550932 4294955968 18446744073709551615 4125952261 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26008/tid=26011] ppid=26006 vsize=868144 CPUtime=0.41
/proc/26008/task/26011/stat : 26011 (java) S 26006 26008 24991 0 -1 64 19576 582 0 0 31 3 6 1 16 0 9 0 27299197 888979456 25304 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26008/tid=26012] ppid=26006 vsize=868144 CPUtime=0.07
/proc/26008/task/26012/stat : 26012 (java) S 26006 26008 24991 0 -1 64 23 582 0 0 0 0 6 1 16 0 9 0 27299197 888979456 25304 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26013] ppid=26006 vsize=868144 CPUtime=0.07
/proc/26008/task/26013/stat : 26013 (java) S 26006 26008 24991 0 -1 64 20 582 0 0 0 0 6 1 15 0 9 0 27299197 888979456 25304 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26014] ppid=26006 vsize=868144 CPUtime=0.07
/proc/26008/task/26014/stat : 26014 (java) S 26006 26008 24991 0 -1 64 2 582 0 0 0 0 6 1 18 0 9 0 27299199 888979456 25304 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26015] ppid=26006 vsize=868144 CPUtime=0.46
/proc/26008/task/26015/stat : 26015 (java) S 26006 26008 24991 0 -1 64 1015 582 0 0 38 1 6 1 16 0 9 0 27299199 888979456 25304 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26016] ppid=26006 vsize=868144 CPUtime=0.07
/proc/26008/task/26016/stat : 26016 (java) S 26006 26008 24991 0 -1 64 1 582 0 0 0 0 6 1 19 0 9 0 27299199 888979456 25304 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26017] ppid=26006 vsize=868144 CPUtime=0.07
/proc/26008/task/26017/stat : 26017 (java) S 26006 26008 24991 0 -1 64 40 582 0 0 0 0 6 1 15 0 9 0 27299199 888979456 25304 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1596.07
Current children cumulated vsize (KiB) 868144

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.87 3/89 26069
/proc/meminfo: memFree=1662996/2055920 swapFree=4192812/4192956
[pid=26008] ppid=26006 vsize=868144 CPUtime=1656.04
/proc/26008/stat : 26008 (java) S 26006 26008 24991 0 -1 0 49847 582 1 0 165574 23 6 1 18 0 9 0 27299194 888979456 25305 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26008/statm: 217036 25305 2639 9 0 211494 0
[pid=26008/tid=26010] ppid=26006 vsize=868144 CPUtime=1655.25
/proc/26008/task/26010/stat : 26010 (java) R 26006 26008 24991 0 -1 64 28384 582 1 0 165502 16 6 1 25 0 9 0 27299195 888979456 25305 996147200 134512640 134550932 4294955968 18446744073709551615 4127206090 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26008/tid=26011] ppid=26006 vsize=868144 CPUtime=0.42
/proc/26008/task/26011/stat : 26011 (java) S 26006 26008 24991 0 -1 64 19577 582 0 0 32 3 6 1 16 0 9 0 27299197 888979456 25305 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26008/tid=26012] ppid=26006 vsize=868144 CPUtime=0.07
/proc/26008/task/26012/stat : 26012 (java) S 26006 26008 24991 0 -1 64 23 582 0 0 0 0 6 1 16 0 9 0 27299197 888979456 25305 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26013] ppid=26006 vsize=868144 CPUtime=0.07
/proc/26008/task/26013/stat : 26013 (java) S 26006 26008 24991 0 -1 64 20 582 0 0 0 0 6 1 15 0 9 0 27299197 888979456 25305 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26014] ppid=26006 vsize=868144 CPUtime=0.07
/proc/26008/task/26014/stat : 26014 (java) S 26006 26008 24991 0 -1 64 2 582 0 0 0 0 6 1 18 0 9 0 27299199 888979456 25305 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26015] ppid=26006 vsize=868144 CPUtime=0.46
/proc/26008/task/26015/stat : 26015 (java) S 26006 26008 24991 0 -1 64 1015 582 0 0 38 1 6 1 16 0 9 0 27299199 888979456 25305 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26016] ppid=26006 vsize=868144 CPUtime=0.07
/proc/26008/task/26016/stat : 26016 (java) S 26006 26008 24991 0 -1 64 1 582 0 0 0 0 6 1 19 0 9 0 27299199 888979456 25305 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26017] ppid=26006 vsize=868144 CPUtime=0.07
/proc/26008/task/26017/stat : 26017 (java) S 26006 26008 24991 0 -1 64 40 582 0 0 0 0 6 1 15 0 9 0 27299199 888979456 25305 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1656.04
Current children cumulated vsize (KiB) 868144

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.87 3/89 26069
/proc/meminfo: memFree=1662996/2055920 swapFree=4192812/4192956
[pid=26008] ppid=26006 vsize=868144 CPUtime=1716.02
/proc/26008/stat : 26008 (java) S 26006 26008 24991 0 -1 0 49848 582 1 0 171572 23 6 1 18 0 9 0 27299194 888979456 25305 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26008/statm: 217036 25305 2639 9 0 211494 0
[pid=26008/tid=26010] ppid=26006 vsize=868144 CPUtime=1715.23
/proc/26008/task/26010/stat : 26010 (java) R 26006 26008 24991 0 -1 64 28385 582 1 0 171500 16 6 1 25 0 9 0 27299195 888979456 25305 996147200 134512640 134550932 4294955968 18446744073709551615 4127203715 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26008/tid=26011] ppid=26006 vsize=868144 CPUtime=0.42
/proc/26008/task/26011/stat : 26011 (java) S 26006 26008 24991 0 -1 64 19577 582 0 0 32 3 6 1 16 0 9 0 27299197 888979456 25305 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26008/tid=26012] ppid=26006 vsize=868144 CPUtime=0.07
/proc/26008/task/26012/stat : 26012 (java) S 26006 26008 24991 0 -1 64 23 582 0 0 0 0 6 1 16 0 9 0 27299197 888979456 25305 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26013] ppid=26006 vsize=868144 CPUtime=0.07
/proc/26008/task/26013/stat : 26013 (java) S 26006 26008 24991 0 -1 64 20 582 0 0 0 0 6 1 15 0 9 0 27299197 888979456 25305 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26014] ppid=26006 vsize=868144 CPUtime=0.07
/proc/26008/task/26014/stat : 26014 (java) S 26006 26008 24991 0 -1 64 2 582 0 0 0 0 6 1 18 0 9 0 27299199 888979456 25305 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26015] ppid=26006 vsize=868144 CPUtime=0.46
/proc/26008/task/26015/stat : 26015 (java) S 26006 26008 24991 0 -1 64 1015 582 0 0 38 1 6 1 16 0 9 0 27299199 888979456 25305 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26016] ppid=26006 vsize=868144 CPUtime=0.07
/proc/26008/task/26016/stat : 26016 (java) S 26006 26008 24991 0 -1 64 1 582 0 0 0 0 6 1 19 0 9 0 27299199 888979456 25305 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26017] ppid=26006 vsize=868144 CPUtime=0.07
/proc/26008/task/26017/stat : 26017 (java) S 26006 26008 24991 0 -1 64 40 582 0 0 0 0 6 1 15 0 9 0 27299199 888979456 25305 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1716.02
Current children cumulated vsize (KiB) 868144

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.88 3/89 26069
/proc/meminfo: memFree=1662868/2055920 swapFree=4192812/4192956
[pid=26008] ppid=26006 vsize=868144 CPUtime=1775.99
/proc/26008/stat : 26008 (java) S 26006 26008 24991 0 -1 0 49848 582 1 0 177569 23 6 1 18 0 9 0 27299194 888979456 25305 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26008/statm: 217036 25305 2639 9 0 211494 0
[pid=26008/tid=26010] ppid=26006 vsize=868144 CPUtime=1775.2
/proc/26008/task/26010/stat : 26010 (java) R 26006 26008 24991 0 -1 64 28385 582 1 0 177497 16 6 1 25 0 9 0 27299195 888979456 25305 996147200 134512640 134550932 4294955968 18446744073709551615 4125952318 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26008/tid=26011] ppid=26006 vsize=868144 CPUtime=0.42
/proc/26008/task/26011/stat : 26011 (java) S 26006 26008 24991 0 -1 64 19577 582 0 0 32 3 6 1 16 0 9 0 27299197 888979456 25305 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26008/tid=26012] ppid=26006 vsize=868144 CPUtime=0.07
/proc/26008/task/26012/stat : 26012 (java) S 26006 26008 24991 0 -1 64 23 582 0 0 0 0 6 1 16 0 9 0 27299197 888979456 25305 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26013] ppid=26006 vsize=868144 CPUtime=0.07
/proc/26008/task/26013/stat : 26013 (java) S 26006 26008 24991 0 -1 64 20 582 0 0 0 0 6 1 15 0 9 0 27299197 888979456 25305 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26014] ppid=26006 vsize=868144 CPUtime=0.07
/proc/26008/task/26014/stat : 26014 (java) S 26006 26008 24991 0 -1 64 2 582 0 0 0 0 6 1 18 0 9 0 27299199 888979456 25305 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26015] ppid=26006 vsize=868144 CPUtime=0.46
/proc/26008/task/26015/stat : 26015 (java) S 26006 26008 24991 0 -1 64 1015 582 0 0 38 1 6 1 16 0 9 0 27299199 888979456 25305 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26016] ppid=26006 vsize=868144 CPUtime=0.07
/proc/26008/task/26016/stat : 26016 (java) S 26006 26008 24991 0 -1 64 1 582 0 0 0 0 6 1 19 0 9 0 27299199 888979456 25305 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26017] ppid=26006 vsize=868144 CPUtime=0.07
/proc/26008/task/26017/stat : 26017 (java) S 26006 26008 24991 0 -1 64 40 582 0 0 0 0 6 1 15 0 9 0 27299199 888979456 25305 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1775.99
Current children cumulated vsize (KiB) 868144



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.4 s]
/proc/loadavg: 1.99 1.97 1.88 3/89 26069
/proc/meminfo: memFree=1662932/2055920 swapFree=4192812/4192956
[pid=26008] ppid=26006 vsize=868144 CPUtime=1800.09
/proc/26008/stat : 26008 (java) S 26006 26008 24991 0 -1 0 49849 582 1 0 179979 23 6 1 18 0 9 0 27299194 888979456 25305 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26008/statm: 217036 25305 2639 9 0 211494 0
[pid=26008/tid=26010] ppid=26006 vsize=868144 CPUtime=1799.29
/proc/26008/task/26010/stat : 26010 (java) R 26006 26008 24991 0 -1 64 28386 582 1 0 179906 16 6 1 25 0 9 0 27299195 888979456 25305 996147200 134512640 134550932 4294955968 18446744073709551615 4127000710 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26008/tid=26011] ppid=26006 vsize=868144 CPUtime=0.43
/proc/26008/task/26011/stat : 26011 (java) S 26006 26008 24991 0 -1 64 19577 582 0 0 33 3 6 1 16 0 9 0 27299197 888979456 25305 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26008/tid=26012] ppid=26006 vsize=868144 CPUtime=0.07
/proc/26008/task/26012/stat : 26012 (java) S 26006 26008 24991 0 -1 64 23 582 0 0 0 0 6 1 16 0 9 0 27299197 888979456 25305 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26013] ppid=26006 vsize=868144 CPUtime=0.07
/proc/26008/task/26013/stat : 26013 (java) S 26006 26008 24991 0 -1 64 20 582 0 0 0 0 6 1 15 0 9 0 27299197 888979456 25305 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26014] ppid=26006 vsize=868144 CPUtime=0.07
/proc/26008/task/26014/stat : 26014 (java) S 26006 26008 24991 0 -1 64 2 582 0 0 0 0 6 1 18 0 9 0 27299199 888979456 25305 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26015] ppid=26006 vsize=868144 CPUtime=0.46
/proc/26008/task/26015/stat : 26015 (java) S 26006 26008 24991 0 -1 64 1015 582 0 0 38 1 6 1 16 0 9 0 27299199 888979456 25305 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26016] ppid=26006 vsize=868144 CPUtime=0.07
/proc/26008/task/26016/stat : 26016 (java) S 26006 26008 24991 0 -1 64 1 582 0 0 0 0 6 1 19 0 9 0 27299199 888979456 25305 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26017] ppid=26006 vsize=868144 CPUtime=0.07
/proc/26008/task/26017/stat : 26017 (java) S 26006 26008 24991 0 -1 64 40 582 0 0 0 0 6 1 15 0 9 0 27299199 888979456 25305 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 868144

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): 1806.49
CPU time (s): 1800.19
CPU user time (s): 1799.93
CPU system time (s): 0.263959
CPU usage (%): 99.6512
Max. virtual memory (cumulated for all children) (KiB): 868232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.93
system time used= 0.263959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50460
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= 38545
involuntary context switches= 57581

runsolver used 2.52861 second user time and 5.69713 second system time

The end

Launcher Data

Begin job on node9 at 2009-07-12 14:38:41
IDJOB=2094051
IDBENCH=53924
IDSOLVER=773
FILE ID=node9/2094051-1247402321
PBS_JOBID= 9510626
Free space on /tmp= 66396 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/QG4/normalized-quasigroup4-8.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= BIN/runsolver --timestamp -w /tmp/evaluation-result-2094051-1247402321/watcher-2094051-1247402321 -o /tmp/evaluation-result-2094051-1247402321/solver-2094051-1247402321 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2094051-1247402321.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 26123929065b998fd314418eb7267e98
RANDOM SEED=1262238737

node9.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.216
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.216
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:       1805588 kB
Buffers:         32528 kB
Cached:         104084 kB
SwapCached:          0 kB
Active:         141220 kB
Inactive:        52404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1805588 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2568 kB
Writeback:           0 kB
Mapped:          77408 kB
Slab:            41960 kB
Committed_AS:   991976 kB
PageTables:       1872 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= 66392 MiB
End job on node9 at 2009-07-12 15:08:49