Trace number 1083392

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
SAT4J CSP 2008-06-13? 232.751 232.206

General information on the benchmark

Namecsp/super-js/super-js-taillard-20/
normalized-super-js-taillard-20-7.xml
MD5SUMa5fe6063268d909d41d212ba29ec3b57
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints12940
Maximum constraint arity2
Maximum domain size1704
Number of constraints which are defined in extension0
Number of constraints which are defined in intension12940
Global constraints used (with number of constraints)

Solver Data (download as text)

0.18/0.29	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.18/0.29	c This is free software under the dual EPL/GNU LGPL licenses.
0.18/0.29	c See www.sat4j.org for details.
0.18/0.29	c That software uses the Rhino library from the Mozilla project.
0.28/0.33	c version 9.9.9.token
0.28/0.33	c sun.arch.data.model	32
0.28/0.33	c java.version	1.6.0_06
0.28/0.33	c os.name	Linux
0.28/0.33	c os.version	2.6.9-22.EL.rootsmp
0.28/0.33	c os.arch	i386
0.28/0.33	c Free memory 669864272
0.28/0.33	c Max memory 672137216
0.28/0.33	c Total memory 672137216
0.28/0.33	c Number of processors 2
0.28/0.38	c c --- Begin Solver configuration ---
0.28/0.38	c Stops conflict analysis at the first Unique Implication Point
0.28/0.38	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.28/0.38	c Learn all clauses as in MiniSAT
0.28/0.38	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.38	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.28/0.38	c Expensive reason simplification
0.28/0.38	c MiniSAT restarts strategy
0.28/0.38	c timeout=2147483s
0.28/0.38	c DB Simplification allowed=false
0.28/0.38	c --- End Solver configuration ---
0.28/0.38	c solving HOME/instance-1083392-1215227501.xml
0.28/0.38	c reading problem ... 
0.59/0.63	c reading problem named null
0.59/0.63	c reading domains done.
0.59/0.66	c reading variables done.
3.58/3.34	c reading predicates  done.
3.77/3.51	c reading constraints
221.75/221.20	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
221.75/221.20		at org.sat4j.minisat.constraints.cnf.WLClause.(WLClause.java:62)
232.56/232.09	c starts		: 0
232.56/232.09	c conflicts		: 0
232.56/232.09	c decisions		: 0
232.56/232.09	c propagations		: 0
232.56/232.09	c inspects		: 0
232.56/232.09	c learnt literals	: 0
232.56/232.09	c learnt binary clauses	: 0
232.56/232.09	c learnt ternary clauses	: 0
232.56/232.09	c learnt clauses	: 0
232.56/232.09	c ignored clauses	: 0
232.56/232.09	c root simplifications	: 0
232.56/232.09	c removed literals (reason simplification)	: 0
232.56/232.09	c reason swapping (by a shorter reason)	: 0
232.56/232.09	c Calls to reduceDB	: 0
232.56/232.09	c speed (assignments/second)	: 0.0
232.56/232.09	c non guided choices	0
232.56/232.09	s UNKNOWN
232.56/232.09	c Total wall clock time (in seconds) : 226.26

Verifier Data (download as text)

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

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-1083392-1215227501/watcher-1083392-1215227501 -o /tmp/evaluation-result-1083392-1215227501/solver-1083392-1215227501 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1083392-1215227501.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.00 2.00 2.00 4/74 11864
/proc/meminfo: memFree=1753912/2055920 swapFree=4180580/4192956
[pid=11864] ppid=11862 vsize=1804 CPUtime=0
/proc/11864/stat : 11864 (java6) R 11862 11864 8622 0 -1 0 174 0 0 0 0 0 0 0 20 0 1 0 645680550 1847296 147 996147200 134512640 134550740 4294956176 18446744073709551615 5106912 0 0 4096 0 0 0 0 17 0 0 0
/proc/11864/statm: 451 147 103 9 0 93 0

