Trace number 2094257

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.17 1811.4

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-2.xml
MD5SUM45198355f671cba1241311e09f8b8248
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints27284
Maximum constraint arity23
Maximum domain size34
Number of constraints which are defined in extension0
Number of constraints which are defined in intension26784
Global constraints used (with number of constraints)alldifferent(500)

Solver Data

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.25	
0.18/0.25	   configuration
0.18/0.25	     name=mac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-2094257-1247403091.xml
0.27/0.32	   
0.27/0.32	   domains being loaded...
0.38/0.40	   
0.38/0.40	   variables being loaded...
0.48/0.51	     nbVariables=800  nbDomainTypes=423  minDomainSize=1  maxDomainSize=34  nbTotalValues=11468
0.48/0.51	       =>  wckTime=0.263  cpuTime=0.18  mem=10M814
0.48/0.51	   
0.48/0.51	   predicates being loaded...
0.48/0.57	   
0.48/0.57	   constraints being loaded...
21.08/21.39	   
21.08/21.39	   INFO : Stopping converting binary constraints (cpu=20.04, mem = 121M58)
35.33/35.74	     nbConstraints=27284  nbGlobalConstraints=500  nbSingletonDomainVariables=182  nbConflictsStructures=18733
35.33/35.74	     nbSharedConflictsStructures=0  nbUnbuiltConflictsStructures=8051  nbSharedBinaryRepresentations=0
35.33/35.74	     nbEvaluationManagers=26784  nbSharedEvaluationManagers=0  minDegree=42  maxDegree=380  minArity=4  avgArity=4.31
35.33/35.74	     maxArity=23  nbGenerators=0  nbFusions=0  symmetryWckTime=1.342  symmetryCpuTime=0.51
35.33/35.74	       =>  wckTime=35.491  cpuTime=33.04  mem=159M360
35.83/36.28	   
35.83/36.28	   solver IterativeSystematicSolver being built... 
37.02/37.42	   
37.02/37.42	   INFO : Forward propagation technique limited 
37.11/37.57	       =>  wckTime=37.325  cpuTime=33.83  mem=224M311
37.61/38.06	   
37.61/38.06	   preprocessing
37.61/38.06	     nbConstraintChecks=497427  nbValidityChecks=27781  nbPropagations=800  nbRevisions=32204  nbUselessRevisions=32204
37.61/38.06	     nbRemovedValues=0  detectedInconsistency=no
37.61/38.06	       =>  wckTime=0.486  cpuTime=0.47  mem=228M376
49.99/50.52	   
49.99/50.52	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=267M253)

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-2094257-1247403091/watcher-2094257-1247403091 -o /tmp/evaluation-result-2094257-1247403091/solver-2094257-1247403091 -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-2094257-1247403091.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: 1.92 2.00 1.76 3/81 29605
/proc/meminfo: memFree=1767984/2055920 swapFree=4192812/4192956
[pid=29605] ppid=29603 vsize=18576 CPUtime=0
/proc/29605/stat : 29605 (runsolver) R 29603 29605 28467 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 27376390 19021824 285 996147200 4194304 4302564 548682068384 18446744073709551615 228706544935 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/29605/statm: 4644 285 249 26 0 2626 0

[startup+0.012793 s]
/proc/loadavg: 1.92 2.00 1.76 3/81 29605
/proc/meminfo: memFree=1767984/2055920 swapFree=4192812/4192956
[pid=29605] ppid=29603 vsize=1616 CPUtime=0
/proc/29605/stat : 29605 (java) D 29603 29605 28467 0 -1 0 317 0 0 0 0 0 0 0 21 0 1 0 27376390 1654784 126 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099937270 0 0 17 0 0 0
/proc/29605/statm: 404 151 125 9 0 46 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1616

[startup+0.10254 s]
/proc/loadavg: 1.92 2.00 1.76 3/81 29605
/proc/meminfo: memFree=1767984/2055920 swapFree=4192812/4192956
[pid=29605] ppid=29603 vsize=866696 CPUtime=0.08
/proc/29605/stat : 29605 (java) S 29603 29605 28467 0 -1 0 3737 0 1 0 7 1 0 0 21 0 9 0 27376390 887496704 3205 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29605/statm: 216674 3205 1700 9 0 211159 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 866696

[startup+0.301559 s]
/proc/loadavg: 1.92 2.00 1.76 3/81 29605
/proc/meminfo: memFree=1767984/2055920 swapFree=4192812/4192956
[pid=29605] ppid=29603 vsize=867036 CPUtime=0.27
/proc/29605/stat : 29605 (java) S 29603 29605 28467 0 -1 0 5947 0 1 0 24 3 0 0 21 0 9 0 27376390 887844864 5313 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29605/statm: 216759 5313 1983 9 0 211217 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 867036

