Trace number 2096827

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.18 1801.96

General information on the benchmark

Namecsp/medium/
normalized-patat-02-medium-3.xml
MD5SUM3f95c8d29be0573ddfe6516241da88fb
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark129.188
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints64020
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension63820
Global constraints used (with number of constraints)alldifferent(200)

Solver Data

0.00/0.10	
0.00/0.10	Abscon 112 (May, 2008)
0.17/0.27	
0.17/0.27	   configuration
0.17/0.27	     name=mac.xml
0.28/0.30	   
0.28/0.30	   instance
0.28/0.30	     name=HOME/instance-2096827-1247410841.xml
0.28/0.34	   
0.28/0.34	   domains being loaded...
0.28/0.35	   
0.28/0.35	   variables being loaded...
0.48/0.51	     nbVariables=800  nbDomainTypes=35  minDomainSize=1  maxDomainSize=45  nbTotalValues=19530
0.48/0.51	       =>  wckTime=0.246  cpuTime=0.17  mem=10M819
0.48/0.51	   
0.48/0.51	   predicates being loaded...
0.48/0.57	   
0.48/0.57	   constraints being loaded...
17.40/17.65	     nbConstraints=64022  nbGlobalConstraints=202  nbSingletonDomainVariables=21  nbConflictsStructures=23
17.40/17.65	     nbSharedConflictsStructures=6404  nbUnbuiltConflictsStructures=563  nbSharedBinaryRepresentations=0
17.40/17.65	     nbEvaluationManagers=586  nbSharedEvaluationManagers=63234  minDegree=255  maxDegree=400  minArity=4  avgArity=4.04
17.40/17.65	     maxArity=20  nbGenerators=2  nbFusions=0  symmetryWckTime=3.228  symmetryCpuTime=1.07
17.40/17.65	       =>  wckTime=17.384  cpuTime=13.0  mem=348M479
18.51/18.74	   
18.51/18.74	   solver IterativeSystematicSolver being built... 
22.10/22.33	   
22.10/22.33	   INFO : Forward propagation technique limited 
22.19/22.42	       =>  wckTime=22.156  cpuTime=15.11  mem=597M45
25.99/26.22	   
25.99/26.22	   preprocessing
25.99/26.22	     nbConstraintChecks=5468347  nbValidityChecks=199205  nbPropagations=800  nbRevisions=229572
25.99/26.22	     nbUselessRevisions=229572  nbRemovedValues=0  detectedInconsistency=no
25.99/26.22	       =>  wckTime=3.794  cpuTime=3.67  mem=572M722
142.06/142.34	   
142.06/142.34	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=576M655)

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-2096827-1247410841/watcher-2096827-1247410841 -o /tmp/evaluation-result-2096827-1247410841/solver-2096827-1247410841 -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-2096827-1247410841.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.99 4/80 31367
/proc/meminfo: memFree=1660504/2055920 swapFree=4192812/4192956
[pid=31367] ppid=31365 vsize=18576 CPUtime=0
/proc/31367/stat : 31367 (runsolver) R 31365 31367 29455 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 28150404 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 233588714791 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/31367/statm: 4644 284 249 26 0 2626 0

[startup+0.020223 s]
/proc/loadavg: 2.00 2.00 1.99 4/80 31367
/proc/meminfo: memFree=1660504/2055920 swapFree=4192812/4192956
[pid=31367] ppid=31365 vsize=10964 CPUtime=0
/proc/31367/stat : 31367 (java) S 31365 31367 29455 0 -1 0 823 0 0 0 0 0 0 0 20 0 2 0 28150404 11227136 577 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/31367/statm: 2741 577 284 9 0 1198 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10964

[startup+0.101329 s]
/proc/loadavg: 2.00 2.00 1.99 4/80 31367
/proc/meminfo: memFree=1660504/2055920 swapFree=4192812/4192956
[pid=31367] ppid=31365 vsize=865980 CPUtime=0.07
/proc/31367/stat : 31367 (java) S 31365 31367 29455 0 -1 0 3659 0 1 0 6 1 0 0 20 0 9 0 28150404 886763520 3142 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31367/statm: 216495 3142 1680 9 0 210980 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865980

[startup+0.301278 s]
/proc/loadavg: 2.00 2.00 1.99 4/80 31367
/proc/meminfo: memFree=1660504/2055920 swapFree=4192812/4192956
[pid=31367] ppid=31365 vsize=866380 CPUtime=0.28
/proc/31367/stat : 31367 (java) S 31365 31367 29455 0 -1 0 5742 0 1 0 25 3 0 0 20 0 9 0 28150404 887173120 5138 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31367/statm: 216595 5138 1945 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.701349 s]
/proc/loadavg: 2.00 2.00 1.99 4/80 31367
/proc/meminfo: memFree=1660504/2055920 swapFree=4192812/4192956
[pid=31367] ppid=31365 vsize=867780 CPUtime=0.68
/proc/31367/stat : 31367 (java) S 31365 31367 29455 0 -1 0 8860 0 1 0 62 6 0 0 20 0 9 0 28150404 888606720 8214 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31367/statm: 216945 8214 2038 9 0 211381 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867780

