Trace number 1058150

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-13SAT 273.877 274.744

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-10.xml
MD5SUM3a46901a8ea2c192a6f5d5f8c9f3ac47
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.67974
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints6793
Maximum constraint arity15
Maximum domain size33
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5889
Global constraints used (with number of constraints)alldifferent(904)

Solver Data (download as text)

0.28/0.30	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.28/0.30	c This is free software under the dual EPL/GNU LGPL licenses.
0.28/0.30	c See www.sat4j.org for details.
0.28/0.30	c That software uses the Rhino library from the Mozilla project.
0.28/0.35	c version 9.9.9.token
0.28/0.35	c sun.arch.data.model	32
0.28/0.35	c java.version	1.6.0_06
0.28/0.35	c os.name	Linux
0.28/0.35	c os.version	2.6.9-22.EL.rootsmp
0.28/0.35	c os.arch	i386
0.28/0.35	c Free memory 669864272
0.28/0.35	c Max memory 672137216
0.28/0.35	c Total memory 672137216
0.28/0.35	c Number of processors 2
0.28/0.39	c c --- Begin Solver configuration ---
0.28/0.39	c Stops conflict analysis at the first Unique Implication Point
0.28/0.39	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.28/0.39	c Learn all clauses as in MiniSAT
0.28/0.39	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.39	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.28/0.39	c Expensive reason simplification
0.28/0.39	c MiniSAT restarts strategy
0.28/0.39	c timeout=2147483s
0.28/0.39	c DB Simplification allowed=false
0.28/0.39	c --- End Solver configuration ---
0.28/0.39	c solving HOME/instance-1058150-1215113139.xml
0.28/0.39	c reading problem ... 
0.59/0.65	c reading problem named null
0.59/0.65	c reading domains done.
0.99/1.06	c reading variables done.
1.28/1.39	c reading predicates  done.
1.47/1.56	c reading constraints
271.97/272.88	c done with constraints.
271.97/272.88	c ... done. Wall clock time 272.494s.
271.97/272.88	c #vars     6116
271.97/272.88	c #constraints  1439642
271.97/272.88	c constraints type 
271.97/272.89	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1439242
271.97/272.89	c org.sat4j.minisat.constraints.card.AtLeast => 350
273.76/274.68	c starts		: 5
273.76/274.68	c conflicts		: 871
273.76/274.68	c decisions		: 6940
273.76/274.68	c propagations		: 174150
273.76/274.68	c inspects		: 3672105
273.76/274.68	c learnt literals	: 0
273.76/274.68	c learnt binary clauses	: 0
273.76/274.68	c learnt ternary clauses	: 0
273.76/274.68	c learnt clauses	: 871
273.76/274.68	c ignored clauses	: 0
273.76/274.68	c root simplifications	: 0
273.76/274.68	c removed literals (reason simplification)	: 1020
273.76/274.68	c reason swapping (by a shorter reason)	: 0
273.76/274.68	c Calls to reduceDB	: 0
273.76/274.68	c speed (assignments/second)	: 97837.0786516854
273.76/274.68	c non guided choices	5626
273.76/274.68	s SATISFIABLE
273.76/274.68	v 43 42 18 7 23 32 3 26 16 17 39 39 16 11 14 29 37 11 11 24 39 35 9 23 10 0 19 39 31 9 21 28 3 0 26 30 33 17 25 0 18 31 39 14 27 33 5 28 29 4 15 26 26 12 11 2 21 11 38 30 7 20 39 32 44 20 1 42 42 29 4 17 18 23 42 28 25 3 40 36 15 11 22 27 26 17 24 8 9 36 18 36 13 27 19 28 14 34 27 20 41 5 37 5 12 19 33 30 26 3 6 9 31 22 20 11 43 30 2 36 12 4 24 44 28 4 7 36 24 29 35 34 40 10 3 22 14 10 4 36 40 12 16 27 7 13 22 16 25 38 44 0 14 44 6 19 8 4 3 35 36 8 37 31 32 28 34 12 6 31 24 9 21 39 8 25 6 15 40 41 43 1 32 7 10 21 44 36 40 25 41 15 40 4 41 17 13 19 2 42 1 3 6 5 5 11 1 18 7 3 14 6 15 13 19 18 10 11 2 10 4 19 3 11 5 16 7 18 13 9 5 10 3 15 15 4 1 11 15 18 15 8 16 14 7 11 11 5 4 9 15 16 11 11 18 3 14 15 13 9 7 13 13 7 13 18 10 11 15 10 16 1 7 8 19 13 3 11 5 13 14 17 16 18 4 7 13 14 11 15 13 1 7 5 18 15 3 14 9 5 7 15 11 14 18 5 16 7 13 14 13 4 18 7 14 8 11 11 13 2 15 19 15 5 11 15 15 17 7 3 5 11 15 15 6 5 15 11 14 11 1 7 17 10 8 2 15 13 17 18 17 14 11 19 10 10 11 6 19 10 7 7 16 6 10 4 13 13 16 3 5 19 10 8 18 13 7 9 18 16 7 16 17 11 16 16 18 5 9 5 18 11 3 13 15 5 9 19 11 7 
273.76/274.68	c Total wall clock time (in seconds) : 274.286