[startup+0.075045 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 11864
/proc/meminfo: memFree=1753912/2055920 swapFree=4180580/4192956
[pid=11864] ppid=11862 vsize=802236 CPUtime=0.06
/proc/11864/stat : 11864 (java) S 11862 11864 8622 0 -1 0 2809 0 1 0 4 2 0 0 20 0 7 0 645680550 821489664 2544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/11864/statm: 200559 2544 1009 9 0 197942 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802236

[startup+0.101048 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 11864
/proc/meminfo: memFree=1753912/2055920 swapFree=4180580/4192956
[pid=11864] ppid=11862 vsize=804612 CPUtime=0.09
/proc/11864/stat : 11864 (java) S 11862 11864 8622 0 -1 0 3009 0 1 0 6 3 0 0 20 0 12 0 645680550 823922688 2742 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11864/statm: 201153 2742 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804612

[startup+0.301068 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 11864
/proc/meminfo: memFree=1753912/2055920 swapFree=4180580/4192956
[pid=11864] ppid=11862 vsize=808276 CPUtime=0.28
/proc/11864/stat : 11864 (java) S 11862 11864 8622 0 -1 0 5059 0 1 0 24 4 0 0 20 0 12 0 645680550 827674624 4386 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11864/statm: 202069 4386 1307 9 0 199438 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808276

[startup+0.701112 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 11864
/proc/meminfo: memFree=1753912/2055920 swapFree=4180580/4192956
[pid=11864] ppid=11862 vsize=808304 CPUtime=0.69
/proc/11864/stat : 11864 (java) S 11862 11864 8622 0 -1 0 6396 0 1 0 63 6 0 0 20 0 12 0 645680550 827703296 5524 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11864/statm: 202076 5524 1336 9 0 199438 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 808304

[startup+1.5062 s]
/proc/loadavg: 2.08 2.02 2.01 4/86 11876
/proc/meminfo: memFree=1705368/2055920 swapFree=4180580/4192956
[pid=11864] ppid=11862 vsize=810232 CPUtime=1.48
/proc/11864/stat : 11864 (java) S 11862 11864 8622 0 -1 0 33018 0 1 0 132 16 0 0 20 0 12 0 645680550 829677568 31738 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11864/statm: 202558 31738 1349 9 0 199920 0
[pid=11864/tid=11866] ppid=11862 vsize=810232 CPUtime=0.8
/proc/11864/task/11866/stat : 11866 (java) R 11862 11864 8622 0 -1 64 16957 0 1 0 71 9 0 0 22 0 12 0 645680551 829677568 31738 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11867] ppid=11862 vsize=810232 CPUtime=0.12
/proc/11864/task/11867/stat : 11867 (java) R 11862 11864 8622 0 -1 64 6533 0 0 0 10 2 0 0 15 0 12 0 645680552 829677568 31738 996147200 134512640 134550740 4294956016 18446744073709551615 104145919 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11868] ppid=11862 vsize=810232 CPUtime=0.09
/proc/11864/task/11868/stat : 11868 (java) R 11862 11864 8622 0 -1 64 6911 0 0 0 7 2 0 0 15 0 12 0 645680552 829677568 31738 996147200 134512640 134550740 4294956016 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11869] ppid=11862 vsize=810232 CPUtime=0
/proc/11864/task/11869/stat : 11869 (java) R 11862 11864 8622 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 645680554 829677568 31738 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11870] ppid=11862 vsize=810232 CPUtime=0
/proc/11864/task/11870/stat : 11870 (java) S 11862 11864 8622 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 645680554 829677568 31738 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11871] ppid=11862 vsize=810232 CPUtime=0
/proc/11864/task/11871/stat : 11871 (java) S 11862 11864 8622 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 645680554 829677568 31738 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11872] ppid=11862 vsize=810232 CPUtime=0
/proc/11864/task/11872/stat : 11872 (java) S 11862 11864 8622 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 645680558 829677568 31738 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11873] ppid=11862 vsize=810232 CPUtime=0.18
/proc/11864/task/11873/stat : 11873 (java) S 11862 11864 8622 0 -1 64 646 0 0 0 18 0 0 0 16 0 12 0 645680558 829677568 31738 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11874] ppid=11862 vsize=810232 CPUtime=0.24
/proc/11864/task/11874/stat : 11874 (java) S 11862 11864 8622 0 -1 64 1180 0 0 0 24 0 0 0 16 0 12 0 645680558 829677568 31738 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11875] ppid=11862 vsize=810232 CPUtime=0
/proc/11864/task/11875/stat : 11875 (java) S 11862 11864 8622 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 645680558 829677568 31738 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11876] ppid=11862 vsize=810232 CPUtime=0
/proc/11864/task/11876/stat : 11876 (java) S 11862 11864 8622 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 645680558 829677568 31738 996147200 134512640 134550740 4294956016 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) 810232

