Trace number 2094287

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.14 1800.93

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-10.xml
MD5SUM2a82fd0e6a406c196682c347f06803ad
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark125.758
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints64588
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension64388
Global constraints used (with number of constraints)alldifferent(200)

Solver Data

0.01/0.10	
0.01/0.10	Abscon 112 (May, 2008)
0.19/0.27	
0.19/0.27	   configuration
0.19/0.27	     name=mac.xml
0.28/0.30	   
0.28/0.30	   instance
0.28/0.30	     name=HOME/instance-2094287-1247403302.xml
0.28/0.34	   
0.28/0.34	   domains being loaded...
0.28/0.35	   
0.28/0.35	   variables being loaded...
0.47/0.52	     nbVariables=800  nbDomainTypes=11  minDomainSize=1  maxDomainSize=45  nbTotalValues=19396
0.47/0.52	       =>  wckTime=0.251  cpuTime=0.17  mem=10M818
0.47/0.52	   
0.47/0.52	   predicates being loaded...
0.47/0.58	   
0.47/0.58	   constraints being loaded...
17.31/17.53	     nbConstraints=64589  nbGlobalConstraints=201  nbSingletonDomainVariables=40  nbConflictsStructures=14
17.31/17.53	     nbSharedConflictsStructures=13602  nbUnbuiltConflictsStructures=40  nbSharedBinaryRepresentations=0
17.31/17.53	     nbEvaluationManagers=54  nbSharedEvaluationManagers=64334  minDegree=277  maxDegree=384  minArity=4  avgArity=4.04
17.31/17.53	     maxArity=20  nbGenerators=1  nbFusions=0  symmetryWckTime=3.409  symmetryCpuTime=1.05
17.31/17.53	       =>  wckTime=17.258  cpuTime=12.75  mem=344M90
18.31/18.59	   
18.31/18.59	   solver IterativeSystematicSolver being built... 
21.90/22.12	   
21.90/22.13	   INFO : Forward propagation technique limited 
22.01/22.28	       =>  wckTime=22.007  cpuTime=14.85  mem=568M595
25.51/25.73	   
25.51/25.73	   preprocessing
25.51/25.73	     nbConstraintChecks=4811496  nbValidityChecks=186303  nbPropagations=800  nbRevisions=203088
25.51/25.73	     nbUselessRevisions=203088  nbRemovedValues=0  detectedInconsistency=no
25.51/25.73	       =>  wckTime=3.449  cpuTime=3.42  mem=577M598
179.65/179.93	   
179.65/179.93	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=581M665)

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-2094287-1247403302/watcher-2094287-1247403302 -o /tmp/evaluation-result-2094287-1247403302/solver-2094287-1247403302 -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-2094287-1247403302.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.05 2.11 1.83 4/80 29898
/proc/meminfo: memFree=1771304/2055920 swapFree=4192812/4192956
[pid=29898] ppid=29896 vsize=18576 CPUtime=0
/proc/29898/stat : 29898 (runsolver) R 29896 29898 29455 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 27396485 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 233588714791 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/29898/statm: 4644 284 249 26 0 2626 0

[startup+0.0330059 s]
/proc/loadavg: 2.05 2.11 1.83 4/80 29898
/proc/meminfo: memFree=1771304/2055920 swapFree=4192812/4192956
[pid=29898] ppid=29896 vsize=861288 CPUtime=0.01
/proc/29898/stat : 29898 (java) S 29896 29898 29455 0 -1 0 1761 0 1 0 0 1 0 0 20 0 3 0 27396485 881958912 1455 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/29898/statm: 215322 1455 604 9 0 210237 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 861288

[startup+0.103016 s]
/proc/loadavg: 2.05 2.11 1.83 4/80 29898
/proc/meminfo: memFree=1771304/2055920 swapFree=4192812/4192956
[pid=29898] ppid=29896 vsize=865940 CPUtime=0.09
/proc/29898/stat : 29898 (java) S 29896 29898 29455 0 -1 0 3679 0 1 0 6 3 0 0 20 0 9 0 27396485 886722560 3158 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29898/statm: 216485 3158 1686 9 0 210970 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865940

[startup+0.302056 s]
/proc/loadavg: 2.05 2.11 1.83 4/80 29898
/proc/meminfo: memFree=1771304/2055920 swapFree=4192812/4192956
[pid=29898] ppid=29896 vsize=866436 CPUtime=0.28
/proc/29898/stat : 29898 (java) S 29896 29898 29455 0 -1 0 5726 0 1 0 24 4 0 0 20 0 9 0 27396485 887230464 5128 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29898/statm: 216609 5128 1940 9 0 211067 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866436