[startup+0.701599 s]
/proc/loadavg: 1.92 2.00 1.76 3/81 29605
/proc/meminfo: memFree=1767984/2055920 swapFree=4192812/4192956
[pid=29605] ppid=29603 vsize=868148 CPUtime=0.67
/proc/29605/stat : 29605 (java) S 29603 29605 28467 0 -1 0 9356 0 1 0 62 5 0 0 21 0 9 0 27376390 888983552 8710 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29605/statm: 217037 8710 2038 9 0 211473 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 868148

[startup+1.50267 s]
/proc/loadavg: 1.92 2.00 1.76 3/90 29614
/proc/meminfo: memFree=1721448/2055920 swapFree=4192812/4192956
[pid=29605] ppid=29603 vsize=868060 CPUtime=1.46
/proc/29605/stat : 29605 (java) S 29603 29605 28467 0 -1 0 18522 0 1 0 136 10 0 0 21 0 9 0 27376390 888893440 17850 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29605/statm: 217015 17850 2028 9 0 211473 0
[pid=29605/tid=29607] ppid=29603 vsize=868060 CPUtime=1.23
/proc/29605/task/29607/stat : 29607 (java) R 29603 29605 28467 0 -1 64 15776 0 1 0 114 9 0 0 25 0 9 0 27376391 888893440 17850 996147200 134512640 134550932 4294955968 18446744073709551615 104749552 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29608] ppid=29603 vsize=868060 CPUtime=0.06
/proc/29605/task/29608/stat : 29608 (java) S 29603 29605 28467 0 -1 64 1339 0 0 0 6 0 0 0 16 0 9 0 27376392 888893440 17850 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29609] ppid=29603 vsize=868060 CPUtime=0
/proc/29605/task/29609/stat : 29609 (java) S 29603 29605 28467 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27376393 888893440 17850 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29610] ppid=29603 vsize=868060 CPUtime=0
/proc/29605/task/29610/stat : 29610 (java) S 29603 29605 28467 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27376393 888893440 17850 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29611] ppid=29603 vsize=868060 CPUtime=0
/proc/29605/task/29611/stat : 29611 (java) S 29603 29605 28467 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 27376395 888893440 17850 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29612] ppid=29603 vsize=868060 CPUtime=0.16
/proc/29605/task/29612/stat : 29612 (java) S 29603 29605 28467 0 -1 64 705 0 0 0 16 0 0 0 16 0 9 0 27376395 888893440 17850 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29613] ppid=29603 vsize=868060 CPUtime=0
/proc/29605/task/29613/stat : 29613 (java) S 29603 29605 28467 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 27376395 888893440 17850 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29614] ppid=29603 vsize=868060 CPUtime=0
/proc/29605/task/29614/stat : 29614 (java) S 29603 29605 28467 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 27376395 888893440 17850 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) 868060

[startup+3.10282 s]
/proc/loadavg: 1.92 2.00 1.76 3/90 29614
/proc/meminfo: memFree=1693224/2055920 swapFree=4192812/4192956
[pid=29605] ppid=29603 vsize=868060 CPUtime=3.05
/proc/29605/stat : 29605 (java) S 29603 29605 28467 0 -1 0 21582 0 1 0 291 14 0 0 21 0 9 0 27376390 888893440 20907 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29605/statm: 217015 20907 2029 9 0 211473 0
[pid=29605/tid=29607] ppid=29603 vsize=868060 CPUtime=2.63
/proc/29605/task/29607/stat : 29607 (java) R 29603 29605 28467 0 -1 64 15802 0 1 0 251 12 0 0 25 0 9 0 27376391 888893440 20907 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29608] ppid=29603 vsize=868060 CPUtime=0.18
/proc/29605/task/29608/stat : 29608 (java) R 29603 29605 28467 0 -1 64 4321 0 0 0 17 1 0 0 16 0 9 0 27376392 888893440 20907 996147200 134512640 134550932 4294955968 18446744073709551615 102546960 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29609] ppid=29603 vsize=868060 CPUtime=0
/proc/29605/task/29609/stat : 29609 (java) S 29603 29605 28467 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27376393 888893440 20907 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29610] ppid=29603 vsize=868060 CPUtime=0
/proc/29605/task/29610/stat : 29610 (java) S 29603 29605 28467 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27376393 888893440 20907 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29611] ppid=29603 vsize=868060 CPUtime=0
/proc/29605/task/29611/stat : 29611 (java) S 29603 29605 28467 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 27376395 888893440 20907 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29612] ppid=29603 vsize=868060 CPUtime=0.21
/proc/29605/task/29612/stat : 29612 (java) S 29603 29605 28467 0 -1 64 757 0 0 0 21 0 0 0 15 0 9 0 27376395 888893440 20907 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29613] ppid=29603 vsize=868060 CPUtime=0
/proc/29605/task/29613/stat : 29613 (java) S 29603 29605 28467 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 27376395 888893440 20907 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29614] ppid=29603 vsize=868060 CPUtime=0
/proc/29605/task/29614/stat : 29614 (java) S 29603 29605 28467 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 27376395 888893440 20907 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) 868060