Verifier Data (download as text)

OK

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-1058150-1215113139/watcher-1058150-1215113139 -o /tmp/evaluation-result-1058150-1215113139/solver-1058150-1215113139 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1058150-1215113139.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.11 2.05 1.98 4/72 31149
/proc/meminfo: memFree=1145672/2055920 swapFree=4117436/4192956
[pid=31149] ppid=31147 vsize=1804 CPUtime=0
/proc/31149/stat : 31149 (java6) D 31147 31149 30671 0 -1 0 183 0 0 0 0 0 0 0 18 0 1 0 1990287654 1847296 155 996147200 134512640 134550740 4294956192 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/31149/statm: 451 155 111 9 0 93 0

[startup+0.0973319 s]
/proc/loadavg: 2.11 2.05 1.98 4/72 31149
/proc/meminfo: memFree=1145672/2055920 swapFree=4117436/4192956
[pid=31149] ppid=31147 vsize=804612 CPUtime=0.08
/proc/31149/stat : 31149 (java) S 31147 31149 30671 0 -1 0 2993 0 1 0 6 2 0 0 18 0 12 0 1990287654 823922688 2726 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31149/statm: 201153 2726 1047 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.102332 s]
/proc/loadavg: 2.11 2.05 1.98 4/72 31149
/proc/meminfo: memFree=1145672/2055920 swapFree=4117436/4192956
[pid=31149] ppid=31147 vsize=804612 CPUtime=0.08
/proc/31149/stat : 31149 (java) S 31147 31149 30671 0 -1 0 3004 0 1 0 6 2 0 0 18 0 12 0 1990287654 823922688 2737 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31149/statm: 201153 2737 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.302345 s]
/proc/loadavg: 2.11 2.05 1.98 4/72 31149
/proc/meminfo: memFree=1145672/2055920 swapFree=4117436/4192956
[pid=31149] ppid=31147 vsize=808040 CPUtime=0.28
/proc/31149/stat : 31149 (java) S 31147 31149 30671 0 -1 0 4951 0 1 0 25 3 0 0 18 0 12 0 1990287654 827432960 4278 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31149/statm: 202010 4278 1307 9 0 199379 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808040

[startup+0.702372 s]
/proc/loadavg: 2.11 2.05 1.98 4/72 31149
/proc/meminfo: memFree=1145672/2055920 swapFree=4117436/4192956
[pid=31149] ppid=31147 vsize=808356 CPUtime=0.68
/proc/31149/stat : 31149 (java) S 31147 31149 30671 0 -1 0 6527 0 1 0 63 5 0 0 18 0 12 0 1990287654 827756544 5524 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31149/statm: 202089 5524 1335 9 0 199451 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808356

[startup+1.50142 s]
/proc/loadavg: 2.11 2.05 1.98 4/84 31161
/proc/meminfo: memFree=1127912/2055920 swapFree=4117436/4192956
[pid=31149] ppid=31147 vsize=808588 CPUtime=1.47
/proc/31149/stat : 31149 (java) S 31147 31149 30671 0 -1 0 8361 0 1 0 141 6 0 0 18 0 12 0 1990287654 827994112 6679 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31149/statm: 202147 6679 1351 9 0 199509 0
[pid=31149/tid=31151] ppid=31147 vsize=808588 CPUtime=0.73
/proc/31149/task/31151/stat : 31151 (java) R 31147 31149 30671 0 -1 64 4884 0 1 0 69 4 0 0 25 0 12 0 1990287655 827994112 6680 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31152] ppid=31147 vsize=808588 CPUtime=0
/proc/31149/task/31152/stat : 31152 (java) S 31147 31149 30671 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 1990287656 827994112 6680 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31153] ppid=31147 vsize=808588 CPUtime=0
/proc/31149/task/31153/stat : 31153 (java) S 31147 31149 30671 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 1990287656 827994112 6680 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31154] ppid=31147 vsize=808588 CPUtime=0
/proc/31149/task/31154/stat : 31154 (java) S 31147 31149 30671 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1990287658 827994112 6680 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31155] ppid=31147 vsize=808588 CPUtime=0
/proc/31149/task/31155/stat : 31155 (java) S 31147 31149 30671 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 1990287658 827994112 6680 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31156] ppid=31147 vsize=808588 CPUtime=0
/proc/31149/task/31156/stat : 31156 (java) S 31147 31149 30671 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1990287659 827994112 6680 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31157] ppid=31147 vsize=808588 CPUtime=0
/proc/31149/task/31157/stat : 31157 (java) S 31147 31149 30671 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1990287663 827994112 6680 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31158] ppid=31147 vsize=808588 CPUtime=0.49
/proc/31149/task/31158/stat : 31158 (java) S 31147 31149 30671 0 -1 64 1677 0 0 0 49 0 0 0 17 0 12 0 1990287663 827994112 6680 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31159] ppid=31147 vsize=808588 CPUtime=0.22
/proc/31149/task/31159/stat : 31159 (java) S 31147 31149 30671 0 -1 64 1036 0 0 0 22 0 0 0 16 0 12 0 1990287663 827994112 6680 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31160] ppid=31147 vsize=808588 CPUtime=0
/proc/31149/task/31160/stat : 31160 (java) S 31147 31149 30671 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1990287663 827994112 6680 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31161] ppid=31147 vsize=808588 CPUtime=0
/proc/31149/task/31161/stat : 31161 (java) S 31147 31149 30671 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1990287663 827994112 6680 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 808588

