Trace number 1051343

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-13UNSAT 137.678 138.65

General information on the benchmark

Namecsp/golombRulerArity4/
normalized-ruler-25-8-a4.xml
MD5SUM911be6f11691798737b435362407e4b1
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.166974
Satisfiable
(Un)Satisfiability was proved
Number of variables8
Number of constraints350
Maximum constraint arity4
Maximum domain size26
Number of constraints which are defined in extension0
Number of constraints which are defined in intension350
Global constraints used (with number of constraints)

Solver Data (download as text)

0.19/0.29	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.19/0.29	c This is free software under the dual EPL/GNU LGPL licenses.
0.19/0.29	c See www.sat4j.org for details.
0.19/0.29	c That software uses the Rhino library from the Mozilla project.
0.29/0.33	c version 9.9.9.token
0.29/0.33	c sun.arch.data.model	32
0.29/0.33	c java.version	1.6.0_06
0.29/0.33	c os.name	Linux
0.29/0.33	c os.version	2.6.9-22.EL.rootsmp
0.29/0.33	c os.arch	i386
0.29/0.34	c Free memory 669864272
0.29/0.34	c Max memory 672137216
0.29/0.34	c Total memory 672137216
0.29/0.34	c Number of processors 2
0.29/0.39	c c --- Begin Solver configuration ---
0.29/0.39	c Stops conflict analysis at the first Unique Implication Point
0.29/0.39	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.29/0.39	c Learn all clauses as in MiniSAT
0.29/0.39	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/0.39	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.29/0.39	c Expensive reason simplification
0.29/0.39	c MiniSAT restarts strategy
0.29/0.39	c timeout=2147483s
0.29/0.39	c DB Simplification allowed=false
0.29/0.39	c --- End Solver configuration ---
0.29/0.39	c solving HOME/instance-1051343-1215052937.xml
0.29/0.39	c reading problem ... 
0.58/0.64	c reading problem named null
0.58/0.64	c reading domains done.
0.58/0.65	c reading variables done.
0.58/0.67	c reading predicates  done.
0.78/0.85	c reading constraints
133.88/134.83	c done with constraints.
133.88/134.83	c ... done. Wall clock time 134.444s.
133.88/134.83	c #vars     208
133.88/134.83	c #constraints  1419893
133.88/134.83	c constraints type 
133.88/134.83	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1419850
133.88/134.83	c org.sat4j.minisat.constraints.card.AtLeast => 8
137.54/138.59	c starts		: 7
137.54/138.59	c conflicts		: 2755
137.54/138.59	c decisions		: 3929
137.54/138.59	c propagations		: 50107
137.54/138.59	c inspects		: 13414948
137.54/138.59	c learnt literals	: 13
137.54/138.59	c learnt binary clauses	: 50
137.54/138.59	c learnt ternary clauses	: 91
137.54/138.59	c learnt clauses	: 2741
137.54/138.59	c ignored clauses	: 0
137.54/138.59	c root simplifications	: 0
137.54/138.59	c removed literals (reason simplification)	: 36529
137.54/138.59	c reason swapping (by a shorter reason)	: 0
137.54/138.59	c Calls to reduceDB	: 0
137.54/138.59	c speed (assignments/second)	: 13322.786492954001
137.54/138.59	c non guided choices	18
137.54/138.59	s UNSATISFIABLE
137.54/138.59	c Total wall clock time (in seconds) : 138.207

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1051343-1215052937/watcher-1051343-1215052937 -o /tmp/evaluation-result-1051343-1215052937/solver-1051343-1215052937 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1051343-1215052937.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.21 2.06 2.07 4/82 5196
/proc/meminfo: memFree=1579848/2055920 swapFree=4181172/4192956
[pid=5196] ppid=5194 vsize=18572 CPUtime=0
/proc/5196/stat : 5196 (runsolver) R 5194 5196 32286 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 246236417 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 214945033511 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/5196/statm: 4643 292 257 25 0 2626 0

[startup+0.0297899 s]
/proc/loadavg: 2.21 2.06 2.07 4/82 5196
/proc/meminfo: memFree=1579848/2055920 swapFree=4181172/4192956
[pid=5196] ppid=5194 vsize=800592 CPUtime=0.01
/proc/5196/stat : 5196 (java) S 5194 5196 32286 0 -1 0 2093 0 1 0 0 1 0 0 21 0 4 0 246236417 819806208 1831 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/5196/statm: 200148 1831 729 9 0 197531 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 800592