[startup+3.10137 s]
/proc/loadavg: 2.08 2.02 2.01 4/86 11876
/proc/meminfo: memFree=1568600/2055920 swapFree=4180580/4192956
[pid=11864] ppid=11862 vsize=818552 CPUtime=3.38
/proc/11864/stat : 11864 (java) S 11862 11864 8622 0 -1 0 74704 0 1 0 305 33 0 0 20 0 12 0 645680550 838197248 68729 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11864/statm: 204638 68729 1349 9 0 202000 0
[pid=11864/tid=11866] ppid=11862 vsize=818552 CPUtime=1.06
/proc/11864/task/11866/stat : 11866 (java) S 11862 11864 8622 0 -1 64 16959 0 1 0 97 9 0 0 17 0 12 0 645680551 838197248 68729 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11867] ppid=11862 vsize=818552 CPUtime=0.92
/proc/11864/task/11867/stat : 11867 (java) R 11862 11864 8622 0 -1 64 26337 0 0 0 82 10 0 0 19 0 12 0 645680552 838197248 68729 996147200 134512640 134550740 4294956016 18446744073709551615 106548851 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11868] ppid=11862 vsize=818552 CPUtime=0.93
/proc/11864/task/11868/stat : 11868 (java) R 11862 11864 8622 0 -1 64 28791 0 0 0 82 11 0 0 20 0 12 0 645680552 838197248 68729 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11869] ppid=11862 vsize=818552 CPUtime=0
/proc/11864/task/11869/stat : 11869 (java) S 11862 11864 8622 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 645680554 838197248 68729 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11870] ppid=11862 vsize=818552 CPUtime=0
/proc/11864/task/11870/stat : 11870 (java) S 11862 11864 8622 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 645680554 838197248 68729 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11871] ppid=11862 vsize=818552 CPUtime=0
/proc/11864/task/11871/stat : 11871 (java) S 11862 11864 8622 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 645680554 838197248 68729 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11872] ppid=11862 vsize=818552 CPUtime=0
/proc/11864/task/11872/stat : 11872 (java) S 11862 11864 8622 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 645680558 838197248 68729 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11873] ppid=11862 vsize=818552 CPUtime=0.18
/proc/11864/task/11873/stat : 11873 (java) S 11862 11864 8622 0 -1 64 646 0 0 0 18 0 0 0 16 0 12 0 645680558 838197248 68729 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11874] ppid=11862 vsize=818552 CPUtime=0.24
/proc/11864/task/11874/stat : 11874 (java) S 11862 11864 8622 0 -1 64 1180 0 0 0 24 0 0 0 15 0 12 0 645680558 838197248 68729 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11875] ppid=11862 vsize=818552 CPUtime=0
/proc/11864/task/11875/stat : 11875 (java) S 11862 11864 8622 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 645680558 838197248 68729 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11876] ppid=11862 vsize=818552 CPUtime=0
/proc/11864/task/11876/stat : 11876 (java) S 11862 11864 8622 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 645680558 838197248 68729 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.38
Current children cumulated vsize (KiB) 818552

[startup+6.3027 s]
/proc/loadavg: 2.08 2.02 2.01 3/86 11876
/proc/meminfo: memFree=1418904/2055920 swapFree=4180580/4192956
[pid=11864] ppid=11862 vsize=821568 CPUtime=6.93
/proc/11864/stat : 11864 (java) S 11862 11864 8622 0 -1 0 94920 0 1 0 650 43 0 0 20 0 12 0 645680550 841285632 86090 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11864/statm: 205392 86090 1375 9 0 202754 0
[pid=11864/tid=11866] ppid=11862 vsize=821568 CPUtime=2.97
/proc/11864/task/11866/stat : 11866 (java) R 11862 11864 8622 0 -1 64 17274 0 1 0 288 9 0 0 25 0 12 0 645680551 841285632 86090 996147200 134512640 134550740 4294956016 18446744073709551615 4109644505 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11867] ppid=11862 vsize=821568 CPUtime=1.67
/proc/11864/task/11867/stat : 11867 (java) S 11862 11864 8622 0 -1 64 37081 0 0 0 152 15 0 0 16 0 12 0 645680552 841285632 86090 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11868] ppid=11862 vsize=821568 CPUtime=1.46
/proc/11864/task/11868/stat : 11868 (java) S 11862 11864 8622 0 -1 64 36170 0 0 0 132 14 0 0 16 0 12 0 645680552 841285632 86090 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11869] ppid=11862 vsize=821568 CPUtime=0
/proc/11864/task/11869/stat : 11869 (java) S 11862 11864 8622 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 645680554 841285632 86090 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11870] ppid=11862 vsize=821568 CPUtime=0
/proc/11864/task/11870/stat : 11870 (java) S 11862 11864 8622 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 645680554 841285632 86090 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11871] ppid=11862 vsize=821568 CPUtime=0
/proc/11864/task/11871/stat : 11871 (java) S 11862 11864 8622 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 645680554 841285632 86090 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11872] ppid=11862 vsize=821568 CPUtime=0
/proc/11864/task/11872/stat : 11872 (java) S 11862 11864 8622 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 645680558 841285632 86090 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11873] ppid=11862 vsize=821568 CPUtime=0.24
/proc/11864/task/11873/stat : 11873 (java) S 11862 11864 8622 0 -1 64 656 0 0 0 24 0 0 0 16 0 12 0 645680558 841285632 86090 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11874] ppid=11862 vsize=821568 CPUtime=0.52
/proc/11864/task/11874/stat : 11874 (java) S 11862 11864 8622 0 -1 64 2948 0 0 0 51 1 0 0 16 0 12 0 645680558 841285632 86090 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11875] ppid=11862 vsize=821568 CPUtime=0
/proc/11864/task/11875/stat : 11875 (java) S 11862 11864 8622 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 645680558 841285632 86090 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11876] ppid=11862 vsize=821568 CPUtime=0
/proc/11864/task/11876/stat : 11876 (java) S 11862 11864 8622 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 645680558 841285632 86090 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.93
Current children cumulated vsize (KiB) 821568