[startup+3.10152 s]
/proc/loadavg: 2.11 2.05 1.98 3/84 31161
/proc/meminfo: memFree=1117352/2055920 swapFree=4117436/4192956
[pid=31149] ppid=31147 vsize=814024 CPUtime=3.05
/proc/31149/stat : 31149 (java) S 31147 31149 30671 0 -1 0 20577 0 1 0 293 12 0 0 18 0 12 0 1990287654 833560576 16739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31149/statm: 203506 16740 1373 9 0 200868 0
[pid=31149/tid=31151] ppid=31147 vsize=814024 CPUtime=1.65
/proc/31149/task/31151/stat : 31151 (java) R 31147 31149 30671 0 -1 64 13518 0 1 0 157 8 0 0 25 0 12 0 1990287655 833560576 16740 996147200 134512640 134550740 4294956032 18446744073709551615 4109722439 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31152] ppid=31147 vsize=814024 CPUtime=0
/proc/31149/task/31152/stat : 31152 (java) S 31147 31149 30671 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 1990287656 833560576 16741 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31153] ppid=31147 vsize=814024 CPUtime=0
/proc/31149/task/31153/stat : 31153 (java) S 31147 31149 30671 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 1990287656 833560576 16742 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31154] ppid=31147 vsize=814024 CPUtime=0
/proc/31149/task/31154/stat : 31154 (java) S 31147 31149 30671 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1990287658 833560576 16742 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31155] ppid=31147 vsize=814024 CPUtime=0
/proc/31149/task/31155/stat : 31155 (java) S 31147 31149 30671 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 1990287658 833560576 16743 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31156] ppid=31147 vsize=814024 CPUtime=0
/proc/31149/task/31156/stat : 31156 (java) S 31147 31149 30671 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1990287659 833560576 16743 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31157] ppid=31147 vsize=814024 CPUtime=0
/proc/31149/task/31157/stat : 31157 (java) S 31147 31149 30671 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1990287663 833560576 16744 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31158] ppid=31147 vsize=814024 CPUtime=0.96
/proc/31149/task/31158/stat : 31158 (java) S 31147 31149 30671 0 -1 64 4763 0 0 0 94 2 0 0 16 0 12 0 1990287663 833560576 16745 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31159] ppid=31147 vsize=814024 CPUtime=0.41
/proc/31149/task/31159/stat : 31159 (java) S 31147 31149 30671 0 -1 64 1532 0 0 0 41 0 0 0 16 0 12 0 1990287663 833560576 16745 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31160] ppid=31147 vsize=814024 CPUtime=0
/proc/31149/task/31160/stat : 31160 (java) S 31147 31149 30671 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1990287663 833560576 16746 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31161] ppid=31147 vsize=814024 CPUtime=0
/proc/31149/task/31161/stat : 31161 (java) S 31147 31149 30671 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1990287663 833560576 16746 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 814024

[startup+6.30274 s]
/proc/loadavg: 2.10 2.05 1.98 3/84 31161
/proc/meminfo: memFree=1064360/2055920 swapFree=4117436/4192956
[pid=31149] ppid=31147 vsize=813552 CPUtime=6.24
/proc/31149/stat : 31149 (java) S 31147 31149 30671 0 -1 0 25450 0 1 0 609 15 0 0 18 0 12 0 1990287654 833077248 21504 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31149/statm: 203388 21504 1378 9 0 200750 0
[pid=31149/tid=31151] ppid=31147 vsize=813552 CPUtime=4.7
/proc/31149/task/31151/stat : 31151 (java) R 31147 31149 30671 0 -1 64 17268 0 1 0 460 10 0 0 25 0 12 0 1990287655 833077248 21504 996147200 134512640 134550740 4294956032 18446744073709551615 4109705194 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31152] ppid=31147 vsize=813552 CPUtime=0.02
/proc/31149/task/31152/stat : 31152 (java) S 31147 31149 30671 0 -1 64 637 0 0 0 2 0 0 0 17 0 12 0 1990287656 833077248 21504 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31153] ppid=31147 vsize=813552 CPUtime=0.02
/proc/31149/task/31153/stat : 31153 (java) S 31147 31149 30671 0 -1 64 402 0 0 0 2 0 0 0 17 0 12 0 1990287656 833077248 21504 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31154] ppid=31147 vsize=813552 CPUtime=0
/proc/31149/task/31154/stat : 31154 (java) S 31147 31149 30671 0 -1 64 84 0 0 0 0 0 0 0 16 0 12 0 1990287658 833077248 21504 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31155] ppid=31147 vsize=813552 CPUtime=0
/proc/31149/task/31155/stat : 31155 (java) S 31147 31149 30671 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1990287658 833077248 21504 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31156] ppid=31147 vsize=813552 CPUtime=0
/proc/31149/task/31156/stat : 31156 (java) S 31147 31149 30671 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1990287659 833077248 21504 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31157] ppid=31147 vsize=813552 CPUtime=0
/proc/31149/task/31157/stat : 31157 (java) S 31147 31149 30671 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1990287663 833077248 21504 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31158] ppid=31147 vsize=813552 CPUtime=1
/proc/31149/task/31158/stat : 31158 (java) S 31147 31149 30671 0 -1 64 4765 0 0 0 98 2 0 0 16 0 12 0 1990287663 833077248 21504 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31159] ppid=31147 vsize=813552 CPUtime=0.45
/proc/31149/task/31159/stat : 31159 (java) S 31147 31149 30671 0 -1 64 1532 0 0 0 45 0 0 0 16 0 12 0 1990287663 833077248 21504 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31160] ppid=31147 vsize=813552 CPUtime=0
/proc/31149/task/31160/stat : 31160 (java) S 31147 31149 30671 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1990287663 833077248 21504 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31161] ppid=31147 vsize=813552 CPUtime=0
/proc/31149/task/31161/stat : 31161 (java) S 31147 31149 30671 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1990287663 833077248 21504 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 813552

