Trace number 1077602

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ESAC? (TO) 1800.2 1802.4

General information on the benchmark

Namecsp/medium/
normalized-patat-02-medium-5.xml
MD5SUMb160d17227d48e89c0f648593d000571
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark93.8987
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints44958
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension44758
Global constraints used (with number of constraints)alldifferent(200)

Solver Data (download as text)

0.01/0.27	
0.01/0.27	Abscon 112 (May, 2008)
0.18/0.45	
0.18/0.45	   configuration
0.18/0.45	     name=esac.xml
0.18/0.49	   
0.18/0.49	   instance
0.18/0.49	     name=HOME/instance-1077602-1215193819.xml
0.27/0.53	   
0.27/0.53	   domains being loaded...
0.27/0.54	   
0.27/0.54	   variables being loaded...
0.38/0.69	     nbVariables=800  nbDomainTypes=41  minDomainSize=1  maxDomainSize=45  nbTotalValues=19099
0.38/0.69	       =>  wckTime=0.232  cpuTime=0.15  mem=10M812
0.38/0.69	   
0.38/0.69	   predicates being loaded...
0.47/0.74	   
0.47/0.74	   constraints being loaded...
12.20/12.56	     nbConstraints=44967  nbGlobalConstraints=209  nbSingletonDomainVariables=88  nbConflictsStructures=76
12.20/12.56	     nbSharedConflictsStructures=11088  nbUnbuiltConflictsStructures=635  nbSharedBinaryRepresentations=0
12.20/12.56	     nbEvaluationManagers=711  nbSharedEvaluationManagers=44047  minDegree=94  maxDegree=400  minArity=4  avgArity=4.06
12.20/12.56	     maxArity=20  nbGenerators=9  nbFusions=0  symmetryWckTime=2.435  symmetryCpuTime=0.84
12.20/12.56	       =>  wckTime=12.108  cpuTime=8.95  mem=222M718
12.90/13.27	   
12.90/13.28	   solver IterativeSystematicSolver being built... 
15.29/15.69	   
15.39/15.70	   INFO : Forward propagation technique limited 
15.49/15.86	       =>  wckTime=15.409  cpuTime=10.39  mem=399M975
50.80/51.40	   
50.80/51.40	   preprocessing
50.90/51.40	     nbConstraintChecks=25931183  nbValidityChecks=96223129  nbPropagations=17209  nbRevisions=5544505
50.90/51.40	     nbUselessRevisions=5541590  nbSingletonTests=1087  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0
50.90/51.40	     nbRemovedValues=0  detectedInconsistency=no
50.90/51.40	       =>  wckTime=35.529  cpuTime=35.29  mem=405M991
92.90/93.66	   
92.90/93.66	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=409M27)

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

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


[startup+0 s]
/proc/loadavg: 3.80 4.76 3.93 4/87 11266
/proc/meminfo: memFree=1891736/2055920 swapFree=4179140/4192956
[pid=11266] ppid=11264 vsize=18572 CPUtime=0
/proc/11266/stat : 11266 (runsolver) D 11264 11266 7482 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 131062611 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 265674091815 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/11266/statm: 4643 292 257 25 0 2626 0

[startup+0.0143929 s]
/proc/loadavg: 3.80 4.76 3.93 4/87 11266
/proc/meminfo: memFree=1891736/2055920 swapFree=4179140/4192956
[pid=11266] ppid=11264 vsize=18572 CPUtime=0
/proc/11266/stat : 11266 (runsolver) D 11264 11266 7482 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 131062611 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 265674091815 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/11266/statm: 4643 292 257 25 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18572

[startup+0.101405 s]
/proc/loadavg: 3.80 4.76 3.93 4/87 11266
/proc/meminfo: memFree=1891736/2055920 swapFree=4179140/4192956
[pid=11266] ppid=11264 vsize=10824 CPUtime=0.01
/proc/11266/stat : 11266 (java) S 11264 11266 7482 0 -1 0 775 0 0 0 0 1 0 0 18 0 2 0 131062611 11083776 546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/11266/statm: 2706 546 263 9 0 1199 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10824

[startup+0.301431 s]
/proc/loadavg: 3.80 4.76 3.93 4/87 11266
/proc/meminfo: memFree=1891736/2055920 swapFree=4179140/4192956
[pid=11266] ppid=11264 vsize=865884 CPUtime=0.1
/proc/11266/stat : 11266 (java) S 11264 11266 7482 0 -1 0 3867 0 1 0 8 2 0 0 18 0 9 0 131062611 886665216 3308 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11266/statm: 216471 3308 1745 9 0 211026 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 865884

[startup+0.701477 s]
/proc/loadavg: 3.80 4.76 3.93 4/87 11266
/proc/meminfo: memFree=1891736/2055920 swapFree=4179140/4192956
[pid=11266] ppid=11264 vsize=867004 CPUtime=0.47
/proc/11266/stat : 11266 (java) S 11264 11266 7482 0 -1 0 7561 0 1 0 42 5 0 0 18 0 9 0 131062611 887812096 6923 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11266/statm: 216751 6923 1975 9 0 211279 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 867004