[startup+12.7134 s]
/proc/loadavg: 2.21 2.05 2.02 3/86 11876
/proc/meminfo: memFree=1328544/2055920 swapFree=4180580/4192956
[pid=11864] ppid=11862 vsize=823964 CPUtime=13.32
/proc/11864/stat : 11864 (java) S 11862 11864 8622 0 -1 0 120348 0 1 0 1280 52 0 0 20 0 12 0 645680550 843739136 110763 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11864/statm: 205991 110763 1387 9 0 203353 0
[pid=11864/tid=11866] ppid=11862 vsize=823964 CPUtime=8.21
/proc/11864/task/11866/stat : 11866 (java) R 11862 11864 8622 0 -1 64 17301 0 1 0 812 9 0 0 25 0 12 0 645680551 843739136 110763 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11867] ppid=11862 vsize=823964 CPUtime=2.05
/proc/11864/task/11867/stat : 11867 (java) R 11862 11864 8622 0 -1 64 49465 0 0 0 185 20 0 0 15 0 12 0 645680552 843739136 110763 996147200 134512640 134550740 4294956016 18446744073709551615 105852852 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11868] ppid=11862 vsize=823964 CPUtime=1.82
/proc/11864/task/11868/stat : 11868 (java) R 11862 11864 8622 0 -1 64 47799 0 0 0 163 19 0 0 16 0 12 0 645680552 843739136 110763 996147200 134512640 134550740 4294956016 18446744073709551615 103075173 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11869] ppid=11862 vsize=823964 CPUtime=0.01
/proc/11864/task/11869/stat : 11869 (java) S 11862 11864 8622 0 -1 64 30 0 0 0 1 0 0 0 15 0 12 0 645680554 843739136 110763 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11870] ppid=11862 vsize=823964 CPUtime=0
/proc/11864/task/11870/stat : 11870 (java) S 11862 11864 8622 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 645680554 843739136 110763 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11871] ppid=11862 vsize=823964 CPUtime=0
/proc/11864/task/11871/stat : 11871 (java) S 11862 11864 8622 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 645680554 843739136 110763 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11872] ppid=11862 vsize=823964 CPUtime=0
/proc/11864/task/11872/stat : 11872 (java) S 11862 11864 8622 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 645680558 843739136 110763 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11873] ppid=11862 vsize=823964 CPUtime=0.56
/proc/11864/task/11873/stat : 11873 (java) S 11862 11864 8622 0 -1 64 2026 0 0 0 56 0 0 0 16 0 12 0 645680558 843739136 110763 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11874] ppid=11862 vsize=823964 CPUtime=0.61
/proc/11864/task/11874/stat : 11874 (java) S 11862 11864 8622 0 -1 64 2966 0 0 0 60 1 0 0 16 0 12 0 645680558 843739136 110763 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11875] ppid=11862 vsize=823964 CPUtime=0
/proc/11864/task/11875/stat : 11875 (java) S 11862 11864 8622 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 645680558 843739136 110763 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11876] ppid=11862 vsize=823964 CPUtime=0
/proc/11864/task/11876/stat : 11876 (java) S 11862 11864 8622 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 645680558 843739136 110763 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.32
Current children cumulated vsize (KiB) 823964