[startup+12.7021 s]
/proc/loadavg: 2.09 2.05 1.98 3/84 31161
/proc/meminfo: memFree=1049640/2055920 swapFree=4117436/4192956
[pid=31149] ppid=31147 vsize=813552 CPUtime=12.62
/proc/31149/stat : 31149 (java) S 31147 31149 30671 0 -1 0 29147 0 1 0 1245 17 0 0 18 0 12 0 1990287654 833077248 25194 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31149/statm: 203388 25194 1380 9 0 200750 0
[pid=31149/tid=31151] ppid=31147 vsize=813552 CPUtime=10.9
/proc/31149/task/31151/stat : 31151 (java) R 31147 31149 30671 0 -1 64 19444 0 1 0 1078 12 0 0 25 0 12 0 1990287655 833077248 25194 996147200 134512640 134550740 4294956032 18446744073709551615 4109694729 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31152] ppid=31147 vsize=813552 CPUtime=0.06
/proc/31149/task/31152/stat : 31152 (java) S 31147 31149 30671 0 -1 64 1581 0 0 0 6 0 0 0 17 0 12 0 1990287656 833077248 25194 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31153] ppid=31147 vsize=813552 CPUtime=0.05
/proc/31149/task/31153/stat : 31153 (java) S 31147 31149 30671 0 -1 64 890 0 0 0 5 0 0 0 16 0 12 0 1990287656 833077248 25194 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31154] ppid=31147 vsize=813552 CPUtime=0
/proc/31149/task/31154/stat : 31154 (java) S 31147 31149 30671 0 -1 64 165 0 0 0 0 0 0 0 16 0 12 0 1990287658 833077248 25194 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31155] ppid=31147 vsize=813552 CPUtime=0
/proc/31149/task/31155/stat : 31155 (java) S 31147 31149 30671 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1990287658 833077248 25194 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31156] ppid=31147 vsize=813552 CPUtime=0
/proc/31149/task/31156/stat : 31156 (java) S 31147 31149 30671 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1990287659 833077248 25194 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31157] ppid=31147 vsize=813552 CPUtime=0
/proc/31149/task/31157/stat : 31157 (java) S 31147 31149 30671 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1990287663 833077248 25194 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31158] ppid=31147 vsize=813552 CPUtime=1.05
/proc/31149/task/31158/stat : 31158 (java) S 31147 31149 30671 0 -1 64 4770 0 0 0 103 2 0 0 16 0 12 0 1990287663 833077248 25194 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31159] ppid=31147 vsize=813552 CPUtime=0.49
/proc/31149/task/31159/stat : 31159 (java) S 31147 31149 30671 0 -1 64 1535 0 0 0 49 0 0 0 16 0 12 0 1990287663 833077248 25194 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31160] ppid=31147 vsize=813552 CPUtime=0
/proc/31149/task/31160/stat : 31160 (java) S 31147 31149 30671 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1990287663 833077248 25194 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31161] ppid=31147 vsize=813552 CPUtime=0
/proc/31149/task/31161/stat : 31161 (java) S 31147 31149 30671 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1990287663 833077248 25194 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 813552