[startup+6.30112 s]
/proc/loadavg: 1.93 2.00 1.76 3/90 29614
/proc/meminfo: memFree=1676464/2055920 swapFree=4192812/4192956
[pid=29605] ppid=29603 vsize=868060 CPUtime=6.22
/proc/29605/stat : 29605 (java) S 29603 29605 28467 0 -1 0 25355 0 1 0 597 25 0 0 21 0 9 0 27376390 888893440 24677 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29605/statm: 217015 24677 2029 9 0 211473 0
[pid=29605/tid=29607] ppid=29603 vsize=868060 CPUtime=5.65
/proc/29605/task/29607/stat : 29607 (java) R 29603 29605 28467 0 -1 64 15805 0 1 0 544 21 0 0 25 0 9 0 27376391 888893440 24677 996147200 134512640 134550932 4294955968 18446744073709551615 4126956791 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29608] ppid=29603 vsize=868060 CPUtime=0.3
/proc/29605/task/29608/stat : 29608 (java) S 29603 29605 28467 0 -1 64 8072 0 0 0 28 2 0 0 16 0 9 0 27376392 888893440 24677 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29609] ppid=29603 vsize=868060 CPUtime=0
/proc/29605/task/29609/stat : 29609 (java) S 29603 29605 28467 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27376393 888893440 24677 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29610] ppid=29603 vsize=868060 CPUtime=0
/proc/29605/task/29610/stat : 29610 (java) S 29603 29605 28467 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27376393 888893440 24677 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29611] ppid=29603 vsize=868060 CPUtime=0
/proc/29605/task/29611/stat : 29611 (java) S 29603 29605 28467 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 27376395 888893440 24677 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29612] ppid=29603 vsize=868060 CPUtime=0.24
/proc/29605/task/29612/stat : 29612 (java) S 29603 29605 28467 0 -1 64 776 0 0 0 24 0 0 0 15 0 9 0 27376395 888893440 24677 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29613] ppid=29603 vsize=868060 CPUtime=0
/proc/29605/task/29613/stat : 29613 (java) S 29603 29605 28467 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 27376395 888893440 24677 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29614] ppid=29603 vsize=868060 CPUtime=0
/proc/29605/task/29614/stat : 29614 (java) S 29603 29605 28467 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 27376395 888893440 24677 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) 868060

[startup+12.7027 s]
/proc/loadavg: 1.93 2.00 1.76 3/90 29614
/proc/meminfo: memFree=1654896/2055920 swapFree=4192812/4192956
[pid=29605] ppid=29603 vsize=868060 CPUtime=12.57
/proc/29605/stat : 29605 (java) S 29603 29605 28467 0 -1 0 32370 0 1 0 1207 50 0 0 21 0 9 0 27376390 888893440 31687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29605/statm: 217015 31687 2029 9 0 211473 0
[pid=29605/tid=29607] ppid=29603 vsize=868060 CPUtime=11.79
/proc/29605/task/29607/stat : 29607 (java) R 29603 29605 28467 0 -1 64 15810 0 1 0 1136 43 0 0 25 0 9 0 27376391 888893440 31687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29608] ppid=29603 vsize=868060 CPUtime=0.5
/proc/29605/task/29608/stat : 29608 (java) R 29603 29605 28467 0 -1 64 15082 0 0 0 45 5 0 0 17 0 9 0 27376392 888893440 31687 996147200 134512640 134550932 4294955968 18446744073709551615 102547151 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29609] ppid=29603 vsize=868060 CPUtime=0
/proc/29605/task/29609/stat : 29609 (java) S 29603 29605 28467 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27376393 888893440 31687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29610] ppid=29603 vsize=868060 CPUtime=0
/proc/29605/task/29610/stat : 29610 (java) S 29603 29605 28467 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27376393 888893440 31687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29611] ppid=29603 vsize=868060 CPUtime=0
/proc/29605/task/29611/stat : 29611 (java) S 29603 29605 28467 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 27376395 888893440 31687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29612] ppid=29603 vsize=868060 CPUtime=0.24
/proc/29605/task/29612/stat : 29612 (java) S 29603 29605 28467 0 -1 64 776 0 0 0 24 0 0 0 16 0 9 0 27376395 888893440 31687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29613] ppid=29603 vsize=868060 CPUtime=0
/proc/29605/task/29613/stat : 29613 (java) S 29603 29605 28467 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 27376395 888893440 31687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29614] ppid=29603 vsize=868060 CPUtime=0
/proc/29605/task/29614/stat : 29614 (java) S 29603 29605 28467 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 27376395 888893440 31687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 868060

