Trace number 1056186

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ESAC? (TO) 1800.15 1816.32

General information on the benchmark

Namecsp/largeQueens/
normalized-queens-400.xml
MD5SUM35ecf1acb3b6774e91a99570f293720f
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark20.0939
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints79800
Maximum constraint arity2
Maximum domain size400
Number of constraints which are defined in extension0
Number of constraints which are defined in intension79800
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	
0.00/0.08	Abscon 112 (May, 2008)
0.19/0.23	
0.19/0.23	   configuration
0.19/0.23	     name=esac.xml
0.29/0.31	   
0.29/0.31	   instance
0.29/0.31	     name=HOME/instance-1056186-1215062219.xml
0.29/0.34	   
0.29/0.34	   domains being loaded...
0.29/0.35	   
0.29/0.35	   variables being loaded...
0.48/0.54	     nbVariables=400  nbDomainTypes=1  minDomainSize=400  maxDomainSize=400  nbTotalValues=160000
0.48/0.54	       =>  wckTime=0.307  cpuTime=0.23  mem=11M826
0.48/0.54	   
0.48/0.54	   predicates being loaded...
0.58/0.60	   
0.58/0.60	   constraints being loaded...
21.19/21.49	   
21.19/21.49	   INFO : Stopping converting binary constraints (cpu=20.11, mem = 77M341)
41.28/41.74	     nbConstraints=79802  nbGlobalConstraints=2  nbConvertedConstraints=292  nbConvertConstraintsChecks=46720000
41.28/41.74	     nbExtensionStructures=292  nbSharedExtensionStructures=0  nbConflictsStructures=292  nbSharedConflictsStructures=0
41.28/41.74	     nbUnbuiltConflictsStructures=400  nbSharedBinaryRepresentations=146061  nbEvaluationManagers=400
41.28/41.74	     nbSharedEvaluationManagers=79108  minDegree=401  maxDegree=401  minArity=2  avgArity=2.01  maxArity=400
41.28/41.74	     nbGenerators=1  nbFusions=1  symmetryWckTime=13.042  symmetryCpuTime=10.3  nbCliques=1
41.28/41.74	       =>  wckTime=41.504  cpuTime=36.35  mem=148M964
42.07/42.60	   
42.07/42.60	   solver IterativeSystematicSolver being built... 
43.66/44.18	   
43.66/44.18	   INFO : Forward propagation technique limited 
43.75/44.27	       =>  wckTime=44.039  cpuTime=37.28  mem=423M60
72.18/72.99	   
72.18/72.99	   preprocessing
72.18/72.99	     nbConstraintChecks=63767505  nbValidityChecks=201815  nbPropagations=401  nbRevisions=159122
72.18/72.99	     nbUselessRevisions=159120  nbRemovedValues=2  detectedInconsistency=no
72.18/72.99	       =>  wckTime=28.713  cpuTime=28.44  mem=424M110

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1056186-1215062219/watcher-1056186-1215062219 -o /tmp/evaluation-result-1056186-1215062219/solver-1056186-1215062219 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1056186-1215062219.xml 

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


[startup+0 s]
/proc/loadavg: 2.07 2.02 2.00 4/72 20847
/proc/meminfo: memFree=1745832/2055920 swapFree=4180028/4192956
[pid=20847] ppid=20845 vsize=1616 CPUtime=0
/proc/20847/stat : 20847 (java) D 20845 20847 20256 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 1985197316 1654784 145 996147200 134512640 134550740 4294956144 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/20847/statm: 404 145 119 9 0 46 0

[startup+0.0983231 s]
/proc/loadavg: 2.07 2.02 2.00 4/72 20847
/proc/meminfo: memFree=1745832/2055920 swapFree=4180028/4192956
[pid=20847] ppid=20845 vsize=865884 CPUtime=0.08
/proc/20847/stat : 20847 (java) S 20845 20847 20256 0 -1 0 3746 0 1 0 6 2 0 0 18 0 9 0 1985197316 886665216 3204 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20847/statm: 216471 3204 1699 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.101466 s]
/proc/loadavg: 2.07 2.02 2.00 4/72 20847
/proc/meminfo: memFree=1745832/2055920 swapFree=4180028/4192956
[pid=20847] ppid=20845 vsize=865884 CPUtime=0.09
/proc/20847/stat : 20847 (java) S 20845 20847 20256 0 -1 0 3787 0 1 0 7 2 0 0 18 0 9 0 1985197316 886665216 3238 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20847/statm: 216471 3238 1715 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301525 s]
/proc/loadavg: 2.07 2.02 2.00 4/72 20847
/proc/meminfo: memFree=1745832/2055920 swapFree=4180028/4192956
[pid=20847] ppid=20845 vsize=866196 CPUtime=0.29
/proc/20847/stat : 20847 (java) S 20845 20847 20256 0 -1 0 5626 0 1 0 25 4 0 0 18 0 9 0 1985197316 886984704 5040 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20847/statm: 216549 5040 1903 9 0 211097 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866196