[startup+25.503 s]
/proc/loadavg: 2.07 2.04 1.98 3/84 31162
/proc/meminfo: memFree=1047400/2055920 swapFree=4117436/4192956
[pid=31149] ppid=31147 vsize=813552 CPUtime=25.36
/proc/31149/stat : 31149 (java) S 31147 31149 30671 0 -1 0 29651 0 1 0 2519 17 0 0 18 0 12 0 1990287654 833077248 25685 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31149/statm: 203388 25685 1380 9 0 200750 0
[pid=31149/tid=31151] ppid=31147 vsize=813552 CPUtime=23.31
/proc/31149/task/31151/stat : 31151 (java) R 31147 31149 30671 0 -1 64 19462 0 1 0 2319 12 0 0 25 0 12 0 1990287655 833077248 25685 996147200 134512640 134550740 4294956032 18446744073709551615 4109705152 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31152] ppid=31147 vsize=813552 CPUtime=0.08
/proc/31149/task/31152/stat : 31152 (java) S 31147 31149 30671 0 -1 64 1802 0 0 0 8 0 0 0 17 0 12 0 1990287656 833077248 25685 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31153] ppid=31147 vsize=813552 CPUtime=0.07
/proc/31149/task/31153/stat : 31153 (java) S 31147 31149 30671 0 -1 64 1133 0 0 0 7 0 0 0 17 0 12 0 1990287656 833077248 25685 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31154] ppid=31147 vsize=813552 CPUtime=0
/proc/31149/task/31154/stat : 31154 (java) S 31147 31149 30671 0 -1 64 165 0 0 0 0 0 0 0 16 0 12 0 1990287658 833077248 25685 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31155] ppid=31147 vsize=813552 CPUtime=0
/proc/31149/task/31155/stat : 31155 (java) S 31147 31149 30671 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1990287658 833077248 25685 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31156] ppid=31147 vsize=813552 CPUtime=0
/proc/31149/task/31156/stat : 31156 (java) S 31147 31149 30671 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1990287659 833077248 25685 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31157] ppid=31147 vsize=813552 CPUtime=0
/proc/31149/task/31157/stat : 31157 (java) S 31147 31149 30671 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1990287663 833077248 25685 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/31149/task/31156/stat : 31156 (java) S 31147 31149 30671 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1990287659 833077248 31646 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31157] ppid=31147 vsize=813552 CPUtime=0
/proc/31149/task/31157/stat : 31157 (java) S 31147 31149 30671 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1990287663 833077248 31646 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31158] ppid=31147 vsize=813552 CPUtime=1.57
/proc/31149/task/31158/stat : 31158 (java) S 31147 31149 30671 0 -1 64 4802 0 0 0 155 2 0 0 16 0 12 0 1990287663 833077248 31646 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31159] ppid=31147 vsize=813552 CPUtime=1.39
/proc/31149/task/31159/stat : 31159 (java) S 31147 31149 30671 0 -1 64 1915 0 0 0 139 0 0 0 17 0 12 0 1990287663 833077248 31646 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31160] ppid=31147 vsize=813552 CPUtime=0
/proc/31149/task/31160/stat : 31160 (java) S 31147 31149 30671 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1990287663 833077248 31646 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31161] ppid=31147 vsize=813552 CPUtime=0
/proc/31149/task/31161/stat : 31161 (java) S 31147 31149 30671 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1990287663 833077248 31646 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 261.1
Current children cumulated vsize (KiB) 813552

[startup+268.702 s]
/proc/loadavg: 2.03 2.07 2.00 3/84 31162
/proc/meminfo: memFree=1022824/2055920 swapFree=4117436/4192956
[pid=31149] ppid=31147 vsize=813552 CPUtime=267.48
/proc/31149/stat : 31149 (java) S 31147 31149 30671 0 -1 0 36243 0 1 0 26724 24 0 0 18 0 12 0 1990287654 833077248 31768 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31149/statm: 203388 31768 1392 9 0 200750 0
[pid=31149/tid=31151] ppid=31147 vsize=813552 CPUtime=263.39
/proc/31149/task/31151/stat : 31151 (java) R 31147 31149 30671 0 -1 64 19896 0 1 0 26326 13 0 0 25 0 12 0 1990287655 833077248 31768 996147200 134512640 134550740 4294956032 18446744073709551615 4109694729 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31152] ppid=31147 vsize=813552 CPUtime=0.52
/proc/31149/task/31152/stat : 31152 (java) S 31147 31149 30671 0 -1 64 4637 0 0 0 50 2 0 0 16 0 12 0 1990287656 833077248 31768 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31153] ppid=31147 vsize=813552 CPUtime=0.49
/proc/31149/task/31153/stat : 31153 (java) S 31147 31149 30671 0 -1 64 4066 0 0 0 48 1 0 0 17 0 12 0 1990287656 833077248 31768 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31154] ppid=31147 vsize=813552 CPUtime=0.05
/proc/31149/task/31154/stat : 31154 (java) S 31147 31149 30671 0 -1 64 165 0 0 0 4 1 0 0 16 0 12 0 1990287658 833077248 31768 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31155] ppid=31147 vsize=813552 CPUtime=0
/proc/31149/task/31155/stat : 31155 (java) S 31147 31149 30671 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1990287658 833077248 31768 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31156] ppid=31147 vsize=813552 CPUtime=0
/proc/31149/task/31156/stat : 31156 (java) S 31147 31149 30671 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1990287659 833077248 31768 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31157] ppid=31147 vsize=813552 CPUtime=0
/proc/31149/task/31157/stat : 31157 (java) S 31147 31149 30671 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1990287663 833077248 31768 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31158] ppid=31147 vsize=813552 CPUtime=1.57
/proc/31149/task/31158/stat : 31158 (java) S 31147 31149 30671 0 -1 64 4802 0 0 0 155 2 0 0 16 0 12 0 1990287663 833077248 31768 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31159] ppid=31147 vsize=813552 CPUtime=1.39
/proc/31149/task/31159/stat : 31159 (java) S 31147 31149 30671 0 -1 64 1915 0 0 0 139 0 0 0 17 0 12 0 1990287663 833077248 31768 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31160] ppid=31147 vsize=813552 CPUtime=0
/proc/31149/task/31160/stat : 31160 (java) S 31147 31149 30671 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1990287663 833077248 31768 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31161] ppid=31147 vsize=813552 CPUtime=0
/proc/31149/task/31161/stat : 31161 (java) S 31147 31149 30671 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1990287663 833077248 31768 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 267.48
Current children cumulated vsize (KiB) 813552

