Trace number 1051280

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 75.2816 75.8839

General information on the benchmark

Namecsp/golombRulerArity4/
normalized-ruler-25-7-a4.xml
MD5SUM58a2f86120e7e6c7f6bddef75df9c059
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.061989
Satisfiable
(Un)Satisfiability was proved
Number of variables7
Number of constraints196
Maximum constraint arity4
Maximum domain size26
Number of constraints which are defined in extension0
Number of constraints which are defined in intension196
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29/0.32	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.29/0.32	c This is free software under the dual EPL/GNU LGPL licenses.
0.29/0.32	c See www.sat4j.org for details.
0.29/0.32	c That software uses the Rhino library from the Mozilla project.
0.29/0.36	c version 9.9.9.token
0.29/0.36	c sun.arch.data.model	32
0.29/0.36	c java.version	1.6.0_06
0.29/0.36	c os.name	Linux
0.29/0.36	c os.version	2.6.9-22.EL.rootsmp
0.29/0.36	c os.arch	i386
0.29/0.36	c Free memory 669864272
0.29/0.36	c Max memory 672137216
0.29/0.36	c Total memory 672137216
0.29/0.36	c Number of processors 2
0.39/0.41	c c --- Begin Solver configuration ---
0.39/0.41	c Stops conflict analysis at the first Unique Implication Point
0.39/0.41	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.39/0.41	c Learn all clauses as in MiniSAT
0.39/0.41	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.39/0.41	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.39/0.41	c Expensive reason simplification
0.39/0.41	c MiniSAT restarts strategy
0.39/0.41	c timeout=2147483s
0.39/0.41	c DB Simplification allowed=false
0.39/0.41	c --- End Solver configuration ---
0.39/0.41	c solving HOME/instance-1051280-1215052800.xml
0.39/0.41	c reading problem ... 
0.59/0.67	c reading problem named null
0.59/0.67	c reading domains done.
0.59/0.68	c reading variables done.
0.68/0.70	c reading predicates  done.
0.77/0.88	c reading constraints
73.72/74.38	c done with constraints.
73.72/74.38	c ... done. Wall clock time 73.968s.
73.72/74.38	c #vars     182
73.72/74.38	c #constraints  771781
73.72/74.38	c constraints type 
73.72/74.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 771747
73.72/74.38	c org.sat4j.minisat.constraints.card.AtLeast => 7
75.21/75.84	c starts		: 5
75.21/75.84	c conflicts		: 1065
75.21/75.84	c decisions		: 1574
75.21/75.84	c propagations		: 17586
75.21/75.84	c inspects		: 4185145
75.21/75.84	c learnt literals	: 0
75.21/75.84	c learnt binary clauses	: 6
75.21/75.84	c learnt ternary clauses	: 8
75.21/75.84	c learnt clauses	: 1065
75.21/75.84	c ignored clauses	: 0
75.21/75.84	c root simplifications	: 0
75.21/75.84	c removed literals (reason simplification)	: 12767
75.21/75.84	c reason swapping (by a shorter reason)	: 0
75.21/75.84	c Calls to reduceDB	: 0
75.21/75.84	c speed (assignments/second)	: 12070.006863417982
75.21/75.84	c non guided choices	19
75.21/75.84	s SATISFIABLE
75.21/75.84	v 0 2 3 10 16 21 25 
75.21/75.84	c Total wall clock time (in seconds) : 75.427

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-1051280-1215052800/watcher-1051280-1215052800 -o /tmp/evaluation-result-1051280-1215052800/solver-1051280-1215052800 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1051280-1215052800.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: 1.93 1.99 1.99 4/81 12081
/proc/meminfo: memFree=1781520/2055920 swapFree=4179764/4192956
[pid=12081] ppid=12079 vsize=152 CPUtime=0
/proc/12081/stat : 12081 (java) D 12079 12081 10381 0 -1 0 211 0 0 0 0 0 0 0 18 0 1 0 1984253298 155648 26 996147200 134512640 134550740 4294956032 18446744073709551615 3167012 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/12081/statm: 68 37 28 9 0 6 0

[startup+0.092249 s]
/proc/loadavg: 1.93 1.99 1.99 4/81 12081
/proc/meminfo: memFree=1781520/2055920 swapFree=4179764/4192956
[pid=12081] ppid=12079 vsize=802236 CPUtime=0.07
/proc/12081/stat : 12081 (java) S 12079 12081 10381 0 -1 0 2873 0 1 0 6 1 0 0 18 0 7 0 1984253298 821489664 2608 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/12081/statm: 200559 2608 1014 9 0 197942 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802236