[startup+1.50149 s]
/proc/loadavg: 2.00 2.00 1.99 3/89 31376
/proc/meminfo: memFree=1618256/2055920 swapFree=4192812/4192956
[pid=31367] ppid=31365 vsize=867692 CPUtime=1.47
/proc/31367/stat : 31367 (java) S 31365 31367 29455 0 -1 0 18556 0 1 0 135 12 0 0 20 0 9 0 28150404 888516608 17884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31367/statm: 216923 17884 2028 9 0 211381 0
[pid=31367/tid=31369] ppid=31365 vsize=867692 CPUtime=1.2
/proc/31367/task/31369/stat : 31369 (java) R 31365 31367 29455 0 -1 64 15795 0 1 0 110 10 0 0 25 0 9 0 28150406 888516608 17884 996147200 134512640 134550932 4294955968 18446744073709551615 102883956 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31367/tid=31370] ppid=31365 vsize=867692 CPUtime=0.05
/proc/31367/task/31370/stat : 31370 (java) S 31365 31367 29455 0 -1 64 1381 0 0 0 5 0 0 0 16 0 9 0 28150408 888516608 17884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31367/tid=31371] ppid=31365 vsize=867692 CPUtime=0
/proc/31367/task/31371/stat : 31371 (java) S 31365 31367 29455 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28150408 888516608 17884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31367/tid=31372] ppid=31365 vsize=867692 CPUtime=0
/proc/31367/task/31372/stat : 31372 (java) S 31365 31367 29455 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28150408 888516608 17884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31367/tid=31373] ppid=31365 vsize=867692 CPUtime=0
/proc/31367/task/31373/stat : 31373 (java) S 31365 31367 29455 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 28150410 888516608 17884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31367/tid=31374] ppid=31365 vsize=867692 CPUtime=0.18
/proc/31367/task/31374/stat : 31374 (java) S 31365 31367 29455 0 -1 64 679 0 0 0 18 0 0 0 16 0 9 0 28150410 888516608 17884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31367/tid=31375] ppid=31365 vsize=867692 CPUtime=0
/proc/31367/task/31375/stat : 31375 (java) S 31365 31367 29455 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 28150410 888516608 17884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31367/tid=31376] ppid=31365 vsize=867692 CPUtime=0
/proc/31367/task/31376/stat : 31376 (java) S 31365 31367 29455 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28150410 888516608 17884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867692

[startup+3.10278 s]
/proc/loadavg: 2.00 2.00 1.99 3/89 31376
/proc/meminfo: memFree=1585104/2055920 swapFree=4192812/4192956
[pid=31367] ppid=31365 vsize=867692 CPUtime=3.05
/proc/31367/stat : 31367 (java) S 31365 31367 29455 0 -1 0 22808 0 1 0 290 15 0 0 20 0 9 0 28150404 888516608 22134 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31367/statm: 216923 22134 2028 9 0 211381 0
[pid=31367/tid=31369] ppid=31365 vsize=867692 CPUtime=2.58
/proc/31367/task/31369/stat : 31369 (java) R 31365 31367 29455 0 -1 64 15797 0 1 0 247 11 0 0 25 0 9 0 28150406 888516608 22134 996147200 134512640 134550932 4294955968 18446744073709551615 4126774871 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31367/tid=31370] ppid=31365 vsize=867692 CPUtime=0.26
/proc/31367/task/31370/stat : 31370 (java) S 31365 31367 29455 0 -1 64 5631 0 0 0 24 2 0 0 17 0 9 0 28150408 888516608 22134 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31367/tid=31371] ppid=31365 vsize=867692 CPUtime=0
/proc/31367/task/31371/stat : 31371 (java) S 31365 31367 29455 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28150408 888516608 22134 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31367/tid=31372] ppid=31365 vsize=867692 CPUtime=0
/proc/31367/task/31372/stat : 31372 (java) S 31365 31367 29455 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28150408 888516608 22134 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31367/tid=31373] ppid=31365 vsize=867692 CPUtime=0
/proc/31367/task/31373/stat : 31373 (java) S 31365 31367 29455 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 28150410 888516608 22134 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31367/tid=31374] ppid=31365 vsize=867692 CPUtime=0.18
/proc/31367/task/31374/stat : 31374 (java) S 31365 31367 29455 0 -1 64 679 0 0 0 18 0 0 0 17 0 9 0 28150410 888516608 22134 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31367/tid=31375] ppid=31365 vsize=867692 CPUtime=0
/proc/31367/task/31375/stat : 31375 (java) S 31365 31367 29455 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 28150410 888516608 22134 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31367/tid=31376] ppid=31365 vsize=867692 CPUtime=0
/proc/31367/task/31376/stat : 31376 (java) S 31365 31367 29455 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28150410 888516608 22134 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) 867692