[startup+1.50257 s]
/proc/loadavg: 3.80 4.76 3.93 3/96 11275
/proc/meminfo: memFree=1857296/2055920 swapFree=4179140/4192956
[pid=11266] ppid=11264 vsize=867592 CPUtime=1.27
/proc/11266/stat : 11266 (java) S 11264 11266 7482 0 -1 0 18496 0 1 0 117 10 0 0 18 0 9 0 131062611 888414208 17831 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11266/statm: 216898 17831 2004 9 0 211426 0
[pid=11266/tid=11268] ppid=11264 vsize=867592 CPUtime=1.02
/proc/11266/task/11268/stat : 11268 (java) R 11264 11266 7482 0 -1 64 15751 0 1 0 94 8 0 0 24 0 9 0 131062617 888414208 17831 996147200 134512640 134550740 4294955968 18446744073709551615 4126786703 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11266/tid=11269] ppid=11264 vsize=867592 CPUtime=0.05
/proc/11266/task/11269/stat : 11269 (java) S 11264 11266 7482 0 -1 64 1387 0 0 0 5 0 0 0 16 0 9 0 131062631 888414208 17831 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11266/tid=11270] ppid=11264 vsize=867592 CPUtime=0
/proc/11266/task/11270/stat : 11270 (java) S 11264 11266 7482 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 131062631 888414208 17831 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11266/tid=11271] ppid=11264 vsize=867592 CPUtime=0
/proc/11266/task/11271/stat : 11271 (java) S 11264 11266 7482 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 131062631 888414208 17831 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11266/tid=11272] ppid=11264 vsize=867592 CPUtime=0
/proc/11266/task/11272/stat : 11272 (java) S 11264 11266 7482 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 131062635 888414208 17831 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11266/tid=11273] ppid=11264 vsize=867592 CPUtime=0.17
/proc/11266/task/11273/stat : 11273 (java) S 11264 11266 7482 0 -1 64 661 0 0 0 17 0 0 0 16 0 9 0 131062635 888414208 17831 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11266/tid=11274] ppid=11264 vsize=867592 CPUtime=0
/proc/11266/task/11274/stat : 11274 (java) S 11264 11266 7482 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 131062635 888414208 17831 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11266/tid=11275] ppid=11264 vsize=867592 CPUtime=0
/proc/11266/task/11275/stat : 11275 (java) S 11264 11266 7482 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 131062635 888414208 17831 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 867592

[startup+3.10275 s]
/proc/loadavg: 3.65 4.71 3.91 4/96 11275
/proc/meminfo: memFree=1820432/2055920 swapFree=4179140/4192956
[pid=11266] ppid=11264 vsize=867592 CPUtime=2.86
/proc/11266/stat : 11266 (java) S 11264 11266 7482 0 -1 0 22748 0 1 0 274 12 0 0 18 0 9 0 131062611 888414208 22081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11266/statm: 216898 22081 2004 9 0 211426 0
[pid=11266/tid=11268] ppid=11264 vsize=867592 CPUtime=2.4
/proc/11266/task/11268/stat : 11268 (java) R 11264 11266 7482 0 -1 64 15754 0 1 0 232 8 0 0 25 0 9 0 131062617 888414208 22081 996147200 134512640 134550740 4294955968 18446744073709551615 4126589441 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11266/tid=11269] ppid=11264 vsize=867592 CPUtime=0.26
/proc/11266/task/11269/stat : 11269 (java) S 11264 11266 7482 0 -1 64 5636 0 0 0 24 2 0 0 17 0 9 0 131062631 888414208 22081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11266/tid=11270] ppid=11264 vsize=867592 CPUtime=0
/proc/11266/task/11270/stat : 11270 (java) S 11264 11266 7482 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 131062631 888414208 22081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11266/tid=11271] ppid=11264 vsize=867592 CPUtime=0
/proc/11266/task/11271/stat : 11271 (java) S 11264 11266 7482 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 131062631 888414208 22081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11266/tid=11272] ppid=11264 vsize=867592 CPUtime=0
/proc/11266/task/11272/stat : 11272 (java) S 11264 11266 7482 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 131062635 888414208 22081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11266/tid=11273] ppid=11264 vsize=867592 CPUtime=0.17
/proc/11266/task/11273/stat : 11273 (java) S 11264 11266 7482 0 -1 64 661 0 0 0 17 0 0 0 16 0 9 0 131062635 888414208 22081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11266/tid=11274] ppid=11264 vsize=867592 CPUtime=0
/proc/11266/task/11274/stat : 11274 (java) S 11264 11266 7482 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 131062635 888414208 22081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11266/tid=11275] ppid=11264 vsize=867592 CPUtime=0
/proc/11266/task/11275/stat : 11275 (java) S 11264 11266 7482 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 131062635 888414208 22081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 867592