[startup+0.701126 s]
/proc/loadavg: 2.05 2.11 1.83 4/80 29898
/proc/meminfo: memFree=1771304/2055920 swapFree=4192812/4192956
[pid=29898] ppid=29896 vsize=867708 CPUtime=0.67
/proc/29898/stat : 29898 (java) S 29896 29898 29455 0 -1 0 8787 0 1 0 61 6 0 0 20 0 9 0 27396485 888532992 8141 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29898/statm: 216927 8141 2038 9 0 211363 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867708

[startup+1.50127 s]
/proc/loadavg: 2.04 2.11 1.83 3/89 29907
/proc/meminfo: memFree=1729120/2055920 swapFree=4192812/4192956
[pid=29898] ppid=29896 vsize=867620 CPUtime=1.47
/proc/29898/stat : 29898 (java) S 29896 29898 29455 0 -1 0 18554 0 1 0 137 10 0 0 20 0 9 0 27396485 888442880 17882 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29898/statm: 216905 17882 2028 9 0 211363 0
[pid=29898/tid=29900] ppid=29896 vsize=867620 CPUtime=1.21
/proc/29898/task/29900/stat : 29900 (java) R 29896 29898 29455 0 -1 64 15796 0 1 0 113 8 0 0 25 0 9 0 27396487 888442880 17882 996147200 134512640 134550932 4294955968 18446744073709551615 4126410696 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29898/tid=29901] ppid=29896 vsize=867620 CPUtime=0.06
/proc/29898/task/29901/stat : 29901 (java) S 29896 29898 29455 0 -1 64 1378 0 0 0 6 0 0 0 16 0 9 0 27396489 888442880 17882 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29898/tid=29902] ppid=29896 vsize=867620 CPUtime=0
/proc/29898/task/29902/stat : 29902 (java) S 29896 29898 29455 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27396489 888442880 17882 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29898/tid=29903] ppid=29896 vsize=867620 CPUtime=0
/proc/29898/task/29903/stat : 29903 (java) S 29896 29898 29455 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27396489 888442880 17882 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29898/tid=29904] ppid=29896 vsize=867620 CPUtime=0
/proc/29898/task/29904/stat : 29904 (java) S 29896 29898 29455 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 27396491 888442880 17882 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29898/tid=29905] ppid=29896 vsize=867620 CPUtime=0.17
/proc/29898/task/29905/stat : 29905 (java) S 29896 29898 29455 0 -1 64 678 0 0 0 17 0 0 0 16 0 9 0 27396491 888442880 17882 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29898/tid=29906] ppid=29896 vsize=867620 CPUtime=0
/proc/29898/task/29906/stat : 29906 (java) S 29896 29898 29455 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 27396491 888442880 17882 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29898/tid=29907] ppid=29896 vsize=867620 CPUtime=0
/proc/29898/task/29907/stat : 29907 (java) S 29896 29898 29455 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27396491 888442880 17882 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) 867620

[startup+3.10256 s]
/proc/loadavg: 2.04 2.11 1.83 3/89 29907
/proc/meminfo: memFree=1695904/2055920 swapFree=4192812/4192956
[pid=29898] ppid=29896 vsize=867620 CPUtime=3.05
/proc/29898/stat : 29898 (java) S 29896 29898 29455 0 -1 0 22806 0 1 0 293 12 0 0 20 0 9 0 27396485 888442880 22132 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29898/statm: 216905 22132 2028 9 0 211363 0
[pid=29898/tid=29900] ppid=29896 vsize=867620 CPUtime=2.59
/proc/29898/task/29900/stat : 29900 (java) R 29896 29898 29455 0 -1 64 15798 0 1 0 250 9 0 0 25 0 9 0 27396487 888442880 22132 996147200 134512640 134550932 4294955968 18446744073709551615 102640724 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29898/tid=29901] ppid=29896 vsize=867620 CPUtime=0.26
/proc/29898/task/29901/stat : 29901 (java) S 29896 29898 29455 0 -1 64 5628 0 0 0 25 1 0 0 17 0 9 0 27396489 888442880 22132 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29898/tid=29902] ppid=29896 vsize=867620 CPUtime=0
/proc/29898/task/29902/stat : 29902 (java) S 29896 29898 29455 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27396489 888442880 22132 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29898/tid=29903] ppid=29896 vsize=867620 CPUtime=0
/proc/29898/task/29903/stat : 29903 (java) S 29896 29898 29455 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27396489 888442880 22132 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29898/tid=29904] ppid=29896 vsize=867620 CPUtime=0
/proc/29898/task/29904/stat : 29904 (java) S 29896 29898 29455 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 27396491 888442880 22132 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29898/tid=29905] ppid=29896 vsize=867620 CPUtime=0.17
/proc/29898/task/29905/stat : 29905 (java) S 29896 29898 29455 0 -1 64 678 0 0 0 17 0 0 0 17 0 9 0 27396491 888442880 22132 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29898/tid=29906] ppid=29896 vsize=867620 CPUtime=0
/proc/29898/task/29906/stat : 29906 (java) S 29896 29898 29455 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 27396491 888442880 22132 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29898/tid=29907] ppid=29896 vsize=867620 CPUtime=0
/proc/29898/task/29907/stat : 29907 (java) S 29896 29898 29455 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27396491 888442880 22132 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) 867620

