Trace number 2094315

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.16 1805.88

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-20.xml
MD5SUMbe35789960256c589543366605c747b5
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark109.014
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of constraints46582
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension46282
Global constraints used (with number of constraints)alldifferent(300)

Solver Data

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.28/0.32	   
0.28/0.32	   instance
0.28/0.32	     name=HOME/instance-2094315-1247403402.xml
0.28/0.35	   
0.28/0.35	   domains being loaded...
0.28/0.37	   
0.28/0.37	   variables being loaded...
0.47/0.56	     nbVariables=700  nbDomainTypes=25  minDomainSize=1  maxDomainSize=45  nbTotalValues=16951
0.47/0.56	       =>  wckTime=0.323  cpuTime=0.23  mem=9M844
0.47/0.56	   
0.47/0.56	   predicates being loaded...
0.58/0.62	   
0.58/0.62	   constraints being loaded...
12.93/13.15	     nbConstraints=46584  nbGlobalConstraints=302  nbSingletonDomainVariables=28  nbConflictsStructures=18
12.93/13.15	     nbSharedConflictsStructures=7371  nbUnbuiltConflictsStructures=273  nbSharedBinaryRepresentations=0
12.93/13.15	     nbEvaluationManagers=291  nbSharedEvaluationManagers=45991  minDegree=202  maxDegree=351  minArity=4  avgArity=4.09
12.93/13.15	     maxArity=20  nbGenerators=2  nbFusions=0  symmetryWckTime=2.398  symmetryCpuTime=0.81
12.93/13.15	       =>  wckTime=12.908  cpuTime=9.7  mem=255M511
13.73/13.95	   
13.73/13.95	   solver IterativeSystematicSolver being built... 
16.60/16.86	   
16.60/16.87	   INFO : Forward propagation technique limited 
16.70/16.95	       =>  wckTime=16.713  cpuTime=11.53  mem=409M544
19.28/19.57	   
19.28/19.57	   preprocessing
19.28/19.57	     nbConstraintChecks=3677411  nbValidityChecks=151100  nbPropagations=700  nbRevisions=155572
19.28/19.57	     nbUselessRevisions=155572  nbRemovedValues=0  detectedInconsistency=no
19.28/19.57	       =>  wckTime=2.613  cpuTime=2.57  mem=415M604
78.11/78.92	   
78.11/78.92	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=418M651)

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-2094315-1247403402/watcher-2094315-1247403402 -o /tmp/evaluation-result-2094315-1247403402/solver-2094315-1247403402 -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-2094315-1247403402.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 2.00 1.81 4/80 29257
/proc/meminfo: memFree=1778088/2055920 swapFree=4192812/4192956
[pid=29257] ppid=29255 vsize=18576 CPUtime=0
/proc/29257/stat : 29257 (runsolver) R 29255 29257 27605 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 27404372 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 255539604775 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/29257/statm: 4644 284 249 26 0 2626 0

[startup+0.101915 s]
/proc/loadavg: 2.00 2.00 1.81 4/80 29257
/proc/meminfo: memFree=1778088/2055920 swapFree=4192812/4192956
[pid=29257] ppid=29255 vsize=865984 CPUtime=0.08
/proc/29257/stat : 29257 (java) S 29255 29257 27605 0 -1 0 3730 0 1 0 6 2 0 0 18 0 9 0 27404372 886767616 3196 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29257/statm: 216496 3196 1690 9 0 210981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.202931 s]
/proc/loadavg: 2.00 2.00 1.81 4/80 29257
/proc/meminfo: memFree=1778088/2055920 swapFree=4192812/4192956
[pid=29257] ppid=29255 vsize=866144 CPUtime=0.18
/proc/29257/stat : 29257 (java) S 29255 29257 27605 0 -1 0 4727 0 1 0 14 4 0 0 18 0 9 0 27404372 886931456 4144 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29257/statm: 216536 4144 1878 9 0 211014 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 866144

[startup+0.302937 s]
/proc/loadavg: 2.00 2.00 1.81 4/80 29257
/proc/meminfo: memFree=1778088/2055920 swapFree=4192812/4192956
[pid=29257] ppid=29255 vsize=866296 CPUtime=0.28
/proc/29257/stat : 29257 (java) S 29255 29257 27605 0 -1 0 5698 0 1 0 24 4 0 0 18 0 9 0 27404372 887087104 5101 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29257/statm: 216574 5101 1927 9 0 211052 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866296

[startup+0.701971 s]
/proc/loadavg: 2.00 2.00 1.81 4/80 29257
/proc/meminfo: memFree=1778088/2055920 swapFree=4192812/4192956
[pid=29257] ppid=29255 vsize=867200 CPUtime=0.67
/proc/29257/stat : 29257 (java) S 29255 29257 27605 0 -1 0 8213 0 1 0 61 6 0 0 18 0 9 0 27404372 888012800 7567 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29257/statm: 216800 7567 2034 9 0 211236 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867200