[startup+6.30111 s]
/proc/loadavg: 3.65 4.71 3.91 3/96 11275
/proc/meminfo: memFree=1763856/2055920 swapFree=4179140/4192956
[pid=11266] ppid=11264 vsize=867596 CPUtime=6.05
/proc/11266/stat : 11266 (java) S 11264 11266 7482 0 -1 0 39544 0 1 0 526 79 0 0 18 0 9 0 131062611 888418304 38872 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11266/statm: 216899 38872 2005 9 0 211427 0
[pid=11266/tid=11268] ppid=11264 vsize=867596 CPUtime=5.05
/proc/11266/task/11268/stat : 11268 (java) R 11264 11266 7482 0 -1 64 15781 0 1 0 436 69 0 0 25 0 9 0 131062617 888418304 38872 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11266/tid=11269] ppid=11264 vsize=867596 CPUtime=0.7
/proc/11266/task/11269/stat : 11269 (java) S 11264 11266 7482 0 -1 64 22337 0 0 0 63 7 0 0 17 0 9 0 131062631 888418304 38872 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11266/tid=11270] ppid=11264 vsize=867596 CPUtime=0
/proc/11266/task/11270/stat : 11270 (java) S 11264 11266 7482 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 131062631 888418304 38872 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11266/tid=11271] ppid=11264 vsize=867596 CPUtime=0
/proc/11266/task/11271/stat : 11271 (java) S 11264 11266 7482 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 131062631 888418304 38872 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11266/tid=11272] ppid=11264 vsize=867596 CPUtime=0
/proc/11266/task/11272/stat : 11272 (java) S 11264 11266 7482 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 131062635 888418304 38872 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11266/tid=11273] ppid=11264 vsize=867596 CPUtime=0.25
/proc/11266/task/11273/stat : 11273 (java) S 11264 11266 7482 0 -1 64 729 0 0 0 25 0 0 0 15 0 9 0 131062635 888418304 38872 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11266/tid=11274] ppid=11264 vsize=867596 CPUtime=0
/proc/11266/task/11274/stat : 11274 (java) S 11264 11266 7482 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 131062635 888418304 38872 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11266/tid=11275] ppid=11264 vsize=867596 CPUtime=0
/proc/11266/task/11275/stat : 11275 (java) S 11264 11266 7482 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 131062635 888418304 38872 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 867596

[startup+12.7018 s]
/proc/loadavg: 3.40 4.62 3.89 3/98 11277
/proc/meminfo: memFree=1586688/2055920 swapFree=4179140/4192956
[pid=11266] ppid=11264 vsize=868240 CPUtime=12.39
/proc/11266/stat : 11266 (java) S 11264 11266 7482 0 -1 0 115613 4127 1 0 900 209 123 7 18 0 9 0 131062611 889077760 73004 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11266/statm: 217060 73004 2066 9 0 211588 0
[pid=11266/tid=11268] ppid=11264 vsize=868240 CPUtime=10.43
/proc/11266/task/11268/stat : 11268 (java) R 11264 11266 7482 0 -1 64 20753 4127 1 0 734 179 123 7 20 0 9 0 131062617 889077760 73004 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11266/tid=11269] ppid=11264 vsize=868240 CPUtime=2.9
/proc/11266/task/11269/stat : 11269 (java) R 11264 11266 7482 0 -1 64 93050 4127 0 0 135 25 123 7 17 0 9 0 131062631 889077760 73004 996147200 134512640 134550740 4294955968 18446744073709551615 103735913 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11266/tid=11270] ppid=11264 vsize=868240 CPUtime=1.3
/proc/11266/task/11270/stat : 11270 (java) S 11264 11266 7482 0 -1 64 20 4127 0 0 0 0 123 7 17 0 9 0 131062631 889077760 73004 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11266/tid=11271] ppid=11264 vsize=868240 CPUtime=1.3
/proc/11266/task/11271/stat : 11271 (java) S 11264 11266 7482 0 -1 64 14 4127 0 0 0 0 123 7 16 0 9 0 131062631 889077760 73004 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11266/tid=11272] ppid=11264 vsize=868240 CPUtime=1.3
/proc/11266/task/11272/stat : 11272 (java) S 11264 11266 7482 0 -1 64 0 4127 0 0 0 0 123 7 18 0 9 0 131062635 889077760 73004 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11266/tid=11273] ppid=11264 vsize=868240 CPUtime=1.6
/proc/11266/task/11273/stat : 11273 (java) S 11264 11266 7482 0 -1 64 956 4127 0 0 30 0 123 7 15 0 9 0 131062635 889077760 73004 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11266/tid=11274] ppid=11264 vsize=868240 CPUtime=1.3
/proc/11266/task/11274/stat : 11274 (java) S 11264 11266 7482 0 -1 64 2 4127 0 0 0 0 123 7 19 0 9 0 131062635 889077760 73004 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11266/tid=11275] ppid=11264 vsize=868240 CPUtime=1.3
/proc/11266/task/11275/stat : 11275 (java) S 11264 11266 7482 0 -1 64 10 4127 0 0 0 0 123 7 15 0 9 0 131062635 889077760 73004 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 868240