[startup+0.101804 s]
/proc/loadavg: 2.21 2.06 2.07 4/82 5196
/proc/meminfo: memFree=1579848/2055920 swapFree=4181172/4192956
[pid=5196] ppid=5194 vsize=804612 CPUtime=0.08
/proc/5196/stat : 5196 (java) S 5194 5196 32286 0 -1 0 3010 0 1 0 7 1 0 0 21 0 12 0 246236417 823922688 2743 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5196/statm: 201153 2743 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301842 s]
/proc/loadavg: 2.21 2.06 2.07 4/82 5196
/proc/meminfo: memFree=1579848/2055920 swapFree=4181172/4192956
[pid=5196] ppid=5194 vsize=808648 CPUtime=0.29
/proc/5196/stat : 5196 (java) S 5194 5196 32286 0 -1 0 4998 0 1 0 26 3 0 0 21 0 12 0 246236417 828055552 4330 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5196/statm: 202162 4330 1307 9 0 199531 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 808648

[startup+0.701922 s]
/proc/loadavg: 2.21 2.06 2.07 4/82 5196
/proc/meminfo: memFree=1579848/2055920 swapFree=4181172/4192956
[pid=5196] ppid=5194 vsize=808676 CPUtime=0.68
/proc/5196/stat : 5196 (java) S 5194 5196 32286 0 -1 0 6342 0 1 0 64 4 0 0 21 0 12 0 246236417 828084224 5659 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5196/statm: 202169 5659 1342 9 0 199531 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808676

[startup+1.50208 s]
/proc/loadavg: 2.27 2.07 2.07 4/94 5208
/proc/meminfo: memFree=1559144/2055920 swapFree=4181172/4192956
[pid=5196] ppid=5194 vsize=812240 CPUtime=1.47
/proc/5196/stat : 5196 (java) S 5194 5196 32286 0 -1 0 9166 0 1 0 141 6 0 0 21 0 12 0 246236417 831733760 7409 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5196/statm: 203060 7409 1363 9 0 200422 0
[pid=5196/tid=5198] ppid=5194 vsize=812240 CPUtime=0.74
/proc/5196/task/5198/stat : 5198 (java) R 5194 5196 32286 0 -1 64 4865 0 1 0 70 4 0 0 25 0 12 0 246236419 831733760 7409 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5199] ppid=5194 vsize=812240 CPUtime=0
/proc/5196/task/5199/stat : 5199 (java) S 5194 5196 32286 0 -1 64 3 0 0 0 0 0 0 0 23 0 12 0 246236420 831733760 7409 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5200] ppid=5194 vsize=812240 CPUtime=0
/proc/5196/task/5200/stat : 5200 (java) S 5194 5196 32286 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 246236420 831733760 7409 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5201] ppid=5194 vsize=812240 CPUtime=0
/proc/5196/task/5201/stat : 5201 (java) S 5194 5196 32286 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 246236421 831733760 7409 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5202] ppid=5194 vsize=812240 CPUtime=0
/proc/5196/task/5202/stat : 5202 (java) S 5194 5196 32286 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 246236422 831733760 7409 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5203] ppid=5194 vsize=812240 CPUtime=0
/proc/5196/task/5203/stat : 5203 (java) S 5194 5196 32286 0 -1 64 3 0 0 0 0 0 0 0 25 0 12 0 246236422 831733760 7409 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5204] ppid=5194 vsize=812240 CPUtime=0
/proc/5196/task/5204/stat : 5204 (java) S 5194 5196 32286 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 246236426 831733760 7409 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5205] ppid=5194 vsize=812240 CPUtime=0.18
/proc/5196/task/5205/stat : 5205 (java) S 5194 5196 32286 0 -1 64 545 0 0 0 18 0 0 0 16 0 12 0 246236426 831733760 7409 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5206] ppid=5194 vsize=812240 CPUtime=0.53
/proc/5196/task/5206/stat : 5206 (java) R 5194 5196 32286 0 -1 64 2992 0 0 0 52 1 0 0 16 0 12 0 246236426 831733760 7409 996147200 134512640 134550740 4294956032 18446744073709551615 105839980 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5207] ppid=5194 vsize=812240 CPUtime=0
/proc/5196/task/5207/stat : 5207 (java) S 5194 5196 32286 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 246236426 831733760 7409 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5208] ppid=5194 vsize=812240 CPUtime=0
/proc/5196/task/5208/stat : 5208 (java) S 5194 5196 32286 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 246236426 831733760 7409 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) 812240