[startup+6.30136 s]
/proc/loadavg: 2.00 2.00 1.99 3/89 31376
/proc/meminfo: memFree=1557920/2055920 swapFree=4192812/4192956
[pid=31367] ppid=31365 vsize=867696 CPUtime=6.21
/proc/31367/stat : 31367 (java) S 31365 31367 29455 0 -1 0 33284 0 1 0 576 45 0 0 20 0 9 0 28150404 888520704 32605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31367/statm: 216924 32605 2029 9 0 211382 0
[pid=31367/tid=31369] ppid=31365 vsize=867696 CPUtime=5.22
/proc/31367/task/31369/stat : 31369 (java) R 31365 31367 29455 0 -1 64 15826 0 1 0 484 38 0 0 25 0 9 0 28150406 888520704 32605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31367/tid=31370] ppid=31365 vsize=867696 CPUtime=0.7
/proc/31367/task/31370/stat : 31370 (java) S 31365 31367 29455 0 -1 64 16020 0 0 0 64 6 0 0 17 0 9 0 28150408 888520704 32605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31367/tid=31371] ppid=31365 vsize=867696 CPUtime=0
/proc/31367/task/31371/stat : 31371 (java) S 31365 31367 29455 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28150408 888520704 32605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31367/tid=31372] ppid=31365 vsize=867696 CPUtime=0
/proc/31367/task/31372/stat : 31372 (java) S 31365 31367 29455 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28150408 888520704 32605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31367/tid=31373] ppid=31365 vsize=867696 CPUtime=0
/proc/31367/task/31373/stat : 31373 (java) S 31365 31367 29455 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 28150410 888520704 32605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31367/tid=31374] ppid=31365 vsize=867696 CPUtime=0.26
/proc/31367/task/31374/stat : 31374 (java) S 31365 31367 29455 0 -1 64 737 0 0 0 26 0 0 0 15 0 9 0 28150410 888520704 32605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31367/tid=31375] ppid=31365 vsize=867696 CPUtime=0
/proc/31367/task/31375/stat : 31375 (java) S 31365 31367 29455 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 28150410 888520704 32605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31367/tid=31376] ppid=31365 vsize=867696 CPUtime=0
/proc/31367/task/31376/stat : 31376 (java) S 31365 31367 29455 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28150410 888520704 32605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 867696

[startup+12.7025 s]
/proc/loadavg: 2.00 2.00 1.99 3/89 31376
/proc/meminfo: memFree=1380704/2055920 swapFree=4192812/4192956
[pid=31367] ppid=31365 vsize=867692 CPUtime=12.57
/proc/31367/stat : 31367 (java) S 31365 31367 29455 0 -1 0 76371 0 1 0 1013 244 0 0 20 0 9 0 28150404 888516608 75684 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31367/statm: 216923 75684 2029 9 0 211381 0
[pid=31367/tid=31369] ppid=31365 vsize=867692 CPUtime=10.68
/proc/31367/task/31369/stat : 31369 (java) R 31365 31367 29455 0 -1 64 15835 0 1 0 850 218 0 0 25 0 9 0 28150406 888516608 75684 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31367/tid=31370] ppid=31365 vsize=867692 CPUtime=1.58
/proc/31367/task/31370/stat : 31370 (java) R 31365 31367 29455 0 -1 64 59095 0 0 0 134 24 0 0 16 0 9 0 28150408 888516608 75684 996147200 134512640 134550932 4294955968 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31367/tid=31371] ppid=31365 vsize=867692 CPUtime=0
/proc/31367/task/31371/stat : 31371 (java) S 31365 31367 29455 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28150408 888516608 75684 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31367/tid=31372] ppid=31365 vsize=867692 CPUtime=0
/proc/31367/task/31372/stat : 31372 (java) S 31365 31367 29455 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28150408 888516608 75684 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31367/tid=31373] ppid=31365 vsize=867692 CPUtime=0
/proc/31367/task/31373/stat : 31373 (java) S 31365 31367 29455 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 28150410 888516608 75684 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31367/tid=31374] ppid=31365 vsize=867692 CPUtime=0.27
/proc/31367/task/31374/stat : 31374 (java) S 31365 31367 29455 0 -1 64 740 0 0 0 27 0 0 0 17 0 9 0 28150410 888516608 75684 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31367/tid=31375] ppid=31365 vsize=867692 CPUtime=0
/proc/31367/task/31375/stat : 31375 (java) S 31365 31367 29455 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 28150410 888516608 75684 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31367/tid=31376] ppid=31365 vsize=867692 CPUtime=0
/proc/31367/task/31376/stat : 31376 (java) S 31365 31367 29455 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28150410 888516608 75684 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) 867692