[startup+25.5013 s]
/proc/loadavg: 3.26 4.55 3.88 3/96 11279
/proc/meminfo: memFree=1445064/2055920 swapFree=4179140/4192956
[pid=11266] ppid=11264 vsize=868328 CPUtime=25.14
/proc/11266/stat : 11266 (java) S 11264 11266 7482 0 -1 0 182167 4127 1 0 2157 227 123 7 18 0 9 0 131062611 889167872 113670 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11266/statm: 217082 113670 2637 9 0 211588 0
[pid=11266/tid=11268] ppid=11264 vsize=868328 CPUtime=21.42
/proc/11266/task/11268/stat : 11268 (java) R 11264 11266 7482 0 -1 64 29184 4127 1 0 1831 181 123 7 25 0 9 0 131062617 889167872 113670 996147200 134512640 134550740 4294955968 18446744073709551615 4127389828 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11266/tid=11269] ppid=11264 vsize=868328 CPUtime=4.58
/proc/11266/task/11269/stat : 11269 (java) S 11264 11266 7482 0 -1 64 151053 4127 0 0 287 41 123 7 17 0 9 0 131062631 889167872 113670 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11266/tid=11270] ppid=11264 vsize=868328 CPUtime=1.3
/proc/11266/task/11270/stat : 11270 (java) S 11264 11266 7482 0 -1 64 20 4127 0 0 0 0 123 7 16 0 9 0 131062631 889167872 113670 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11266/tid=11271] ppid=11264 vsize=868328 CPUtime=1.3
/proc/11266/task/11271/stat : 11271 (java) S 11264 11266 7482 0 -1 64 18 4127 0 0 0 0 123 7 16 0 9 0 131062631 889167872 113670 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11266/tid=11272] ppid=11264 vsize=868328 CPUtime=1.3
/proc/11266/task/11272/stat : 11272 (java) S 11264 11266 7482 0 -1 64 0 4127 0 0 0 0 123 7 18 0 9 0 131062635 889167872 113670 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11266/tid=11273] ppid=11264 vsize=868328 CPUtime=1.69
/proc/11266/task/11273/stat : 11273 (java) S 11264 11266 7482 0 -1 64 1061 4127 0 0 38 1 123 7 15 0 9 0 131062635 889167872 113670 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11266/tid=11274] ppid=11264 vsize=868328 CPUtime=1.3
/proc/11266/task/11274/stat : 11274 (java) S 11264 11266 7482 0 -1 64 2 4127 0 0 0 0 123 7 19 0 9 0 131062635 889167872 113670 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11266/tid=11275] ppid=11264 vsize=868328 CPUtime=1.3
/proc/11266/task/11275/stat : 11275 (java) S 11264 11266 7482 0 -1 64 10 4127 0 0 0 0 123 7 15 0 9 0 131062635 889167872 113670 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 868328

[startup+51.1011 s]
/proc/loadavg: 2.89 4.36 3.83 3/96 11279
/proc/meminfo: memFree=1445320/2055920 swapFree=4179140/4192956
[pid=11266] ppid=11264 vsize=868328 CPUtime=50.6
/proc/11266/stat : 11266 (java) S 11264 11266 7482 0 -1 0 182183 4127 1 0 4699 231 123 7 18 0 9 0 131062611 889167872 113677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11266/statm: 217082 113677 2637 9 0 211588 0
[pid=11266/tid=11268] ppid=11264 vsize=868328 CPUtime=46.87
/proc/11266/task/11268/stat : 11268 (java) R 11264 11266 7482 0 -1 64 29195 4127 1 0 4372 185 123 7 25 0 9 0 131062617 889167872 113677 996147200 134512640 134550740 4294955968 18446744073709551615 4127389338 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11266/tid=11269] ppid=11264 vsize=868328 CPUtime=4.58
/proc/11266/task/11269/stat : 11269 (java) S 11264 11266 7482 0 -1 64 151053 4127 0 0 287 41 123 7 17 0 9 0 131062631 889167872 113677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11266/tid=11270] ppid=11264 vsize=868328 CPUtime=1.3
/proc/11266/task/11270/stat : 11270 (java) S 11264 11266 7482 0 -1 64 20 4127 0 0 0 0 123 7 16 0 9 0 131062631 889167872 113677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11266/tid=11271] ppid=11264 vsize=868328 CPUtime=1.3
/proc/11266/task/11271/stat : 11271 (java) S 11264 11266 7482 0 -1 64 18 4127 0 0 0 0 123 7 16 0 9 0 131062631 889167872 113677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11266/tid=11272] ppid=11264 vsize=868328 CPUtime=1.3
/proc/11266/task/11272/stat : 11272 (java) S 11264 11266 7482 0 -1 64 0 4127 0 0 0 0 123 7 18 0 9 0 131062635 889167872 113677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11266/tid=11273] ppid=11264 vsize=868328 CPUtime=1.69
/proc/11266/task/11273/stat : 11273 (java) S 11264 11266 7482 0 -1 64 1066 4127 0 0 38 1 123 7 16 0 9 0 131062635 889167872 113677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11266/tid=11274] ppid=11264 vsize=868328 CPUtime=1.3

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