[startup+0.101248 s]
/proc/loadavg: 1.93 1.99 1.99 4/81 12081
/proc/meminfo: memFree=1781520/2055920 swapFree=4179764/4192956
[pid=12081] ppid=12079 vsize=804612 CPUtime=0.08
/proc/12081/stat : 12081 (java) S 12079 12081 10381 0 -1 0 2990 0 1 0 7 1 0 0 18 0 12 0 1984253298 823922688 2723 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12081/statm: 201153 2723 1047 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301271 s]
/proc/loadavg: 1.93 1.99 1.99 4/81 12081
/proc/meminfo: memFree=1781520/2055920 swapFree=4179764/4192956
[pid=12081] ppid=12079 vsize=807876 CPUtime=0.29
/proc/12081/stat : 12081 (java) S 12079 12081 10381 0 -1 0 4801 0 1 0 27 2 0 0 18 0 12 0 1984253298 827265024 4130 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12081/statm: 201969 4130 1297 9 0 199338 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 807876

[startup+0.701309 s]
/proc/loadavg: 1.93 1.99 1.99 4/81 12081
/proc/meminfo: memFree=1781520/2055920 swapFree=4179764/4192956
[pid=12081] ppid=12079 vsize=807904 CPUtime=0.68
/proc/12081/stat : 12081 (java) S 12079 12081 10381 0 -1 0 6247 0 1 0 64 4 0 0 18 0 12 0 1984253298 827293696 5410 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12081/statm: 201976 5410 1335 9 0 199338 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807904

[startup+1.5024 s]
/proc/loadavg: 1.93 1.99 1.99 4/93 12093
/proc/meminfo: memFree=1760752/2055920 swapFree=4179764/4192956
[pid=12081] ppid=12079 vsize=812348 CPUtime=1.48
/proc/12081/stat : 12081 (java) S 12079 12081 10381 0 -1 0 9195 0 2 0 142 6 0 0 18 0 12 0 1984253298 831844352 7375 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12081/statm: 203087 7375 1368 9 0 200449 0
[pid=12081/tid=12083] ppid=12079 vsize=812348 CPUtime=0.78
/proc/12081/task/12083/stat : 12083 (java) R 12079 12081 10381 0 -1 64 4919 0 2 0 74 4 0 0 23 0 12 0 1984253300 831844352 7375 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12081/tid=12084] ppid=12079 vsize=812348 CPUtime=0
/proc/12081/task/12084/stat : 12084 (java) S 12079 12081 10381 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1984253301 831844352 7375 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12085] ppid=12079 vsize=812348 CPUtime=0
/proc/12081/task/12085/stat : 12085 (java) S 12079 12081 10381 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1984253301 831844352 7375 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12086] ppid=12079 vsize=812348 CPUtime=0
/proc/12081/task/12086/stat : 12086 (java) S 12079 12081 10381 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 1984253303 831844352 7375 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12081/tid=12087] ppid=12079 vsize=812348 CPUtime=0
/proc/12081/task/12087/stat : 12087 (java) S 12079 12081 10381 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1984253303 831844352 7375 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12088] ppid=12079 vsize=812348 CPUtime=0
/proc/12081/task/12088/stat : 12088 (java) S 12079 12081 10381 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1984253303 831844352 7375 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12089] ppid=12079 vsize=812348 CPUtime=0
/proc/12081/task/12089/stat : 12089 (java) S 12079 12081 10381 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1984253308 831844352 7375 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12090] ppid=12079 vsize=812348 CPUtime=0.18
/proc/12081/task/12090/stat : 12090 (java) R 12079 12081 10381 0 -1 64 223 0 0 0 18 0 0 0 16 0 12 0 1984253308 831844352 7375 996147200 134512640 134550740 4294956032 18446744073709551615 106362559 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12081/tid=12091] ppid=12079 vsize=812348 CPUtime=0.49
/proc/12081/task/12091/stat : 12091 (java) S 12079 12081 10381 0 -1 64 3290 0 0 0 48 1 0 0 16 0 12 0 1984253308 831844352 7375 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12081/tid=12092] ppid=12079 vsize=812348 CPUtime=0
/proc/12081/task/12092/stat : 12092 (java) S 12079 12081 10381 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1984253308 831844352 7375 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12093] ppid=12079 vsize=812348 CPUtime=0
/proc/12081/task/12093/stat : 12093 (java) S 12079 12081 10381 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1984253308 831844352 7375 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 812348