[startup+6.30114 s]
/proc/loadavg: 2.04 2.11 1.83 3/89 29907
/proc/meminfo: memFree=1668512/2055920 swapFree=4192812/4192956
[pid=29898] ppid=29896 vsize=867620 CPUtime=6.22
/proc/29898/stat : 29898 (java) S 29896 29898 29455 0 -1 0 33766 0 1 0 572 50 0 0 20 0 9 0 27396485 888442880 33087 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29898/statm: 216905 33087 2029 9 0 211363 0
[pid=29898/tid=29900] ppid=29896 vsize=867620 CPUtime=5.25
/proc/29898/task/29900/stat : 29900 (java) R 29896 29898 29455 0 -1 64 15826 0 1 0 484 41 0 0 25 0 9 0 27396487 888442880 33087 996147200 134512640 134550932 4294955968 18446744073709551615 11008611 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29898/tid=29901] ppid=29896 vsize=867620 CPUtime=0.7
/proc/29898/task/29901/stat : 29901 (java) S 29896 29898 29455 0 -1 64 16509 0 0 0 64 6 0 0 17 0 9 0 27396489 888442880 33087 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29898/tid=29902] ppid=29896 vsize=867620 CPUtime=0
/proc/29898/task/29902/stat : 29902 (java) S 29896 29898 29455 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27396489 888442880 33087 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29898/tid=29903] ppid=29896 vsize=867620 CPUtime=0
/proc/29898/task/29903/stat : 29903 (java) S 29896 29898 29455 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27396489 888442880 33087 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29898/tid=29904] ppid=29896 vsize=867620 CPUtime=0
/proc/29898/task/29904/stat : 29904 (java) S 29896 29898 29455 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 27396491 888442880 33087 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29898/tid=29905] ppid=29896 vsize=867620 CPUtime=0.23
/proc/29898/task/29905/stat : 29905 (java) S 29896 29898 29455 0 -1 64 729 0 0 0 23 0 0 0 16 0 9 0 27396491 888442880 33087 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29898/tid=29906] ppid=29896 vsize=867620 CPUtime=0
/proc/29898/task/29906/stat : 29906 (java) S 29896 29898 29455 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 27396491 888442880 33087 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29898/tid=29907] ppid=29896 vsize=867620 CPUtime=0
/proc/29898/task/29907/stat : 29907 (java) S 29896 29898 29455 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27396491 888442880 33087 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) 867620

[startup+12.7013 s]
/proc/loadavg: 2.04 2.10 1.83 3/89 29907
/proc/meminfo: memFree=1486888/2055920 swapFree=4192812/4192956
[pid=29898] ppid=29896 vsize=867620 CPUtime=12.56
/proc/29898/stat : 29898 (java) S 29896 29898 29455 0 -1 0 79167 0 1 0 1002 254 0 0 20 0 9 0 27396485 888442880 78480 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29898/statm: 216905 78480 2029 9 0 211363 0
[pid=29898/tid=29900] ppid=29896 vsize=867620 CPUtime=10.71
/proc/29898/task/29900/stat : 29900 (java) R 29896 29898 29455 0 -1 64 15834 0 1 0 844 227 0 0 25 0 9 0 27396487 888442880 78480 996147200 134512640 134550932 4294955968 18446744073709551615 4127055329 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29898/tid=29901] ppid=29896 vsize=867620 CPUtime=1.57
/proc/29898/task/29901/stat : 29901 (java) S 29896 29898 29455 0 -1 64 61901 0 0 0 133 24 0 0 17 0 9 0 27396489 888442880 78480 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29898/tid=29902] ppid=29896 vsize=867620 CPUtime=0
/proc/29898/task/29902/stat : 29902 (java) S 29896 29898 29455 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27396489 888442880 78480 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29898/tid=29903] ppid=29896 vsize=867620 CPUtime=0
/proc/29898/task/29903/stat : 29903 (java) S 29896 29898 29455 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27396489 888442880 78480 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29898/tid=29904] ppid=29896 vsize=867620 CPUtime=0
/proc/29898/task/29904/stat : 29904 (java) S 29896 29898 29455 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 27396491 888442880 78480 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29898/tid=29905] ppid=29896 vsize=867620 CPUtime=0.24
/proc/29898/task/29905/stat : 29905 (java) S 29896 29898 29455 0 -1 64 730 0 0 0 24 0 0 0 16 0 9 0 27396491 888442880 78480 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29898/tid=29906] ppid=29896 vsize=867620 CPUtime=0
/proc/29898/task/29906/stat : 29906 (java) S 29896 29898 29455 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 27396491 888442880 78480 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29898/tid=29907] ppid=29896 vsize=867620 CPUtime=0
/proc/29898/task/29907/stat : 29907 (java) S 29896 29898 29455 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27396491 888442880 78480 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 867620