[startup+25.5026 s]
/proc/loadavg: 2.18 2.05 2.01 3/86 11876
/proc/meminfo: memFree=1232928/2055920 swapFree=4180580/4192956
[pid=11864] ppid=11862 vsize=823324 CPUtime=26.08
/proc/11864/stat : 11864 (java) S 11862 11864 8622 0 -1 0 140996 0 1 0 2547 61 0 0 20 0 12 0 645680550 843083776 131193 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11864/statm: 205831 131193 1387 9 0 203193 0
[pid=11864/tid=11866] ppid=11862 vsize=823324 CPUtime=19.87
/proc/11864/task/11866/stat : 11866 (java) R 11862 11864 8622 0 -1 64 17334 0 1 0 1977 10 0 0 25 0 12 0 645680551 843083776 131193 996147200 134512640 134550740 4294956016 18446744073709551615 4109667732 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11867] ppid=11862 vsize=823324 CPUtime=2.54
/proc/11864/task/11867/stat : 11867 (java) S 11862 11864 8622 0 -1 64 61350 0 0 0 230 24 0 0 16 0 12 0 645680552 843083776 131193 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11868] ppid=11862 vsize=823324 CPUtime=2.25
/proc/11864/task/11868/stat : 11868 (java) S 11862 11864 8622 0 -1 64 56529 0 0 0 203 22 0 0 16 0 12 0 645680552 843083776 131193 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11869] ppid=11862 vsize=823324 CPUtime=0.01
/proc/11864/task/11869/stat : 11869 (java) S 11862 11864 8622 0 -1 64 30 0 0 0 1 0 0 0 15 0 12 0 645680554 843083776 131193 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11870] ppid=11862 vsize=823324 CPUtime=0
/proc/11864/task/11870/stat : 11870 (java) S 11862 11864 8622 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 645680554 843083776 131193 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11871] ppid=11862 vsize=823324 CPUtime=0
/proc/11864/task/11871/stat : 11871 (java) S 11862 11864 8622 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 645680554 843083776 131193 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11872] ppid=11862 vsize=823324 CPUtime=0
/proc/11864/task/11872/stat : 11872 (java) S 11862 11864 8622 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 645680558 843083776 131193 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=11864/tid=11867] ppid=11862 vsize=831232 CPUtime=5.03
/proc/11864/task/11867/stat : 11867 (java) S 11862 11864 8622 0 -1 64 86051 0 0 0 469 34 0 0 16 0 12 0 645680552 851181568 177385 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11868] ppid=11862 vsize=831232 CPUtime=4.65
/proc/11864/task/11868/stat : 11868 (java) S 11862 11864 8622 0 -1 64 77117 0 0 0 434 31 0 0 15 0 12 0 645680552 851181568 177385 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11869] ppid=11862 vsize=831232 CPUtime=90.5
/proc/11864/task/11869/stat : 11869 (java) R 11862 11864 8622 0 -1 64 738577 0 0 0 8734 316 0 0 25 0 12 0 645680554 851181568 177385 996147200 134512640 134550740 4294956016 18446744073709551615 104126462 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11870] ppid=11862 vsize=831232 CPUtime=0
/proc/11864/task/11870/stat : 11870 (java) S 11862 11864 8622 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 645680554 851181568 177385 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11871] ppid=11862 vsize=831232 CPUtime=0
/proc/11864/task/11871/stat : 11871 (java) S 11862 11864 8622 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 645680554 851181568 177385 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11872] ppid=11862 vsize=831232 CPUtime=0
/proc/11864/task/11872/stat : 11872 (java) S 11862 11864 8622 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 645680558 851181568 177385 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11873] ppid=11862 vsize=831232 CPUtime=0.66
/proc/11864/task/11873/stat : 11873 (java) S 11862 11864 8622 0 -1 64 2026 0 0 0 66 0 0 0 17 0 12 0 645680558 851181568 177385 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11874] ppid=11862 vsize=831232 CPUtime=0.68
/proc/11864/task/11874/stat : 11874 (java) S 11862 11864 8622 0 -1 64 2966 0 0 0 67 1 0 0 16 0 12 0 645680558 851181568 177385 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11875] ppid=11862 vsize=831232 CPUtime=0
/proc/11864/task/11875/stat : 11875 (java) S 11862 11864 8622 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 645680558 851181568 177385 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11876] ppid=11862 vsize=831232 CPUtime=0
/proc/11864/task/11876/stat : 11876 (java) S 11862 11864 8622 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 645680558 851181568 177385 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 224.45
Current children cumulated vsize (KiB) 831232