[startup+271.903 s]
/proc/loadavg: 2.03 2.07 2.00 5/84 31162
/proc/meminfo: memFree=1011944/2055920 swapFree=4117436/4192956
[pid=31149] ppid=31147 vsize=813552 CPUtime=270.74
/proc/31149/stat : 31149 (java) S 31147 31149 30671 0 -1 0 45209 0 1 0 27046 28 0 0 18 0 12 0 1990287654 833077248 40414 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31149/statm: 203388 40414 1392 9 0 200750 0
[pid=31149/tid=31151] ppid=31147 vsize=813552 CPUtime=265.92
/proc/31149/task/31151/stat : 31151 (java) R 31147 31149 30671 0 -1 64 19902 0 1 0 26578 14 0 0 25 0 12 0 1990287655 833077248 40414 996147200 134512640 134550740 4294956032 18446744073709551615 4110192122 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31152] ppid=31147 vsize=813552 CPUtime=0.73
/proc/31149/task/31152/stat : 31152 (java) S 31147 31149 30671 0 -1 64 8841 0 0 0 69 4 0 0 17 0 12 0 1990287656 833077248 40414 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31153] ppid=31147 vsize=813552 CPUtime=0.71
/proc/31149/task/31153/stat : 31153 (java) S 31147 31149 30671 0 -1 64 8805 0 0 0 67 4 0 0 17 0 12 0 1990287656 833077248 40414 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31154] ppid=31147 vsize=813552 CPUtime=0.05
/proc/31149/task/31154/stat : 31154 (java) S 31147 31149 30671 0 -1 64 165 0 0 0 4 1 0 0 15 0 12 0 1990287658 833077248 40414 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31155] ppid=31147 vsize=813552 CPUtime=0
/proc/31149/task/31155/stat : 31155 (java) S 31147 31149 30671 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1990287658 833077248 40414 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31156] ppid=31147 vsize=813552 CPUtime=0
/proc/31149/task/31156/stat : 31156 (java) S 31147 31149 30671 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1990287659 833077248 40414 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31157] ppid=31147 vsize=813552 CPUtime=0
/proc/31149/task/31157/stat : 31157 (java) S 31147 31149 30671 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1990287663 833077248 40414 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31158] ppid=31147 vsize=813552 CPUtime=1.76
/proc/31149/task/31158/stat : 31158 (java) S 31147 31149 30671 0 -1 64 4813 0 0 0 174 2 0 0 16 0 12 0 1990287663 833077248 40414 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31159] ppid=31147 vsize=813552 CPUtime=1.51
/proc/31149/task/31159/stat : 31159 (java) S 31147 31149 30671 0 -1 64 1921 0 0 0 151 0 0 0 15 0 12 0 1990287663 833077248 40414 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31160] ppid=31147 vsize=813552 CPUtime=0
/proc/31149/task/31160/stat : 31160 (java) S 31147 31149 30671 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1990287663 833077248 40414 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31161] ppid=31147 vsize=813552 CPUtime=0
/proc/31149/task/31161/stat : 31161 (java) S 31147 31149 30671 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1990287663 833077248 40414 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 270.74
Current children cumulated vsize (KiB) 813552