[startup+3.10139 s]
/proc/loadavg: 2.27 2.07 2.07 5/94 5208
/proc/meminfo: memFree=1543592/2055920 swapFree=4181172/4192956
[pid=5196] ppid=5194 vsize=823312 CPUtime=3.06
/proc/5196/stat : 5196 (java) S 5194 5196 32286 0 -1 0 19829 0 1 0 296 10 0 0 21 0 12 0 246236417 843071488 11697 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5196/statm: 205828 11697 1378 9 0 203190 0
[pid=5196/tid=5198] ppid=5194 vsize=823312 CPUtime=1.33
/proc/5196/task/5198/stat : 5198 (java) R 5194 5196 32286 0 -1 64 6342 0 1 0 129 4 0 0 25 0 12 0 246236419 843071488 11697 996147200 134512640 134550740 4294956032 18446744073709551615 4109673033 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5199] ppid=5194 vsize=823312 CPUtime=0
/proc/5196/task/5199/stat : 5199 (java) S 5194 5196 32286 0 -1 64 3 0 0 0 0 0 0 0 23 0 12 0 246236420 843071488 11697 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5200] ppid=5194 vsize=823312 CPUtime=0
/proc/5196/task/5200/stat : 5200 (java) S 5194 5196 32286 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 246236420 843071488 11697 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5201] ppid=5194 vsize=823312 CPUtime=0
/proc/5196/task/5201/stat : 5201 (java) S 5194 5196 32286 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 246236421 843071488 11697 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5202] ppid=5194 vsize=823312 CPUtime=0
/proc/5196/task/5202/stat : 5202 (java) S 5194 5196 32286 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 246236422 843071488 11697 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5203] ppid=5194 vsize=823312 CPUtime=0
/proc/5196/task/5203/stat : 5203 (java) S 5194 5196 32286 0 -1 64 3 0 0 0 0 0 0 0 25 0 12 0 246236422 843071488 11697 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5204] ppid=5194 vsize=823312 CPUtime=0
/proc/5196/task/5204/stat : 5204 (java) S 5194 5196 32286 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 246236426 843071488 11697 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5205] ppid=5194 vsize=823312 CPUtime=0.4
/proc/5196/task/5205/stat : 5205 (java) S 5194 5196 32286 0 -1 64 2169 0 0 0 40 0 0 0 16 0 12 0 246236426 843071488 11697 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5206] ppid=5194 vsize=823312 CPUtime=1.31
/proc/5196/task/5206/stat : 5206 (java) S 5194 5196 32286 0 -1 64 10554 0 0 0 127 4 0 0 23 0 12 0 246236426 843071488 11697 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5207] ppid=5194 vsize=823312 CPUtime=0
/proc/5196/task/5207/stat : 5207 (java) S 5194 5196 32286 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 246236426 843071488 11697 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5208] ppid=5194 vsize=823312 CPUtime=0
/proc/5196/task/5208/stat : 5208 (java) S 5194 5196 32286 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 246236426 843071488 11697 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 823312

[startup+6.303 s]
/proc/loadavg: 2.27 2.07 2.07 3/94 5208
/proc/meminfo: memFree=1491176/2055920 swapFree=4181172/4192956
[pid=5196] ppid=5194 vsize=822024 CPUtime=6.23
/proc/5196/stat : 5196 (java) S 5194 5196 32286 0 -1 0 32422 0 1 0 607 16 0 0 21 0 12 0 246236417 841752576 23948 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5196/statm: 205506 23948 1384 9 0 202868 0
[pid=5196/tid=5198] ppid=5194 vsize=822024 CPUtime=4.3
/proc/5196/task/5198/stat : 5198 (java) R 5194 5196 32286 0 -1 64 17291 0 1 0 420 10 0 0 25 0 12 0 246236419 841752576 23948 996147200 134512640 134550740 4294956032 18446744073709551615 4109857614 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5199] ppid=5194 vsize=822024 CPUtime=0.05
/proc/5196/task/5199/stat : 5199 (java) S 5194 5196 32286 0 -1 64 1168 0 0 0 5 0 0 0 16 0 12 0 246236420 841752576 23948 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5200] ppid=5194 vsize=822024 CPUtime=0.02
/proc/5196/task/5200/stat : 5200 (java) S 5194 5196 32286 0 -1 64 351 0 0 0 2 0 0 0 16 0 12 0 246236420 841752576 23948 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5201] ppid=5194 vsize=822024 CPUtime=0
/proc/5196/task/5201/stat : 5201 (java) S 5194 5196 32286 0 -1 64 111 0 0 0 0 0 0 0 16 0 12 0 246236421 841752576 23948 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5202] ppid=5194 vsize=822024 CPUtime=0
/proc/5196/task/5202/stat : 5202 (java) S 5194 5196 32286 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 246236422 841752576 23948 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5203] ppid=5194 vsize=822024 CPUtime=0
/proc/5196/task/5203/stat : 5203 (java) S 5194 5196 32286 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 246236422 841752576 23948 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5204] ppid=5194 vsize=822024 CPUtime=0
/proc/5196/task/5204/stat : 5204 (java) S 5194 5196 32286 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 246236426 841752576 23948 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5205] ppid=5194 vsize=822024 CPUtime=0.45
/proc/5196/task/5205/stat : 5205 (java) S 5194 5196 32286 0 -1 64 2174 0 0 0 45 0 0 0 16 0 12 0 246236426 841752576 23948 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5206] ppid=5194 vsize=822024 CPUtime=1.37
/proc/5196/task/5206/stat : 5206 (java) S 5194 5196 32286 0 -1 64 10564 0 0 0 133 4 0 0 16 0 12 0 246236426 841752576 23948 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5207] ppid=5194 vsize=822024 CPUtime=0
/proc/5196/task/5207/stat : 5207 (java) S 5194 5196 32286 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 246236426 841752576 23948 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5208] ppid=5194 vsize=822024 CPUtime=0
/proc/5196/task/5208/stat : 5208 (java) S 5194 5196 32286 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 246236426 841752576 23948 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 822024