[startup+3.10258 s]
/proc/loadavg: 1.93 1.99 1.99 4/93 12093
/proc/meminfo: memFree=1744048/2055920 swapFree=4179764/4192956
[pid=12081] ppid=12079 vsize=823204 CPUtime=3.21
/proc/12081/stat : 12081 (java) S 12079 12081 10381 0 -1 0 21072 0 3 0 309 12 0 0 18 0 12 0 1984253298 842960896 13283 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12081/statm: 205801 13283 1378 9 0 203163 0
[pid=12081/tid=12083] ppid=12079 vsize=823204 CPUtime=1.48
/proc/12081/task/12083/stat : 12083 (java) R 12079 12081 10381 0 -1 64 8086 0 2 0 142 6 0 0 25 0 12 0 1984253300 842960896 13283 996147200 134512640 134550740 4294956032 18446744073709551615 4109826104 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12084] ppid=12079 vsize=823204 CPUtime=0
/proc/12081/task/12084/stat : 12084 (java) S 12079 12081 10381 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1984253301 842960896 13283 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12085] ppid=12079 vsize=823204 CPUtime=0
/proc/12081/task/12085/stat : 12085 (java) S 12079 12081 10381 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1984253301 842960896 13283 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12086] ppid=12079 vsize=823204 CPUtime=0
/proc/12081/task/12086/stat : 12086 (java) S 12079 12081 10381 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 1984253303 842960896 13283 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12081/tid=12087] ppid=12079 vsize=823204 CPUtime=0
/proc/12081/task/12087/stat : 12087 (java) S 12079 12081 10381 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1984253303 842960896 13283 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12088] ppid=12079 vsize=823204 CPUtime=0
/proc/12081/task/12088/stat : 12088 (java) S 12079 12081 10381 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1984253303 842960896 13283 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12089] ppid=12079 vsize=823204 CPUtime=0
/proc/12081/task/12089/stat : 12089 (java) S 12079 12081 10381 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1984253308 842960896 13283 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12090] ppid=12079 vsize=823204 CPUtime=0.91
/proc/12081/task/12090/stat : 12090 (java) S 12079 12081 10381 0 -1 64 7247 0 0 0 88 3 0 0 16 0 12 0 1984253308 842960896 13283 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12091] ppid=12079 vsize=823204 CPUtime=0.79
/proc/12081/task/12091/stat : 12091 (java) S 12079 12081 10381 0 -1 64 4976 0 1 0 77 2 0 0 16 0 12 0 1984253308 842960896 13283 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12092] ppid=12079 vsize=823204 CPUtime=0
/proc/12081/task/12092/stat : 12092 (java) S 12079 12081 10381 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1984253308 842960896 13283 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12093] ppid=12079 vsize=823204 CPUtime=0
/proc/12081/task/12093/stat : 12093 (java) S 12079 12081 10381 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1984253308 842960896 13283 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.21
Current children cumulated vsize (KiB) 823204

[startup+6.30193 s]
/proc/loadavg: 1.93 1.99 1.99 3/93 12093
/proc/meminfo: memFree=1691824/2055920 swapFree=4179764/4192956
[pid=12081] ppid=12079 vsize=822392 CPUtime=6.37
/proc/12081/stat : 12081 (java) S 12079 12081 10381 0 -1 0 32040 0 3 0 620 17 0 0 18 0 12 0 1984253298 842129408 24044 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12081/statm: 205598 24044 1383 9 0 202960 0
[pid=12081/tid=12083] ppid=12079 vsize=822392 CPUtime=4.47
/proc/12081/task/12083/stat : 12083 (java) R 12079 12081 10381 0 -1 64 17317 0 2 0 438 9 0 0 25 0 12 0 1984253300 842129408 24044 996147200 134512640 134550740 4294956032 18446744073709551615 4109715213 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12084] ppid=12079 vsize=822392 CPUtime=0.02
/proc/12081/task/12084/stat : 12084 (java) S 12079 12081 10381 0 -1 64 688 0 0 0 2 0 0 0 16 0 12 0 1984253301 842129408 24044 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12085] ppid=12079 vsize=822392 CPUtime=0.05
/proc/12081/task/12085/stat : 12085 (java) S 12079 12081 10381 0 -1 64 931 0 0 0 5 0 0 0 16 0 12 0 1984253301 842129408 24044 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12086] ppid=12079 vsize=822392 CPUtime=0
/proc/12081/task/12086/stat : 12086 (java) S 12079 12081 10381 0 -1 64 112 0 0 0 0 0 0 0 16 0 12 0 1984253303 842129408 24044 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12087] ppid=12079 vsize=822392 CPUtime=0
/proc/12081/task/12087/stat : 12087 (java) S 12079 12081 10381 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1984253303 842129408 24044 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12088] ppid=12079 vsize=822392 CPUtime=0
/proc/12081/task/12088/stat : 12088 (java) S 12079 12081 10381 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1984253303 842129408 24044 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12089] ppid=12079 vsize=822392 CPUtime=0
/proc/12081/task/12089/stat : 12089 (java) S 12079 12081 10381 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1984253308 842129408 24044 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12090] ppid=12079 vsize=822392 CPUtime=0.94
/proc/12081/task/12090/stat : 12090 (java) S 12079 12081 10381 0 -1 64 7248 0 0 0 91 3 0 0 16 0 12 0 1984253308 842129408 24044 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12091] ppid=12079 vsize=822392 CPUtime=0.83
/proc/12081/task/12091/stat : 12091 (java) S 12079 12081 10381 0 -1 64 4983 0 1 0 81 2 0 0 16 0 12 0 1984253308 842129408 24044 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12092] ppid=12079 vsize=822392 CPUtime=0
/proc/12081/task/12092/stat : 12092 (java) S 12079 12081 10381 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1984253308 842129408 24044 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12093] ppid=12079 vsize=822392 CPUtime=0
/proc/12081/task/12093/stat : 12093 (java) S 12079 12081 10381 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1984253308 842129408 24044 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.37
Current children cumulated vsize (KiB) 822392