[startup+25.5019 s]
/proc/loadavg: 1.95 2.00 1.76 3/90 29614
/proc/meminfo: memFree=1604464/2055920 swapFree=4192812/4192956
[pid=29605] ppid=29603 vsize=868060 CPUtime=25.25
/proc/29605/stat : 29605 (java) S 29603 29605 28467 0 -1 0 43447 0 1 0 2440 85 0 0 21 0 9 0 27376390 888893440 42757 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29605/statm: 217015 42757 2029 9 0 211473 0
[pid=29605/tid=29607] ppid=29603 vsize=868060 CPUtime=24.14
/proc/29605/task/29607/stat : 29607 (java) R 29603 29605 28467 0 -1 64 15817 0 1 0 2341 73 0 0 25 0 9 0 27376391 888893440 42757 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29608] ppid=29603 vsize=868060 CPUtime=0.82
/proc/29605/task/29608/stat : 29608 (java) R 29603 29605 28467 0 -1 64 26151 0 0 0 73 9 0 0 16 0 9 0 27376392 888893440 42757 996147200 134512640 134550932 4294955968 18446744073709551615 102549400 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29609] ppid=29603 vsize=868060 CPUtime=0
/proc/29605/task/29609/stat : 29609 (java) S 29603 29605 28467 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27376393 888893440 42757 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29610] ppid=29603 vsize=868060 CPUtime=0
/proc/29605/task/29610/stat : 29610 (java) S 29603 29605 28467 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27376393 888893440 42757 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29611] ppid=29603 vsize=868060 CPUtime=0
/proc/29605/task/29611/stat : 29611 (java) S 29603 29605 28467 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 27376395 888893440 42757 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29612] ppid=29603 vsize=868060 CPUtime=0.25
/proc/29605/task/29612/stat : 29612 (java) S 29603 29605 28467 0 -1 64 777 0 0 0 25 0 0 0 16 0 9 0 27376395 888893440 42757 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29613] ppid=29603 vsize=868060 CPUtime=0
/proc/29605/task/29613/stat : 29613 (java) S 29603 29605 28467 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 27376395 888893440 42757 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29614] ppid=29603 vsize=868060 CPUtime=0
/proc/29605/task/29614/stat : 29614 (java) S 29603 29605 28467 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 27376395 888893440 42757 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 868060

[startup+51.1013 s]
/proc/loadavg: 1.96 2.00 1.77 4/90 29618
/proc/meminfo: memFree=1481128/2055920 swapFree=4192812/4192956
[pid=29605] ppid=29603 vsize=868440 CPUtime=50.58
/proc/29605/stat : 29605 (java) S 29603 29605 28467 0 -1 0 126414 2491 1 0 4887 107 60 4 21 0 9 0 27376390 889282560 74022 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29605/statm: 217110 74022 2640 9 0 211568 0
[pid=29605/tid=29607] ppid=29603 vsize=868440 CPUtime=47.87
/proc/29605/task/29607/stat : 29607 (java) R 29603 29605 28467 0 -1 64 28569 2491 1 0 4645 78 60 4 25 0 9 0 27376391 889282560 74022 996147200 134512640 134550932 4294955968 18446744073709551615 4127382272 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29608] ppid=29603 vsize=868440 CPUtime=2.87
/proc/29605/task/29608/stat : 29608 (java) S 29603 29605 28467 0 -1 64 95740 2491 0 0 198 25 60 4 16 0 9 0 27376392 889282560 74022 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29609] ppid=29603 vsize=868440 CPUtime=0.64
/proc/29605/task/29609/stat : 29609 (java) S 29603 29605 28467 0 -1 64 24 2491 0 0 0 0 60 4 16 0 9 0 27376393 889282560 74022 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29610] ppid=29603 vsize=868440 CPUtime=0.64
/proc/29605/task/29610/stat : 29610 (java) S 29603 29605 28467 0 -1 64 28 2491 0 0 0 0 60 4 16 0 9 0 27376393 889282560 74022 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29611] ppid=29603 vsize=868440 CPUtime=0.64
/proc/29605/task/29611/stat : 29611 (java) S 29603 29605 28467 0 -1 64 1 2491 0 0 0 0 60 4 25 0 9 0 27376395 889282560 74022 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29612] ppid=29603 vsize=868440 CPUtime=1.07
/proc/29605/task/29612/stat : 29612 (java) S 29603 29605 28467 0 -1 64 1232 2491 0 0 42 1 60 4 15 0 9 0 27376395 889282560 74022 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29613] ppid=29603 vsize=868440 CPUtime=0.64
/proc/29605/task/29613/stat : 29613 (java) S 29603 29605 28467 0 -1 64 0 2491 0 0 0 0 60 4 25 0 9 0 27376395 889282560 74022 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/29605/task/29610/stat : 29610 (java) S 29603 29605 28467 0 -1 64 28 2491 0 0 0 0 60 4 16 0 9 0 27376393 889282560 75115 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29611] ppid=29603 vsize=868440 CPUtime=0.64
/proc/29605/task/29611/stat : 29611 (java) S 29603 29605 28467 0 -1 64 1 2491 0 0 0 0 60 4 25 0 9 0 27376395 889282560 75115 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29612] ppid=29603 vsize=868440 CPUtime=1.09
/proc/29605/task/29612/stat : 29612 (java) S 29603 29605 28467 0 -1 64 1243 2491 0 0 44 1 60 4 16 0 9 0 27376395 889282560 75115 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29605/tid=29613] ppid=29603 vsize=868440 CPUtime=0.64
/proc/29605/task/29613/stat : 29613 (java) S 29603 29605 28467 0 -1 64 0 2491 0 0 0 0 60 4 25 0 9 0 27376395 889282560 75115 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29614] ppid=29603 vsize=868440 CPUtime=0.64
/proc/29605/task/29614/stat : 29614 (java) S 29603 29605 28467 0 -1 64 13 2491 0 0 0 0 60 4 15 0 9 0 27376395 889282560 75115 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1532.39
Current children cumulated vsize (KiB) 868440