[startup+12.7012 s]
/proc/loadavg: 2.23 2.07 2.07 3/94 5208
/proc/meminfo: memFree=1470888/2055920 swapFree=4181172/4192956
[pid=5196] ppid=5194 vsize=821552 CPUtime=12.57
/proc/5196/stat : 5196 (java) S 5194 5196 32286 0 -1 0 37667 0 1 0 1239 18 0 0 21 0 12 0 246236417 841269248 29080 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5196/statm: 205388 29080 1384 9 0 202750 0
[pid=5196/tid=5198] ppid=5194 vsize=821552 CPUtime=10.39
/proc/5196/task/5198/stat : 5198 (java) R 5194 5196 32286 0 -1 64 17825 0 1 0 1029 10 0 0 25 0 12 0 246236419 841269248 29080 996147200 134512640 134550740 4294956032 18446744073709551615 4109856945 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5199] ppid=5194 vsize=821552 CPUtime=0.15
/proc/5196/task/5199/stat : 5199 (java) S 5194 5196 32286 0 -1 64 3156 0 0 0 15 0 0 0 17 0 12 0 246236420 841269248 29080 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5200] ppid=5194 vsize=821552 CPUtime=0.14
/proc/5196/task/5200/stat : 5200 (java) S 5194 5196 32286 0 -1 64 3019 0 0 0 14 0 0 0 17 0 12 0 246236420 841269248 29080 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5201] ppid=5194 vsize=821552 CPUtime=0
/proc/5196/task/5201/stat : 5201 (java) S 5194 5196 32286 0 -1 64 166 0 0 0 0 0 0 0 17 0 12 0 246236421 841269248 29080 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5202] ppid=5194 vsize=821552 CPUtime=0
/proc/5196/task/5202/stat : 5202 (java) S 5194 5196 32286 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 246236422 841269248 29080 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5203] ppid=5194 vsize=821552 CPUtime=0
/proc/5196/task/5203/stat : 5203 (java) S 5194 5196 32286 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 246236422 841269248 29080 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5204] ppid=5194 vsize=821552 CPUtime=0
/proc/5196/task/5204/stat : 5204 (java) S 5194 5196 32286 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 246236426 841269248 29080 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5205] ppid=5194 vsize=821552 CPUtime=0.45
/proc/5196/task/5205/stat : 5205 (java) S 5194 5196 32286 0 -1 64 2174 0 0 0 45 0 0 0 16 0 12 0 246236426 841269248 29080 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5206] ppid=5194 vsize=821552 CPUtime=1.37
/proc/5196/task/5206/stat : 5206 (java) S 5194 5196 32286 0 -1 64 10564 0 0 0 133 4 0 0 16 0 12 0 246236426 841269248 29080 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5207] ppid=5194 vsize=821552 CPUtime=0
/proc/5196/task/5207/stat : 5207 (java) S 5194 5196 32286 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 246236426 841269248 29080 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5208] ppid=5194 vsize=821552 CPUtime=0
/proc/5196/task/5208/stat : 5208 (java) S 5194 5196 32286 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 246236426 841269248 29080 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 821552