[startup+25.5018 s]
/proc/loadavg: 2.08 2.02 2.00 3/89 31386
/proc/meminfo: memFree=1037144/2055920 swapFree=4192812/4192956
[pid=31367] ppid=31365 vsize=868340 CPUtime=25.29
/proc/31367/stat : 31367 (java) S 31365 31367 29455 0 -1 0 247558 5525 1 0 2003 347 171 8 20 0 9 0 28150404 889180160 157965 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31367/statm: 217085 157965 2640 9 0 211543 0
[pid=31367/tid=31369] ppid=31365 vsize=868340 CPUtime=20.04
/proc/31367/task/31369/stat : 31369 (java) R 31365 31367 29455 0 -1 64 29162 5525 1 0 1553 272 171 8 25 0 9 0 28150406 889180160 157965 996147200 134512640 134550932 4294955968 18446744073709551615 4125952318 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31367/tid=31370] ppid=31365 vsize=868340 CPUtime=6.6
/proc/31367/task/31370/stat : 31370 (java) S 31365 31367 29455 0 -1 64 216475 5525 0 0 411 70 171 8 17 0 9 0 28150408 889180160 157965 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31367/tid=31371] ppid=31365 vsize=868340 CPUtime=1.79
/proc/31367/task/31371/stat : 31371 (java) S 31365 31367 29455 0 -1 64 21 5525 0 0 0 0 171 8 16 0 9 0 28150408 889180160 157965 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31367/tid=31372] ppid=31365 vsize=868340 CPUtime=1.79
/proc/31367/task/31372/stat : 31372 (java) S 31365 31367 29455 0 -1 64 31 5525 0 0 0 0 171 8 16 0 9 0 28150408 889180160 157965 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31367/tid=31373] ppid=31365 vsize=868340 CPUtime=1.79
/proc/31367/task/31373/stat : 31373 (java) S 31365 31367 29455 0 -1 64 2 5525 0 0 0 0 171 8 25 0 9 0 28150410 889180160 157965 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31367/tid=31374] ppid=31365 vsize=868340 CPUtime=2.18
/proc/31367/task/31374/stat : 31374 (java) S 31365 31367 29455 0 -1 64 1033 5525 0 0 38 1 171 8 15 0 9 0 28150410 889180160 157965 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31367/tid=31375] ppid=31365 vsize=868340 CPUtime=1.79
/proc/31367/task/31375/stat : 31375 (java) S 31365 31367 29455 0 -1 64 0 5525 0 0 0 0 171 8 25 0 9 0 28150410 889180160 157965 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31367/tid=31376] ppid=31365 vsize=868340 CPUtime=1.79
/proc/31367/task/31376/stat : 31376 (java) S 31365 31367 29455 0 -1 64 20 5525 0 0 0 0 171 8 15 0 9 0 28150410 889180160 157965 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 868340

[startup+51.1015 s]
/proc/loadavg: 2.05 2.01 2.00 3/89 31386
/proc/meminfo: memFree=1037208/2055920 swapFree=4192812/4192956
[pid=31367] ppid=31365 vsize=868340 CPUtime=50.89
/proc/31367/stat : 31367 (java) S 31365 31367 29455 0 -1 0 247590 5525 1 0 4562 348 171 8 20 0 9 0 28150404 889180160 157984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31367/statm: 217085 157984 2640 9 0 211543 0
[pid=31367/tid=31369] ppid=31365 vsize=868340 CPUtime=45.61
/proc/31367/task/31369/stat : 31369 (java) R 31365 31367 29455 0 -1 64 29170 5525 1 0 4109 273 171 8 25 0 9 0 28150406 889180160 157984 996147200 134512640 134550932 4294955968 18446744073709551615 4127399413 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31367/tid=31370] ppid=31365 vsize=868340 CPUtime=6.6
/proc/31367/task/31370/stat : 31370 (java) S 31365 31367 29455 0 -1 64 216475 5525 0 0 411 70 171 8 16 0 9 0 28150408 889180160 157984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31367/tid=31371] ppid=31365 vsize=868340 CPUtime=1.79
/proc/31367/task/31371/stat : 31371 (java) S 31365 31367 29455 0 -1 64 21 5525 0 0 0 0 171 8 16 0 9 0 28150408 889180160 157984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31367/tid=31372] ppid=31365 vsize=868340 CPUtime=1.79
/proc/31367/task/31372/stat : 31372 (java) S 31365 31367 29455 0 -1 64 31 5525 0 0 0 0 171 8 16 0 9 0 28150408 889180160 157984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31367/tid=31373] ppid=31365 vsize=868340 CPUtime=1.79
/proc/31367/task/31373/stat : 31373 (java) S 31365 31367 29455 0 -1 64 2 5525 0 0 0 0 171 8 25 0 9 0 28150410 889180160 157984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31367/tid=31374] ppid=31365 vsize=868340 CPUtime=2.21
/proc/31367/task/31374/stat : 31374 (java) S 31365 31367 29455 0 -1 64 1057 5525 0 0 41 1 171 8 16 0 9 0 28150410 889180160 157984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31367/tid=31375] ppid=31365 vsize=868340 CPUtime=1.79
/proc/31367/task/31375/stat : 31375 (java) S 31365 31367 29455 0 -1 64 0 5525 0 0 0 0 171 8 25 0 9 0 28150410 889180160 157984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