[startup+1602.3 s]
/proc/loadavg: 2.02 2.03 1.95 3/90 29821
/proc/meminfo: memFree=1387824/2055920 swapFree=4192812/4192956
[pid=29605] ppid=29603 vsize=868440 CPUtime=1592.1
/proc/29605/stat : 29605 (java) S 29603 29605 28467 0 -1 0 127716 2491 1 0 159031 115 60 4 21 0 9 0 27376390 889282560 75115 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29605/statm: 217110 75115 2640 9 0 211568 0
[pid=29605/tid=29607] ppid=29603 vsize=868440 CPUtime=1587.15
/proc/29605/task/29607/stat : 29607 (java) R 29603 29605 28467 0 -1 64 28772 2491 1 0 158569 82 60 4 25 0 9 0 27376391 889282560 75115 996147200 134512640 134550932 4294955968 18446744073709551615 4127404600 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29608] ppid=29603 vsize=868440 CPUtime=5.08
/proc/29605/task/29608/stat : 29608 (java) S 29603 29605 28467 0 -1 64 96828 2491 0 0 417 27 60 4 16 0 9 0 27376392 889282560 75115 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29609] ppid=29603 vsize=868440 CPUtime=0.64
/proc/29605/task/29609/stat : 29609 (java) S 29603 29605 28467 0 -1 64 24 2491 0 0 0 0 60 4 16 0 9 0 27376393 889282560 75115 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29610] ppid=29603 vsize=868440 CPUtime=0.64
/proc/29605/task/29610/stat : 29610 (java) S 29603 29605 28467 0 -1 64 28 2491 0 0 0 0 60 4 16 0 9 0 27376393 889282560 75115 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29611] ppid=29603 vsize=868440 CPUtime=0.64
/proc/29605/task/29611/stat : 29611 (java) S 29603 29605 28467 0 -1 64 1 2491 0 0 0 0 60 4 25 0 9 0 27376395 889282560 75115 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29612] ppid=29603 vsize=868440 CPUtime=1.09
/proc/29605/task/29612/stat : 29612 (java) S 29603 29605 28467 0 -1 64 1243 2491 0 0 44 1 60 4 16 0 9 0 27376395 889282560 75115 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29605/tid=29613] ppid=29603 vsize=868440 CPUtime=0.64
/proc/29605/task/29613/stat : 29613 (java) S 29603 29605 28467 0 -1 64 0 2491 0 0 0 0 60 4 25 0 9 0 27376395 889282560 75115 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29614] ppid=29603 vsize=868440 CPUtime=0.64
/proc/29605/task/29614/stat : 29614 (java) S 29603 29605 28467 0 -1 64 13 2491 0 0 0 0 60 4 15 0 9 0 27376395 889282560 75115 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1592.1
Current children cumulated vsize (KiB) 868440

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 1.95 3/90 29821
/proc/meminfo: memFree=1387952/2055920 swapFree=4192812/4192956
[pid=29605] ppid=29603 vsize=868440 CPUtime=1651.79
/proc/29605/stat : 29605 (java) S 29603 29605 28467 0 -1 0 127723 2491 1 0 165000 115 60 4 21 0 9 0 27376390 889282560 75115 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29605/statm: 217110 75115 2640 9 0 211568 0
[pid=29605/tid=29607] ppid=29603 vsize=868440 CPUtime=1646.78
/proc/29605/task/29607/stat : 29607 (java) R 29603 29605 28467 0 -1 64 28779 2491 1 0 164531 83 60 4 25 0 9 0 27376391 889282560 75115 996147200 134512640 134550932 4294955968 18446744073709551615 4127413724 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29608] ppid=29603 vsize=868440 CPUtime=5.15
/proc/29605/task/29608/stat : 29608 (java) S 29603 29605 28467 0 -1 64 96828 2491 0 0 424 27 60 4 16 0 9 0 27376392 889282560 75115 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29609] ppid=29603 vsize=868440 CPUtime=0.64
/proc/29605/task/29609/stat : 29609 (java) S 29603 29605 28467 0 -1 64 24 2491 0 0 0 0 60 4 16 0 9 0 27376393 889282560 75115 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29610] ppid=29603 vsize=868440 CPUtime=0.64
/proc/29605/task/29610/stat : 29610 (java) S 29603 29605 28467 0 -1 64 28 2491 0 0 0 0 60 4 16 0 9 0 27376393 889282560 75115 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29611] ppid=29603 vsize=868440 CPUtime=0.64
/proc/29605/task/29611/stat : 29611 (java) S 29603 29605 28467 0 -1 64 1 2491 0 0 0 0 60 4 25 0 9 0 27376395 889282560 75115 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29612] ppid=29603 vsize=868440 CPUtime=1.09
/proc/29605/task/29612/stat : 29612 (java) S 29603 29605 28467 0 -1 64 1243 2491 0 0 44 1 60 4 16 0 9 0 27376395 889282560 75115 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29605/tid=29613] ppid=29603 vsize=868440 CPUtime=0.64
/proc/29605/task/29613/stat : 29613 (java) S 29603 29605 28467 0 -1 64 0 2491 0 0 0 0 60 4 25 0 9 0 27376395 889282560 75115 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29614] ppid=29603 vsize=868440 CPUtime=0.64
/proc/29605/task/29614/stat : 29614 (java) S 29603 29605 28467 0 -1 64 13 2491 0 0 0 0 60 4 15 0 9 0 27376395 889282560 75115 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1651.79
Current children cumulated vsize (KiB) 868440

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 1.95 3/90 29821
/proc/meminfo: memFree=1387952/2055920 swapFree=4192812/4192956
[pid=29605] ppid=29603 vsize=868440 CPUtime=1711.5
/proc/29605/stat : 29605 (java) S 29603 29605 28467 0 -1 0 127730 2491 1 0 170971 115 60 4 21 0 9 0 27376390 889282560 75115 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29605/statm: 217110 75115 2640 9 0 211568 0
[pid=29605/tid=29607] ppid=29603 vsize=868440 CPUtime=1706.35
/proc/29605/task/29607/stat : 29607 (java) R 29603 29605 28467 0 -1 64 28786 2491 1 0 170488 83 60 4 25 0 9 0 27376391 889282560 75115 996147200 134512640 134550932 4294955968 18446744073709551615 4127387562 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29608] ppid=29603 vsize=868440 CPUtime=5.29
/proc/29605/task/29608/stat : 29608 (java) S 29603 29605 28467 0 -1 64 96828 2491 0 0 438 27 60 4 16 0 9 0 27376392 889282560 75115 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29609] ppid=29603 vsize=868440 CPUtime=0.64
/proc/29605/task/29609/stat : 29609 (java) S 29603 29605 28467 0 -1 64 24 2491 0 0 0 0 60 4 16 0 9 0 27376393 889282560 75115 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29610] ppid=29603 vsize=868440 CPUtime=0.64
/proc/29605/task/29610/stat : 29610 (java) S 29603 29605 28467 0 -1 64 28 2491 0 0 0 0 60 4 16 0 9 0 27376393 889282560 75115 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29611] ppid=29603 vsize=868440 CPUtime=0.64
/proc/29605/task/29611/stat : 29611 (java) S 29603 29605 28467 0 -1 64 1 2491 0 0 0 0 60 4 25 0 9 0 27376395 889282560 75115 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29612] ppid=29603 vsize=868440 CPUtime=1.09
/proc/29605/task/29612/stat : 29612 (java) S 29603 29605 28467 0 -1 64 1243 2491 0 0 44 1 60 4 16 0 9 0 27376395 889282560 75115 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29605/tid=29613] ppid=29603 vsize=868440 CPUtime=0.64
/proc/29605/task/29613/stat : 29613 (java) S 29603 29605 28467 0 -1 64 0 2491 0 0 0 0 60 4 25 0 9 0 27376395 889282560 75115 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29614] ppid=29603 vsize=868440 CPUtime=0.64
/proc/29605/task/29614/stat : 29614 (java) S 29603 29605 28467 0 -1 64 13 2491 0 0 0 0 60 4 15 0 9 0 27376395 889282560 75115 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1711.5
Current children cumulated vsize (KiB) 868440

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/90 29821
/proc/meminfo: memFree=1387824/2055920 swapFree=4192812/4192956
[pid=29605] ppid=29603 vsize=868440 CPUtime=1771.2
/proc/29605/stat : 29605 (java) S 29603 29605 28467 0 -1 0 127736 2491 1 0 176941 115 60 4 21 0 9 0 27376390 889282560 75115 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29605/statm: 217110 75115 2640 9 0 211568 0
[pid=29605/tid=29607] ppid=29603 vsize=868440 CPUtime=1765.95
/proc/29605/task/29607/stat : 29607 (java) R 29603 29605 28467 0 -1 64 28792 2491 1 0 176448 83 60 4 25 0 9 0 27376391 889282560 75115 996147200 134512640 134550932 4294955968 18446744073709551615 4127404592 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29608] ppid=29603 vsize=868440 CPUtime=5.39
/proc/29605/task/29608/stat : 29608 (java) S 29603 29605 28467 0 -1 64 96828 2491 0 0 448 27 60 4 16 0 9 0 27376392 889282560 75115 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29609] ppid=29603 vsize=868440 CPUtime=0.64
/proc/29605/task/29609/stat : 29609 (java) S 29603 29605 28467 0 -1 64 24 2491 0 0 0 0 60 4 16 0 9 0 27376393 889282560 75115 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29610] ppid=29603 vsize=868440 CPUtime=0.64
/proc/29605/task/29610/stat : 29610 (java) S 29603 29605 28467 0 -1 64 28 2491 0 0 0 0 60 4 16 0 9 0 27376393 889282560 75115 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29611] ppid=29603 vsize=868440 CPUtime=0.64
/proc/29605/task/29611/stat : 29611 (java) S 29603 29605 28467 0 -1 64 1 2491 0 0 0 0 60 4 25 0 9 0 27376395 889282560 75115 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29612] ppid=29603 vsize=868440 CPUtime=1.09
/proc/29605/task/29612/stat : 29612 (java) S 29603 29605 28467 0 -1 64 1243 2491 0 0 44 1 60 4 16 0 9 0 27376395 889282560 75115 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29605/tid=29613] ppid=29603 vsize=868440 CPUtime=0.64
/proc/29605/task/29613/stat : 29613 (java) S 29603 29605 28467 0 -1 64 0 2491 0 0 0 0 60 4 25 0 9 0 27376395 889282560 75115 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29614] ppid=29603 vsize=868440 CPUtime=0.64
/proc/29605/task/29614/stat : 29614 (java) S 29603 29605 28467 0 -1 64 13 2491 0 0 0 0 60 4 15 0 9 0 27376395 889282560 75115 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1771.2
Current children cumulated vsize (KiB) 868440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/90 29821
/proc/meminfo: memFree=1387824/2055920 swapFree=4192812/4192956
[pid=29605] ppid=29603 vsize=868440 CPUtime=1800.06
/proc/29605/stat : 29605 (java) S 29603 29605 28467 0 -1 0 127739 2491 1 0 179827 115 60 4 21 0 9 0 27376390 889282560 75115 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29605/statm: 217110 75115 2640 9 0 211568 0
[pid=29605/tid=29607] ppid=29603 vsize=868440 CPUtime=1794.76
/proc/29605/task/29607/stat : 29607 (java) R 29603 29605 28467 0 -1 64 28795 2491 1 0 179329 83 60 4 25 0 9 0 27376391 889282560 75115 996147200 134512640 134550932 4294955968 18446744073709551615 4125952235 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29608] ppid=29603 vsize=868440 CPUtime=5.44
/proc/29605/task/29608/stat : 29608 (java) S 29603 29605 28467 0 -1 64 96828 2491 0 0 453 27 60 4 16 0 9 0 27376392 889282560 75115 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29609] ppid=29603 vsize=868440 CPUtime=0.64
/proc/29605/task/29609/stat : 29609 (java) S 29603 29605 28467 0 -1 64 24 2491 0 0 0 0 60 4 16 0 9 0 27376393 889282560 75115 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29610] ppid=29603 vsize=868440 CPUtime=0.64
/proc/29605/task/29610/stat : 29610 (java) S 29603 29605 28467 0 -1 64 28 2491 0 0 0 0 60 4 16 0 9 0 27376393 889282560 75115 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29611] ppid=29603 vsize=868440 CPUtime=0.64
/proc/29605/task/29611/stat : 29611 (java) S 29603 29605 28467 0 -1 64 1 2491 0 0 0 0 60 4 25 0 9 0 27376395 889282560 75115 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29612] ppid=29603 vsize=868440 CPUtime=1.09
/proc/29605/task/29612/stat : 29612 (java) S 29603 29605 28467 0 -1 64 1243 2491 0 0 44 1 60 4 16 0 9 0 27376395 889282560 75115 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29605/tid=29613] ppid=29603 vsize=868440 CPUtime=0.64
/proc/29605/task/29613/stat : 29613 (java) S 29603 29605 28467 0 -1 64 0 2491 0 0 0 0 60 4 25 0 9 0 27376395 889282560 75115 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29614] ppid=29603 vsize=868440 CPUtime=0.64
/proc/29605/task/29614/stat : 29614 (java) S 29603 29605 28467 0 -1 64 13 2491 0 0 0 0 60 4 15 0 9 0 27376395 889282560 75115 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 868440

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

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