[startup+25.5026 s]
/proc/loadavg: 2.03 2.10 1.83 3/89 29911
/proc/meminfo: memFree=1153376/2055920 swapFree=4192812/4192956
[pid=29898] ppid=29896 vsize=868268 CPUtime=25.31
/proc/29898/stat : 29898 (java) S 29896 29898 29455 0 -1 0 246850 5533 1 0 1982 347 194 8 20 0 9 0 27396485 889106432 156675 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29898/statm: 217067 156675 2640 9 0 211525 0
[pid=29898/tid=29900] ppid=29896 vsize=868268 CPUtime=20.27
/proc/29898/task/29900/stat : 29900 (java) R 29896 29898 29455 0 -1 64 29091 5533 1 0 1550 275 194 8 25 0 9 0 27396487 889106432 156675 996147200 134512640 134550932 4294955968 18446744073709551615 4126955552 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29898/tid=29901] ppid=29896 vsize=868268 CPUtime=6.65
/proc/29898/task/29901/stat : 29901 (java) S 29896 29898 29455 0 -1 64 215821 5533 0 0 397 66 194 8 17 0 9 0 27396489 889106432 156675 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29898/tid=29902] ppid=29896 vsize=868268 CPUtime=2.02
/proc/29898/task/29902/stat : 29902 (java) S 29896 29898 29455 0 -1 64 22 5533 0 0 0 0 194 8 16 0 9 0 27396489 889106432 156675 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29898/tid=29903] ppid=29896 vsize=868268 CPUtime=2.02
/proc/29898/task/29903/stat : 29903 (java) S 29896 29898 29455 0 -1 64 30 5533 0 0 0 0 194 8 16 0 9 0 27396489 889106432 156675 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29898/tid=29904] ppid=29896 vsize=868268 CPUtime=2.02
/proc/29898/task/29904/stat : 29904 (java) S 29896 29898 29455 0 -1 64 1 5533 0 0 0 0 194 8 25 0 9 0 27396491 889106432 156675 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29898/tid=29905] ppid=29896 vsize=868268 CPUtime=2.37
/proc/29898/task/29905/stat : 29905 (java) S 29896 29898 29455 0 -1 64 1049 5533 0 0 34 1 194 8 15 0 9 0 27396491 889106432 156675 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29898/tid=29906] ppid=29896 vsize=868268 CPUtime=2.02
/proc/29898/task/29906/stat : 29906 (java) S 29896 29898 29455 0 -1 64 1 5533 0 0 0 0 194 8 25 0 9 0 27396491 889106432 156675 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29898/tid=29907] ppid=29896 vsize=868268 CPUtime=2.02
/proc/29898/task/29907/stat : 29907 (java) S 29896 29898 29455 0 -1 64 20 5533 0 0 0 0 194 8 15 0 9 0 27396491 889106432 156675 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 868268

[startup+51.1023 s]
/proc/loadavg: 2.02 2.09 1.83 3/89 29911
/proc/meminfo: memFree=1153120/2055920 swapFree=4192812/4192956
[pid=29898] ppid=29896 vsize=868268 CPUtime=50.9
/proc/29898/stat : 29898 (java) S 29896 29898 29455 0 -1 0 246881 5533 1 0 4541 347 194 8 20 0 9 0 27396485 889106432 156694 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29898/statm: 217067 156694 2640 9 0 211525 0
[pid=29898/tid=29900] ppid=29896 vsize=868268 CPUtime=45.82
/proc/29898/task/29900/stat : 29900 (java) R 29896 29898 29455 0 -1 64 29098 5533 1 0 4105 275 194 8 25 0 9 0 27396487 889106432 156694 996147200 134512640 134550932 4294955968 18446744073709551615 4126957409 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29898/tid=29901] ppid=29896 vsize=868268 CPUtime=6.65
/proc/29898/task/29901/stat : 29901 (java) S 29896 29898 29455 0 -1 64 215821 5533 0 0 397 66 194 8 16 0 9 0 27396489 889106432 156694 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29898/tid=29902] ppid=29896 vsize=868268 CPUtime=2.02
/proc/29898/task/29902/stat : 29902 (java) S 29896 29898 29455 0 -1 64 22 5533 0 0 0 0 194 8 16 0 9 0 27396489 889106432 156694 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29898/tid=29903] ppid=29896 vsize=868268 CPUtime=2.02
/proc/29898/task/29903/stat : 29903 (java) S 29896 29898 29455 0 -1 64 30 5533 0 0 0 0 194 8 16 0 9 0 27396489 889106432 156694 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29898/tid=29904] ppid=29896 vsize=868268 CPUtime=2.02
/proc/29898/task/29904/stat : 29904 (java) S 29896 29898 29455 0 -1 64 1 5533 0 0 0 0 194 8 25 0 9 0 27396491 889106432 156694 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29898/tid=29905] ppid=29896 vsize=868268 CPUtime=2.4
/proc/29898/task/29905/stat : 29905 (java) S 29896 29898 29455 0 -1 64 1073 5533 0 0 37 1 194 8 15 0 9 0 27396491 889106432 156694 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29898/tid=29906] ppid=29896 vsize=868268 CPUtime=2.02
/proc/29898/task/29906/stat : 29906 (java) S 29896 29898 29455 0 -1 64 1 5533 0 0 0 0 194 8 25 0 9 0 27396491 889106432 156694 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.6
Current children cumulated vsize (KiB) 868268