/proc/11266/task/11271/stat : 11271 (java) S 11264 11266 7482 0 -1 64 18 4127 0 0 0 0 123 7 16 0 9 0 131062631 889167872 113716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11266/tid=11272] ppid=11264 vsize=868328 CPUtime=1.3
/proc/11266/task/11272/stat : 11272 (java) S 11264 11266 7482 0 -1 64 0 4127 0 0 0 0 123 7 18 0 9 0 131062635 889167872 113716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11266/tid=11273] ppid=11264 vsize=868328 CPUtime=1.76
/proc/11266/task/11273/stat : 11273 (java) S 11264 11266 7482 0 -1 64 1118 4127 0 0 45 1 123 7 16 0 9 0 131062635 889167872 113716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11266/tid=11274] ppid=11264 vsize=868328 CPUtime=1.3
/proc/11266/task/11274/stat : 11274 (java) S 11264 11266 7482 0 -1 64 2 4127 0 0 0 0 123 7 19 0 9 0 131062635 889167872 113716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11266/tid=11275] ppid=11264 vsize=868328 CPUtime=1.3
/proc/11266/task/11275/stat : 11275 (java) S 11264 11266 7482 0 -1 64 10 4127 0 0 0 0 123 7 15 0 9 0 131062635 889167872 113716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1540.19
Current children cumulated vsize (KiB) 868328

[startup+1602.3 s]
/proc/loadavg: 1.00 1.01 1.55 2/80 11308
/proc/meminfo: memFree=1485848/2055920 swapFree=4179140/4192956
[pid=11266] ppid=11264 vsize=868328 CPUtime=1600.16
/proc/11266/stat : 11266 (java) S 11264 11266 7482 0 -1 0 182256 4127 1 0 159653 233 123 7 18 0 9 0 131062611 889167872 113716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11266/statm: 217082 113716 2637 9 0 211588 0
[pid=11266/tid=11268] ppid=11264 vsize=868328 CPUtime=1596.35
/proc/11266/task/11268/stat : 11268 (java) R 11264 11266 7482 0 -1 64 29216 4127 1 0 159319 186 123 7 25 0 9 0 131062617 889167872 113716 996147200 134512640 134550740 4294955968 18446744073709551615 4127350691 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11266/tid=11269] ppid=11264 vsize=868328 CPUtime=4.58
/proc/11266/task/11269/stat : 11269 (java) S 11264 11266 7482 0 -1 64 151053 4127 0 0 287 41 123 7 16 0 9 0 131062631 889167872 113716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11266/tid=11270] ppid=11264 vsize=868328 CPUtime=1.3
/proc/11266/task/11270/stat : 11270 (java) S 11264 11266 7482 0 -1 64 20 4127 0 0 0 0 123 7 16 0 9 0 131062631 889167872 113716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11266/tid=11271] ppid=11264 vsize=868328 CPUtime=1.3
/proc/11266/task/11271/stat : 11271 (java) S 11264 11266 7482 0 -1 64 18 4127 0 0 0 0 123 7 16 0 9 0 131062631 889167872 113716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11266/tid=11272] ppid=11264 vsize=868328 CPUtime=1.3
/proc/11266/task/11272/stat : 11272 (java) S 11264 11266 7482 0 -1 64 0 4127 0 0 0 0 123 7 18 0 9 0 131062635 889167872 113716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11266/tid=11273] ppid=11264 vsize=868328 CPUtime=1.76
/proc/11266/task/11273/stat : 11273 (java) S 11264 11266 7482 0 -1 64 1118 4127 0 0 45 1 123 7 16 0 9 0 131062635 889167872 113716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11266/tid=11274] ppid=11264 vsize=868328 CPUtime=1.3
/proc/11266/task/11274/stat : 11274 (java) S 11264 11266 7482 0 -1 64 2 4127 0 0 0 0 123 7 19 0 9 0 131062635 889167872 113716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11266/tid=11275] ppid=11264 vsize=868328 CPUtime=1.3
/proc/11266/task/11275/stat : 11275 (java) S 11264 11266 7482 0 -1 64 10 4127 0 0 0 0 123 7 15 0 9 0 131062635 889167872 113716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1600.16
Current children cumulated vsize (KiB) 868328