[startup+1.50104 s]
/proc/loadavg: 2.00 2.00 1.81 3/89 29266
/proc/meminfo: memFree=1734304/2055920 swapFree=4192812/4192956
[pid=29257] ppid=29255 vsize=867704 CPUtime=1.46
/proc/29257/stat : 29257 (java) S 29255 29257 27605 0 -1 0 18539 0 1 0 134 12 0 0 18 0 9 0 27404372 888528896 17867 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29257/statm: 216926 17867 2028 9 0 211384 0
[pid=29257/tid=29259] ppid=29255 vsize=867704 CPUtime=1.22
/proc/29257/task/29259/stat : 29259 (java) R 29255 29257 27605 0 -1 64 15799 0 1 0 112 10 0 0 25 0 9 0 27404374 888528896 17867 996147200 134512640 134550932 4294955968 18446744073709551615 102724605 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29257/tid=29260] ppid=29255 vsize=867704 CPUtime=0.06
/proc/29257/task/29260/stat : 29260 (java) S 29255 29257 27605 0 -1 64 1361 0 0 0 6 0 0 0 16 0 9 0 27404375 888528896 17867 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29257/tid=29261] ppid=29255 vsize=867704 CPUtime=0
/proc/29257/task/29261/stat : 29261 (java) S 29255 29257 27605 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 27404376 888528896 17867 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29257/tid=29262] ppid=29255 vsize=867704 CPUtime=0
/proc/29257/task/29262/stat : 29262 (java) S 29255 29257 27605 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27404376 888528896 17867 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29257/tid=29263] ppid=29255 vsize=867704 CPUtime=0
/proc/29257/task/29263/stat : 29263 (java) S 29255 29257 27605 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27404378 888528896 17867 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29257/tid=29264] ppid=29255 vsize=867704 CPUtime=0.16
/proc/29257/task/29264/stat : 29264 (java) S 29255 29257 27605 0 -1 64 677 0 0 0 16 0 0 0 16 0 9 0 27404378 888528896 17867 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29257/tid=29265] ppid=29255 vsize=867704 CPUtime=0
/proc/29257/task/29265/stat : 29265 (java) S 29255 29257 27605 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 27404378 888528896 17867 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29257/tid=29266] ppid=29255 vsize=867704 CPUtime=0
/proc/29257/task/29266/stat : 29266 (java) S 29255 29257 27605 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27404378 888528896 17867 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867704

[startup+3.1012 s]
/proc/loadavg: 2.00 2.00 1.81 3/89 29266
/proc/meminfo: memFree=1703136/2055920 swapFree=4192812/4192956
[pid=29257] ppid=29255 vsize=867704 CPUtime=3.05
/proc/29257/stat : 29257 (java) S 29255 29257 27605 0 -1 0 22791 0 1 0 291 14 0 0 18 0 9 0 27404372 888528896 22117 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29257/statm: 216926 22117 2028 9 0 211384 0
[pid=29257/tid=29259] ppid=29255 vsize=867704 CPUtime=2.6
/proc/29257/task/29259/stat : 29259 (java) R 29255 29257 27605 0 -1 64 15802 0 1 0 249 11 0 0 25 0 9 0 27404374 888528896 22117 996147200 134512640 134550932 4294955968 18446744073709551615 4126722231 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29257/tid=29260] ppid=29255 vsize=867704 CPUtime=0.26
/proc/29257/task/29260/stat : 29260 (java) S 29255 29257 27605 0 -1 64 5610 0 0 0 25 1 0 0 16 0 9 0 27404375 888528896 22117 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29257/tid=29261] ppid=29255 vsize=867704 CPUtime=0
/proc/29257/task/29261/stat : 29261 (java) S 29255 29257 27605 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 27404376 888528896 22117 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29257/tid=29262] ppid=29255 vsize=867704 CPUtime=0
/proc/29257/task/29262/stat : 29262 (java) S 29255 29257 27605 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27404376 888528896 22117 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29257/tid=29263] ppid=29255 vsize=867704 CPUtime=0
/proc/29257/task/29263/stat : 29263 (java) S 29255 29257 27605 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27404378 888528896 22117 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29257/tid=29264] ppid=29255 vsize=867704 CPUtime=0.16
/proc/29257/task/29264/stat : 29264 (java) S 29255 29257 27605 0 -1 64 677 0 0 0 16 0 0 0 16 0 9 0 27404378 888528896 22117 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29257/tid=29265] ppid=29255 vsize=867704 CPUtime=0
/proc/29257/task/29265/stat : 29265 (java) S 29255 29257 27605 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 27404378 888528896 22117 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29257/tid=29266] ppid=29255 vsize=867704 CPUtime=0
/proc/29257/task/29266/stat : 29266 (java) S 29255 29257 27605 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27404378 888528896 22117 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867704