Current children cumulated CPU time (s) 1481.61
Current children cumulated vsize (KiB) 868340

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 31386
/proc/meminfo: memFree=1036312/2055920 swapFree=4192812/4192956
[pid=31367] ppid=31365 vsize=868340 CPUtime=1541.59
/proc/31367/stat : 31367 (java) S 31365 31367 29455 0 -1 0 247637 5525 1 0 153630 350 171 8 20 0 9 0 28150404 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31367/statm: 217085 158008 2640 9 0 211543 0
[pid=31367/tid=31369] ppid=31365 vsize=868340 CPUtime=1536.26
/proc/31367/task/31369/stat : 31369 (java) R 31365 31367 29455 0 -1 64 29186 5525 1 0 153172 275 171 8 25 0 9 0 28150406 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4127421744 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31367/tid=31370] ppid=31365 vsize=868340 CPUtime=6.6
/proc/31367/task/31370/stat : 31370 (java) S 31365 31367 29455 0 -1 64 216475 5525 0 0 411 70 171 8 16 0 9 0 28150408 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31367/tid=31371] ppid=31365 vsize=868340 CPUtime=1.79
/proc/31367/task/31371/stat : 31371 (java) S 31365 31367 29455 0 -1 64 21 5525 0 0 0 0 171 8 16 0 9 0 28150408 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31367/tid=31372] ppid=31365 vsize=868340 CPUtime=1.79
/proc/31367/task/31372/stat : 31372 (java) S 31365 31367 29455 0 -1 64 31 5525 0 0 0 0 171 8 16 0 9 0 28150408 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31367/tid=31373] ppid=31365 vsize=868340 CPUtime=1.79
/proc/31367/task/31373/stat : 31373 (java) S 31365 31367 29455 0 -1 64 2 5525 0 0 0 0 171 8 25 0 9 0 28150410 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31367/tid=31374] ppid=31365 vsize=868340 CPUtime=2.26
/proc/31367/task/31374/stat : 31374 (java) S 31365 31367 29455 0 -1 64 1088 5525 0 0 46 1 171 8 17 0 9 0 28150410 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31367/tid=31375] ppid=31365 vsize=868340 CPUtime=1.79
/proc/31367/task/31375/stat : 31375 (java) S 31365 31367 29455 0 -1 64 0 5525 0 0 0 0 171 8 25 0 9 0 28150410 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31367/tid=31376] ppid=31365 vsize=868340 CPUtime=1.79
/proc/31367/task/31376/stat : 31376 (java) S 31365 31367 29455 0 -1 64 20 5525 0 0 0 0 171 8 15 0 9 0 28150410 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1541.59
Current children cumulated vsize (KiB) 868340

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 31386
/proc/meminfo: memFree=1036312/2055920 swapFree=4192812/4192956
[pid=31367] ppid=31365 vsize=868340 CPUtime=1601.57
/proc/31367/stat : 31367 (java) S 31365 31367 29455 0 -1 0 247637 5525 1 0 159628 350 171 8 20 0 9 0 28150404 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31367/statm: 217085 158008 2640 9 0 211543 0
[pid=31367/tid=31369] ppid=31365 vsize=868340 CPUtime=1596.24
/proc/31367/task/31369/stat : 31369 (java) R 31365 31367 29455 0 -1 64 29186 5525 1 0 159170 275 171 8 25 0 9 0 28150406 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4127402508 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31367/tid=31370] ppid=31365 vsize=868340 CPUtime=6.6
/proc/31367/task/31370/stat : 31370 (java) S 31365 31367 29455 0 -1 64 216475 5525 0 0 411 70 171 8 16 0 9 0 28150408 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31367/tid=31371] ppid=31365 vsize=868340 CPUtime=1.79
/proc/31367/task/31371/stat : 31371 (java) S 31365 31367 29455 0 -1 64 21 5525 0 0 0 0 171 8 16 0 9 0 28150408 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31367/tid=31372] ppid=31365 vsize=868340 CPUtime=1.79
/proc/31367/task/31372/stat : 31372 (java) S 31365 31367 29455 0 -1 64 31 5525 0 0 0 0 171 8 16 0 9 0 28150408 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31367/tid=31373] ppid=31365 vsize=868340 CPUtime=1.79
/proc/31367/task/31373/stat : 31373 (java) S 31365 31367 29455 0 -1 64 2 5525 0 0 0 0 171 8 25 0 9 0 28150410 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31367/tid=31374] ppid=31365 vsize=868340 CPUtime=2.26
/proc/31367/task/31374/stat : 31374 (java) S 31365 31367 29455 0 -1 64 1088 5525 0 0 46 1 171 8 17 0 9 0 28150410 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31367/tid=31375] ppid=31365 vsize=868340 CPUtime=1.79
/proc/31367/task/31375/stat : 31375 (java) S 31365 31367 29455 0 -1 64 0 5525 0 0 0 0 171 8 25 0 9 0 28150410 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31367/tid=31376] ppid=31365 vsize=868340 CPUtime=1.79
/proc/31367/task/31376/stat : 31376 (java) S 31365 31367 29455 0 -1 64 20 5525 0 0 0 0 171 8 15 0 9 0 28150410 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1601.57
Current children cumulated vsize (KiB) 868340

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 31386
/proc/meminfo: memFree=1036184/2055920 swapFree=4192812/4192956
[pid=31367] ppid=31365 vsize=868340 CPUtime=1661.55
/proc/31367/stat : 31367 (java) S 31365 31367 29455 0 -1 0 247637 5525 1 0 165626 350 171 8 20 0 9 0 28150404 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31367/statm: 217085 158008 2640 9 0 211543 0
[pid=31367/tid=31369] ppid=31365 vsize=868340 CPUtime=1656.22
/proc/31367/task/31369/stat : 31369 (java) R 31365 31367 29455 0 -1 64 29186 5525 1 0 165168 275 171 8 25 0 9 0 28150406 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4127408282 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31367/tid=31370] ppid=31365 vsize=868340 CPUtime=6.6
/proc/31367/task/31370/stat : 31370 (java) S 31365 31367 29455 0 -1 64 216475 5525 0 0 411 70 171 8 16 0 9 0 28150408 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31367/tid=31371] ppid=31365 vsize=868340 CPUtime=1.79
/proc/31367/task/31371/stat : 31371 (java) S 31365 31367 29455 0 -1 64 21 5525 0 0 0 0 171 8 16 0 9 0 28150408 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31367/tid=31372] ppid=31365 vsize=868340 CPUtime=1.79
/proc/31367/task/31372/stat : 31372 (java) S 31365 31367 29455 0 -1 64 31 5525 0 0 0 0 171 8 16 0 9 0 28150408 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31367/tid=31373] ppid=31365 vsize=868340 CPUtime=1.79
/proc/31367/task/31373/stat : 31373 (java) S 31365 31367 29455 0 -1 64 2 5525 0 0 0 0 171 8 25 0 9 0 28150410 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31367/tid=31374] ppid=31365 vsize=868340 CPUtime=2.26
/proc/31367/task/31374/stat : 31374 (java) S 31365 31367 29455 0 -1 64 1088 5525 0 0 46 1 171 8 17 0 9 0 28150410 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31367/tid=31375] ppid=31365 vsize=868340 CPUtime=1.79
/proc/31367/task/31375/stat : 31375 (java) S 31365 31367 29455 0 -1 64 0 5525 0 0 0 0 171 8 25 0 9 0 28150410 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31367/tid=31376] ppid=31365 vsize=868340 CPUtime=1.79
/proc/31367/task/31376/stat : 31376 (java) S 31365 31367 29455 0 -1 64 20 5525 0 0 0 0 171 8 15 0 9 0 28150410 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1661.55
Current children cumulated vsize (KiB) 868340