[startup+25.5027 s]
/proc/loadavg: 2.19 2.07 2.07 3/94 5208
/proc/meminfo: memFree=1455208/2055920 swapFree=4181172/4192956
[pid=5196] ppid=5194 vsize=821552 CPUtime=25.25
/proc/5196/stat : 5196 (java) S 5194 5196 32286 0 -1 0 41046 0 1 0 2506 19 0 0 21 0 12 0 246236417 841269248 32443 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5196/statm: 205388 32443 1384 9 0 202750 0
[pid=5196/tid=5198] ppid=5194 vsize=821552 CPUtime=22.76
/proc/5196/task/5198/stat : 5198 (java) R 5194 5196 32286 0 -1 64 17842 0 1 0 2265 11 0 0 25 0 12 0 246236419 841269248 32443 996147200 134512640 134550740 4294956032 18446744073709551615 4109855319 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5199] ppid=5194 vsize=821552 CPUtime=0.32
/proc/5196/task/5199/stat : 5199 (java) S 5194 5196 32286 0 -1 64 5189 0 0 0 31 1 0 0 17 0 12 0 246236420 841269248 32443 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5200] ppid=5194 vsize=821552 CPUtime=0.3
/proc/5196/task/5200/stat : 5200 (java) S 5194 5196 32286 0 -1 64 4348 0 0 0 29 1 0 0 17 0 12 0 246236420 841269248 32443 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5201] ppid=5194 vsize=821552 CPUtime=0
/proc/5196/task/5201/stat : 5201 (java) S 5194 5196 32286 0 -1 64 166 0 0 0 0 0 0 0 17 0 12 0 246236421 841269248 32443 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5202] ppid=5194 vsize=821552 CPUtime=0
/proc/5196/task/5202/stat : 5202 (java) S 5194 5196 32286 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 246236422 841269248 32443 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5203] ppid=5194 vsize=821552 CPUtime=0
/proc/5196/task/5203/stat : 5203 (java) S 5194 5196 32286 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 246236422 841269248 32443 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5204] ppid=5194 vsize=821552 CPUtime=0
/proc/5196/task/5204/stat : 5204 (java) S 5194 5196 32286 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 246236426 841269248 32443 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/5196/task/5206/stat : 5206 (java) S 5194 5196 32286 0 -1 64 10567 0 0 0 137 4 0 0 17 0 12 0 246236426 841269248 57101 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5207] ppid=5194 vsize=821552 CPUtime=0
/proc/5196/task/5207/stat : 5207 (java) S 5194 5196 32286 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 246236426 841269248 57101 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5208] ppid=5194 vsize=821552 CPUtime=0
/proc/5196/task/5208/stat : 5208 (java) S 5194 5196 32286 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 246236426 841269248 57101 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 133.38
Current children cumulated vsize (KiB) 821552

[startup+135.902 s]
/proc/loadavg: 2.15 2.07 2.07 3/95 5209
/proc/meminfo: memFree=1355616/2055920 swapFree=4181172/4192956
[pid=5196] ppid=5194 vsize=821876 CPUtime=134.97
/proc/5196/stat : 5196 (java) S 5194 5196 32286 0 -1 0 65891 0 1 0 13465 32 0 0 21 0 13 0 246236417 841601024 57144 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5196/statm: 205469 57144 1391 9 0 202831 0
[pid=5196/tid=5198] ppid=5194 vsize=821876 CPUtime=128.03
/proc/5196/task/5198/stat : 5198 (java) R 5194 5196 32286 0 -1 64 17971 0 1 0 12791 12 0 0 25 0 13 0 246236419 841601024 57144 996147200 134512640 134550740 4294956032 18446744073709551615 4110027392 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5199] ppid=5194 vsize=821876 CPUtime=2.37
/proc/5196/task/5199/stat : 5199 (java) S 5194 5196 32286 0 -1 64 18159 0 0 0 230 7 0 0 17 0 13 0 246236420 841601024 57144 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5200] ppid=5194 vsize=821876 CPUtime=2.29
/proc/5196/task/5200/stat : 5200 (java) S 5194 5196 32286 0 -1 64 16060 0 0 0 223 6 0 0 17 0 13 0 246236420 841601024 57144 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5201] ppid=5194 vsize=821876 CPUtime=0.03
/proc/5196/task/5201/stat : 5201 (java) S 5194 5196 32286 0 -1 64 166 0 0 0 2 1 0 0 16 0 13 0 246236421 841601024 57144 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5202] ppid=5194 vsize=821876 CPUtime=0
/proc/5196/task/5202/stat : 5202 (java) S 5194 5196 32286 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 246236422 841601024 57144 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5203] ppid=5194 vsize=821876 CPUtime=0
/proc/5196/task/5203/stat : 5203 (java) S 5194 5196 32286 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 246236422 841601024 57144 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5204] ppid=5194 vsize=821876 CPUtime=0
/proc/5196/task/5204/stat : 5204 (java) S 5194 5196 32286 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 246236426 841601024 57144 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5205] ppid=5194 vsize=821876 CPUtime=0.57
/proc/5196/task/5205/stat : 5205 (java) S 5194 5196 32286 0 -1 64 2181 0 0 0 57 0 0 0 16 0 13 0 246236426 841601024 57144 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5206] ppid=5194 vsize=821876 CPUtime=1.62
/proc/5196/task/5206/stat : 5206 (java) S 5194 5196 32286 0 -1 64 10586 0 0 0 158 4 0 0 16 0 13 0 246236426 841601024 57144 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5207] ppid=5194 vsize=821876 CPUtime=0
/proc/5196/task/5207/stat : 5207 (java) S 5194 5196 32286 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 246236426 841601024 57144 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5208] ppid=5194 vsize=821876 CPUtime=0
/proc/5196/task/5208/stat : 5208 (java) S 5194 5196 32286 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 246236426 841601024 57144 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5209] ppid=5194 vsize=821876 CPUtime=0
/proc/5196/task/5209/stat : 5209 (java) S 5194 5196 32286 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 246249901 841601024 57144 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 134.97
Current children cumulated vsize (KiB) 821876