[startup+12.7026 s]
/proc/loadavg: 1.94 1.99 1.99 3/93 12094
/proc/meminfo: memFree=1670576/2055920 swapFree=4179764/4192956
[pid=12081] ppid=12079 vsize=822392 CPUtime=12.71
/proc/12081/stat : 12081 (java) S 12079 12081 10381 0 -1 0 37193 0 3 0 1251 20 0 0 18 0 12 0 1984253298 842129408 29190 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12081/statm: 205598 29190 1384 9 0 202960 0
[pid=12081/tid=12083] ppid=12079 vsize=822392 CPUtime=10.55
/proc/12081/task/12083/stat : 12083 (java) R 12079 12081 10381 0 -1 64 17725 0 2 0 1045 10 0 0 25 0 12 0 1984253300 842129408 29190 996147200 134512640 134550740 4294956032 18446744073709551615 4109778907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12084] ppid=12079 vsize=822392 CPUtime=0.15
/proc/12081/task/12084/stat : 12084 (java) S 12079 12081 10381 0 -1 64 2992 0 0 0 14 1 0 0 17 0 12 0 1984253301 842129408 29190 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12085] ppid=12079 vsize=822392 CPUtime=0.16
/proc/12081/task/12085/stat : 12085 (java) S 12079 12081 10381 0 -1 64 3319 0 0 0 15 1 0 0 17 0 12 0 1984253301 842129408 29190 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12086] ppid=12079 vsize=822392 CPUtime=0.01
/proc/12081/task/12086/stat : 12086 (java) S 12079 12081 10381 0 -1 64 164 0 0 0 1 0 0 0 16 0 12 0 1984253303 842129408 29190 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12087] ppid=12079 vsize=822392 CPUtime=0
/proc/12081/task/12087/stat : 12087 (java) S 12079 12081 10381 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1984253303 842129408 29190 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12088] ppid=12079 vsize=822392 CPUtime=0
/proc/12081/task/12088/stat : 12088 (java) S 12079 12081 10381 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1984253303 842129408 29190 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12089] ppid=12079 vsize=822392 CPUtime=0
/proc/12081/task/12089/stat : 12089 (java) S 12079 12081 10381 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1984253308 842129408 29190 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12090] ppid=12079 vsize=822392 CPUtime=0.94
/proc/12081/task/12090/stat : 12090 (java) S 12079 12081 10381 0 -1 64 7248 0 0 0 91 3 0 0 16 0 12 0 1984253308 842129408 29190 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12091] ppid=12079 vsize=822392 CPUtime=0.84
/proc/12081/task/12091/stat : 12091 (java) S 12079 12081 10381 0 -1 64 4984 0 1 0 82 2 0 0 17 0 12 0 1984253308 842129408 29190 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12092] ppid=12079 vsize=822392 CPUtime=0
/proc/12081/task/12092/stat : 12092 (java) S 12079 12081 10381 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1984253308 842129408 29190 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12093] ppid=12079 vsize=822392 CPUtime=0
/proc/12081/task/12093/stat : 12093 (java) S 12079 12081 10381 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1984253308 842129408 29190 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 822392