[startup+1662.3 s]
/proc/loadavg: 1.00 1.01 1.51 2/80 11308
/proc/meminfo: memFree=1485784/2055920 swapFree=4179140/4192956
[pid=11266] ppid=11264 vsize=868328 CPUtime=1660.13
/proc/11266/stat : 11266 (java) S 11264 11266 7482 0 -1 0 182256 4127 1 0 165650 233 123 7 18 0 9 0 131062611 889167872 113716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11266/statm: 217082 113716 2637 9 0 211588 0
[pid=11266/tid=11268] ppid=11264 vsize=868328 CPUtime=1656.32
/proc/11266/task/11268/stat : 11268 (java) R 11264 11266 7482 0 -1 64 29216 4127 1 0 165316 186 123 7 25 0 9 0 131062617 889167872 113716 996147200 134512640 134550740 4294955968 18446744073709551615 4127347806 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11266/tid=11269] ppid=11264 vsize=868328 CPUtime=4.58
/proc/11266/task/11269/stat : 11269 (java) S 11264 11266 7482 0 -1 64 151053 4127 0 0 287 41 123 7 16 0 9 0 131062631 889167872 113716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11266/tid=11270] ppid=11264 vsize=868328 CPUtime=1.3
/proc/11266/task/11270/stat : 11270 (java) S 11264 11266 7482 0 -1 64 20 4127 0 0 0 0 123 7 16 0 9 0 131062631 889167872 113716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11266/tid=11271] ppid=11264 vsize=868328 CPUtime=1.3
/proc/11266/task/11271/stat : 11271 (java) S 11264 11266 7482 0 -1 64 18 4127 0 0 0 0 123 7 16 0 9 0 131062631 889167872 113716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11266/tid=11272] ppid=11264 vsize=868328 CPUtime=1.3
/proc/11266/task/11272/stat : 11272 (java) S 11264 11266 7482 0 -1 64 0 4127 0 0 0 0 123 7 18 0 9 0 131062635 889167872 113716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11266/tid=11273] ppid=11264 vsize=868328 CPUtime=1.76
/proc/11266/task/11273/stat : 11273 (java) S 11264 11266 7482 0 -1 64 1118 4127 0 0 45 1 123 7 16 0 9 0 131062635 889167872 113716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11266/tid=11274] ppid=11264 vsize=868328 CPUtime=1.3
/proc/11266/task/11274/stat : 11274 (java) S 11264 11266 7482 0 -1 64 2 4127 0 0 0 0 123 7 19 0 9 0 131062635 889167872 113716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11266/tid=11275] ppid=11264 vsize=868328 CPUtime=1.3
/proc/11266/task/11275/stat : 11275 (java) S 11264 11266 7482 0 -1 64 10 4127 0 0 0 0 123 7 15 0 9 0 131062635 889167872 113716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1660.13
Current children cumulated vsize (KiB) 868328

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.48 2/80 11308
/proc/meminfo: memFree=1485720/2055920 swapFree=4179140/4192956
[pid=11266] ppid=11264 vsize=868328 CPUtime=1720.11
/proc/11266/stat : 11266 (java) S 11264 11266 7482 0 -1 0 182256 4127 1 0 171648 233 123 7 18 0 9 0 131062611 889167872 113716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11266/statm: 217082 113716 2637 9 0 211588 0
[pid=11266/tid=11268] ppid=11264 vsize=868328 CPUtime=1716.3
/proc/11266/task/11268/stat : 11268 (java) R 11264 11266 7482 0 -1 64 29216 4127 1 0 171314 186 123 7 25 0 9 0 131062617 889167872 113716 996147200 134512640 134550740 4294955968 18446744073709551615 4127353088 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11266/tid=11269] ppid=11264 vsize=868328 CPUtime=4.58
/proc/11266/task/11269/stat : 11269 (java) S 11264 11266 7482 0 -1 64 151053 4127 0 0 287 41 123 7 16 0 9 0 131062631 889167872 113716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11266/tid=11270] ppid=11264 vsize=868328 CPUtime=1.3
/proc/11266/task/11270/stat : 11270 (java) S 11264 11266 7482 0 -1 64 20 4127 0 0 0 0 123 7 16 0 9 0 131062631 889167872 113716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11266/tid=11271] ppid=11264 vsize=868328 CPUtime=1.3
/proc/11266/task/11271/stat : 11271 (java) S 11264 11266 7482 0 -1 64 18 4127 0 0 0 0 123 7 16 0 9 0 131062631 889167872 113716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11266/tid=11272] ppid=11264 vsize=868328 CPUtime=1.3
/proc/11266/task/11272/stat : 11272 (java) S 11264 11266 7482 0 -1 64 0 4127 0 0 0 0 123 7 18 0 9 0 131062635 889167872 113716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11266/tid=11273] ppid=11264 vsize=868328 CPUtime=1.76
/proc/11266/task/11273/stat : 11273 (java) S 11264 11266 7482 0 -1 64 1118 4127 0 0 45 1 123 7 16 0 9 0 131062635 889167872 113716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11266/tid=11274] ppid=11264 vsize=868328 CPUtime=1.3
/proc/11266/task/11274/stat : 11274 (java) S 11264 11266 7482 0 -1 64 2 4127 0 0 0 0 123 7 19 0 9 0 131062635 889167872 113716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11266/tid=11275] ppid=11264 vsize=868328 CPUtime=1.3
/proc/11266/task/11275/stat : 11275 (java) S 11264 11266 7482 0 -1 64 10 4127 0 0 0 0 123 7 15 0 9 0 131062635 889167872 113716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1720.11
Current children cumulated vsize (KiB) 868328

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.44 2/80 11308
/proc/meminfo: memFree=1485720/2055920 swapFree=4179140/4192956
[pid=11266] ppid=11264 vsize=868328 CPUtime=1780.08
/proc/11266/stat : 11266 (java) S 11264 11266 7482 0 -1 0 182256 4127 1 0 177645 233 123 7 18 0 9 0 131062611 889167872 113716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11266/statm: 217082 113716 2637 9 0 211588 0
[pid=11266/tid=11268] ppid=11264 vsize=868328 CPUtime=1776.27
/proc/11266/task/11268/stat : 11268 (java) R 11264 11266 7482 0 -1 64 29216 4127 1 0 177311 186 123 7 25 0 9 0 131062617 889167872 113716 996147200 134512640 134550740 4294955968 18446744073709551615 4127363631 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11266/tid=11269] ppid=11264 vsize=868328 CPUtime=4.58
/proc/11266/task/11269/stat : 11269 (java) S 11264 11266 7482 0 -1 64 151053 4127 0 0 287 41 123 7 16 0 9 0 131062631 889167872 113716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11266/tid=11270] ppid=11264 vsize=868328 CPUtime=1.3
/proc/11266/task/11270/stat : 11270 (java) S 11264 11266 7482 0 -1 64 20 4127 0 0 0 0 123 7 16 0 9 0 131062631 889167872 113716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11266/tid=11271] ppid=11264 vsize=868328 CPUtime=1.3
/proc/11266/task/11271/stat : 11271 (java) S 11264 11266 7482 0 -1 64 18 4127 0 0 0 0 123 7 16 0 9 0 131062631 889167872 113716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11266/tid=11272] ppid=11264 vsize=868328 CPUtime=1.3
/proc/11266/task/11272/stat : 11272 (java) S 11264 11266 7482 0 -1 64 0 4127 0 0 0 0 123 7 18 0 9 0 131062635 889167872 113716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11266/tid=11273] ppid=11264 vsize=868328 CPUtime=1.76
/proc/11266/task/11273/stat : 11273 (java) S 11264 11266 7482 0 -1 64 1118 4127 0 0 45 1 123 7 16 0 9 0 131062635 889167872 113716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11266/tid=11274] ppid=11264 vsize=868328 CPUtime=1.3
/proc/11266/task/11274/stat : 11274 (java) S 11264 11266 7482 0 -1 64 2 4127 0 0 0 0 123 7 19 0 9 0 131062635 889167872 113716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11266/tid=11275] ppid=11264 vsize=868328 CPUtime=1.3
/proc/11266/task/11275/stat : 11275 (java) S 11264 11266 7482 0 -1 64 10 4127 0 0 0 0 123 7 15 0 9 0 131062635 889167872 113716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1780.08
Current children cumulated vsize (KiB) 868328



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.3 s]
/proc/loadavg: 1.00 1.00 1.43 2/80 11308
/proc/meminfo: memFree=1485656/2055920 swapFree=4179140/4192956
[pid=11266] ppid=11264 vsize=868328 CPUtime=1800.07
/proc/11266/stat : 11266 (java) S 11264 11266 7482 0 -1 0 182256 4127 1 0 179644 233 123 7 18 0 9 0 131062611 889167872 113716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11266/statm: 217082 113716 2637 9 0 211588 0
[pid=11266/tid=11268] ppid=11264 vsize=868328 CPUtime=1796.26
/proc/11266/task/11268/stat : 11268 (java) R 11264 11266 7482 0 -1 64 29216 4127 1 0 179310 186 123 7 25 0 9 0 131062617 889167872 113716 996147200 134512640 134550740 4294955968 18446744073709551615 4127353084 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11266/tid=11269] ppid=11264 vsize=868328 CPUtime=4.58
/proc/11266/task/11269/stat : 11269 (java) S 11264 11266 7482 0 -1 64 151053 4127 0 0 287 41 123 7 16 0 9 0 131062631 889167872 113716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11266/tid=11270] ppid=11264 vsize=868328 CPUtime=1.3
/proc/11266/task/11270/stat : 11270 (java) S 11264 11266 7482 0 -1 64 20 4127 0 0 0 0 123 7 16 0 9 0 131062631 889167872 113716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11266/tid=11271] ppid=11264 vsize=868328 CPUtime=1.3
/proc/11266/task/11271/stat : 11271 (java) S 11264 11266 7482 0 -1 64 18 4127 0 0 0 0 123 7 16 0 9 0 131062631 889167872 113716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11266/tid=11272] ppid=11264 vsize=868328 CPUtime=1.3
/proc/11266/task/11272/stat : 11272 (java) S 11264 11266 7482 0 -1 64 0 4127 0 0 0 0 123 7 18 0 9 0 131062635 889167872 113716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11266/tid=11273] ppid=11264 vsize=868328 CPUtime=1.76
/proc/11266/task/11273/stat : 11273 (java) S 11264 11266 7482 0 -1 64 1118 4127 0 0 45 1 123 7 16 0 9 0 131062635 889167872 113716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11266/tid=11274] ppid=11264 vsize=868328 CPUtime=1.3
/proc/11266/task/11274/stat : 11274 (java) S 11264 11266 7482 0 -1 64 2 4127 0 0 0 0 123 7 19 0 9 0 131062635 889167872 113716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11266/tid=11275] ppid=11264 vsize=868328 CPUtime=1.3
/proc/11266/task/11275/stat : 11275 (java) S 11264 11266 7482 0 -1 64 10 4127 0 0 0 0 123 7 15 0 9 0 131062635 889167872 113716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 868328

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

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