[startup+137.506 s]
/proc/loadavg: 2.22 2.09 2.08 3/95 5209
/proc/meminfo: memFree=1355552/2055920 swapFree=4181172/4192956
[pid=5196] ppid=5194 vsize=821876 CPUtime=136.55
/proc/5196/stat : 5196 (java) S 5194 5196 32286 0 -1 0 65898 0 1 0 13623 32 0 0 21 0 13 0 246236417 841601024 57149 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5196/statm: 205469 57149 1391 9 0 202831 0
[pid=5196/tid=5198] ppid=5194 vsize=821876 CPUtime=129.54
/proc/5196/task/5198/stat : 5198 (java) R 5194 5196 32286 0 -1 64 17973 0 1 0 12942 12 0 0 25 0 13 0 246236419 841601024 57149 996147200 134512640 134550740 4294956032 18446744073709551615 4110030923 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5199] ppid=5194 vsize=821876 CPUtime=2.37
/proc/5196/task/5199/stat : 5199 (java) S 5194 5196 32286 0 -1 64 18159 0 0 0 230 7 0 0 17 0 13 0 246236420 841601024 57149 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5200] ppid=5194 vsize=821876 CPUtime=2.29
/proc/5196/task/5200/stat : 5200 (java) S 5194 5196 32286 0 -1 64 16060 0 0 0 223 6 0 0 17 0 13 0 246236420 841601024 57149 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5201] ppid=5194 vsize=821876 CPUtime=0.03
/proc/5196/task/5201/stat : 5201 (java) S 5194 5196 32286 0 -1 64 166 0 0 0 2 1 0 0 17 0 13 0 246236421 841601024 57149 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5202] ppid=5194 vsize=821876 CPUtime=0
/proc/5196/task/5202/stat : 5202 (java) S 5194 5196 32286 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 246236422 841601024 57149 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5203] ppid=5194 vsize=821876 CPUtime=0
/proc/5196/task/5203/stat : 5203 (java) S 5194 5196 32286 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 246236422 841601024 57149 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5204] ppid=5194 vsize=821876 CPUtime=0
/proc/5196/task/5204/stat : 5204 (java) S 5194 5196 32286 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 246236426 841601024 57149 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5205] ppid=5194 vsize=821876 CPUtime=0.6
/proc/5196/task/5205/stat : 5205 (java) S 5194 5196 32286 0 -1 64 2183 0 0 0 60 0 0 0 15 0 13 0 246236426 841601024 57149 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5206] ppid=5194 vsize=821876 CPUtime=1.66
/proc/5196/task/5206/stat : 5206 (java) S 5194 5196 32286 0 -1 64 10589 0 0 0 162 4 0 0 16 0 13 0 246236426 841601024 57149 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5207] ppid=5194 vsize=821876 CPUtime=0
/proc/5196/task/5207/stat : 5207 (java) S 5194 5196 32286 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 246236426 841601024 57149 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5208] ppid=5194 vsize=821876 CPUtime=0
/proc/5196/task/5208/stat : 5208 (java) S 5194 5196 32286 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 246236426 841601024 57149 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5209] ppid=5194 vsize=821876 CPUtime=0
/proc/5196/task/5209/stat : 5209 (java) S 5194 5196 32286 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 246249901 841601024 57149 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 136.55
Current children cumulated vsize (KiB) 821876