[startup+6.30249 s]
/proc/loadavg: 2.00 2.00 1.81 3/89 29266
/proc/meminfo: memFree=1674336/2055920 swapFree=4192812/4192956
[pid=29257] ppid=29255 vsize=868728 CPUtime=6.22
/proc/29257/stat : 29257 (java) S 29255 29257 27605 0 -1 0 33686 0 1 0 544 78 0 0 18 0 9 0 27404372 889577472 33008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29257/statm: 217182 33008 2029 9 0 211640 0
[pid=29257/tid=29259] ppid=29255 vsize=868728 CPUtime=5.36
/proc/29257/task/29259/stat : 29259 (java) R 29255 29257 27605 0 -1 64 15828 0 1 0 466 70 0 0 25 0 9 0 27404374 889577472 33008 996147200 134512640 134550932 4294955968 18446744073709551615 3900376 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29257/tid=29260] ppid=29255 vsize=868728 CPUtime=0.58
/proc/29257/task/29260/stat : 29260 (java) S 29255 29257 27605 0 -1 64 16410 0 0 0 53 5 0 0 16 0 9 0 27404375 889577472 33008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29257/tid=29261] ppid=29255 vsize=868728 CPUtime=0
/proc/29257/task/29261/stat : 29261 (java) S 29255 29257 27605 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 27404376 889577472 33008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29257/tid=29262] ppid=29255 vsize=868728 CPUtime=0
/proc/29257/task/29262/stat : 29262 (java) S 29255 29257 27605 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27404376 889577472 33008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29257/tid=29263] ppid=29255 vsize=868728 CPUtime=0
/proc/29257/task/29263/stat : 29263 (java) S 29255 29257 27605 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27404378 889577472 33008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29257/tid=29264] ppid=29255 vsize=868728 CPUtime=0.24
/proc/29257/task/29264/stat : 29264 (java) S 29255 29257 27605 0 -1 64 745 0 0 0 24 0 0 0 15 0 9 0 27404378 889577472 33008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29257/tid=29265] ppid=29255 vsize=868728 CPUtime=0
/proc/29257/task/29265/stat : 29265 (java) S 29255 29257 27605 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 27404378 889577472 33008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29257/tid=29266] ppid=29255 vsize=868728 CPUtime=0
/proc/29257/task/29266/stat : 29266 (java) S 29255 29257 27605 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 27404378 889577472 33008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 868728

[startup+12.7021 s]
/proc/loadavg: 2.00 2.00 1.82 3/91 29268
/proc/meminfo: memFree=1495440/2055920 swapFree=4192812/4192956
[pid=29257] ppid=29255 vsize=869052 CPUtime=11.3
/proc/29257/stat : 29257 (java) S 29255 29257 27605 0 -1 0 70521 0 1 0 910 220 0 0 18 0 10 0 27404372 889909248 69656 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29257/statm: 217263 69656 2035 9 0 211721 0
[pid=29268] ppid=29257 vsize=25404 CPUtime=1.26
/proc/29268/stat : 29268 (saucy) R 29257 29257 27605 0 -1 4194304 3722 0 0 0 123 3 0 0 25 0 1 0 27405514 26013696 3630 996147200 134512640 134531332 4294956000 18446744073709551615 134523716 0 4 0 0 0 0 0 17 1 0 0
/proc/29268/statm: 6351 3630 95 4 0 6027 0
[pid=29257/tid=29259] ppid=29255 vsize=869052 CPUtime=9.58
/proc/29257/task/29259/stat : 29259 (java) S 29255 29257 27605 0 -1 64 15923 0 1 0 761 197 0 0 24 0 10 0 27404374 889909248 69656 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=29257/tid=29260] ppid=29255 vsize=869052 CPUtime=1.41
/proc/29257/task/29260/stat : 29260 (java) S 29255 29257 27605 0 -1 64 53065 0 0 0 121 20 0 0 16 0 10 0 27404375 889909248 69656 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29257/tid=29261] ppid=29255 vsize=869052 CPUtime=0
/proc/29257/task/29261/stat : 29261 (java) S 29255 29257 27605 0 -1 64 15 0 0 0 0 0 0 0 16 0 10 0 27404376 889909248 69656 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29257/tid=29262] ppid=29255 vsize=869052 CPUtime=0
/proc/29257/task/29262/stat : 29262 (java) S 29255 29257 27605 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 27404376 889909248 69656 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29257/tid=29263] ppid=29255 vsize=869052 CPUtime=0
/proc/29257/task/29263/stat : 29263 (java) S 29255 29257 27605 0 -1 64 2 0 0 0 0 0 0 0 18 0 10 0 27404378 889909248 69656 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29257/tid=29264] ppid=29255 vsize=869052 CPUtime=0.27
/proc/29257/task/29264/stat : 29264 (java) S 29255 29257 27605 0 -1 64 756 0 0 0 27 0 0 0 15 0 10 0 27404378 889909248 69656 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29257/tid=29265] ppid=29255 vsize=869052 CPUtime=0
/proc/29257/task/29265/stat : 29265 (java) S 29255 29257 27605 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 27404378 889909248 69656 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29257/tid=29266] ppid=29255 vsize=869052 CPUtime=0
/proc/29257/task/29266/stat : 29266 (java) S 29255 29257 27605 0 -1 64 8 0 0 0 0 0 0 0 15 0 10 0 27404378 889909248 69656 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29257/tid=29267] ppid=29255 vsize=869052 CPUtime=0.01
/proc/29257/task/29267/stat : 29267 (java) S 29255 29257 27605 0 -1 64 68 0 0 0 0 1 0 0 24 0 10 0 27405514 889909248 69656 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 894456