[startup+25.502 s]
/proc/loadavg: 1.95 1.99 1.99 3/93 12095
/proc/meminfo: memFree=1655984/2055920 swapFree=4179764/4192956
[pid=12081] ppid=12079 vsize=822392 CPUtime=25.37
/proc/12081/stat : 12081 (java) S 12079 12081 10381 0 -1 0 40239 0 3 0 2516 21 0 0 18 0 12 0 1984253298 842129408 32222 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12081/statm: 205598 32222 1384 9 0 202960 0
[pid=12081/tid=12083] ppid=12079 vsize=822392 CPUtime=22.91
/proc/12081/task/12083/stat : 12083 (java) R 12079 12081 10381 0 -1 64 17739 0 2 0 2281 10 0 0 25 0 12 0 1984253300 842129408 32222 996147200 134512640 134550740 4294956032 18446744073709551615 4109602831 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12084] ppid=12079 vsize=822392 CPUtime=0.3
/proc/12081/task/12084/stat : 12084 (java) S 12079 12081 10381 0 -1 64 4779 0 0 0 28 2 0 0 17 0 12 0 1984253301 842129408 32222 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12085] ppid=12079 vsize=822392 CPUtime=0.3
/proc/12081/task/12085/stat : 12085 (java) S 12079 12081 10381 0 -1 64 4563 0 0 0 29 1 0 0 17 0 12 0 1984253301 842129408 32222 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12086] ppid=12079 vsize=822392 CPUtime=0.01
/proc/12081/task/12086/stat : 12086 (java) S 12079 12081 10381 0 -1 64 164 0 0 0 1 0 0 0 17 0 12 0 1984253303 842129408 32222 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12087] ppid=12079 vsize=822392 CPUtime=0
/proc/12081/task/12087/stat : 12087 (java) S 12079 12081 10381 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1984253303 842129408 32222 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12088] ppid=12079 vsize=822392 CPUtime=0
/proc/12081/task/12088/stat : 12088 (java) S 12079 12081 10381 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1984253303 842129408 32222 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12089] ppid=12079 vsize=822392 CPUtime=0
/proc/12081/task/12089/stat : 12089 (java) S 12079 12081 10381 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1984253308 842129408 32222 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/12081/task/12091/stat : 12091 (java) S 12079 12081 10381 0 -1 64 4984 0 1 0 82 2 0 0 17 0 12 0 1984253308 842129408 42170 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12092] ppid=12079 vsize=822392 CPUtime=0
/proc/12081/task/12092/stat : 12092 (java) S 12079 12081 10381 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1984253308 842129408 42170 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12093] ppid=12079 vsize=822392 CPUtime=0
/proc/12081/task/12093/stat : 12093 (java) S 12079 12081 10381 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1984253308 842129408 42170 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 69.76
Current children cumulated vsize (KiB) 822392

[startup+73.5023 s]
/proc/loadavg: 2.12 2.03 2.01 3/93 12095
/proc/meminfo: memFree=1614704/2055920 swapFree=4179764/4192956
[pid=12081] ppid=12079 vsize=822392 CPUtime=72.93
/proc/12081/stat : 12081 (java) S 12079 12081 10381 0 -1 0 50769 0 3 0 7267 26 0 0 18 0 12 0 1984253298 842129408 42702 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12081/statm: 205598 42702 1384 9 0 202960 0
[pid=12081/tid=12083] ppid=12079 vsize=822392 CPUtime=69.17
/proc/12081/task/12083/stat : 12083 (java) R 12079 12081 10381 0 -1 64 17787 0 2 0 6907 10 0 0 25 0 12 0 1984253300 842129408 42702 996147200 134512640 134550740 4294956032 18446744073709551615 4109712084 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12084] ppid=12079 vsize=822392 CPUtime=0.87
/proc/12081/task/12084/stat : 12084 (java) S 12079 12081 10381 0 -1 64 9372 0 0 0 83 4 0 0 17 0 12 0 1984253301 842129408 42702 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12085] ppid=12079 vsize=822392 CPUtime=1.01
/proc/12081/task/12085/stat : 12085 (java) S 12079 12081 10381 0 -1 64 10452 0 0 0 97 4 0 0 17 0 12 0 1984253301 842129408 42702 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12086] ppid=12079 vsize=822392 CPUtime=0.01
/proc/12081/task/12086/stat : 12086 (java) S 12079 12081 10381 0 -1 64 164 0 0 0 1 0 0 0 16 0 12 0 1984253303 842129408 42702 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12087] ppid=12079 vsize=822392 CPUtime=0
/proc/12081/task/12087/stat : 12087 (java) S 12079 12081 10381 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1984253303 842129408 42702 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12088] ppid=12079 vsize=822392 CPUtime=0
/proc/12081/task/12088/stat : 12088 (java) S 12079 12081 10381 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1984253303 842129408 42702 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12089] ppid=12079 vsize=822392 CPUtime=0
/proc/12081/task/12089/stat : 12089 (java) S 12079 12081 10381 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1984253308 842129408 42702 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12090] ppid=12079 vsize=822392 CPUtime=0.96
/proc/12081/task/12090/stat : 12090 (java) S 12079 12081 10381 0 -1 64 7249 0 0 0 93 3 0 0 17 0 12 0 1984253308 842129408 42702 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12091] ppid=12079 vsize=822392 CPUtime=0.84
/proc/12081/task/12091/stat : 12091 (java) S 12079 12081 10381 0 -1 64 4984 0 1 0 82 2 0 0 17 0 12 0 1984253308 842129408 42702 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12092] ppid=12079 vsize=822392 CPUtime=0
/proc/12081/task/12092/stat : 12092 (java) S 12079 12081 10381 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1984253308 842129408 42702 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12093] ppid=12079 vsize=822392 CPUtime=0
/proc/12081/task/12093/stat : 12093 (java) S 12079 12081 10381 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1984253308 842129408 42702 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 72.93
Current children cumulated vsize (KiB) 822392