[startup+138.303 s]
/proc/loadavg: 2.22 2.09 2.08 3/95 5209
/proc/meminfo: memFree=1355552/2055920 swapFree=4181172/4192956
[pid=5196] ppid=5194 vsize=821876 CPUtime=137.34
/proc/5196/stat : 5196 (java) S 5194 5196 32286 0 -1 0 65900 0 1 0 13702 32 0 0 21 0 13 0 246236417 841601024 57151 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5196/statm: 205469 57151 1391 9 0 202831 0
[pid=5196/tid=5198] ppid=5194 vsize=821876 CPUtime=130.32
/proc/5196/task/5198/stat : 5198 (java) R 5194 5196 32286 0 -1 64 17974 0 1 0 13020 12 0 0 25 0 13 0 246236419 841601024 57151 996147200 134512640 134550740 4294956032 18446744073709551615 4110048895 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5199] ppid=5194 vsize=821876 CPUtime=2.37
/proc/5196/task/5199/stat : 5199 (java) S 5194 5196 32286 0 -1 64 18159 0 0 0 230 7 0 0 17 0 13 0 246236420 841601024 57151 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5200] ppid=5194 vsize=821876 CPUtime=2.29
/proc/5196/task/5200/stat : 5200 (java) S 5194 5196 32286 0 -1 64 16060 0 0 0 223 6 0 0 17 0 13 0 246236420 841601024 57151 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5201] ppid=5194 vsize=821876 CPUtime=0.03
/proc/5196/task/5201/stat : 5201 (java) S 5194 5196 32286 0 -1 64 166 0 0 0 2 1 0 0 16 0 13 0 246236421 841601024 57151 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5202] ppid=5194 vsize=821876 CPUtime=0
/proc/5196/task/5202/stat : 5202 (java) S 5194 5196 32286 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 246236422 841601024 57151 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5203] ppid=5194 vsize=821876 CPUtime=0
/proc/5196/task/5203/stat : 5203 (java) S 5194 5196 32286 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 246236422 841601024 57151 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5204] ppid=5194 vsize=821876 CPUtime=0
/proc/5196/task/5204/stat : 5204 (java) S 5194 5196 32286 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 246236426 841601024 57151 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5205] ppid=5194 vsize=821876 CPUtime=0.61
/proc/5196/task/5205/stat : 5205 (java) S 5194 5196 32286 0 -1 64 2184 0 0 0 61 0 0 0 15 0 13 0 246236426 841601024 57151 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5206] ppid=5194 vsize=821876 CPUtime=1.66
/proc/5196/task/5206/stat : 5206 (java) S 5194 5196 32286 0 -1 64 10589 0 0 0 162 4 0 0 17 0 13 0 246236426 841601024 57151 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5207] ppid=5194 vsize=821876 CPUtime=0
/proc/5196/task/5207/stat : 5207 (java) S 5194 5196 32286 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 246236426 841601024 57151 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5208] ppid=5194 vsize=821876 CPUtime=0
/proc/5196/task/5208/stat : 5208 (java) S 5194 5196 32286 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 246236426 841601024 57151 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5209] ppid=5194 vsize=821876 CPUtime=0
/proc/5196/task/5209/stat : 5209 (java) S 5194 5196 32286 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 246249901 841601024 57151 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 137.34
Current children cumulated vsize (KiB) 821876

[startup+138.503 s]
/proc/loadavg: 2.22 2.09 2.08 3/95 5209
/proc/meminfo: memFree=1355552/2055920 swapFree=4181172/4192956
[pid=5196] ppid=5194 vsize=821876 CPUtime=137.54
/proc/5196/stat : 5196 (java) S 5194 5196 32286 0 -1 0 65900 0 1 0 13722 32 0 0 21 0 13 0 246236417 841601024 57151 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5196/statm: 205469 57151 1391 9 0 202831 0
[pid=5196/tid=5198] ppid=5194 vsize=821876 CPUtime=130.52
/proc/5196/task/5198/stat : 5198 (java) R 5194 5196 32286 0 -1 64 17974 0 1 0 13040 12 0 0 25 0 13 0 246236419 841601024 57151 996147200 134512640 134550740 4294956032 18446744073709551615 4109996824 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5199] ppid=5194 vsize=821876 CPUtime=2.37
/proc/5196/task/5199/stat : 5199 (java) S 5194 5196 32286 0 -1 64 18159 0 0 0 230 7 0 0 17 0 13 0 246236420 841601024 57151 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5200] ppid=5194 vsize=821876 CPUtime=2.29
/proc/5196/task/5200/stat : 5200 (java) S 5194 5196 32286 0 -1 64 16060 0 0 0 223 6 0 0 17 0 13 0 246236420 841601024 57151 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5201] ppid=5194 vsize=821876 CPUtime=0.03
/proc/5196/task/5201/stat : 5201 (java) S 5194 5196 32286 0 -1 64 166 0 0 0 2 1 0 0 16 0 13 0 246236421 841601024 57151 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5202] ppid=5194 vsize=821876 CPUtime=0
/proc/5196/task/5202/stat : 5202 (java) S 5194 5196 32286 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 246236422 841601024 57151 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5203] ppid=5194 vsize=821876 CPUtime=0
/proc/5196/task/5203/stat : 5203 (java) S 5194 5196 32286 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 246236422 841601024 57151 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5204] ppid=5194 vsize=821876 CPUtime=0
/proc/5196/task/5204/stat : 5204 (java) S 5194 5196 32286 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 246236426 841601024 57151 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5205] ppid=5194 vsize=821876 CPUtime=0.61
/proc/5196/task/5205/stat : 5205 (java) S 5194 5196 32286 0 -1 64 2184 0 0 0 61 0 0 0 15 0 13 0 246236426 841601024 57151 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5206] ppid=5194 vsize=821876 CPUtime=1.66
/proc/5196/task/5206/stat : 5206 (java) S 5194 5196 32286 0 -1 64 10589 0 0 0 162 4 0 0 17 0 13 0 246236426 841601024 57151 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5207] ppid=5194 vsize=821876 CPUtime=0
/proc/5196/task/5207/stat : 5207 (java) S 5194 5196 32286 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 246236426 841601024 57151 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5208] ppid=5194 vsize=821876 CPUtime=0
/proc/5196/task/5208/stat : 5208 (java) S 5194 5196 32286 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 246236426 841601024 57151 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5209] ppid=5194 vsize=821876 CPUtime=0
/proc/5196/task/5209/stat : 5209 (java) S 5194 5196 32286 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 246249901 841601024 57151 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 137.54
Current children cumulated vsize (KiB) 821876