[startup+25.5023 s]
/proc/loadavg: 2.00 2.00 1.82 3/89 29270
/proc/meminfo: memFree=1340816/2055920 swapFree=4192812/4192956
[pid=29257] ppid=29255 vsize=869464 CPUtime=25.22
/proc/29257/stat : 29257 (java) S 29255 29257 27605 0 -1 0 176750 4139 1 0 2140 248 129 5 18 0 9 0 27404372 890331136 111613 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29257/statm: 217366 111613 2662 9 0 211802 0
[pid=29257/tid=29259] ppid=29255 vsize=869464 CPUtime=21.49
/proc/29257/task/29259/stat : 29259 (java) R 29255 29257 27605 0 -1 64 28953 4139 1 0 1816 199 129 5 25 0 9 0 27404374 890331136 111613 996147200 134512640 134550932 4294955968 18446744073709551615 4126951946 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29257/tid=29260] ppid=29255 vsize=869464 CPUtime=4.61
/proc/29257/task/29260/stat : 29260 (java) S 29255 29257 27605 0 -1 64 145890 4139 0 0 283 44 129 5 17 0 9 0 27404375 890331136 111613 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29257/tid=29261] ppid=29255 vsize=869464 CPUtime=1.34
/proc/29257/task/29261/stat : 29261 (java) S 29255 29257 27605 0 -1 64 18 4139 0 0 0 0 129 5 16 0 9 0 27404376 890331136 111613 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29257/tid=29262] ppid=29255 vsize=869464 CPUtime=1.34
/proc/29257/task/29262/stat : 29262 (java) S 29255 29257 27605 0 -1 64 21 4139 0 0 0 0 129 5 16 0 9 0 27404376 890331136 111613 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29257/tid=29263] ppid=29255 vsize=869464 CPUtime=1.34
/proc/29257/task/29263/stat : 29263 (java) S 29255 29257 27605 0 -1 64 2 4139 0 0 0 0 129 5 18 0 9 0 27404378 890331136 111613 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29257/tid=29264] ppid=29255 vsize=869464 CPUtime=1.73
/proc/29257/task/29264/stat : 29264 (java) S 29255 29257 27605 0 -1 64 1040 4139 0 0 39 0 129 5 16 0 9 0 27404378 890331136 111613 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29257/tid=29265] ppid=29255 vsize=869464 CPUtime=1.34
/proc/29257/task/29265/stat : 29265 (java) S 29255 29257 27605 0 -1 64 1 4139 0 0 0 0 129 5 19 0 9 0 27404378 890331136 111613 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29257/tid=29266] ppid=29255 vsize=869464 CPUtime=1.34
/proc/29257/task/29266/stat : 29266 (java) S 29255 29257 27605 0 -1 64 12 4139 0 0 0 0 129 5 15 0 9 0 27404378 890331136 111613 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 869464

[startup+51.1027 s]
/proc/loadavg: 2.00 2.00 1.82 3/89 29270
/proc/meminfo: memFree=1340752/2055920 swapFree=4192812/4192956
[pid=29257] ppid=29255 vsize=869464 CPUtime=50.57
/proc/29257/stat : 29257 (java) S 29255 29257 27605 0 -1 0 176766 4139 1 0 4675 248 129 5 18 0 9 0 27404372 890331136 111620 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29257/statm: 217366 111620 2662 9 0 211802 0
[pid=29257/tid=29259] ppid=29255 vsize=869464 CPUtime=46.84
/proc/29257/task/29259/stat : 29259 (java) R 29255 29257 27605 0 -1 64 28959 4139 1 0 4350 200 129 5 25 0 9 0 27404374 890331136 111620 996147200 134512640 134550932 4294955968 18446744073709551615 4127385189 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29257/tid=29260] ppid=29255 vsize=869464 CPUtime=4.61
/proc/29257/task/29260/stat : 29260 (java) S 29255 29257 27605 0 -1 64 145890 4139 0 0 283 44 129 5 16 0 9 0 27404375 890331136 111620 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29257/tid=29261] ppid=29255 vsize=869464 CPUtime=1.34
/proc/29257/task/29261/stat : 29261 (java) S 29255 29257 27605 0 -1 64 18 4139 0 0 0 0 129 5 16 0 9 0 27404376 890331136 111620 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29257/tid=29262] ppid=29255 vsize=869464 CPUtime=1.34
/proc/29257/task/29262/stat : 29262 (java) S 29255 29257 27605 0 -1 64 21 4139 0 0 0 0 129 5 16 0 9 0 27404376 890331136 111620 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29257/tid=29263] ppid=29255 vsize=869464 CPUtime=1.34

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