[startup+273.503 s]
/proc/loadavg: 2.02 2.06 2.00 5/84 31162
/proc/meminfo: memFree=956328/2055920 swapFree=4117436/4192956
[pid=31149] ppid=31147 vsize=815160 CPUtime=272.66
/proc/31149/stat : 31149 (java) S 31147 31149 30671 0 -1 0 58071 0 1 0 27232 34 0 0 18 0 13 0 1990287654 834723840 51810 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31149/statm: 203790 51810 1400 9 0 201152 0
[pid=31149/tid=31151] ppid=31147 vsize=815160 CPUtime=266.65
/proc/31149/task/31151/stat : 31151 (java) R 31147 31149 30671 0 -1 64 19917 0 1 0 26651 14 0 0 25 0 13 0 1990287655 834723840 51810 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31152] ppid=31147 vsize=815160 CPUtime=1.07
/proc/31149/task/31152/stat : 31152 (java) S 31147 31149 30671 0 -1 64 14287 0 0 0 101 6 0 0 16 0 13 0 1990287656 834723840 51810 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31153] ppid=31147 vsize=815160 CPUtime=1.08
/proc/31149/task/31153/stat : 31153 (java) S 31147 31149 30671 0 -1 64 16169 0 0 0 101 7 0 0 16 0 13 0 1990287656 834723840 51810 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31154] ppid=31147 vsize=815160 CPUtime=0.05
/proc/31149/task/31154/stat : 31154 (java) S 31147 31149 30671 0 -1 64 165 0 0 0 4 1 0 0 16 0 13 0 1990287658 834723840 51810 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31149/tid=31155] ppid=31147 vsize=815160 CPUtime=0
/proc/31149/task/31155/stat : 31155 (java) S 31147 31149 30671 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1990287658 834723840 51810 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31156] ppid=31147 vsize=815160 CPUtime=0
/proc/31149/task/31156/stat : 31156 (java) S 31147 31149 30671 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1990287659 834723840 51810 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31157] ppid=31147 vsize=815160 CPUtime=0
/proc/31149/task/31157/stat : 31157 (java) S 31147 31149 30671 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1990287663 834723840 51810 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31158] ppid=31147 vsize=815160 CPUtime=2.02
/proc/31149/task/31158/stat : 31158 (java) S 31147 31149 30671 0 -1 64 4827 0 0 0 200 2 0 0 15 0 13 0 1990287663 834723840 51810 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31159] ppid=31147 vsize=815160 CPUtime=1.72
/proc/31149/task/31159/stat : 31159 (java) R 31147 31149 30671 0 -1 64 1939 0 0 0 172 0 0 0 15 0 13 0 1990287663 834723840 51810 996147200 134512640 134550740 4294956032 18446744073709551615 106096201 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31160] ppid=31147 vsize=815160 CPUtime=0
/proc/31149/task/31160/stat : 31160 (java) S 31147 31149 30671 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1990287663 834723840 51810 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31161] ppid=31147 vsize=815160 CPUtime=0
/proc/31149/task/31161/stat : 31161 (java) S 31147 31149 30671 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1990287663 834723840 51810 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 272.66
Current children cumulated vsize (KiB) 815160

[startup+274.302 s]
/proc/loadavg: 2.02 2.06 2.00 4/85 31163
/proc/meminfo: memFree=941984/2055920 swapFree=4117436/4192956
[pid=31149] ppid=31147 vsize=815748 CPUtime=273.46
/proc/31149/stat : 31149 (java) S 31147 31149 30671 0 -1 0 59596 0 1 0 27311 35 0 0 18 0 13 0 1990287654 835325952 51978 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31149/statm: 203937 51978 1400 9 0 201299 0
[pid=31149/tid=31151] ppid=31147 vsize=815748 CPUtime=267.02
/proc/31149/task/31151/stat : 31151 (java) R 31147 31149 30671 0 -1 64 19919 0 1 0 26688 14 0 0 25 0 13 0 1990287655 835325952 51978 996147200 134512640 134550740 4294956032 18446744073709551615 4110334732 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31152] ppid=31147 vsize=815748 CPUtime=1.07
/proc/31149/task/31152/stat : 31152 (java) S 31147 31149 30671 0 -1 64 14287 0 0 0 101 6 0 0 16 0 13 0 1990287656 835325952 51978 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31153] ppid=31147 vsize=815748 CPUtime=1.08
/proc/31149/task/31153/stat : 31153 (java) S 31147 31149 30671 0 -1 64 16169 0 0 0 101 7 0 0 16 0 13 0 1990287656 835325952 51978 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31154] ppid=31147 vsize=815748 CPUtime=0.05
/proc/31149/task/31154/stat : 31154 (java) S 31147 31149 30671 0 -1 64 165 0 0 0 4 1 0 0 16 0 13 0 1990287658 835325952 51978 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31149/tid=31155] ppid=31147 vsize=815748 CPUtime=0
/proc/31149/task/31155/stat : 31155 (java) S 31147 31149 30671 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1990287658 835325952 51978 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31156] ppid=31147 vsize=815748 CPUtime=0
/proc/31149/task/31156/stat : 31156 (java) S 31147 31149 30671 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1990287659 835325952 51978 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31157] ppid=31147 vsize=815748 CPUtime=0
/proc/31149/task/31157/stat : 31157 (java) S 31147 31149 30671 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1990287663 835325952 51978 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31158] ppid=31147 vsize=815748 CPUtime=2.19
/proc/31149/task/31158/stat : 31158 (java) S 31147 31149 30671 0 -1 64 5053 0 0 0 217 2 0 0 15 0 13 0 1990287663 835325952 51978 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31159] ppid=31147 vsize=815748 CPUtime=1.98
/proc/31149/task/31159/stat : 31159 (java) S 31147 31149 30671 0 -1 64 3236 0 0 0 197 1 0 0 16 0 13 0 1990287663 835325952 51978 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31160] ppid=31147 vsize=815748 CPUtime=0
/proc/31149/task/31160/stat : 31160 (java) S 31147 31149 30671 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1990287663 835325952 51978 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31161] ppid=31147 vsize=815748 CPUtime=0
/proc/31149/task/31161/stat : 31161 (java) S 31147 31149 30671 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1990287663 835325952 51978 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31163] ppid=31147 vsize=815748 CPUtime=0
/proc/31149/task/31163/stat : 31163 (java) S 31147 31149 30671 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 1990314944 835325952 51978 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 273.46
Current children cumulated vsize (KiB) 815748