[startup+1542.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/89 29958
/proc/meminfo: memFree=1061600/2055920 swapFree=4192812/4192956
[pid=29898] ppid=29896 vsize=868268 CPUtime=1541.58
/proc/29898/stat : 29898 (java) S 29896 29898 29455 0 -1 0 246932 5533 1 0 153606 350 194 8 20 0 9 0 27396485 889106432 156719 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29898/statm: 217067 156719 2640 9 0 211525 0
[pid=29898/tid=29900] ppid=29896 vsize=868268 CPUtime=1536.43
/proc/29898/task/29900/stat : 29900 (java) R 29896 29898 29455 0 -1 64 29116 5533 1 0 153164 277 194 8 25 0 9 0 27396487 889106432 156719 996147200 134512640 134550932 4294955968 18446744073709551615 4126950366 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29898/tid=29901] ppid=29896 vsize=868268 CPUtime=6.65
/proc/29898/task/29901/stat : 29901 (java) S 29896 29898 29455 0 -1 64 215821 5533 0 0 397 66 194 8 16 0 9 0 27396489 889106432 156719 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29898/tid=29902] ppid=29896 vsize=868268 CPUtime=2.02
/proc/29898/task/29902/stat : 29902 (java) S 29896 29898 29455 0 -1 64 22 5533 0 0 0 0 194 8 16 0 9 0 27396489 889106432 156719 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29898/tid=29903] ppid=29896 vsize=868268 CPUtime=2.02
/proc/29898/task/29903/stat : 29903 (java) S 29896 29898 29455 0 -1 64 30 5533 0 0 0 0 194 8 16 0 9 0 27396489 889106432 156719 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29898/tid=29904] ppid=29896 vsize=868268 CPUtime=2.02
/proc/29898/task/29904/stat : 29904 (java) S 29896 29898 29455 0 -1 64 1 5533 0 0 0 0 194 8 25 0 9 0 27396491 889106432 156719 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29898/tid=29905] ppid=29896 vsize=868268 CPUtime=2.46
/proc/29898/task/29905/stat : 29905 (java) S 29896 29898 29455 0 -1 64 1106 5533 0 0 43 1 194 8 16 0 9 0 27396491 889106432 156719 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29898/tid=29906] ppid=29896 vsize=868268 CPUtime=2.02
/proc/29898/task/29906/stat : 29906 (java) S 29896 29898 29455 0 -1 64 1 5533 0 0 0 0 194 8 25 0 9 0 27396491 889106432 156719 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29898/tid=29907] ppid=29896 vsize=868268 CPUtime=2.04
/proc/29898/task/29907/stat : 29907 (java) S 29896 29898 29455 0 -1 64 20 5533 0 0 1 1 194 8 15 0 9 0 27396491 889106432 156719 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1541.58
Current children cumulated vsize (KiB) 868268

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/89 29958
/proc/meminfo: memFree=1061472/2055920 swapFree=4192812/4192956
[pid=29898] ppid=29896 vsize=868268 CPUtime=1601.57
/proc/29898/stat : 29898 (java) S 29896 29898 29455 0 -1 0 246932 5533 1 0 159605 350 194 8 20 0 9 0 27396485 889106432 156719 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29898/statm: 217067 156719 2640 9 0 211525 0
[pid=29898/tid=29900] ppid=29896 vsize=868268 CPUtime=1596.41
/proc/29898/task/29900/stat : 29900 (java) R 29896 29898 29455 0 -1 64 29116 5533 1 0 159162 277 194 8 25 0 9 0 27396487 889106432 156719 996147200 134512640 134550932 4294955968 18446744073709551615 4127158904 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29898/tid=29901] ppid=29896 vsize=868268 CPUtime=6.65
/proc/29898/task/29901/stat : 29901 (java) S 29896 29898 29455 0 -1 64 215821 5533 0 0 397 66 194 8 16 0 9 0 27396489 889106432 156719 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29898/tid=29902] ppid=29896 vsize=868268 CPUtime=2.02
/proc/29898/task/29902/stat : 29902 (java) S 29896 29898 29455 0 -1 64 22 5533 0 0 0 0 194 8 16 0 9 0 27396489 889106432 156719 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29898/tid=29903] ppid=29896 vsize=868268 CPUtime=2.02
/proc/29898/task/29903/stat : 29903 (java) S 29896 29898 29455 0 -1 64 30 5533 0 0 0 0 194 8 16 0 9 0 27396489 889106432 156719 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29898/tid=29904] ppid=29896 vsize=868268 CPUtime=2.02
/proc/29898/task/29904/stat : 29904 (java) S 29896 29898 29455 0 -1 64 1 5533 0 0 0 0 194 8 25 0 9 0 27396491 889106432 156719 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29898/tid=29905] ppid=29896 vsize=868268 CPUtime=2.46
/proc/29898/task/29905/stat : 29905 (java) S 29896 29898 29455 0 -1 64 1106 5533 0 0 43 1 194 8 16 0 9 0 27396491 889106432 156719 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29898/tid=29906] ppid=29896 vsize=868268 CPUtime=2.02
/proc/29898/task/29906/stat : 29906 (java) S 29896 29898 29455 0 -1 64 1 5533 0 0 0 0 194 8 25 0 9 0 27396491 889106432 156719 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29898/tid=29907] ppid=29896 vsize=868268 CPUtime=2.04
/proc/29898/task/29907/stat : 29907 (java) S 29896 29898 29455 0 -1 64 20 5533 0 0 1 1 194 8 15 0 9 0 27396491 889106432 156719 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) 868268

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/89 29958
/proc/meminfo: memFree=1061472/2055920 swapFree=4192812/4192956
[pid=29898] ppid=29896 vsize=868268 CPUtime=1661.55
/proc/29898/stat : 29898 (java) S 29896 29898 29455 0 -1 0 246932 5533 1 0 165603 350 194 8 20 0 9 0 27396485 889106432 156719 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29898/statm: 217067 156719 2640 9 0 211525 0
[pid=29898/tid=29900] ppid=29896 vsize=868268 CPUtime=1656.39
/proc/29898/task/29900/stat : 29900 (java) R 29896 29898 29455 0 -1 64 29116 5533 1 0 165160 277 194 8 25 0 9 0 27396487 889106432 156719 996147200 134512640 134550932 4294955968 18446744073709551615 4126952843 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29898/tid=29901] ppid=29896 vsize=868268 CPUtime=6.65
/proc/29898/task/29901/stat : 29901 (java) S 29896 29898 29455 0 -1 64 215821 5533 0 0 397 66 194 8 16 0 9 0 27396489 889106432 156719 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29898/tid=29902] ppid=29896 vsize=868268 CPUtime=2.02
/proc/29898/task/29902/stat : 29902 (java) S 29896 29898 29455 0 -1 64 22 5533 0 0 0 0 194 8 16 0 9 0 27396489 889106432 156719 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29898/tid=29903] ppid=29896 vsize=868268 CPUtime=2.02
/proc/29898/task/29903/stat : 29903 (java) S 29896 29898 29455 0 -1 64 30 5533 0 0 0 0 194 8 16 0 9 0 27396489 889106432 156719 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29898/tid=29904] ppid=29896 vsize=868268 CPUtime=2.02
/proc/29898/task/29904/stat : 29904 (java) S 29896 29898 29455 0 -1 64 1 5533 0 0 0 0 194 8 25 0 9 0 27396491 889106432 156719 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29898/tid=29905] ppid=29896 vsize=868268 CPUtime=2.46
/proc/29898/task/29905/stat : 29905 (java) S 29896 29898 29455 0 -1 64 1106 5533 0 0 43 1 194 8 16 0 9 0 27396491 889106432 156719 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29898/tid=29906] ppid=29896 vsize=868268 CPUtime=2.02
/proc/29898/task/29906/stat : 29906 (java) S 29896 29898 29455 0 -1 64 1 5533 0 0 0 0 194 8 25 0 9 0 27396491 889106432 156719 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29898/tid=29907] ppid=29896 vsize=868268 CPUtime=2.04
/proc/29898/task/29907/stat : 29907 (java) S 29896 29898 29455 0 -1 64 20 5533 0 0 1 1 194 8 15 0 9 0 27396491 889106432 156719 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) 868268

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/89 29958
/proc/meminfo: memFree=1061472/2055920 swapFree=4192812/4192956
[pid=29898] ppid=29896 vsize=868268 CPUtime=1721.53
/proc/29898/stat : 29898 (java) S 29896 29898 29455 0 -1 0 246932 5533 1 0 171601 350 194 8 20 0 9 0 27396485 889106432 156719 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29898/statm: 217067 156719 2640 9 0 211525 0
[pid=29898/tid=29900] ppid=29896 vsize=868268 CPUtime=1716.37
/proc/29898/task/29900/stat : 29900 (java) R 29896 29898 29455 0 -1 64 29116 5533 1 0 171158 277 194 8 25 0 9 0 27396487 889106432 156719 996147200 134512640 134550932 4294955968 18446744073709551615 4127367331 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29898/tid=29901] ppid=29896 vsize=868268 CPUtime=6.65
/proc/29898/task/29901/stat : 29901 (java) S 29896 29898 29455 0 -1 64 215821 5533 0 0 397 66 194 8 16 0 9 0 27396489 889106432 156719 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29898/tid=29902] ppid=29896 vsize=868268 CPUtime=2.02
/proc/29898/task/29902/stat : 29902 (java) S 29896 29898 29455 0 -1 64 22 5533 0 0 0 0 194 8 16 0 9 0 27396489 889106432 156719 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29898/tid=29903] ppid=29896 vsize=868268 CPUtime=2.02
/proc/29898/task/29903/stat : 29903 (java) S 29896 29898 29455 0 -1 64 30 5533 0 0 0 0 194 8 16 0 9 0 27396489 889106432 156719 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29898/tid=29904] ppid=29896 vsize=868268 CPUtime=2.02
/proc/29898/task/29904/stat : 29904 (java) S 29896 29898 29455 0 -1 64 1 5533 0 0 0 0 194 8 25 0 9 0 27396491 889106432 156719 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29898/tid=29905] ppid=29896 vsize=868268 CPUtime=2.46
/proc/29898/task/29905/stat : 29905 (java) S 29896 29898 29455 0 -1 64 1106 5533 0 0 43 1 194 8 16 0 9 0 27396491 889106432 156719 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29898/tid=29906] ppid=29896 vsize=868268 CPUtime=2.02
/proc/29898/task/29906/stat : 29906 (java) S 29896 29898 29455 0 -1 64 1 5533 0 0 0 0 194 8 25 0 9 0 27396491 889106432 156719 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29898/tid=29907] ppid=29896 vsize=868268 CPUtime=2.04
/proc/29898/task/29907/stat : 29907 (java) S 29896 29898 29455 0 -1 64 20 5533 0 0 1 1 194 8 15 0 9 0 27396491 889106432 156719 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1721.53
Current children cumulated vsize (KiB) 868268

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/89 29958
/proc/meminfo: memFree=1061280/2055920 swapFree=4192812/4192956
[pid=29898] ppid=29896 vsize=868268 CPUtime=1781.51
/proc/29898/stat : 29898 (java) S 29896 29898 29455 0 -1 0 246932 5533 1 0 177599 350 194 8 20 0 9 0 27396485 889106432 156719 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29898/statm: 217067 156719 2640 9 0 211525 0
[pid=29898/tid=29900] ppid=29896 vsize=868268 CPUtime=1776.35
/proc/29898/task/29900/stat : 29900 (java) R 29896 29898 29455 0 -1 64 29116 5533 1 0 177156 277 194 8 25 0 9 0 27396487 889106432 156719 996147200 134512640 134550932 4294955968 18446744073709551615 4127381595 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29898/tid=29901] ppid=29896 vsize=868268 CPUtime=6.65
/proc/29898/task/29901/stat : 29901 (java) S 29896 29898 29455 0 -1 64 215821 5533 0 0 397 66 194 8 16 0 9 0 27396489 889106432 156719 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29898/tid=29902] ppid=29896 vsize=868268 CPUtime=2.02
/proc/29898/task/29902/stat : 29902 (java) S 29896 29898 29455 0 -1 64 22 5533 0 0 0 0 194 8 16 0 9 0 27396489 889106432 156719 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29898/tid=29903] ppid=29896 vsize=868268 CPUtime=2.02
/proc/29898/task/29903/stat : 29903 (java) S 29896 29898 29455 0 -1 64 30 5533 0 0 0 0 194 8 16 0 9 0 27396489 889106432 156719 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29898/tid=29904] ppid=29896 vsize=868268 CPUtime=2.02
/proc/29898/task/29904/stat : 29904 (java) S 29896 29898 29455 0 -1 64 1 5533 0 0 0 0 194 8 25 0 9 0 27396491 889106432 156719 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29898/tid=29905] ppid=29896 vsize=868268 CPUtime=2.46
/proc/29898/task/29905/stat : 29905 (java) S 29896 29898 29455 0 -1 64 1106 5533 0 0 43 1 194 8 16 0 9 0 27396491 889106432 156719 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29898/tid=29906] ppid=29896 vsize=868268 CPUtime=2.02
/proc/29898/task/29906/stat : 29906 (java) S 29896 29898 29455 0 -1 64 1 5533 0 0 0 0 194 8 25 0 9 0 27396491 889106432 156719 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29898/tid=29907] ppid=29896 vsize=868268 CPUtime=2.05
/proc/29898/task/29907/stat : 29907 (java) S 29896 29898 29455 0 -1 64 20 5533 0 0 2 1 194 8 15 0 9 0 27396491 889106432 156719 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1781.51
Current children cumulated vsize (KiB) 868268



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 2.00 2.01 2.00 3/89 29958
/proc/meminfo: memFree=1061280/2055920 swapFree=4192812/4192956
[pid=29898] ppid=29896 vsize=868268 CPUtime=1800.01
/proc/29898/stat : 29898 (java) S 29896 29898 29455 0 -1 0 246932 5533 1 0 179449 350 194 8 20 0 9 0 27396485 889106432 156719 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29898/statm: 217067 156719 2640 9 0 211525 0
[pid=29898/tid=29900] ppid=29896 vsize=868268 CPUtime=1794.85
/proc/29898/task/29900/stat : 29900 (java) R 29896 29898 29455 0 -1 64 29116 5533 1 0 179006 277 194 8 25 0 9 0 27396487 889106432 156719 996147200 134512640 134550932 4294955968 18446744073709551615 4126950150 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29898/tid=29901] ppid=29896 vsize=868268 CPUtime=6.65
/proc/29898/task/29901/stat : 29901 (java) S 29896 29898 29455 0 -1 64 215821 5533 0 0 397 66 194 8 16 0 9 0 27396489 889106432 156719 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29898/tid=29902] ppid=29896 vsize=868268 CPUtime=2.02
/proc/29898/task/29902/stat : 29902 (java) S 29896 29898 29455 0 -1 64 22 5533 0 0 0 0 194 8 16 0 9 0 27396489 889106432 156719 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29898/tid=29903] ppid=29896 vsize=868268 CPUtime=2.02
/proc/29898/task/29903/stat : 29903 (java) S 29896 29898 29455 0 -1 64 30 5533 0 0 0 0 194 8 16 0 9 0 27396489 889106432 156719 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29898/tid=29904] ppid=29896 vsize=868268 CPUtime=2.02
/proc/29898/task/29904/stat : 29904 (java) S 29896 29898 29455 0 -1 64 1 5533 0 0 0 0 194 8 25 0 9 0 27396491 889106432 156719 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29898/tid=29905] ppid=29896 vsize=868268 CPUtime=2.46
/proc/29898/task/29905/stat : 29905 (java) S 29896 29898 29455 0 -1 64 1106 5533 0 0 43 1 194 8 16 0 9 0 27396491 889106432 156719 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29898/tid=29906] ppid=29896 vsize=868268 CPUtime=2.02
/proc/29898/task/29906/stat : 29906 (java) S 29896 29898 29455 0 -1 64 1 5533 0 0 0 0 194 8 25 0 9 0 27396491 889106432 156719 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29898/tid=29907] ppid=29896 vsize=868268 CPUtime=2.05
/proc/29898/task/29907/stat : 29907 (java) S 29896 29898 29455 0 -1 64 20 5533 0 0 2 1 194 8 15 0 9 0 27396491 889106432 156719 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 868268

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

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