[startup+75.1015 s]
/proc/loadavg: 2.11 2.03 2.01 3/94 12096
/proc/meminfo: memFree=1612904/2055920 swapFree=4179764/4192956
[pid=12081] ppid=12079 vsize=822716 CPUtime=74.51
/proc/12081/stat : 12081 (java) S 12079 12081 10381 0 -1 0 50973 0 4 0 7424 27 0 0 18 0 13 0 1984253298 842461184 42905 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12081/statm: 205679 42905 1389 9 0 203041 0
[pid=12081/tid=12083] ppid=12079 vsize=822716 CPUtime=70.43
/proc/12081/task/12083/stat : 12083 (java) R 12079 12081 10381 0 -1 64 17800 0 3 0 7033 10 0 0 25 0 13 0 1984253300 842461184 42905 996147200 134512640 134550740 4294956032 18446744073709551615 4109986968 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12084] ppid=12079 vsize=822716 CPUtime=0.89
/proc/12081/task/12084/stat : 12084 (java) S 12079 12081 10381 0 -1 64 9406 0 0 0 85 4 0 0 17 0 13 0 1984253301 842461184 42905 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12085] ppid=12079 vsize=822716 CPUtime=1.03
/proc/12081/task/12085/stat : 12085 (java) S 12079 12081 10381 0 -1 64 10583 0 0 0 99 4 0 0 17 0 13 0 1984253301 842461184 42905 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12086] ppid=12079 vsize=822716 CPUtime=0.02
/proc/12081/task/12086/stat : 12086 (java) S 12079 12081 10381 0 -1 64 164 0 0 0 1 1 0 0 15 0 13 0 1984253303 842461184 42905 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12087] ppid=12079 vsize=822716 CPUtime=0
/proc/12081/task/12087/stat : 12087 (java) S 12079 12081 10381 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1984253303 842461184 42905 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12088] ppid=12079 vsize=822716 CPUtime=0
/proc/12081/task/12088/stat : 12088 (java) S 12079 12081 10381 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 1984253303 842461184 42905 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12089] ppid=12079 vsize=822716 CPUtime=0
/proc/12081/task/12089/stat : 12089 (java) S 12079 12081 10381 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1984253308 842461184 42905 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12090] ppid=12079 vsize=822716 CPUtime=1.09
/proc/12081/task/12090/stat : 12090 (java) S 12079 12081 10381 0 -1 64 7254 0 0 0 106 3 0 0 16 0 13 0 1984253308 842461184 42905 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12091] ppid=12079 vsize=822716 CPUtime=0.99
/proc/12081/task/12091/stat : 12091 (java) S 12079 12081 10381 0 -1 64 5001 0 1 0 97 2 0 0 16 0 13 0 1984253308 842461184 42905 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12092] ppid=12079 vsize=822716 CPUtime=0
/proc/12081/task/12092/stat : 12092 (java) S 12079 12081 10381 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 1984253308 842461184 42905 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12093] ppid=12079 vsize=822716 CPUtime=0
/proc/12081/task/12093/stat : 12093 (java) S 12079 12081 10381 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1984253308 842461184 42905 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12096] ppid=12079 vsize=822716 CPUtime=0
/proc/12081/task/12096/stat : 12096 (java) S 12079 12081 10381 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 1984260737 842461184 42905 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 74.51
Current children cumulated vsize (KiB) 822716