[startup+138.608 s]
/proc/loadavg: 2.22 2.09 2.08 3/95 5209
/proc/meminfo: memFree=1355552/2055920 swapFree=4181172/4192956
[pid=5196] ppid=5194 vsize=821876 CPUtime=137.63
/proc/5196/stat : 5196 (java) S 5194 5196 32286 0 -1 0 65905 0 1 0 13731 32 0 0 21 0 12 0 246236417 841601024 57155 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5196/statm: 205469 57155 1392 9 0 202831 0
[pid=5196/tid=5198] ppid=5194 vsize=821876 CPUtime=130.61
/proc/5196/task/5198/stat : 5198 (java) S 5194 5196 32286 0 -1 64 17976 0 1 0 13049 12 0 0 25 0 12 0 246236419 841601024 57155 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5199] ppid=5194 vsize=821876 CPUtime=2.37
/proc/5196/task/5199/stat : 5199 (java) S 5194 5196 32286 0 -1 64 18159 0 0 0 230 7 0 0 17 0 12 0 246236420 841601024 57155 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5200] ppid=5194 vsize=821876 CPUtime=2.29
/proc/5196/task/5200/stat : 5200 (java) S 5194 5196 32286 0 -1 64 16060 0 0 0 223 6 0 0 17 0 12 0 246236420 841601024 57155 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5201] ppid=5194 vsize=821876 CPUtime=0.04
/proc/5196/task/5201/stat : 5201 (java) S 5194 5196 32286 0 -1 64 166 0 0 0 3 1 0 0 16 0 12 0 246236421 841601024 57155 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5202] ppid=5194 vsize=821876 CPUtime=0
/proc/5196/task/5202/stat : 5202 (java) S 5194 5196 32286 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 246236422 841601024 57155 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5203] ppid=5194 vsize=821876 CPUtime=0
/proc/5196/task/5203/stat : 5203 (java) S 5194 5196 32286 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 246236422 841601024 57155 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5204] ppid=5194 vsize=821876 CPUtime=0
/proc/5196/task/5204/stat : 5204 (java) S 5194 5196 32286 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 246236426 841601024 57155 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5205] ppid=5194 vsize=821876 CPUtime=0.61
/proc/5196/task/5205/stat : 5205 (java) S 5194 5196 32286 0 -1 64 2184 0 0 0 61 0 0 0 15 0 12 0 246236426 841601024 57155 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5206] ppid=5194 vsize=821876 CPUtime=1.66
/proc/5196/task/5206/stat : 5206 (java) S 5194 5196 32286 0 -1 64 10589 0 0 0 162 4 0 0 17 0 12 0 246236426 841601024 57155 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5207] ppid=5194 vsize=821876 CPUtime=0
/proc/5196/task/5207/stat : 5207 (java) S 5194 5196 32286 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 246236426 841601024 57155 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5196/tid=5208] ppid=5194 vsize=821876 CPUtime=0
/proc/5196/task/5208/stat : 5208 (java) S 5194 5196 32286 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 246236426 841601024 57155 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 137.63
Current children cumulated vsize (KiB) 821876

Child status: 0
Real time (s): 138.65
CPU time (s): 137.678
CPU user time (s): 137.316
CPU system time (s): 0.361944
CPU usage (%): 99.2989
Max. virtual memory (cumulated for all children) (KiB): 826492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 137.316
system time used= 0.361944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65909
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= 5273
involuntary context switches= 8472

runsolver used 0.173973 second user time and 0.475927 second system time

The end

Launcher Data (download as text)

Begin job on node85 at 2008-07-03 04:42:17
IDJOB=1051343
IDBENCH=55435
IDSOLVER=344
FILE ID=node85/1051343-1215052937
PBS_JOBID= 7875007
Free space on /tmp= 126852 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/golombRulerArity4/normalized-ruler-25-8-a4.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-1051343-1215052937/watcher-1051343-1215052937 -o /tmp/evaluation-result-1051343-1215052937/solver-1051343-1215052937 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1051343-1215052937.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 911be6f11691798737b435362407e4b1
RANDOM SEED=354718622

node85.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.272
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.272
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:       1580264 kB
Buffers:         49216 kB
Cached:         295812 kB
SwapCached:       5784 kB
Active:         182040 kB
Inactive:       217052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1580264 kB
SwapTotal:     4192956 kB
SwapFree:      4181172 kB
Dirty:            1728 kB
Writeback:           0 kB
Mapped:          69900 kB
Slab:            61984 kB
Committed_AS:   579452 kB
PageTables:       1720 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= 126848 MiB
End job on node85 at 2008-07-03 04:44:36