[startup+1800.91 s]
/proc/loadavg: 2.00 2.01 2.00 3/89 29958
/proc/meminfo: memFree=1061280/2055920 swapFree=4192812/4192956
[pid=29898] ppid=29896 vsize=0 CPUtime=1800.12
/proc/29898/stat : 29898 (java) Z 29896 29898 29455 0 -1 1036 246963 5533 1 0 179451 359 194 8 16 0 2 0 27396485 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29898/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1800.93
CPU time (s): 1800.14
CPU user time (s): 1796.46
CPU system time (s): 3.68344
CPU usage (%): 99.9565
Max. virtual memory (cumulated for all children) (KiB): 902192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.46
system time used= 3.68344
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 252496
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= 38687
involuntary context switches= 28132

runsolver used 2.13667 second user time and 6.06708 second system time

The end

Launcher Data

Begin job on node27 at 2009-07-12 14:55:02
IDJOB=2094287
IDBENCH=54114
IDSOLVER=773
FILE ID=node27/2094287-1247403302
PBS_JOBID= 9510589
Free space on /tmp= 66316 MiB

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

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

MD5SUM BENCH= 2a82fd0e6a406c196682c347f06803ad
RANDOM SEED=1288379056

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:       1771720 kB
Buffers:         34316 kB
Cached:         144388 kB
SwapCached:          0 kB
Active:         145584 kB
Inactive:        81684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1771720 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           11008 kB
Writeback:           0 kB
Mapped:          68952 kB
Slab:            42104 kB
Committed_AS:  1001416 kB
PageTables:       1820 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= 66308 MiB
End job on node27 at 2009-07-12 15:25:05