[startup+1722.3 s]
/proc/loadavg: 2.12 2.03 2.01 3/89 31427
/proc/meminfo: memFree=1041296/2055920 swapFree=4192812/4192956
[pid=31367] ppid=31365 vsize=868340 CPUtime=1721.26
/proc/31367/stat : 31367 (java) S 31365 31367 29455 0 -1 0 247637 5525 1 0 171597 350 171 8 20 0 9 0 28150404 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31367/statm: 217085 158008 2640 9 0 211543 0
[pid=31367/tid=31369] ppid=31365 vsize=868340 CPUtime=1715.93
/proc/31367/task/31369/stat : 31369 (java) R 31365 31367 29455 0 -1 64 29186 5525 1 0 171139 275 171 8 25 0 9 0 28150406 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4127408331 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31367/tid=31370] ppid=31365 vsize=868340 CPUtime=6.6
/proc/31367/task/31370/stat : 31370 (java) S 31365 31367 29455 0 -1 64 216475 5525 0 0 411 70 171 8 16 0 9 0 28150408 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31367/tid=31371] ppid=31365 vsize=868340 CPUtime=1.79
/proc/31367/task/31371/stat : 31371 (java) S 31365 31367 29455 0 -1 64 21 5525 0 0 0 0 171 8 16 0 9 0 28150408 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31367/tid=31372] ppid=31365 vsize=868340 CPUtime=1.79
/proc/31367/task/31372/stat : 31372 (java) S 31365 31367 29455 0 -1 64 31 5525 0 0 0 0 171 8 16 0 9 0 28150408 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31367/tid=31373] ppid=31365 vsize=868340 CPUtime=1.79
/proc/31367/task/31373/stat : 31373 (java) S 31365 31367 29455 0 -1 64 2 5525 0 0 0 0 171 8 25 0 9 0 28150410 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31367/tid=31374] ppid=31365 vsize=868340 CPUtime=2.26
/proc/31367/task/31374/stat : 31374 (java) S 31365 31367 29455 0 -1 64 1088 5525 0 0 46 1 171 8 17 0 9 0 28150410 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31367/tid=31375] ppid=31365 vsize=868340 CPUtime=1.79
/proc/31367/task/31375/stat : 31375 (java) S 31365 31367 29455 0 -1 64 0 5525 0 0 0 0 171 8 25 0 9 0 28150410 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31367/tid=31376] ppid=31365 vsize=868340 CPUtime=1.79
/proc/31367/task/31376/stat : 31376 (java) S 31365 31367 29455 0 -1 64 20 5525 0 0 0 0 171 8 15 0 9 0 28150410 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1721.26
Current children cumulated vsize (KiB) 868340