[startup+0.701381 s]
/proc/loadavg: 2.07 2.02 2.00 4/72 20847
/proc/meminfo: memFree=1745832/2055920 swapFree=4180028/4192956
[pid=20847] ppid=20845 vsize=867092 CPUtime=0.68
/proc/20847/stat : 20847 (java) S 20845 20847 20256 0 -1 0 8658 0 1 0 62 6 0 0 18 0 9 0 1985197316 887902208 8018 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20847/statm: 216773 8018 2007 9 0 211279 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867092

[startup+1.50164 s]
/proc/loadavg: 2.07 2.02 2.00 4/81 20856
/proc/meminfo: memFree=1706080/2055920 swapFree=4180028/4192956
[pid=20847] ppid=20845 vsize=867600 CPUtime=1.48
/proc/20847/stat : 20847 (java) S 20845 20847 20256 0 -1 0 19263 0 1 0 138 10 0 0 18 0 9 0 1985197316 888422400 18598 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20847/statm: 216900 18598 2003 9 0 211428 0
[pid=20847/tid=20849] ppid=20845 vsize=867600 CPUtime=1.21
/proc/20847/task/20849/stat : 20849 (java) R 20845 20847 20256 0 -1 64 15747 0 1 0 113 8 0 0 25 0 9 0 1985197317 888422400 18598 996147200 134512640 134550740 4294955984 18446744073709551615 102884241 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20850] ppid=20845 vsize=867600 CPUtime=0.06
/proc/20847/task/20850/stat : 20850 (java) S 20845 20847 20256 0 -1 64 2157 0 0 0 6 0 0 0 16 0 9 0 1985197319 888422400 18598 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20851] ppid=20845 vsize=867600 CPUtime=0
/proc/20847/task/20851/stat : 20851 (java) S 20845 20847 20256 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1985197319 888422400 18598 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20852] ppid=20845 vsize=867600 CPUtime=0
/proc/20847/task/20852/stat : 20852 (java) S 20845 20847 20256 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1985197319 888422400 18598 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20853] ppid=20845 vsize=867600 CPUtime=0
/proc/20847/task/20853/stat : 20853 (java) S 20845 20847 20256 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1985197321 888422400 18598 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20854] ppid=20845 vsize=867600 CPUtime=0.17
/proc/20847/task/20854/stat : 20854 (java) S 20845 20847 20256 0 -1 64 663 0 0 0 17 0 0 0 16 0 9 0 1985197321 888422400 18598 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20855] ppid=20845 vsize=867600 CPUtime=0
/proc/20847/task/20855/stat : 20855 (java) S 20845 20847 20256 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1985197321 888422400 18598 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20856] ppid=20845 vsize=867600 CPUtime=0
/proc/20847/task/20856/stat : 20856 (java) R 20845 20847 20256 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1985197321 888422400 18598 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867600

[startup+3.10161 s]
/proc/loadavg: 2.07 2.02 2.00 4/81 20856
/proc/meminfo: memFree=1666528/2055920 swapFree=4180028/4192956
[pid=20847] ppid=20845 vsize=867600 CPUtime=3.05
/proc/20847/stat : 20847 (java) S 20845 20847 20256 0 -1 0 24066 0 1 0 292 13 0 0 18 0 9 0 1985197316 888422400 23399 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20847/statm: 216900 23399 2003 9 0 211428 0
[pid=20847/tid=20849] ppid=20845 vsize=867600 CPUtime=2.57
/proc/20847/task/20849/stat : 20849 (java) R 20845 20847 20256 0 -1 64 15751 0 1 0 248 9 0 0 25 0 9 0 1985197317 888422400 23399 996147200 134512640 134550740 4294955984 18446744073709551615 102689690 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20850] ppid=20845 vsize=867600 CPUtime=0.28
/proc/20847/task/20850/stat : 20850 (java) S 20845 20847 20256 0 -1 64 6956 0 0 0 26 2 0 0 17 0 9 0 1985197319 888422400 23399 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20851] ppid=20845 vsize=867600 CPUtime=0
/proc/20847/task/20851/stat : 20851 (java) S 20845 20847 20256 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1985197319 888422400 23399 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20852] ppid=20845 vsize=867600 CPUtime=0
/proc/20847/task/20852/stat : 20852 (java) S 20845 20847 20256 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1985197319 888422400 23399 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20853] ppid=20845 vsize=867600 CPUtime=0
/proc/20847/task/20853/stat : 20853 (java) S 20845 20847 20256 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1985197321 888422400 23399 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20854] ppid=20845 vsize=867600 CPUtime=0.17
/proc/20847/task/20854/stat : 20854 (java) S 20845 20847 20256 0 -1 64 663 0 0 0 17 0 0 0 16 0 9 0 1985197321 888422400 23399 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20855] ppid=20845 vsize=867600 CPUtime=0
/proc/20847/task/20855/stat : 20855 (java) S 20845 20847 20256 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1985197321 888422400 23399 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20856] ppid=20845 vsize=867600 CPUtime=0
/proc/20847/task/20856/stat : 20856 (java) S 20845 20847 20256 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1985197321 888422400 23399 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867600