[startup+75.5015 s]
/proc/loadavg: 2.11 2.03 2.01 3/94 12096
/proc/meminfo: memFree=1612904/2055920 swapFree=4179764/4192956
[pid=12081] ppid=12079 vsize=822716 CPUtime=74.91
/proc/12081/stat : 12081 (java) S 12079 12081 10381 0 -1 0 50983 0 4 0 7464 27 0 0 18 0 13 0 1984253298 842461184 42914 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12081/statm: 205679 42914 1391 9 0 203041 0
[pid=12081/tid=12083] ppid=12079 vsize=822716 CPUtime=70.75
/proc/12081/task/12083/stat : 12083 (java) R 12079 12081 10381 0 -1 64 17802 0 3 0 7065 10 0 0 25 0 13 0 1984253300 842461184 42914 996147200 134512640 134550740 4294956032 18446744073709551615 4110024511 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12084] ppid=12079 vsize=822716 CPUtime=0.89
/proc/12081/task/12084/stat : 12084 (java) S 12079 12081 10381 0 -1 64 9406 0 0 0 85 4 0 0 17 0 13 0 1984253301 842461184 42914 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12085] ppid=12079 vsize=822716 CPUtime=1.03
/proc/12081/task/12085/stat : 12085 (java) S 12079 12081 10381 0 -1 64 10583 0 0 0 99 4 0 0 17 0 13 0 1984253301 842461184 42914 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12086] ppid=12079 vsize=822716 CPUtime=0.02
/proc/12081/task/12086/stat : 12086 (java) S 12079 12081 10381 0 -1 64 164 0 0 0 1 1 0 0 17 0 13 0 1984253303 842461184 42914 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12087] ppid=12079 vsize=822716 CPUtime=0
/proc/12081/task/12087/stat : 12087 (java) S 12079 12081 10381 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1984253303 842461184 42914 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12088] ppid=12079 vsize=822716 CPUtime=0
/proc/12081/task/12088/stat : 12088 (java) S 12079 12081 10381 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 1984253303 842461184 42914 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12089] ppid=12079 vsize=822716 CPUtime=0
/proc/12081/task/12089/stat : 12089 (java) S 12079 12081 10381 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1984253308 842461184 42914 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12090] ppid=12079 vsize=822716 CPUtime=1.12
/proc/12081/task/12090/stat : 12090 (java) S 12079 12081 10381 0 -1 64 7257 0 0 0 109 3 0 0 16 0 13 0 1984253308 842461184 42914 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12091] ppid=12079 vsize=822716 CPUtime=1.04
/proc/12081/task/12091/stat : 12091 (java) S 12079 12081 10381 0 -1 64 5006 0 1 0 102 2 0 0 16 0 13 0 1984253308 842461184 42914 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12092] ppid=12079 vsize=822716 CPUtime=0
/proc/12081/task/12092/stat : 12092 (java) S 12079 12081 10381 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 1984253308 842461184 42914 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12093] ppid=12079 vsize=822716 CPUtime=0
/proc/12081/task/12093/stat : 12093 (java) S 12079 12081 10381 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1984253308 842461184 42914 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12096] ppid=12079 vsize=822716 CPUtime=0
/proc/12081/task/12096/stat : 12096 (java) S 12079 12081 10381 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 1984260737 842461184 42914 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 74.91
Current children cumulated vsize (KiB) 822716

[startup+75.7015 s]
/proc/loadavg: 2.11 2.03 2.01 3/94 12096
/proc/meminfo: memFree=1612904/2055920 swapFree=4179764/4192956
[pid=12081] ppid=12079 vsize=822716 CPUtime=75.11
/proc/12081/stat : 12081 (java) S 12079 12081 10381 0 -1 0 50985 0 4 0 7484 27 0 0 18 0 13 0 1984253298 842461184 42916 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12081/statm: 205679 42916 1391 9 0 203041 0
[pid=12081/tid=12083] ppid=12079 vsize=822716 CPUtime=70.92
/proc/12081/task/12083/stat : 12083 (java) R 12079 12081 10381 0 -1 64 17802 0 3 0 7082 10 0 0 25 0 13 0 1984253300 842461184 42916 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12084] ppid=12079 vsize=822716 CPUtime=0.89
/proc/12081/task/12084/stat : 12084 (java) S 12079 12081 10381 0 -1 64 9406 0 0 0 85 4 0 0 17 0 13 0 1984253301 842461184 42916 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12085] ppid=12079 vsize=822716 CPUtime=1.03
/proc/12081/task/12085/stat : 12085 (java) S 12079 12081 10381 0 -1 64 10583 0 0 0 99 4 0 0 17 0 13 0 1984253301 842461184 42916 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12086] ppid=12079 vsize=822716 CPUtime=0.02
/proc/12081/task/12086/stat : 12086 (java) S 12079 12081 10381 0 -1 64 164 0 0 0 1 1 0 0 17 0 13 0 1984253303 842461184 42916 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12087] ppid=12079 vsize=822716 CPUtime=0
/proc/12081/task/12087/stat : 12087 (java) S 12079 12081 10381 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1984253303 842461184 42916 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12088] ppid=12079 vsize=822716 CPUtime=0
/proc/12081/task/12088/stat : 12088 (java) S 12079 12081 10381 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 1984253303 842461184 42916 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12089] ppid=12079 vsize=822716 CPUtime=0
/proc/12081/task/12089/stat : 12089 (java) S 12079 12081 10381 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1984253308 842461184 42916 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12090] ppid=12079 vsize=822716 CPUtime=1.14
/proc/12081/task/12090/stat : 12090 (java) S 12079 12081 10381 0 -1 64 7259 0 0 0 111 3 0 0 16 0 13 0 1984253308 842461184 42916 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12091] ppid=12079 vsize=822716 CPUtime=1.05
/proc/12081/task/12091/stat : 12091 (java) R 12079 12081 10381 0 -1 64 5006 0 1 0 103 2 0 0 16 0 13 0 1984253308 842461184 42916 996147200 134512640 134550740 4294956032 18446744073709551615 104093760 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12092] ppid=12079 vsize=822716 CPUtime=0
/proc/12081/task/12092/stat : 12092 (java) S 12079 12081 10381 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 1984253308 842461184 42916 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12093] ppid=12079 vsize=822716 CPUtime=0
/proc/12081/task/12093/stat : 12093 (java) S 12079 12081 10381 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1984253308 842461184 42916 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12096] ppid=12079 vsize=822716 CPUtime=0
/proc/12081/task/12096/stat : 12096 (java) S 12079 12081 10381 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 1984260737 842461184 42916 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 75.11
Current children cumulated vsize (KiB) 822716