[startup+1811.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/90 29821
/proc/meminfo: memFree=1387824/2055920 swapFree=4192812/4192956
[pid=29605] ppid=29603 vsize=868440 CPUtime=1800.06
/proc/29605/stat : 29605 (java) S 29603 29605 28467 0 -1 0 127739 2491 1 0 179827 115 60 4 21 0 9 0 27376390 889282560 75115 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29605/statm: 217110 75115 2640 9 0 211568 0
[pid=29605/tid=29607] ppid=29603 vsize=868440 CPUtime=1794.76
/proc/29605/task/29607/stat : 29607 (java) R 29603 29605 28467 0 -1 64 28795 2491 1 0 179329 83 60 4 25 0 9 0 27376391 889282560 75115 996147200 134512640 134550932 4294955968 18446744073709551615 4125952235 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29608] ppid=29603 vsize=868440 CPUtime=5.44
/proc/29605/task/29608/stat : 29608 (java) S 29603 29605 28467 0 -1 64 96828 2491 0 0 453 27 60 4 16 0 9 0 27376392 889282560 75115 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29609] ppid=29603 vsize=868440 CPUtime=0.64
/proc/29605/task/29609/stat : 29609 (java) S 29603 29605 28467 0 -1 64 24 2491 0 0 0 0 60 4 16 0 9 0 27376393 889282560 75115 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29610] ppid=29603 vsize=868440 CPUtime=0.64
/proc/29605/task/29610/stat : 29610 (java) S 29603 29605 28467 0 -1 64 28 2491 0 0 0 0 60 4 16 0 9 0 27376393 889282560 75115 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29611] ppid=29603 vsize=868440 CPUtime=0.64
/proc/29605/task/29611/stat : 29611 (java) S 29603 29605 28467 0 -1 64 1 2491 0 0 0 0 60 4 25 0 9 0 27376395 889282560 75115 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29612] ppid=29603 vsize=868440 CPUtime=1.09
/proc/29605/task/29612/stat : 29612 (java) S 29603 29605 28467 0 -1 64 1243 2491 0 0 44 1 60 4 16 0 9 0 27376395 889282560 75115 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29605/tid=29613] ppid=29603 vsize=868440 CPUtime=0.64
/proc/29605/task/29613/stat : 29613 (java) S 29603 29605 28467 0 -1 64 0 2491 0 0 0 0 60 4 25 0 9 0 27376395 889282560 75115 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29605/tid=29614] ppid=29603 vsize=868440 CPUtime=0.64
/proc/29605/task/29614/stat : 29614 (java) S 29603 29605 28467 0 -1 64 13 2491 0 0 0 0 60 4 15 0 9 0 27376395 889282560 75115 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 868440