[startup+6.30291 s]
/proc/loadavg: 2.15 2.03 2.01 3/81 20856
/proc/meminfo: memFree=1639008/2055920 swapFree=4180028/4192956
[pid=20847] ppid=20845 vsize=867600 CPUtime=6.22
/proc/20847/stat : 20847 (java) S 20845 20847 20256 0 -1 0 30963 0 1 0 605 17 0 0 18 0 9 0 1985197316 888422400 30290 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20847/statm: 216900 30290 2005 9 0 211428 0
[pid=20847/tid=20849] ppid=20845 vsize=867600 CPUtime=5.24
/proc/20847/task/20849/stat : 20849 (java) R 20845 20847 20256 0 -1 64 15782 0 1 0 514 10 0 0 25 0 9 0 1985197317 888422400 30290 996147200 134512640 134550740 4294955984 18446744073709551615 4126884392 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20850] ppid=20845 vsize=867600 CPUtime=0.75
/proc/20847/task/20850/stat : 20850 (java) S 20845 20847 20256 0 -1 64 13807 0 0 0 70 5 0 0 18 0 9 0 1985197319 888422400 30290 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20851] ppid=20845 vsize=867600 CPUtime=0
/proc/20847/task/20851/stat : 20851 (java) S 20845 20847 20256 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1985197319 888422400 30290 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20852] ppid=20845 vsize=867600 CPUtime=0
/proc/20847/task/20852/stat : 20852 (java) S 20845 20847 20256 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1985197319 888422400 30290 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20853] ppid=20845 vsize=867600 CPUtime=0
/proc/20847/task/20853/stat : 20853 (java) S 20845 20847 20256 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1985197321 888422400 30290 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20854] ppid=20845 vsize=867600 CPUtime=0.19
/proc/20847/task/20854/stat : 20854 (java) S 20845 20847 20256 0 -1 64 678 0 0 0 19 0 0 0 16 0 9 0 1985197321 888422400 30290 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20855] ppid=20845 vsize=867600 CPUtime=0
/proc/20847/task/20855/stat : 20855 (java) S 20845 20847 20256 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1985197321 888422400 30290 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20856] ppid=20845 vsize=867600 CPUtime=0
/proc/20847/task/20856/stat : 20856 (java) S 20845 20847 20256 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1985197321 888422400 30290 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867600

[startup+12.7015 s]
/proc/loadavg: 2.14 2.03 2.01 3/81 20856
/proc/meminfo: memFree=1631840/2055920 swapFree=4180028/4192956
[pid=20847] ppid=20845 vsize=867600 CPUtime=12.56
/proc/20847/stat : 20847 (java) S 20845 20847 20256 0 -1 0 30985 0 1 0 1238 18 0 0 18 0 9 0 1985197316 888422400 30308 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20847/statm: 216900 30308 2005 9 0 211428 0
[pid=20847/tid=20849] ppid=20845 vsize=867600 CPUtime=11.56
/proc/20847/task/20849/stat : 20849 (java) R 20845 20847 20256 0 -1 64 15787 0 1 0 1145 11 0 0 25 0 9 0 1985197317 888422400 30308 996147200 134512640 134550740 4294955984 18446744073709551615 4126890145 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20850] ppid=20845 vsize=867600 CPUtime=0.75
/proc/20847/task/20850/stat : 20850 (java) S 20845 20847 20256 0 -1 64 13807 0 0 0 70 5 0 0 17 0 9 0 1985197319 888422400 30308 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20851] ppid=20845 vsize=867600 CPUtime=0
/proc/20847/task/20851/stat : 20851 (java) S 20845 20847 20256 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1985197319 888422400 30308 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20852] ppid=20845 vsize=867600 CPUtime=0
/proc/20847/task/20852/stat : 20852 (java) S 20845 20847 20256 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1985197319 888422400 30308 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20853] ppid=20845 vsize=867600 CPUtime=0
/proc/20847/task/20853/stat : 20853 (java) S 20845 20847 20256 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1985197321 888422400 30308 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20854] ppid=20845 vsize=867600 CPUtime=0.21
/proc/20847/task/20854/stat : 20854 (java) S 20845 20847 20256 0 -1 64 695 0 0 0 21 0 0 0 16 0 9 0 1985197321 888422400 30308 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20855] ppid=20845 vsize=867600 CPUtime=0
/proc/20847/task/20855/stat : 20855 (java) S 20845 20847 20256 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1985197321 888422400 30308 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20856] ppid=20845 vsize=867600 CPUtime=0
/proc/20847/task/20856/stat : 20856 (java) S 20845 20847 20256 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1985197321 888422400 30308 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 867600