[startup+227.102 s]
/proc/loadavg: 2.49 2.22 2.07 3/86 11876
/proc/meminfo: memFree=1029088/2055920 swapFree=4180580/4192956
[pid=11864] ppid=11862 vsize=849804 CPUtime=227.65
/proc/11864/stat : 11864 (java) S 11862 11864 8622 0 -1 0 952768 0 1 0 22356 409 0 0 20 0 13 0 645680550 870199296 181953 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11864/statm: 212451 181953 1390 9 0 209813 0
[pid=11864/tid=11866] ppid=11862 vsize=849804 CPUtime=122.86
/proc/11864/task/11866/stat : 11866 (java) S 11862 11864 8622 0 -1 64 17649 0 1 0 12275 11 0 0 17 0 13 0 645680551 870199296 181953 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11867] ppid=11862 vsize=849804 CPUtime=5.03
/proc/11864/task/11867/stat : 11867 (java) S 11862 11864 8622 0 -1 64 86051 0 0 0 469 34 0 0 16 0 13 0 645680552 870199296 181953 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11868] ppid=11862 vsize=849804 CPUtime=4.65
/proc/11864/task/11868/stat : 11868 (java) S 11862 11864 8622 0 -1 64 77117 0 0 0 434 31 0 0 15 0 13 0 645680552 870199296 181953 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11869] ppid=11862 vsize=849804 CPUtime=93.7
/proc/11864/task/11869/stat : 11869 (java) R 11862 11864 8622 0 -1 64 766193 0 0 0 9041 329 0 0 25 0 13 0 645680554 870199296 181953 996147200 134512640 134550740 4294956016 18446744073709551615 105847280 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11870] ppid=11862 vsize=849804 CPUtime=0
/proc/11864/task/11870/stat : 11870 (java) S 11862 11864 8622 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 645680554 870199296 181953 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11871] ppid=11862 vsize=849804 CPUtime=0
/proc/11864/task/11871/stat : 11871 (java) S 11862 11864 8622 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 645680554 870199296 181953 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11872] ppid=11862 vsize=849804 CPUtime=0
/proc/11864/task/11872/stat : 11872 (java) S 11862 11864 8622 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 645680558 870199296 181953 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11873] ppid=11862 vsize=849804 CPUtime=0.66
/proc/11864/task/11873/stat : 11873 (java) S 11862 11864 8622 0 -1 64 2026 0 0 0 66 0 0 0 17 0 13 0 645680558 870199296 181953 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11874] ppid=11862 vsize=849804 CPUtime=0.68
/proc/11864/task/11874/stat : 11874 (java) S 11862 11864 8622 0 -1 64 2966 0 0 0 67 1 0 0 16 0 13 0 645680558 870199296 181953 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11875] ppid=11862 vsize=849804 CPUtime=0
/proc/11864/task/11875/stat : 11875 (java) S 11862 11864 8622 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 645680558 870199296 181953 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11876] ppid=11862 vsize=849804 CPUtime=0
/proc/11864/task/11876/stat : 11876 (java) S 11862 11864 8622 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 645680558 870199296 181953 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 227.65
Current children cumulated vsize (KiB) 849804

[startup+230.302 s]
/proc/loadavg: 2.49 2.22 2.07 3/87 11877
/proc/meminfo: memFree=1029016/2055920 swapFree=4180580/4192956
[pid=11864] ppid=11862 vsize=849804 CPUtime=230.85
/proc/11864/stat : 11864 (java) S 11862 11864 8622 0 -1 0 973182 0 1 0 22668 417 0 0 20 0 13 0 645680550 870199296 181953 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11864/statm: 212451 181953 1390 9 0 209813 0
[pid=11864/tid=11866] ppid=11862 vsize=849804 CPUtime=122.86
/proc/11864/task/11866/stat : 11866 (java) S 11862 11864 8622 0 -1 64 17649 0 1 0 12275 11 0 0 17 0 13 0 645680551 870199296 181953 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11867] ppid=11862 vsize=849804 CPUtime=5.03
/proc/11864/task/11867/stat : 11867 (java) S 11862 11864 8622 0 -1 64 86051 0 0 0 469 34 0 0 16 0 13 0 645680552 870199296 181953 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11868] ppid=11862 vsize=849804 CPUtime=4.65
/proc/11864/task/11868/stat : 11868 (java) S 11862 11864 8622 0 -1 64 77117 0 0 0 434 31 0 0 15 0 13 0 645680552 870199296 181953 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11869] ppid=11862 vsize=849804 CPUtime=96.9
/proc/11864/task/11869/stat : 11869 (java) R 11862 11864 8622 0 -1 64 786605 0 0 0 9354 336 0 0 25 0 13 0 645680554 870199296 181953 996147200 134512640 134550740 4294956016 18446744073709551615 105678347 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11870] ppid=11862 vsize=849804 CPUtime=0
/proc/11864/task/11870/stat : 11870 (java) S 11862 11864 8622 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 645680554 870199296 181953 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11871] ppid=11862 vsize=849804 CPUtime=0
/proc/11864/task/11871/stat : 11871 (java) S 11862 11864 8622 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 645680554 870199296 181953 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11872] ppid=11862 vsize=849804 CPUtime=0
/proc/11864/task/11872/stat : 11872 (java) S 11862 11864 8622 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 645680558 870199296 181953 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11873] ppid=11862 vsize=849804 CPUtime=0.66
/proc/11864/task/11873/stat : 11873 (java) S 11862 11864 8622 0 -1 64 2026 0 0 0 66 0 0 0 17 0 13 0 645680558 870199296 181953 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11874] ppid=11862 vsize=849804 CPUtime=0.68
/proc/11864/task/11874/stat : 11874 (java) S 11862 11864 8622 0 -1 64 2966 0 0 0 67 1 0 0 16 0 13 0 645680558 870199296 181953 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11875] ppid=11862 vsize=849804 CPUtime=0
/proc/11864/task/11875/stat : 11875 (java) S 11862 11864 8622 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 645680558 870199296 181953 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11876] ppid=11862 vsize=849804 CPUtime=0
/proc/11864/task/11876/stat : 11876 (java) S 11862 11864 8622 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 645680558 870199296 181953 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11864/tid=11877] ppid=11862 vsize=849804 CPUtime=0
/proc/11864/task/11877/stat : 11877 (java) S 11862 11864 8622 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 645703214 870199296 181953 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 230.85
Current children cumulated vsize (KiB) 849804