[startup+1782.3 s]
/proc/loadavg: 2.11 2.04 2.01 4/89 31427
/proc/meminfo: memFree=1035216/2055920 swapFree=4192812/4192956
[pid=31367] ppid=31365 vsize=868340 CPUtime=1780.69
/proc/31367/stat : 31367 (java) S 31365 31367 29455 0 -1 0 247637 5525 1 0 177540 350 171 8 20 0 9 0 28150404 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31367/statm: 217085 158008 2640 9 0 211543 0
[pid=31367/tid=31369] ppid=31365 vsize=868340 CPUtime=1775.36
/proc/31367/task/31369/stat : 31369 (java) R 31365 31367 29455 0 -1 64 29186 5525 1 0 177082 275 171 8 25 0 9 0 28150406 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4127034592 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31367/tid=31370] ppid=31365 vsize=868340 CPUtime=6.6
/proc/31367/task/31370/stat : 31370 (java) S 31365 31367 29455 0 -1 64 216475 5525 0 0 411 70 171 8 16 0 9 0 28150408 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31367/tid=31371] ppid=31365 vsize=868340 CPUtime=1.79
/proc/31367/task/31371/stat : 31371 (java) S 31365 31367 29455 0 -1 64 21 5525 0 0 0 0 171 8 16 0 9 0 28150408 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31367/tid=31372] ppid=31365 vsize=868340 CPUtime=1.79
/proc/31367/task/31372/stat : 31372 (java) S 31365 31367 29455 0 -1 64 31 5525 0 0 0 0 171 8 16 0 9 0 28150408 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31367/tid=31373] ppid=31365 vsize=868340 CPUtime=1.79
/proc/31367/task/31373/stat : 31373 (java) S 31365 31367 29455 0 -1 64 2 5525 0 0 0 0 171 8 25 0 9 0 28150410 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31367/tid=31374] ppid=31365 vsize=868340 CPUtime=2.26
/proc/31367/task/31374/stat : 31374 (java) S 31365 31367 29455 0 -1 64 1088 5525 0 0 46 1 171 8 17 0 9 0 28150410 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31367/tid=31375] ppid=31365 vsize=868340 CPUtime=1.79
/proc/31367/task/31375/stat : 31375 (java) S 31365 31367 29455 0 -1 64 0 5525 0 0 0 0 171 8 25 0 9 0 28150410 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31367/tid=31376] ppid=31365 vsize=868340 CPUtime=1.79
/proc/31367/task/31376/stat : 31376 (java) S 31365 31367 29455 0 -1 64 20 5525 0 0 0 0 171 8 15 0 9 0 28150410 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1780.69
Current children cumulated vsize (KiB) 868340



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.81 s]
/proc/loadavg: 2.08 2.03 2.00 3/89 31427
/proc/meminfo: memFree=1035216/2055920 swapFree=4192812/4192956
[pid=31367] ppid=31365 vsize=868340 CPUtime=1800
/proc/31367/stat : 31367 (java) S 31365 31367 29455 0 -1 0 247637 5525 1 0 179471 350 171 8 20 0 9 0 28150404 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31367/statm: 217085 158008 2640 9 0 211543 0
[pid=31367/tid=31369] ppid=31365 vsize=868340 CPUtime=1794.67
/proc/31367/task/31369/stat : 31369 (java) R 31365 31367 29455 0 -1 64 29186 5525 1 0 179013 275 171 8 25 0 9 0 28150406 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4127400389 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31367/tid=31370] ppid=31365 vsize=868340 CPUtime=6.6
/proc/31367/task/31370/stat : 31370 (java) S 31365 31367 29455 0 -1 64 216475 5525 0 0 411 70 171 8 16 0 9 0 28150408 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31367/tid=31371] ppid=31365 vsize=868340 CPUtime=1.79
/proc/31367/task/31371/stat : 31371 (java) S 31365 31367 29455 0 -1 64 21 5525 0 0 0 0 171 8 16 0 9 0 28150408 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31367/tid=31372] ppid=31365 vsize=868340 CPUtime=1.79
/proc/31367/task/31372/stat : 31372 (java) S 31365 31367 29455 0 -1 64 31 5525 0 0 0 0 171 8 16 0 9 0 28150408 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31367/tid=31373] ppid=31365 vsize=868340 CPUtime=1.79
/proc/31367/task/31373/stat : 31373 (java) S 31365 31367 29455 0 -1 64 2 5525 0 0 0 0 171 8 25 0 9 0 28150410 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31367/tid=31374] ppid=31365 vsize=868340 CPUtime=2.26
/proc/31367/task/31374/stat : 31374 (java) S 31365 31367 29455 0 -1 64 1088 5525 0 0 46 1 171 8 17 0 9 0 28150410 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31367/tid=31375] ppid=31365 vsize=868340 CPUtime=1.79
/proc/31367/task/31375/stat : 31375 (java) S 31365 31367 29455 0 -1 64 0 5525 0 0 0 0 171 8 25 0 9 0 28150410 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31367/tid=31376] ppid=31365 vsize=868340 CPUtime=1.79
/proc/31367/task/31376/stat : 31376 (java) R 31365 31367 29455 0 -1 64 20 5525 0 0 0 0 171 8 15 0 9 0 28150410 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 868340

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

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