/proc/29257/task/29262/stat : 29262 (java) S 29255 29257 27605 0 -1 64 21 4139 0 0 0 0 129 5 16 0 9 0 27404376 890331136 111638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29257/tid=29263] ppid=29255 vsize=869464 CPUtime=1.34
/proc/29257/task/29263/stat : 29263 (java) S 29255 29257 27605 0 -1 64 2 4139 0 0 0 0 129 5 18 0 9 0 27404378 890331136 111638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29257/tid=29264] ppid=29255 vsize=869464 CPUtime=1.79
/proc/29257/task/29264/stat : 29264 (java) S 29255 29257 27605 0 -1 64 1076 4139 0 0 44 1 129 5 16 0 9 0 27404378 890331136 111638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29257/tid=29265] ppid=29255 vsize=869464 CPUtime=1.34
/proc/29257/task/29265/stat : 29265 (java) S 29255 29257 27605 0 -1 64 1 4139 0 0 0 0 129 5 19 0 9 0 27404378 890331136 111638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29257/tid=29266] ppid=29255 vsize=869464 CPUtime=1.34
/proc/29257/task/29266/stat : 29266 (java) S 29255 29257 27605 0 -1 64 12 4139 0 0 0 0 129 5 15 0 9 0 27404378 890331136 111638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1536.65
Current children cumulated vsize (KiB) 869464

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 1.97 3/89 29317
/proc/meminfo: memFree=1248480/2055920 swapFree=4192812/4192956
[pid=29257] ppid=29255 vsize=869464 CPUtime=1596.62
/proc/29257/stat : 29257 (java) S 29255 29257 27605 0 -1 0 176802 4139 1 0 159276 252 129 5 18 0 9 0 27404372 890331136 111638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29257/statm: 217366 111638 2662 9 0 211802 0
[pid=29257/tid=29259] ppid=29255 vsize=869464 CPUtime=1592.84
/proc/29257/task/29259/stat : 29259 (java) R 29255 29257 27605 0 -1 64 28969 4139 1 0 158947 203 129 5 25 0 9 0 27404374 890331136 111638 996147200 134512640 134550932 4294955968 18446744073709551615 4127388052 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29257/tid=29260] ppid=29255 vsize=869464 CPUtime=4.61
/proc/29257/task/29260/stat : 29260 (java) S 29255 29257 27605 0 -1 64 145890 4139 0 0 283 44 129 5 16 0 9 0 27404375 890331136 111638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29257/tid=29261] ppid=29255 vsize=869464 CPUtime=1.34
/proc/29257/task/29261/stat : 29261 (java) S 29255 29257 27605 0 -1 64 18 4139 0 0 0 0 129 5 16 0 9 0 27404376 890331136 111638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29257/tid=29262] ppid=29255 vsize=869464 CPUtime=1.34
/proc/29257/task/29262/stat : 29262 (java) S 29255 29257 27605 0 -1 64 21 4139 0 0 0 0 129 5 16 0 9 0 27404376 890331136 111638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29257/tid=29263] ppid=29255 vsize=869464 CPUtime=1.34
/proc/29257/task/29263/stat : 29263 (java) S 29255 29257 27605 0 -1 64 2 4139 0 0 0 0 129 5 18 0 9 0 27404378 890331136 111638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29257/tid=29264] ppid=29255 vsize=869464 CPUtime=1.79
/proc/29257/task/29264/stat : 29264 (java) S 29255 29257 27605 0 -1 64 1076 4139 0 0 44 1 129 5 16 0 9 0 27404378 890331136 111638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29257/tid=29265] ppid=29255 vsize=869464 CPUtime=1.34
/proc/29257/task/29265/stat : 29265 (java) S 29255 29257 27605 0 -1 64 1 4139 0 0 0 0 129 5 19 0 9 0 27404378 890331136 111638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29257/tid=29266] ppid=29255 vsize=869464 CPUtime=1.34
/proc/29257/task/29266/stat : 29266 (java) S 29255 29257 27605 0 -1 64 12 4139 0 0 0 0 129 5 15 0 9 0 27404378 890331136 111638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1596.62
Current children cumulated vsize (KiB) 869464

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 1.97 3/89 29317
/proc/meminfo: memFree=1248480/2055920 swapFree=4192812/4192956
[pid=29257] ppid=29255 vsize=869464 CPUtime=1656.6
/proc/29257/stat : 29257 (java) S 29255 29257 27605 0 -1 0 176802 4139 1 0 165274 252 129 5 18 0 9 0 27404372 890331136 111638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29257/statm: 217366 111638 2662 9 0 211802 0
[pid=29257/tid=29259] ppid=29255 vsize=869464 CPUtime=1652.82
/proc/29257/task/29259/stat : 29259 (java) R 29255 29257 27605 0 -1 64 28969 4139 1 0 164945 203 129 5 25 0 9 0 27404374 890331136 111638 996147200 134512640 134550932 4294955968 18446744073709551615 4127401011 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29257/tid=29260] ppid=29255 vsize=869464 CPUtime=4.61
/proc/29257/task/29260/stat : 29260 (java) S 29255 29257 27605 0 -1 64 145890 4139 0 0 283 44 129 5 16 0 9 0 27404375 890331136 111638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29257/tid=29261] ppid=29255 vsize=869464 CPUtime=1.34
/proc/29257/task/29261/stat : 29261 (java) S 29255 29257 27605 0 -1 64 18 4139 0 0 0 0 129 5 16 0 9 0 27404376 890331136 111638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29257/tid=29262] ppid=29255 vsize=869464 CPUtime=1.34
/proc/29257/task/29262/stat : 29262 (java) S 29255 29257 27605 0 -1 64 21 4139 0 0 0 0 129 5 16 0 9 0 27404376 890331136 111638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29257/tid=29263] ppid=29255 vsize=869464 CPUtime=1.34
/proc/29257/task/29263/stat : 29263 (java) S 29255 29257 27605 0 -1 64 2 4139 0 0 0 0 129 5 18 0 9 0 27404378 890331136 111638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29257/tid=29264] ppid=29255 vsize=869464 CPUtime=1.79
/proc/29257/task/29264/stat : 29264 (java) S 29255 29257 27605 0 -1 64 1076 4139 0 0 44 1 129 5 16 0 9 0 27404378 890331136 111638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29257/tid=29265] ppid=29255 vsize=869464 CPUtime=1.34
/proc/29257/task/29265/stat : 29265 (java) S 29255 29257 27605 0 -1 64 1 4139 0 0 0 0 129 5 19 0 9 0 27404378 890331136 111638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29257/tid=29266] ppid=29255 vsize=869464 CPUtime=1.34
/proc/29257/task/29266/stat : 29266 (java) S 29255 29257 27605 0 -1 64 12 4139 0 0 0 0 129 5 15 0 9 0 27404378 890331136 111638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1656.6
Current children cumulated vsize (KiB) 869464

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 1.97 3/89 29317
/proc/meminfo: memFree=1248480/2055920 swapFree=4192812/4192956
[pid=29257] ppid=29255 vsize=869464 CPUtime=1716.57
/proc/29257/stat : 29257 (java) S 29255 29257 27605 0 -1 0 176802 4139 1 0 171271 252 129 5 18 0 9 0 27404372 890331136 111638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29257/statm: 217366 111638 2662 9 0 211802 0
[pid=29257/tid=29259] ppid=29255 vsize=869464 CPUtime=1712.8
/proc/29257/task/29259/stat : 29259 (java) R 29255 29257 27605 0 -1 64 28969 4139 1 0 170943 203 129 5 25 0 9 0 27404374 890331136 111638 996147200 134512640 134550932 4294955968 18446744073709551615 4127400855 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29257/tid=29260] ppid=29255 vsize=869464 CPUtime=4.61
/proc/29257/task/29260/stat : 29260 (java) S 29255 29257 27605 0 -1 64 145890 4139 0 0 283 44 129 5 16 0 9 0 27404375 890331136 111638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29257/tid=29261] ppid=29255 vsize=869464 CPUtime=1.34
/proc/29257/task/29261/stat : 29261 (java) S 29255 29257 27605 0 -1 64 18 4139 0 0 0 0 129 5 16 0 9 0 27404376 890331136 111638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29257/tid=29262] ppid=29255 vsize=869464 CPUtime=1.34
/proc/29257/task/29262/stat : 29262 (java) S 29255 29257 27605 0 -1 64 21 4139 0 0 0 0 129 5 16 0 9 0 27404376 890331136 111638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29257/tid=29263] ppid=29255 vsize=869464 CPUtime=1.34
/proc/29257/task/29263/stat : 29263 (java) S 29255 29257 27605 0 -1 64 2 4139 0 0 0 0 129 5 18 0 9 0 27404378 890331136 111638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29257/tid=29264] ppid=29255 vsize=869464 CPUtime=1.79
/proc/29257/task/29264/stat : 29264 (java) S 29255 29257 27605 0 -1 64 1076 4139 0 0 44 1 129 5 16 0 9 0 27404378 890331136 111638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29257/tid=29265] ppid=29255 vsize=869464 CPUtime=1.34
/proc/29257/task/29265/stat : 29265 (java) S 29255 29257 27605 0 -1 64 1 4139 0 0 0 0 129 5 19 0 9 0 27404378 890331136 111638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29257/tid=29266] ppid=29255 vsize=869464 CPUtime=1.34
/proc/29257/task/29266/stat : 29266 (java) S 29255 29257 27605 0 -1 64 12 4139 0 0 0 0 129 5 15 0 9 0 27404378 890331136 111638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1716.57
Current children cumulated vsize (KiB) 869464

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/89 29317
/proc/meminfo: memFree=1248288/2055920 swapFree=4192812/4192956
[pid=29257] ppid=29255 vsize=869464 CPUtime=1776.56
/proc/29257/stat : 29257 (java) S 29255 29257 27605 0 -1 0 176802 4139 1 0 177269 253 129 5 18 0 9 0 27404372 890331136 111638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29257/statm: 217366 111638 2662 9 0 211802 0
[pid=29257/tid=29259] ppid=29255 vsize=869464 CPUtime=1772.77
/proc/29257/task/29259/stat : 29259 (java) R 29255 29257 27605 0 -1 64 28969 4139 1 0 176940 203 129 5 25 0 9 0 27404374 890331136 111638 996147200 134512640 134550932 4294955968 18446744073709551615 4127400939 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29257/tid=29260] ppid=29255 vsize=869464 CPUtime=4.61
/proc/29257/task/29260/stat : 29260 (java) S 29255 29257 27605 0 -1 64 145890 4139 0 0 283 44 129 5 16 0 9 0 27404375 890331136 111638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29257/tid=29261] ppid=29255 vsize=869464 CPUtime=1.34
/proc/29257/task/29261/stat : 29261 (java) S 29255 29257 27605 0 -1 64 18 4139 0 0 0 0 129 5 16 0 9 0 27404376 890331136 111638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29257/tid=29262] ppid=29255 vsize=869464 CPUtime=1.34
/proc/29257/task/29262/stat : 29262 (java) S 29255 29257 27605 0 -1 64 21 4139 0 0 0 0 129 5 16 0 9 0 27404376 890331136 111638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29257/tid=29263] ppid=29255 vsize=869464 CPUtime=1.34
/proc/29257/task/29263/stat : 29263 (java) S 29255 29257 27605 0 -1 64 2 4139 0 0 0 0 129 5 18 0 9 0 27404378 890331136 111638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29257/tid=29264] ppid=29255 vsize=869464 CPUtime=1.79
/proc/29257/task/29264/stat : 29264 (java) S 29255 29257 27605 0 -1 64 1076 4139 0 0 44 1 129 5 16 0 9 0 27404378 890331136 111638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29257/tid=29265] ppid=29255 vsize=869464 CPUtime=1.34
/proc/29257/task/29265/stat : 29265 (java) S 29255 29257 27605 0 -1 64 1 4139 0 0 0 0 129 5 19 0 9 0 27404378 890331136 111638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29257/tid=29266] ppid=29255 vsize=869464 CPUtime=1.34
/proc/29257/task/29266/stat : 29266 (java) S 29255 29257 27605 0 -1 64 12 4139 0 0 0 0 129 5 15 0 9 0 27404378 890331136 111638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1776.56
Current children cumulated vsize (KiB) 869464



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.8 s]
/proc/loadavg: 2.00 2.01 1.97 3/89 29317
/proc/meminfo: memFree=1248288/2055920 swapFree=4192812/4192956
[pid=29257] ppid=29255 vsize=869464 CPUtime=1800.05
/proc/29257/stat : 29257 (java) S 29255 29257 27605 0 -1 0 176802 4139 1 0 179618 253 129 5 18 0 9 0 27404372 890331136 111638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29257/statm: 217366 111638 2662 9 0 211802 0
[pid=29257/tid=29259] ppid=29255 vsize=869464 CPUtime=1796.27
/proc/29257/task/29259/stat : 29259 (java) R 29255 29257 27605 0 -1 64 28969 4139 1 0 179290 203 129 5 25 0 9 0 27404374 890331136 111638 996147200 134512640 134550932 4294955968 18446744073709551615 4126957720 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29257/tid=29260] ppid=29255 vsize=869464 CPUtime=4.61
/proc/29257/task/29260/stat : 29260 (java) S 29255 29257 27605 0 -1 64 145890 4139 0 0 283 44 129 5 16 0 9 0 27404375 890331136 111638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29257/tid=29261] ppid=29255 vsize=869464 CPUtime=1.34
/proc/29257/task/29261/stat : 29261 (java) S 29255 29257 27605 0 -1 64 18 4139 0 0 0 0 129 5 16 0 9 0 27404376 890331136 111638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29257/tid=29262] ppid=29255 vsize=869464 CPUtime=1.34
/proc/29257/task/29262/stat : 29262 (java) S 29255 29257 27605 0 -1 64 21 4139 0 0 0 0 129 5 16 0 9 0 27404376 890331136 111638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29257/tid=29263] ppid=29255 vsize=869464 CPUtime=1.34
/proc/29257/task/29263/stat : 29263 (java) S 29255 29257 27605 0 -1 64 2 4139 0 0 0 0 129 5 18 0 9 0 27404378 890331136 111638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29257/tid=29264] ppid=29255 vsize=869464 CPUtime=1.79
/proc/29257/task/29264/stat : 29264 (java) S 29255 29257 27605 0 -1 64 1076 4139 0 0 44 1 129 5 16 0 9 0 27404378 890331136 111638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29257/tid=29265] ppid=29255 vsize=869464 CPUtime=1.34
/proc/29257/task/29265/stat : 29265 (java) S 29255 29257 27605 0 -1 64 1 4139 0 0 0 0 129 5 19 0 9 0 27404378 890331136 111638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29257/tid=29266] ppid=29255 vsize=869464 CPUtime=1.34
/proc/29257/task/29266/stat : 29266 (java) S 29255 29257 27605 0 -1 64 12 4139 0 0 0 0 129 5 15 0 9 0 27404378 890331136 111638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 869464

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

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