[startup+25.5019 s]
/proc/loadavg: 2.10 2.03 2.01 4/81 20856
/proc/meminfo: memFree=1595488/2055920 swapFree=4180028/4192956
[pid=20847] ppid=20845 vsize=867600 CPUtime=25.24
/proc/20847/stat : 20847 (java) S 20845 20847 20256 0 -1 0 41411 0 1 0 2500 24 0 0 18 0 9 0 1985197316 888422400 40727 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20847/statm: 216900 40727 2007 9 0 211428 0
[pid=20847/tid=20849] ppid=20845 vsize=867600 CPUtime=23.54
/proc/20847/task/20849/stat : 20849 (java) R 20845 20847 20256 0 -1 64 15796 0 1 0 2341 13 0 0 25 0 9 0 1985197317 888422400 40727 996147200 134512640 134550740 4294955984 18446744073709551615 4126935201 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20850] ppid=20845 vsize=867600 CPUtime=1.39
/proc/20847/task/20850/stat : 20850 (java) S 20845 20847 20256 0 -1 64 24194 0 0 0 130 9 0 0 16 0 9 0 1985197319 888422400 40727 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20851] ppid=20845 vsize=867600 CPUtime=0
/proc/20847/task/20851/stat : 20851 (java) S 20845 20847 20256 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1985197319 888422400 40727 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20852] ppid=20845 vsize=867600 CPUtime=0
/proc/20847/task/20852/stat : 20852 (java) S 20845 20847 20256 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1985197319 888422400 40727 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20853] ppid=20845 vsize=867600 CPUtime=0
/proc/20847/task/20853/stat : 20853 (java) S 20845 20847 20256 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1985197321 888422400 40727 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20854] ppid=20845 vsize=867600 CPUtime=0.27
/proc/20847/task/20854/stat : 20854 (java) S 20845 20847 20256 0 -1 64 725 0 0 0 27 0 0 0 16 0 9 0 1985197321 888422400 40727 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20855] ppid=20845 vsize=867600 CPUtime=0
/proc/20847/task/20855/stat : 20855 (java) S 20845 20847 20256 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1985197321 888422400 40727 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20856] ppid=20845 vsize=867600 CPUtime=0
/proc/20847/task/20856/stat : 20856 (java) S 20845 20847 20256 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1985197321 888422400 40727 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 867600

[startup+51.1032 s]
/proc/loadavg: 2.12 2.04 2.01 3/81 20860
/proc/meminfo: memFree=1286160/2055920 swapFree=4180028/4192956
[pid=20847] ppid=20845 vsize=868336 CPUtime=50.59
/proc/20847/stat : 20847 (java) S 20845 20847 20256 0 -1 0 167216 4879 1 0 4764 63 227 5 18 0 9 0 1985197316 889176064 117213 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20847/statm: 217084 117213 2638 9 0 211590 0
[pid=20847/tid=20849] ppid=20845 vsize=868336 CPUtime=46.56
/proc/20847/task/20849/stat : 20849 (java) R 20845 20847 20256 0 -1 64 40434 4879 1 0 4403 21 227 5 25 0 9 0 1985197317 889176064 117213 996147200 134512640 134550740 4294955984 18446744073709551615 4126884450 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20850] ppid=20845 vsize=868336 CPUtime=5.92
/proc/20847/task/20850/stat : 20850 (java) S 20845 20847 20256 0 -1 64 124868 4879 0 0 321 39 227 5 16 0 9 0 1985197319 889176064 117213 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20851] ppid=20845 vsize=868336 CPUtime=2.32
/proc/20847/task/20851/stat : 20851 (java) S 20845 20847 20256 0 -1 64 19 4879 0 0 0 0 227 5 16 0 9 0 1985197319 889176064 117213 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20852] ppid=20845 vsize=868336 CPUtime=2.32
/proc/20847/task/20852/stat : 20852 (java) S 20845 20847 20256 0 -1 64 23 4879 0 0 0 0 227 5 15 0 9 0 1985197319 889176064 117213 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20853] ppid=20845 vsize=868336 CPUtime=2.32
/proc/20847/task/20853/stat : 20853 (java) S 20845 20847 20256 0 -1 64 1 4879 0 0 0 0 227 5 18 0 9 0 1985197321 889176064 117213 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20854] ppid=20845 vsize=868336 CPUtime=2.7
/proc/20847/task/20854/stat : 20854 (java) S 20845 20847 20256 0 -1 64 1035 4879 0 0 38 0 227 5 16 0 9 0 1985197321 889176064 117213 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20855] ppid=20845 vsize=868336 CPUtime=2.32

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