[startup+1802.3 s]
/proc/loadavg: 1.00 1.00 1.43 2/80 11308
/proc/meminfo: memFree=1485656/2055920 swapFree=4179140/4192956
[pid=11266] ppid=11264 vsize=868328 CPUtime=1800.07
/proc/11266/stat : 11266 (java) S 11264 11266 7482 0 -1 0 182256 4127 1 0 179644 233 123 7 18 0 9 0 131062611 889167872 113716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11266/statm: 217082 113716 2637 9 0 211588 0
[pid=11266/tid=11268] ppid=11264 vsize=868328 CPUtime=1796.26
/proc/11266/task/11268/stat : 11268 (java) R 11264 11266 7482 0 -1 64 29216 4127 1 0 179310 186 123 7 25 0 9 0 131062617 889167872 113716 996147200 134512640 134550740 4294955968 18446744073709551615 4127353084 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11266/tid=11269] ppid=11264 vsize=868328 CPUtime=4.58
/proc/11266/task/11269/stat : 11269 (java) S 11264 11266 7482 0 -1 64 151053 4127 0 0 287 41 123 7 16 0 9 0 131062631 889167872 113716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11266/tid=11270] ppid=11264 vsize=868328 CPUtime=1.3
/proc/11266/task/11270/stat : 11270 (java) S 11264 11266 7482 0 -1 64 20 4127 0 0 0 0 123 7 16 0 9 0 131062631 889167872 113716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11266/tid=11271] ppid=11264 vsize=868328 CPUtime=1.3
/proc/11266/task/11271/stat : 11271 (java) S 11264 11266 7482 0 -1 64 18 4127 0 0 0 0 123 7 16 0 9 0 131062631 889167872 113716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11266/tid=11272] ppid=11264 vsize=868328 CPUtime=1.3
/proc/11266/task/11272/stat : 11272 (java) S 11264 11266 7482 0 -1 64 0 4127 0 0 0 0 123 7 18 0 9 0 131062635 889167872 113716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11266/tid=11273] ppid=11264 vsize=868328 CPUtime=1.76
/proc/11266/task/11273/stat : 11273 (java) S 11264 11266 7482 0 -1 64 1118 4127 0 0 45 1 123 7 16 0 9 0 131062635 889167872 113716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11266/tid=11274] ppid=11264 vsize=868328 CPUtime=1.3
/proc/11266/task/11274/stat : 11274 (java) S 11264 11266 7482 0 -1 64 2 4127 0 0 0 0 123 7 19 0 9 0 131062635 889167872 113716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11266/tid=11275] ppid=11264 vsize=868328 CPUtime=1.3
/proc/11266/task/11275/stat : 11275 (java) S 11264 11266 7482 0 -1 64 10 4127 0 0 0 0 123 7 15 0 9 0 131062635 889167872 113716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 868328