[startup+1805.8 s]
/proc/loadavg: 2.00 2.01 1.97 3/89 29317
/proc/meminfo: memFree=1248288/2055920 swapFree=4192812/4192956
[pid=29257] ppid=29255 vsize=869464 CPUtime=1800.05
/proc/29257/stat : 29257 (java) S 29255 29257 27605 0 -1 0 176802 4139 1 0 179618 253 129 5 18 0 9 0 27404372 890331136 111638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29257/statm: 217366 111638 2662 9 0 211802 0
[pid=29257/tid=29259] ppid=29255 vsize=869464 CPUtime=1796.27
/proc/29257/task/29259/stat : 29259 (java) R 29255 29257 27605 0 -1 64 28969 4139 1 0 179290 203 129 5 25 0 9 0 27404374 890331136 111638 996147200 134512640 134550932 4294955968 18446744073709551615 4126957720 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29257/tid=29260] ppid=29255 vsize=869464 CPUtime=4.61
/proc/29257/task/29260/stat : 29260 (java) S 29255 29257 27605 0 -1 64 145890 4139 0 0 283 44 129 5 16 0 9 0 27404375 890331136 111638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29257/tid=29261] ppid=29255 vsize=869464 CPUtime=1.34
/proc/29257/task/29261/stat : 29261 (java) S 29255 29257 27605 0 -1 64 18 4139 0 0 0 0 129 5 16 0 9 0 27404376 890331136 111638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29257/tid=29262] ppid=29255 vsize=869464 CPUtime=1.34
/proc/29257/task/29262/stat : 29262 (java) S 29255 29257 27605 0 -1 64 21 4139 0 0 0 0 129 5 16 0 9 0 27404376 890331136 111638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29257/tid=29263] ppid=29255 vsize=869464 CPUtime=1.34
/proc/29257/task/29263/stat : 29263 (java) S 29255 29257 27605 0 -1 64 2 4139 0 0 0 0 129 5 18 0 9 0 27404378 890331136 111638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29257/tid=29264] ppid=29255 vsize=869464 CPUtime=1.79
/proc/29257/task/29264/stat : 29264 (java) S 29255 29257 27605 0 -1 64 1076 4139 0 0 44 1 129 5 16 0 9 0 27404378 890331136 111638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29257/tid=29265] ppid=29255 vsize=869464 CPUtime=1.34
/proc/29257/task/29265/stat : 29265 (java) S 29255 29257 27605 0 -1 64 1 4139 0 0 0 0 129 5 19 0 9 0 27404378 890331136 111638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29257/tid=29266] ppid=29255 vsize=869464 CPUtime=1.34
/proc/29257/task/29266/stat : 29266 (java) S 29255 29257 27605 0 -1 64 12 4139 0 0 0 0 129 5 15 0 9 0 27404378 890331136 111638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 869464