Current children cumulated CPU time (s) 1468.47
Current children cumulated vsize (KiB) 868336

[startup+1542.3 s]
/proc/loadavg: 2.00 2.03 2.04 3/81 20862
/proc/meminfo: memFree=1282768/2055920 swapFree=4180028/4192956
[pid=20847] ppid=20845 vsize=868336 CPUtime=1527.91
/proc/20847/stat : 20847 (java) S 20845 20847 20256 0 -1 0 167253 4879 1 0 152495 64 227 5 18 0 9 0 1985197316 889176064 117236 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20847/statm: 217084 117236 2638 9 0 211590 0
[pid=20847/tid=20849] ppid=20845 vsize=868336 CPUtime=1523.82
/proc/20847/task/20849/stat : 20849 (java) R 20845 20847 20256 0 -1 64 40446 4879 1 0 152129 21 227 5 25 0 9 0 1985197317 889176064 117236 996147200 134512640 134550740 4294955984 18446744073709551615 4126884416 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20850] ppid=20845 vsize=868336 CPUtime=5.92
/proc/20847/task/20850/stat : 20850 (java) S 20845 20847 20256 0 -1 64 124868 4879 0 0 321 39 227 5 16 0 9 0 1985197319 889176064 117236 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20851] ppid=20845 vsize=868336 CPUtime=2.32
/proc/20847/task/20851/stat : 20851 (java) S 20845 20847 20256 0 -1 64 19 4879 0 0 0 0 227 5 16 0 9 0 1985197319 889176064 117236 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20852] ppid=20845 vsize=868336 CPUtime=2.32
/proc/20847/task/20852/stat : 20852 (java) S 20845 20847 20256 0 -1 64 23 4879 0 0 0 0 227 5 15 0 9 0 1985197319 889176064 117236 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20853] ppid=20845 vsize=868336 CPUtime=2.32
/proc/20847/task/20853/stat : 20853 (java) S 20845 20847 20256 0 -1 64 1 4879 0 0 0 0 227 5 18 0 9 0 1985197321 889176064 117236 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20854] ppid=20845 vsize=868336 CPUtime=2.75
/proc/20847/task/20854/stat : 20854 (java) S 20845 20847 20256 0 -1 64 1060 4879 0 0 43 0 227 5 16 0 9 0 1985197321 889176064 117236 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20855] ppid=20845 vsize=868336 CPUtime=2.32
/proc/20847/task/20855/stat : 20855 (java) S 20845 20847 20256 0 -1 64 1 4879 0 0 0 0 227 5 19 0 9 0 1985197321 889176064 117236 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20856] ppid=20845 vsize=868336 CPUtime=2.32
/proc/20847/task/20856/stat : 20856 (java) S 20845 20847 20256 0 -1 64 16 4879 0 0 0 0 227 5 15 0 9 0 1985197321 889176064 117236 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1527.91
Current children cumulated vsize (KiB) 868336

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.03 4/81 20862
/proc/meminfo: memFree=1282704/2055920 swapFree=4180028/4192956
[pid=20847] ppid=20845 vsize=868336 CPUtime=1587.35
/proc/20847/stat : 20847 (java) S 20845 20847 20256 0 -1 0 167253 4879 1 0 158439 64 227 5 18 0 9 0 1985197316 889176064 117236 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20847/statm: 217084 117236 2638 9 0 211590 0
[pid=20847/tid=20849] ppid=20845 vsize=868336 CPUtime=1583.27
/proc/20847/task/20849/stat : 20849 (java) R 20845 20847 20256 0 -1 64 40446 4879 1 0 158074 21 227 5 25 0 9 0 1985197317 889176064 117236 996147200 134512640 134550740 4294955984 18446744073709551615 4127194160 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20850] ppid=20845 vsize=868336 CPUtime=5.92
/proc/20847/task/20850/stat : 20850 (java) S 20845 20847 20256 0 -1 64 124868 4879 0 0 321 39 227 5 16 0 9 0 1985197319 889176064 117236 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20851] ppid=20845 vsize=868336 CPUtime=2.32
/proc/20847/task/20851/stat : 20851 (java) S 20845 20847 20256 0 -1 64 19 4879 0 0 0 0 227 5 16 0 9 0 1985197319 889176064 117236 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20852] ppid=20845 vsize=868336 CPUtime=2.32
/proc/20847/task/20852/stat : 20852 (java) S 20845 20847 20256 0 -1 64 23 4879 0 0 0 0 227 5 15 0 9 0 1985197319 889176064 117236 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20853] ppid=20845 vsize=868336 CPUtime=2.32
/proc/20847/task/20853/stat : 20853 (java) S 20845 20847 20256 0 -1 64 1 4879 0 0 0 0 227 5 18 0 9 0 1985197321 889176064 117236 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20854] ppid=20845 vsize=868336 CPUtime=2.75
/proc/20847/task/20854/stat : 20854 (java) S 20845 20847 20256 0 -1 64 1060 4879 0 0 43 0 227 5 16 0 9 0 1985197321 889176064 117236 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20855] ppid=20845 vsize=868336 CPUtime=2.32
/proc/20847/task/20855/stat : 20855 (java) S 20845 20847 20256 0 -1 64 1 4879 0 0 0 0 227 5 19 0 9 0 1985197321 889176064 117236 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20856] ppid=20845 vsize=868336 CPUtime=2.32
/proc/20847/task/20856/stat : 20856 (java) S 20845 20847 20256 0 -1 64 16 4879 0 0 0 0 227 5 15 0 9 0 1985197321 889176064 117236 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1587.35
Current children cumulated vsize (KiB) 868336

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.03 3/81 20862
/proc/meminfo: memFree=1282640/2055920 swapFree=4180028/4192956
[pid=20847] ppid=20845 vsize=868336 CPUtime=1646.79
/proc/20847/stat : 20847 (java) S 20845 20847 20256 0 -1 0 167253 4879 1 0 164383 64 227 5 18 0 9 0 1985197316 889176064 117236 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20847/statm: 217084 117236 2638 9 0 211590 0
[pid=20847/tid=20849] ppid=20845 vsize=868336 CPUtime=1642.71
/proc/20847/task/20849/stat : 20849 (java) R 20845 20847 20256 0 -1 64 40446 4879 1 0 164018 21 227 5 25 0 9 0 1985197317 889176064 117236 996147200 134512640 134550740 4294955984 18446744073709551615 4127362459 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20850] ppid=20845 vsize=868336 CPUtime=5.92
/proc/20847/task/20850/stat : 20850 (java) S 20845 20847 20256 0 -1 64 124868 4879 0 0 321 39 227 5 16 0 9 0 1985197319 889176064 117236 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20851] ppid=20845 vsize=868336 CPUtime=2.32
/proc/20847/task/20851/stat : 20851 (java) S 20845 20847 20256 0 -1 64 19 4879 0 0 0 0 227 5 16 0 9 0 1985197319 889176064 117236 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20852] ppid=20845 vsize=868336 CPUtime=2.32
/proc/20847/task/20852/stat : 20852 (java) S 20845 20847 20256 0 -1 64 23 4879 0 0 0 0 227 5 15 0 9 0 1985197319 889176064 117236 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20853] ppid=20845 vsize=868336 CPUtime=2.32
/proc/20847/task/20853/stat : 20853 (java) S 20845 20847 20256 0 -1 64 1 4879 0 0 0 0 227 5 18 0 9 0 1985197321 889176064 117236 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20854] ppid=20845 vsize=868336 CPUtime=2.75
/proc/20847/task/20854/stat : 20854 (java) S 20845 20847 20256 0 -1 64 1060 4879 0 0 43 0 227 5 16 0 9 0 1985197321 889176064 117236 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20855] ppid=20845 vsize=868336 CPUtime=2.32
/proc/20847/task/20855/stat : 20855 (java) S 20845 20847 20256 0 -1 64 1 4879 0 0 0 0 227 5 19 0 9 0 1985197321 889176064 117236 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20856] ppid=20845 vsize=868336 CPUtime=2.32
/proc/20847/task/20856/stat : 20856 (java) S 20845 20847 20256 0 -1 64 16 4879 0 0 0 0 227 5 15 0 9 0 1985197321 889176064 117236 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1646.79
Current children cumulated vsize (KiB) 868336

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/81 20862
/proc/meminfo: memFree=1282512/2055920 swapFree=4180028/4192956
[pid=20847] ppid=20845 vsize=868336 CPUtime=1706.24
/proc/20847/stat : 20847 (java) S 20845 20847 20256 0 -1 0 167254 4879 1 0 170328 64 227 5 18 0 9 0 1985197316 889176064 117236 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20847/statm: 217084 117236 2638 9 0 211590 0
[pid=20847/tid=20849] ppid=20845 vsize=868336 CPUtime=1702.15
/proc/20847/task/20849/stat : 20849 (java) R 20845 20847 20256 0 -1 64 40447 4879 1 0 169962 21 227 5 25 0 9 0 1985197317 889176064 117236 996147200 134512640 134550740 4294955984 18446744073709551615 4127367436 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20850] ppid=20845 vsize=868336 CPUtime=5.92
/proc/20847/task/20850/stat : 20850 (java) S 20845 20847 20256 0 -1 64 124868 4879 0 0 321 39 227 5 16 0 9 0 1985197319 889176064 117236 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20851] ppid=20845 vsize=868336 CPUtime=2.32
/proc/20847/task/20851/stat : 20851 (java) S 20845 20847 20256 0 -1 64 19 4879 0 0 0 0 227 5 16 0 9 0 1985197319 889176064 117236 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20852] ppid=20845 vsize=868336 CPUtime=2.32
/proc/20847/task/20852/stat : 20852 (java) S 20845 20847 20256 0 -1 64 23 4879 0 0 0 0 227 5 15 0 9 0 1985197319 889176064 117236 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20853] ppid=20845 vsize=868336 CPUtime=2.32
/proc/20847/task/20853/stat : 20853 (java) S 20845 20847 20256 0 -1 64 1 4879 0 0 0 0 227 5 18 0 9 0 1985197321 889176064 117236 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20854] ppid=20845 vsize=868336 CPUtime=2.75
/proc/20847/task/20854/stat : 20854 (java) S 20845 20847 20256 0 -1 64 1060 4879 0 0 43 0 227 5 16 0 9 0 1985197321 889176064 117236 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20855] ppid=20845 vsize=868336 CPUtime=2.32
/proc/20847/task/20855/stat : 20855 (java) S 20845 20847 20256 0 -1 64 1 4879 0 0 0 0 227 5 19 0 9 0 1985197321 889176064 117236 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20856] ppid=20845 vsize=868336 CPUtime=2.32
/proc/20847/task/20856/stat : 20856 (java) S 20845 20847 20256 0 -1 64 16 4879 0 0 0 0 227 5 15 0 9 0 1985197321 889176064 117236 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1706.24
Current children cumulated vsize (KiB) 868336