Child status: 143
Real time (s): 1802.4
CPU time (s): 1800.2
CPU user time (s): 1797.72
CPU system time (s): 2.48162
CPU usage (%): 99.8777
Max. virtual memory (cumulated for all children) (KiB): 892428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.72
system time used= 2.48162
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 186414
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= 38999
involuntary context switches= 33744

runsolver used 1.79273 second user time and 5.04523 second system time

The end

Launcher Data (download as text)

Begin job on node76 at 2008-07-04 19:50:20
IDJOB=1077602
IDBENCH=56691
IDSOLVER=364
FILE ID=node76/1077602-1215193819
PBS_JOBID= 7881496
Free space on /tmp= 66480 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b160d17227d48e89c0f648593d000571
RANDOM SEED=1350371207

node76.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.222
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.222
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1892408 kB
Buffers:          2888 kB
Cached:          51100 kB
SwapCached:       7280 kB
Active:         100088 kB
Inactive:         4668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1892408 kB
SwapTotal:     4192956 kB
SwapFree:      4179140 kB
Dirty:           10516 kB
Writeback:           0 kB
Mapped:          70020 kB
Slab:            43644 kB
Committed_AS:  1201060 kB
PageTables:       2132 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= 66480 MiB
End job on node76 at 2008-07-04 20:20:24