Child status: 143
Real time (s): 1805.88
CPU time (s): 1800.16
CPU user time (s): 1797.5
CPU system time (s): 2.6556
CPU usage (%): 99.683
Max. virtual memory (cumulated for all children) (KiB): 894456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.5
system time used= 2.6556
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 180970
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= 38516
involuntary context switches= 42524

runsolver used 2.67559 second user time and 5.55116 second system time

The end

Launcher Data

Begin job on node48 at 2009-07-12 14:56:42
IDJOB=2094315
IDBENCH=54128
IDSOLVER=773
FILE ID=node48/2094315-1247403402
PBS_JOBID= 9510549
Free space on /tmp= 66460 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-20.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-2094315-1247403402/watcher-2094315-1247403402 -o /tmp/evaluation-result-2094315-1247403402/solver-2094315-1247403402 -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-2094315-1247403402.xml

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

MD5SUM BENCH= be35789960256c589543366605c747b5
RANDOM SEED=1247427643

node48.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.237
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.237
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:       1778568 kB
Buffers:         38744 kB
Cached:         133364 kB
SwapCached:          0 kB
Active:         145040 kB
Inactive:        75048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1778568 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8524 kB
Writeback:           0 kB
Mapped:          68360 kB
Slab:            42356 kB
Committed_AS:  1013860 kB
PageTables:       1816 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= 66452 MiB
End job on node48 at 2009-07-12 15:26:50