[startup+75.8025 s]
/proc/loadavg: 2.11 2.03 2.01 3/94 12096
/proc/meminfo: memFree=1612840/2055920 swapFree=4179764/4192956
[pid=12081] ppid=12079 vsize=822716 CPUtime=75.21
/proc/12081/stat : 12081 (java) S 12079 12081 10381 0 -1 0 50986 0 4 0 7494 27 0 0 18 0 13 0 1984253298 842461184 42917 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12081/statm: 205679 42917 1391 9 0 203041 0
[pid=12081/tid=12083] ppid=12079 vsize=822716 CPUtime=71.01
/proc/12081/task/12083/stat : 12083 (java) R 12079 12081 10381 0 -1 64 17802 0 3 0 7091 10 0 0 25 0 13 0 1984253300 842461184 42917 996147200 134512640 134550740 4294956032 18446744073709551615 4110024484 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12084] ppid=12079 vsize=822716 CPUtime=0.89
/proc/12081/task/12084/stat : 12084 (java) S 12079 12081 10381 0 -1 64 9406 0 0 0 85 4 0 0 17 0 13 0 1984253301 842461184 42917 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12085] ppid=12079 vsize=822716 CPUtime=1.03
/proc/12081/task/12085/stat : 12085 (java) S 12079 12081 10381 0 -1 64 10583 0 0 0 99 4 0 0 17 0 13 0 1984253301 842461184 42917 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12086] ppid=12079 vsize=822716 CPUtime=0.02
/proc/12081/task/12086/stat : 12086 (java) S 12079 12081 10381 0 -1 64 164 0 0 0 1 1 0 0 17 0 13 0 1984253303 842461184 42917 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12087] ppid=12079 vsize=822716 CPUtime=0
/proc/12081/task/12087/stat : 12087 (java) S 12079 12081 10381 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1984253303 842461184 42917 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12088] ppid=12079 vsize=822716 CPUtime=0
/proc/12081/task/12088/stat : 12088 (java) S 12079 12081 10381 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 1984253303 842461184 42917 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12089] ppid=12079 vsize=822716 CPUtime=0
/proc/12081/task/12089/stat : 12089 (java) S 12079 12081 10381 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1984253308 842461184 42917 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12090] ppid=12079 vsize=822716 CPUtime=1.14
/proc/12081/task/12090/stat : 12090 (java) S 12079 12081 10381 0 -1 64 7259 0 0 0 111 3 0 0 16 0 13 0 1984253308 842461184 42917 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12091] ppid=12079 vsize=822716 CPUtime=1.06
/proc/12081/task/12091/stat : 12091 (java) S 12079 12081 10381 0 -1 64 5007 0 1 0 104 2 0 0 16 0 13 0 1984253308 842461184 42917 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12092] ppid=12079 vsize=822716 CPUtime=0
/proc/12081/task/12092/stat : 12092 (java) S 12079 12081 10381 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 1984253308 842461184 42917 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12093] ppid=12079 vsize=822716 CPUtime=0
/proc/12081/task/12093/stat : 12093 (java) S 12079 12081 10381 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1984253308 842461184 42917 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12096] ppid=12079 vsize=822716 CPUtime=0
/proc/12081/task/12096/stat : 12096 (java) S 12079 12081 10381 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 1984260737 842461184 42917 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 75.21
Current children cumulated vsize (KiB) 822716

Child status: 0
Real time (s): 75.8839
CPU time (s): 75.2816
CPU user time (s): 74.9766
CPU system time (s): 0.304953
CPU usage (%): 99.2062
Max. virtual memory (cumulated for all children) (KiB): 826504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 74.9766
system time used= 0.304953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50994
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3253
involuntary context switches= 4571

runsolver used 0.097985 second user time and 0.26296 second system time

The end

Launcher Data (download as text)

Begin job on node37 at 2008-07-03 04:40:00
IDJOB=1051280
IDBENCH=55432
IDSOLVER=344
FILE ID=node37/1051280-1215052800
PBS_JOBID= 7875100
Free space on /tmp= 66548 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 58a2f86120e7e6c7f6bddef75df9c059
RANDOM SEED=793124412

node37.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.236
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.236
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:       1782000 kB
Buffers:         40672 kB
Cached:         142136 kB
SwapCached:       7116 kB
Active:         105924 kB
Inactive:        97032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1782000 kB
SwapTotal:     4192956 kB
SwapFree:      4179764 kB
Dirty:            1328 kB
Writeback:           0 kB
Mapped:          36020 kB
Slab:            56176 kB
Committed_AS:  3406876 kB
PageTables:       1868 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 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 node37 at 2008-07-03 04:41:16