[startup+274.702 s]
/proc/loadavg: 2.02 2.06 2.00 4/85 31163
/proc/meminfo: memFree=941984/2055920 swapFree=4117436/4192956
[pid=31149] ppid=31147 vsize=815748 CPUtime=273.84
/proc/31149/stat : 31149 (java) S 31147 31149 30671 0 -1 0 59601 0 1 0 27349 35 0 0 18 0 12 0 1990287654 835325952 51982 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31149/statm: 203937 51982 1401 9 0 201299 0
[pid=31149/tid=31151] ppid=31147 vsize=815748 CPUtime=267.4
/proc/31149/task/31151/stat : 31151 (java) S 31147 31149 30671 0 -1 64 19922 0 1 0 26726 14 0 0 25 0 12 0 1990287655 835325952 51982 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31152] ppid=31147 vsize=815748 CPUtime=1.07
/proc/31149/task/31152/stat : 31152 (java) S 31147 31149 30671 0 -1 64 14287 0 0 0 101 6 0 0 16 0 12 0 1990287656 835325952 51982 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31153] ppid=31147 vsize=815748 CPUtime=1.08
/proc/31149/task/31153/stat : 31153 (java) S 31147 31149 30671 0 -1 64 16169 0 0 0 101 7 0 0 16 0 12 0 1990287656 835325952 51982 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31154] ppid=31147 vsize=815748 CPUtime=0.05
/proc/31149/task/31154/stat : 31154 (java) S 31147 31149 30671 0 -1 64 165 0 0 0 4 1 0 0 17 0 12 0 1990287658 835325952 51982 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31155] ppid=31147 vsize=815748 CPUtime=0
/proc/31149/task/31155/stat : 31155 (java) S 31147 31149 30671 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1990287658 835325952 51982 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31156] ppid=31147 vsize=815748 CPUtime=0
/proc/31149/task/31156/stat : 31156 (java) S 31147 31149 30671 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1990287659 835325952 51982 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31157] ppid=31147 vsize=815748 CPUtime=0
/proc/31149/task/31157/stat : 31157 (java) S 31147 31149 30671 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1990287663 835325952 51982 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31158] ppid=31147 vsize=815748 CPUtime=2.19
/proc/31149/task/31158/stat : 31158 (java) S 31147 31149 30671 0 -1 64 5053 0 0 0 217 2 0 0 15 0 12 0 1990287663 835325952 51982 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31159] ppid=31147 vsize=815748 CPUtime=1.98
/proc/31149/task/31159/stat : 31159 (java) S 31147 31149 30671 0 -1 64 3236 0 0 0 197 1 0 0 15 0 12 0 1990287663 835325952 51982 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31160] ppid=31147 vsize=815748 CPUtime=0
/proc/31149/task/31160/stat : 31160 (java) S 31147 31149 30671 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1990287663 835325952 51982 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31149/tid=31161] ppid=31147 vsize=815748 CPUtime=0
/proc/31149/task/31161/stat : 31161 (java) S 31147 31149 30671 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1990287663 835325952 51982 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 273.84
Current children cumulated vsize (KiB) 815748

Child status: 0
Real time (s): 274.744
CPU time (s): 273.877
CPU user time (s): 273.494
CPU system time (s): 0.382941
CPU usage (%): 99.6846
Max. virtual memory (cumulated for all children) (KiB): 815748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 273.494
system time used= 0.382941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59604
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= 9273
involuntary context switches= 12375

runsolver used 0.362944 second user time and 0.905862 second system time

The end

Launcher Data (download as text)

Begin job on node30 at 2008-07-03 21:25:40
IDJOB=1058150
IDBENCH=54110
IDSOLVER=344
FILE ID=node30/1058150-1215113139
PBS_JOBID= 7877144
Free space on /tmp= 66544 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/compet08/normalized-patat-08-comp-10.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-1058150-1215113139/watcher-1058150-1215113139 -o /tmp/evaluation-result-1058150-1215113139/solver-1058150-1215113139 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1058150-1215113139.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3a46901a8ea2c192a6f5d5f8c9f3ac47
RANDOM SEED=1868981325

node30.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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1146152 kB
Buffers:         68768 kB
Cached:         278988 kB
SwapCached:      69492 kB
Active:         659092 kB
Inactive:       171992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1146152 kB
SwapTotal:     4192956 kB
SwapFree:      4117436 kB
Dirty:            2132 kB
Writeback:           0 kB
Mapped:         491276 kB
Slab:            63276 kB
Committed_AS:  4043888 kB
PageTables:       2636 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= 66544 MiB
End job on node30 at 2008-07-03 21:30:14