[startup+1782.3 s]
/proc/loadavg: 2.04 2.02 2.02 3/89 20902
/proc/meminfo: memFree=1287120/2055920 swapFree=4180028/4192956
[pid=20847] ppid=20845 vsize=868336 CPUtime=1766.11
/proc/20847/stat : 20847 (java) S 20845 20847 20256 0 -1 0 167258 4879 1 0 176314 65 227 5 18 0 9 0 1985197316 889176064 117239 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20847/statm: 217084 117239 2638 9 0 211590 0
[pid=20847/tid=20849] ppid=20845 vsize=868336 CPUtime=1762.03
/proc/20847/task/20849/stat : 20849 (java) R 20845 20847 20256 0 -1 64 40448 4879 1 0 175949 22 227 5 25 0 9 0 1985197317 889176064 117239 996147200 134512640 134550740 4294955984 18446744073709551615 4127362490 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20847/tid=20850] ppid=20845 vsize=868336 CPUtime=5.92
/proc/20847/task/20850/stat : 20850 (java) S 20845 20847 20256 0 -1 64 124868 4879 0 0 321 39 227 5 16 0 9 0 1985197319 889176064 117239 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20851] ppid=20845 vsize=868336 CPUtime=2.32
/proc/20847/task/20851/stat : 20851 (java) S 20845 20847 20256 0 -1 64 19 4879 0 0 0 0 227 5 16 0 9 0 1985197319 889176064 117239 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20852] ppid=20845 vsize=868336 CPUtime=2.32
/proc/20847/task/20852/stat : 20852 (java) S 20845 20847 20256 0 -1 64 23 4879 0 0 0 0 227 5 15 0 9 0 1985197319 889176064 117239 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20853] ppid=20845 vsize=868336 CPUtime=2.32
/proc/20847/task/20853/stat : 20853 (java) S 20845 20847 20256 0 -1 64 1 4879 0 0 0 0 227 5 18 0 9 0 1985197321 889176064 117239 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20854] ppid=20845 vsize=868336 CPUtime=2.77
/proc/20847/task/20854/stat : 20854 (java) S 20845 20847 20256 0 -1 64 1063 4879 0 0 44 1 227 5 16 0 9 0 1985197321 889176064 117239 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20847/tid=20855] ppid=20845 vsize=868336 CPUtime=2.32
/proc/20847/task/20855/stat : 20855 (java) S 20845 20847 20256 0 -1 64 1 4879 0 0 0 0 227 5 19 0 9 0 1985197321 889176064 117239 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20856] ppid=20845 vsize=868336 CPUtime=2.32
/proc/20847/task/20856/stat : 20856 (java) S 20845 20847 20256 0 -1 64 16 4879 0 0 0 0 227 5 15 0 9 0 1985197321 889176064 117239 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1766.11
Current children cumulated vsize (KiB) 868336



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.2 s]
/proc/loadavg: 2.02 2.02 2.02 3/89 20902
/proc/meminfo: memFree=1287056/2055920 swapFree=4180028/4192956
[pid=20847] ppid=20845 vsize=868336 CPUtime=1800
/proc/20847/stat : 20847 (java) S 20845 20847 20256 0 -1 0 167258 4879 1 0 179703 65 227 5 18 0 9 0 1985197316 889176064 117239 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20847/statm: 217084 117239 2638 9 0 211590 0
[pid=20847/tid=20849] ppid=20845 vsize=868336 CPUtime=1795.92
/proc/20847/task/20849/stat : 20849 (java) R 20845 20847 20256 0 -1 64 40448 4879 1 0 179338 22 227 5 25 0 9 0 1985197317 889176064 117239 996147200 134512640 134550740 4294955984 18446744073709551615 4127362557 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20847/tid=20850] ppid=20845 vsize=868336 CPUtime=5.92
/proc/20847/task/20850/stat : 20850 (java) S 20845 20847 20256 0 -1 64 124868 4879 0 0 321 39 227 5 16 0 9 0 1985197319 889176064 117239 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20851] ppid=20845 vsize=868336 CPUtime=2.32
/proc/20847/task/20851/stat : 20851 (java) S 20845 20847 20256 0 -1 64 19 4879 0 0 0 0 227 5 16 0 9 0 1985197319 889176064 117239 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20852] ppid=20845 vsize=868336 CPUtime=2.32
/proc/20847/task/20852/stat : 20852 (java) S 20845 20847 20256 0 -1 64 23 4879 0 0 0 0 227 5 15 0 9 0 1985197319 889176064 117239 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20853] ppid=20845 vsize=868336 CPUtime=2.32
/proc/20847/task/20853/stat : 20853 (java) S 20845 20847 20256 0 -1 64 1 4879 0 0 0 0 227 5 18 0 9 0 1985197321 889176064 117239 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20854] ppid=20845 vsize=868336 CPUtime=2.77
/proc/20847/task/20854/stat : 20854 (java) S 20845 20847 20256 0 -1 64 1063 4879 0 0 44 1 227 5 16 0 9 0 1985197321 889176064 117239 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20847/tid=20855] ppid=20845 vsize=868336 CPUtime=2.32
/proc/20847/task/20855/stat : 20855 (java) S 20845 20847 20256 0 -1 64 1 4879 0 0 0 0 227 5 19 0 9 0 1985197321 889176064 117239 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20856] ppid=20845 vsize=868336 CPUtime=2.32
/proc/20847/task/20856/stat : 20856 (java) S 20845 20847 20256 0 -1 64 16 4879 0 0 0 0 227 5 15 0 9 0 1985197321 889176064 117239 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 868336

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

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