Child status: 143
Real time (s): 1811.4
CPU time (s): 1800.17
CPU user time (s): 1798.92
CPU system time (s): 1.24581
CPU usage (%): 99.3801
Max. virtual memory (cumulated for all children) (KiB): 884544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.92
system time used= 1.24581
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 130262
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= 40991
involuntary context switches= 72524

runsolver used 2.12768 second user time and 6.11907 second system time

The end

Launcher Data

Begin job on node8 at 2009-07-12 14:51:31
IDJOB=2094257
IDBENCH=54099
IDSOLVER=773
FILE ID=node8/2094257-1247403091
PBS_JOBID= 9510628
Free space on /tmp= 66284 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/compet08/normalized-patat-08-comp-2.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-2094257-1247403091/watcher-2094257-1247403091 -o /tmp/evaluation-result-2094257-1247403091/solver-2094257-1247403091 -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-2094257-1247403091.xml

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

MD5SUM BENCH= 45198355f671cba1241311e09f8b8248
RANDOM SEED=459520800

node8.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.213
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.213
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:       1768464 kB
Buffers:         36100 kB
Cached:         142264 kB
SwapCached:          0 kB
Active:         140524 kB
Inactive:        89864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1768464 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5968 kB
Writeback:           0 kB
Mapped:          72460 kB
Slab:            42064 kB
Committed_AS:   986884 kB
PageTables:       1836 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66276 MiB
End job on node8 at 2009-07-12 15:21:45