[startup+1801.91 s]
/proc/loadavg: 2.08 2.03 2.00 3/89 31427
/proc/meminfo: memFree=1035216/2055920 swapFree=4192812/4192956
[pid=31367] ppid=31365 vsize=0 CPUtime=1800.11
/proc/31367/stat : 31367 (java) Z 31365 31367 29455 0 -1 1036 247668 5525 1 0 179477 355 171 8 16 0 2 0 28150404 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31367/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1801.96
CPU time (s): 1800.18
CPU user time (s): 1796.49
CPU system time (s): 3.68744
CPU usage (%): 99.901
Max. virtual memory (cumulated for all children) (KiB): 902048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.49
system time used= 3.68744
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 253193
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= 38832
involuntary context switches= 12587

runsolver used 2.46862 second user time and 5.73913 second system time

The end

Launcher Data

Begin job on node27 at 2009-07-12 17:00:41
IDJOB=2096827
IDBENCH=56693
IDSOLVER=773
FILE ID=node27/2096827-1247410841
PBS_JOBID= 9510589
Free space on /tmp= 66312 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/medium/normalized-patat-02-medium-3.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-2096827-1247410841/watcher-2096827-1247410841 -o /tmp/evaluation-result-2096827-1247410841/solver-2096827-1247410841 -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-2096827-1247410841.xml

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

MD5SUM BENCH= 3f95c8d29be0573ddfe6516241da88fb
RANDOM SEED=827124305

node27.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		: 2800.239
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	: 5521.40
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		: 2800.239
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:       1660920 kB
Buffers:         39492 kB
Cached:         149072 kB
SwapCached:          0 kB
Active:         250240 kB
Inactive:        86884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1660920 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10936 kB
Writeback:           0 kB
Mapped:         168924 kB
Slab:            42864 kB
Committed_AS:  1005256 kB
PageTables:       2012 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66312 MiB
End job on node27 at 2009-07-12 17:30:45