[startup+1816.31 s]
/proc/loadavg: 2.02 2.02 2.02 3/89 20902
/proc/meminfo: memFree=1287056/2055920 swapFree=4180028/4192956
[pid=20847] ppid=20845 vsize=0 CPUtime=1800.12
/proc/20847/stat : 20847 (java) Z 20845 20847 20256 0 -1 1036 167289 4879 1 0 179708 72 227 5 16 0 2 0 1985197316 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20847/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): 1816.32
CPU time (s): 1800.15
CPU user time (s): 1799.36
CPU system time (s): 0.790879
CPU usage (%): 99.1095
Max. virtual memory (cumulated for all children) (KiB): 895268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.36
system time used= 0.790879
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 172168
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= 39052
involuntary context switches= 65393

runsolver used 2.39064 second user time and 6.73198 second system time

The end

Launcher Data (download as text)

Begin job on node4 at 2008-07-03 07:16:59
IDJOB=1056186
IDBENCH=57402
IDSOLVER=364
FILE ID=node4/1056186-1215062219
PBS_JOBID= 7875217
Free space on /tmp= 66532 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 35ecf1acb3b6774e91a99570f293720f
RANDOM SEED=1275044566

node4.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1746312 kB
Buffers:         20020 kB
Cached:         143708 kB
SwapCached:       7292 kB
Active:         204272 kB
Inactive:        44916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1746312 kB
SwapTotal:     4192956 kB
SwapFree:      4180028 kB
Dirty:           14752 kB
Writeback:           0 kB
Mapped:          91832 kB
Slab:            45460 kB
Committed_AS:  3249484 kB
PageTables:       2016 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66540 MiB
End job on node4 at 2008-07-03 07:47:18