[startup+231.102 s]
/proc/loadavg: 2.45 2.22 2.07 3/87 11877
/proc/meminfo: memFree=1029016/2055920 swapFree=4180580/4192956
[pid=11864] ppid=11862 vsize=849804 CPUtime=231.65
/proc/11864/stat : 11864 (java) S 11862 11864 8622 0 -1 0 983389 0 1 0 22744 421 0 0 20 0 13 0 645680550 870199296 181953 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11864/statm: 212451 181953 1390 9 0 209813 0
[pid=11864/tid=11866] ppid=11862 vsize=849804 CPUtime=122.86
/proc/11864/task/11866/stat : 11866 (java) S 11862 11864 8622 0 -1 64 17649 0 1 0 12275 11 0 0 17 0 13 0 645680551 870199296 181953 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11867] ppid=11862 vsize=849804 CPUtime=5.03
/proc/11864/task/11867/stat : 11867 (java) S 11862 11864 8622 0 -1 64 86051 0 0 0 469 34 0 0 16 0 13 0 645680552 870199296 181953 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11868] ppid=11862 vsize=849804 CPUtime=4.65
/proc/11864/task/11868/stat : 11868 (java) S 11862 11864 8622 0 -1 64 77117 0 0 0 434 31 0 0 15 0 13 0 645680552 870199296 181953 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11869] ppid=11862 vsize=849804 CPUtime=97.7
/proc/11864/task/11869/stat : 11869 (java) R 11862 11864 8622 0 -1 64 796811 0 0 0 9430 340 0 0 25 0 13 0 645680554 870199296 181953 996147200 134512640 134550740 4294956016 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11870] ppid=11862 vsize=849804 CPUtime=0
/proc/11864/task/11870/stat : 11870 (java) S 11862 11864 8622 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 645680554 870199296 181953 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11871] ppid=11862 vsize=849804 CPUtime=0
/proc/11864/task/11871/stat : 11871 (java) S 11862 11864 8622 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 645680554 870199296 181953 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11872] ppid=11862 vsize=849804 CPUtime=0
/proc/11864/task/11872/stat : 11872 (java) S 11862 11864 8622 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 645680558 870199296 181953 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11873] ppid=11862 vsize=849804 CPUtime=0.66
/proc/11864/task/11873/stat : 11873 (java) S 11862 11864 8622 0 -1 64 2026 0 0 0 66 0 0 0 17 0 13 0 645680558 870199296 181953 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11874] ppid=11862 vsize=849804 CPUtime=0.68
/proc/11864/task/11874/stat : 11874 (java) S 11862 11864 8622 0 -1 64 2966 0 0 0 67 1 0 0 16 0 13 0 645680558 870199296 181953 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11875] ppid=11862 vsize=849804 CPUtime=0
/proc/11864/task/11875/stat : 11875 (java) S 11862 11864 8622 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 645680558 870199296 181953 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11876] ppid=11862 vsize=849804 CPUtime=0
/proc/11864/task/11876/stat : 11876 (java) S 11862 11864 8622 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 645680558 870199296 181953 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11864/tid=11877] ppid=11862 vsize=849804 CPUtime=0
/proc/11864/task/11877/stat : 11877 (java) S 11862 11864 8622 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 645703214 870199296 181953 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 231.65
Current children cumulated vsize (KiB) 849804

[startup+231.902 s]
/proc/loadavg: 2.45 2.22 2.07 3/87 11877
/proc/meminfo: memFree=1029016/2055920 swapFree=4180580/4192956
[pid=11864] ppid=11862 vsize=849804 CPUtime=232.45
/proc/11864/stat : 11864 (java) S 11862 11864 8622 0 -1 0 983389 0 1 0 22824 421 0 0 20 0 13 0 645680550 870199296 181953 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11864/statm: 212451 181953 1390 9 0 209813 0
[pid=11864/tid=11866] ppid=11862 vsize=849804 CPUtime=122.86
/proc/11864/task/11866/stat : 11866 (java) S 11862 11864 8622 0 -1 64 17649 0 1 0 12275 11 0 0 17 0 13 0 645680551 870199296 181953 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11867] ppid=11862 vsize=849804 CPUtime=5.03
/proc/11864/task/11867/stat : 11867 (java) S 11862 11864 8622 0 -1 64 86051 0 0 0 469 34 0 0 16 0 13 0 645680552 870199296 181953 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11868] ppid=11862 vsize=849804 CPUtime=4.65
/proc/11864/task/11868/stat : 11868 (java) S 11862 11864 8622 0 -1 64 77117 0 0 0 434 31 0 0 15 0 13 0 645680552 870199296 181953 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11869] ppid=11862 vsize=849804 CPUtime=98.5
/proc/11864/task/11869/stat : 11869 (java) R 11862 11864 8622 0 -1 64 796811 0 0 0 9510 340 0 0 25 0 13 0 645680554 870199296 181953 996147200 134512640 134550740 4294956016 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11870] ppid=11862 vsize=849804 CPUtime=0
/proc/11864/task/11870/stat : 11870 (java) S 11862 11864 8622 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 645680554 870199296 181953 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11871] ppid=11862 vsize=849804 CPUtime=0
/proc/11864/task/11871/stat : 11871 (java) S 11862 11864 8622 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 645680554 870199296 181953 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11872] ppid=11862 vsize=849804 CPUtime=0
/proc/11864/task/11872/stat : 11872 (java) S 11862 11864 8622 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 645680558 870199296 181953 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11873] ppid=11862 vsize=849804 CPUtime=0.66
/proc/11864/task/11873/stat : 11873 (java) S 11862 11864 8622 0 -1 64 2026 0 0 0 66 0 0 0 17 0 13 0 645680558 870199296 181953 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11874] ppid=11862 vsize=849804 CPUtime=0.68
/proc/11864/task/11874/stat : 11874 (java) S 11862 11864 8622 0 -1 64 2966 0 0 0 67 1 0 0 16 0 13 0 645680558 870199296 181953 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11875] ppid=11862 vsize=849804 CPUtime=0
/proc/11864/task/11875/stat : 11875 (java) S 11862 11864 8622 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 645680558 870199296 181953 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11864/tid=11876] ppid=11862 vsize=849804 CPUtime=0
/proc/11864/task/11876/stat : 11876 (java) S 11862 11864 8622 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 645680558 870199296 181953 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11864/tid=11877] ppid=11862 vsize=849804 CPUtime=0
/proc/11864/task/11877/stat : 11877 (java) S 11862 11864 8622 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 645703214 870199296 181953 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 232.45
Current children cumulated vsize (KiB) 849804

[startup+232.107 s]
/proc/loadavg: 2.45 2.22 2.07 3/87 11877
/proc/meminfo: memFree=1029016/2055920 swapFree=4180580/4192956
[pid=11864] ppid=11862 vsize=0 CPUtime=232.64
/proc/11864/stat : 11864 (java) Z 11862 11864 8622 0 -1 12 983395 0 1 0 22843 421 0 0 16 0 2 0 645680550 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11864/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 232.64
Current children cumulated vsize (KiB) 0

[startup+232.202 s]
/proc/loadavg: 2.45 2.22 2.07 3/87 11877
/proc/meminfo: memFree=1029016/2055920 swapFree=4180580/4192956
[pid=11864] ppid=11862 vsize=0 CPUtime=232.74
/proc/11864/stat : 11864 (java) Z 11862 11864 8622 0 -1 12 983395 0 1 0 22843 431 0 0 16 0 2 0 645680550 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11864/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 232.74
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 232.206
CPU time (s): 232.751
CPU user time (s): 228.432
CPU system time (s): 4.31834
CPU usage (%): 100.235
Max. virtual memory (cumulated for all children) (KiB): 867820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 228.432
system time used= 4.31834
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 983395
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= 9860
involuntary context switches= 5389

runsolver used 0.289955 second user time and 0.78288 second system time

The end

Launcher Data (download as text)

Begin job on node79 at 2008-07-05 05:11:41
IDJOB=1083392
IDBENCH=57473
IDSOLVER=344
FILE ID=node79/1083392-1215227501
PBS_JOBID= 7881733
Free space on /tmp= 66492 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-20/normalized-super-js-taillard-20-7.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1083392-1215227501/watcher-1083392-1215227501 -o /tmp/evaluation-result-1083392-1215227501/solver-1083392-1215227501 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1083392-1215227501.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a5fe6063268d909d41d212ba29ec3b57
RANDOM SEED=416038345

node79.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.218
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.218
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1754392 kB
Buffers:         42104 kB
Cached:         183576 kB
SwapCached:       6948 kB
Active:         165184 kB
Inactive:        88244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1754392 kB
SwapTotal:     4192956 kB
SwapFree:      4180580 kB
Dirty:            2728 kB
Writeback:           0 kB
Mapped:          34056 kB
Slab:            33536 kB
Committed_AS:  1154940 kB
PageTables:       1760 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= 66492 MiB
End job on node79 at 2008-07-05 05:15:34