Trace number 1059167

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CSP 2008-06-13? (TO) 1800.1 1809.62

General information on the benchmark

Namecsp/rand-3-28-28/
normalized-rand-3-28-28-93-632-40_ext.xml
MD5SUMd48b5095d6129801f7cbc447d2113f9e
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints93
Maximum constraint arity3
Maximum domain size28
Number of constraints which are defined in extension93
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.28/0.30	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.28/0.30	c This is free software under the dual EPL/GNU LGPL licenses.
0.28/0.30	c See www.sat4j.org for details.
0.28/0.30	c That software uses the Rhino library from the Mozilla project.
0.28/0.35	c version 9.9.9.token
0.28/0.35	c sun.arch.data.model	32
0.28/0.35	c java.version	1.6.0_06
0.28/0.35	c os.name	Linux
0.28/0.35	c os.version	2.6.9-22.EL.rootsmp
0.28/0.35	c os.arch	i386
0.28/0.35	c Free memory 669864272
0.28/0.35	c Max memory 672137216
0.28/0.35	c Total memory 672137216
0.28/0.35	c Number of processors 2
0.38/0.40	c c --- Begin Solver configuration ---
0.38/0.40	c Stops conflict analysis at the first Unique Implication Point
0.38/0.40	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.40	c Learn all clauses as in MiniSAT
0.38/0.40	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.40	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.40	c Expensive reason simplification
0.38/0.40	c MiniSAT restarts strategy
0.38/0.40	c timeout=2147483s
0.38/0.40	c DB Simplification allowed=false
0.38/0.40	c --- End Solver configuration ---
0.38/0.40	c solving HOME/instance-1059167-1215121615.xml
0.38/0.40	c reading problem ... 
0.58/0.67	c reading problem named null
0.58/0.67	c reading domains done.
0.58/0.68	c reading variables done.
0.67/0.73	c reading relations done.
5.44/5.52	c reading constraints
7.52/7.64	c done with constraints.
7.52/7.64	c ... done. Wall clock time 7.239s.
7.52/7.64	c #vars     784
7.52/7.64	c #constraints  1290245
7.52/7.64	c constraints type 
7.52/7.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1290217
7.52/7.64	c org.sat4j.minisat.constraints.card.AtLeast => 28
1800.00/1809.52	c starts		: 21
1800.00/1809.52	c conflicts		: 869485
1800.00/1809.52	c decisions		: 1516482
1800.00/1809.52	c propagations		: 59177986
1800.00/1809.52	c inspects		: 5645169307
1800.00/1809.52	c learnt literals	: 0
1800.00/1809.52	c learnt binary clauses	: 6
1800.00/1809.52	c learnt ternary clauses	: 603
1800.00/1809.52	c learnt clauses	: 869485
1800.00/1809.52	c ignored clauses	: 0
1800.00/1809.52	c root simplifications	: 0
1800.00/1809.52	c removed literals (reason simplification)	: 33784921
1800.00/1809.52	c reason swapping (by a shorter reason)	: 0
1800.00/1809.52	c Calls to reduceDB	: 0
1800.00/1809.52	c speed (assignments/second)	: 32842.41155195388
1800.00/1809.52	c non guided choices	210
1800.00/1809.52	s UNKNOWN
1800.00/1809.52	c Total wall clock time (in seconds) : 1809.119

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1059167-1215121615/watcher-1059167-1215121615 -o /tmp/evaluation-result-1059167-1215121615/solver-1059167-1215121615 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1059167-1215121615.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.85 1.97 1.99 4/72 13048
/proc/meminfo: memFree=1574136/2055920 swapFree=4181068/4192956
[pid=13048] ppid=13046 vsize=1804 CPUtime=0
/proc/13048/stat : 13048 (java6) R 13046 13048 13011 0 -1 0 183 0 0 0 0 0 0 0 18 0 1 0 149972903 1847296 155 996147200 134512640 134550740 4294956192 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/13048/statm: 451 155 111 9 0 93 0

[startup+0.105545 s]
/proc/loadavg: 1.85 1.97 1.99 4/72 13048
/proc/meminfo: memFree=1574136/2055920 swapFree=4181068/4192956
[pid=13048] ppid=13046 vsize=804756 CPUtime=0.09
/proc/13048/stat : 13048 (java) S 13046 13048 13011 0 -1 0 3129 0 1 0 8 1 0 0 18 0 12 0 149972903 824070144 2861 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13048/statm: 201189 2861 1149 9 0 198558 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804756

[startup+0.201556 s]
/proc/loadavg: 1.85 1.97 1.99 4/72 13048
/proc/meminfo: memFree=1574136/2055920 swapFree=4181068/4192956
[pid=13048] ppid=13046 vsize=808244 CPUtime=0.19
/proc/13048/stat : 13048 (java) S 13046 13048 13011 0 -1 0 4509 0 1 0 17 2 0 0 18 0 12 0 149972903 827641856 3836 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13048/statm: 202061 3836 1293 9 0 199430 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 808244

[startup+0.301567 s]
/proc/loadavg: 1.85 1.97 1.99 4/72 13048
/proc/meminfo: memFree=1574136/2055920 swapFree=4181068/4192956
[pid=13048] ppid=13046 vsize=808244 CPUtime=0.28
/proc/13048/stat : 13048 (java) S 13046 13048 13011 0 -1 0 4988 0 1 0 26 2 0 0 18 0 12 0 149972903 827641856 4315 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13048/statm: 202061 4315 1304 9 0 199430 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808244

[startup+0.701609 s]
/proc/loadavg: 1.85 1.97 1.99 4/72 13048
/proc/meminfo: memFree=1574136/2055920 swapFree=4181068/4192956
[pid=13048] ppid=13046 vsize=808272 CPUtime=0.67
/proc/13048/stat : 13048 (java) S 13046 13048 13011 0 -1 0 6351 0 1 0 63 4 0 0 18 0 12 0 149972903 827670528 5479 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13048/statm: 202068 5479 1335 9 0 199430 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 808272

[startup+1.50269 s]
/proc/loadavg: 1.85 1.97 1.99 4/84 13060
/proc/meminfo: memFree=1552408/2055920 swapFree=4181068/4192956
[pid=13048] ppid=13046 vsize=811696 CPUtime=1.48
/proc/13048/stat : 13048 (java) S 13046 13048 13011 0 -1 0 10428 0 1 0 142 6 0 0 18 0 12 0 149972903 831176704 8575 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13048/statm: 202924 8575 1349 9 0 200286 0
[pid=13048/tid=13050] ppid=13046 vsize=811696 CPUtime=0.67
/proc/13048/task/13050/stat : 13050 (java) R 13046 13048 13011 0 -1 64 6009 0 1 0 63 4 0 0 23 0 12 0 149972904 831176704 8575 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13051] ppid=13046 vsize=811696 CPUtime=0
/proc/13048/task/13051/stat : 13051 (java) S 13046 13048 13011 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 149972905 831176704 8575 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13052] ppid=13046 vsize=811696 CPUtime=0
/proc/13048/task/13052/stat : 13052 (java) S 13046 13048 13011 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 149972905 831176704 8575 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13053] ppid=13046 vsize=811696 CPUtime=0
/proc/13048/task/13053/stat : 13053 (java) S 13046 13048 13011 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 149972907 831176704 8575 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13054] ppid=13046 vsize=811696 CPUtime=0
/proc/13048/task/13054/stat : 13054 (java) S 13046 13048 13011 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 149972908 831176704 8575 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13055] ppid=13046 vsize=811696 CPUtime=0
/proc/13048/task/13055/stat : 13055 (java) S 13046 13048 13011 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 149972908 831176704 8575 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13056] ppid=13046 vsize=811696 CPUtime=0
/proc/13048/task/13056/stat : 13056 (java) S 13046 13048 13011 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 149972912 831176704 8575 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13057] ppid=13046 vsize=811696 CPUtime=0.36
/proc/13048/task/13057/stat : 13057 (java) S 13046 13048 13011 0 -1 64 775 0 0 0 36 0 0 0 16 0 12 0 149972912 831176704 8575 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13058] ppid=13046 vsize=811696 CPUtime=0.42
/proc/13048/task/13058/stat : 13058 (java) R 13046 13048 13011 0 -1 64 2881 0 0 0 41 1 0 0 16 0 12 0 149972912 831176704 8575 996147200 134512640 134550740 4294956032 18446744073709551615 104112800 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13059] ppid=13046 vsize=811696 CPUtime=0
/proc/13048/task/13059/stat : 13059 (java) S 13046 13048 13011 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 149972912 831176704 8575 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13060] ppid=13046 vsize=811696 CPUtime=0
/proc/13048/task/13060/stat : 13060 (java) S 13046 13048 13011 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 149972912 831176704 8575 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) 811696

[startup+3.10986 s]
/proc/loadavg: 1.85 1.97 1.99 3/84 13060
/proc/meminfo: memFree=1497432/2055920 swapFree=4181068/4192956
[pid=13048] ppid=13046 vsize=811696 CPUtime=3.06
/proc/13048/stat : 13048 (java) S 13046 13048 13011 0 -1 0 25078 0 1 0 293 13 0 0 18 0 12 0 149972903 831176704 23220 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13048/statm: 202924 23220 1357 9 0 200286 0
[pid=13048/tid=13050] ppid=13046 vsize=811696 CPUtime=1.9
/proc/13048/task/13050/stat : 13050 (java) R 13046 13048 13011 0 -1 64 16972 0 1 0 181 9 0 0 25 0 12 0 149972904 831176704 23220 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13051] ppid=13046 vsize=811696 CPUtime=0.07
/proc/13048/task/13051/stat : 13051 (java) R 13046 13048 13011 0 -1 64 1906 0 0 0 7 0 0 0 16 0 12 0 149972905 831176704 23220 996147200 134512640 134550740 4294956032 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13052] ppid=13046 vsize=811696 CPUtime=0.09
/proc/13048/task/13052/stat : 13052 (java) R 13046 13048 13011 0 -1 64 1657 0 0 0 9 0 0 0 16 0 12 0 149972905 831176704 23220 996147200 134512640 134550740 4294956032 18446744073709551615 106158123 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13053] ppid=13046 vsize=811696 CPUtime=0
/proc/13048/task/13053/stat : 13053 (java) R 13046 13048 13011 0 -1 64 110 0 0 0 0 0 0 0 16 0 12 0 149972907 831176704 23220 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13054] ppid=13046 vsize=811696 CPUtime=0
/proc/13048/task/13054/stat : 13054 (java) S 13046 13048 13011 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 149972908 831176704 23220 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13055] ppid=13046 vsize=811696 CPUtime=0
/proc/13048/task/13055/stat : 13055 (java) S 13046 13048 13011 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 149972908 831176704 23220 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13056] ppid=13046 vsize=811696 CPUtime=0
/proc/13048/task/13056/stat : 13056 (java) S 13046 13048 13011 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 149972912 831176704 23220 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13057] ppid=13046 vsize=811696 CPUtime=0.46
/proc/13048/task/13057/stat : 13057 (java) S 13046 13048 13011 0 -1 64 784 0 0 0 46 0 0 0 16 0 12 0 149972912 831176704 23220 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13058] ppid=13046 vsize=811696 CPUtime=0.48
/proc/13048/task/13058/stat : 13058 (java) S 13046 13048 13011 0 -1 64 2887 0 0 0 47 1 0 0 16 0 12 0 149972912 831176704 23220 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13059] ppid=13046 vsize=811696 CPUtime=0
/proc/13048/task/13059/stat : 13059 (java) S 13046 13048 13011 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 149972912 831176704 23220 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13060] ppid=13046 vsize=811696 CPUtime=0
/proc/13048/task/13060/stat : 13060 (java) S 13046 13048 13011 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 149972912 831176704 23220 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 811696

[startup+6.31924 s]
/proc/loadavg: 1.86 1.97 1.99 7/84 13060
/proc/meminfo: memFree=1461784/2055920 swapFree=4181068/4192956
[pid=13048] ppid=13046 vsize=811632 CPUtime=6.24
/proc/13048/stat : 13048 (java) S 13046 13048 13011 0 -1 0 31611 0 1 0 608 16 0 0 18 0 12 0 149972903 831111168 29729 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13048/statm: 202908 29729 1361 9 0 200270 0
[pid=13048/tid=13050] ppid=13046 vsize=811632 CPUtime=4.28
/proc/13048/task/13050/stat : 13050 (java) R 13046 13048 13011 0 -1 64 16987 0 1 0 419 9 0 0 25 0 12 0 149972904 831111168 29729 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13051] ppid=13046 vsize=811632 CPUtime=0.31
/proc/13048/task/13051/stat : 13051 (java) R 13046 13048 13011 0 -1 64 6535 0 0 0 29 2 0 0 16 0 12 0 149972905 831111168 29729 996147200 134512640 134550740 4294956032 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13052] ppid=13046 vsize=811632 CPUtime=0.31
/proc/13048/task/13052/stat : 13052 (java) R 13046 13048 13011 0 -1 64 3483 0 0 0 30 1 0 0 16 0 12 0 149972905 831111168 29729 996147200 134512640 134550740 4294956032 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13053] ppid=13046 vsize=811632 CPUtime=0
/proc/13048/task/13053/stat : 13053 (java) R 13046 13048 13011 0 -1 64 137 0 0 0 0 0 0 0 16 0 12 0 149972907 831111168 29729 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13054] ppid=13046 vsize=811632 CPUtime=0
/proc/13048/task/13054/stat : 13054 (java) S 13046 13048 13011 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 149972908 831111168 29729 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13055] ppid=13046 vsize=811632 CPUtime=0
/proc/13048/task/13055/stat : 13055 (java) S 13046 13048 13011 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 149972908 831111168 29729 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13056] ppid=13046 vsize=811632 CPUtime=0
/proc/13048/task/13056/stat : 13056 (java) S 13046 13048 13011 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 149972912 831111168 29729 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13057] ppid=13046 vsize=811632 CPUtime=0.67
/proc/13048/task/13057/stat : 13057 (java) S 13046 13048 13011 0 -1 64 812 0 0 0 67 0 0 0 16 0 12 0 149972912 831111168 29729 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13058] ppid=13046 vsize=811632 CPUtime=0.6
/proc/13048/task/13058/stat : 13058 (java) S 13046 13048 13011 0 -1 64 2895 0 0 0 59 1 0 0 16 0 12 0 149972912 831111168 29729 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13059] ppid=13046 vsize=811632 CPUtime=0
/proc/13048/task/13059/stat : 13059 (java) S 13046 13048 13011 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 149972912 831111168 29729 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13060] ppid=13046 vsize=811632 CPUtime=0
/proc/13048/task/13060/stat : 13060 (java) S 13046 13048 13011 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 149972912 831111168 29729 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 811632

[startup+12.7029 s]
/proc/loadavg: 1.87 1.97 1.99 3/85 13061
/proc/meminfo: memFree=1386128/2055920 swapFree=4181068/4192956
[pid=13048] ppid=13046 vsize=819644 CPUtime=12.61
/proc/13048/stat : 13048 (java) S 13046 13048 13011 0 -1 0 51309 0 1 0 1236 25 0 0 18 0 13 0 149972903 839315456 48127 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13048/statm: 204911 48127 1384 9 0 202273 0
[pid=13048/tid=13050] ppid=13046 vsize=819644 CPUtime=9.14
/proc/13048/task/13050/stat : 13050 (java) R 13046 13048 13011 0 -1 64 17005 0 1 0 905 9 0 0 25 0 13 0 149972904 839315456 48127 996147200 134512640 134550740 4294956032 18446744073709551615 4109830681 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13051] ppid=13046 vsize=819644 CPUtime=0.72
/proc/13048/task/13051/stat : 13051 (java) S 13046 13048 13011 0 -1 64 15746 0 0 0 66 6 0 0 17 0 13 0 149972905 839315456 48127 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13052] ppid=13046 vsize=819644 CPUtime=0.73
/proc/13048/task/13052/stat : 13052 (java) S 13046 13048 13011 0 -1 64 13879 0 0 0 68 5 0 0 17 0 13 0 149972905 839315456 48127 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13053] ppid=13046 vsize=819644 CPUtime=0
/proc/13048/task/13053/stat : 13053 (java) S 13046 13048 13011 0 -1 64 137 0 0 0 0 0 0 0 17 0 13 0 149972907 839315456 48127 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13054] ppid=13046 vsize=819644 CPUtime=0
/proc/13048/task/13054/stat : 13054 (java) S 13046 13048 13011 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 149972908 839315456 48127 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13055] ppid=13046 vsize=819644 CPUtime=0
/proc/13048/task/13055/stat : 13055 (java) S 13046 13048 13011 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 149972908 839315456 48127 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13056] ppid=13046 vsize=819644 CPUtime=0
/proc/13048/task/13056/stat : 13056 (java) S 13046 13048 13011 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 149972912 839315456 48127 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13057] ppid=13046 vsize=819644 CPUtime=1.07
/proc/13048/task/13057/stat : 13057 (java) S 13046 13048 13011 0 -1 64 853 0 0 0 107 0 0 0 16 0 13 0 149972912 839315456 48127 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13058] ppid=13046 vsize=819644 CPUtime=0.88
/proc/13048/task/13058/stat : 13058 (java) S 13046 13048 13011 0 -1 64 2922 0 0 0 87 1 0 0 15 0 13 0 149972912 839315456 48127 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13059] ppid=13046 vsize=819644 CPUtime=0
/proc/13048/task/13059/stat : 13059 (java) S 13046 13048 13011 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 149972912 839315456 48127 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13060] ppid=13046 vsize=819644 CPUtime=0
/proc/13048/task/13060/stat : 13060 (java) S 13046 13048 13011 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 149972912 839315456 48127 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13061] ppid=13046 vsize=819644 CPUtime=0
/proc/13048/task/13061/stat : 13061 (java) S 13046 13048 13011 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 149973668 839315456 48127 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 819644

[startup+25.5022 s]
/proc/loadavg: 1.90 1.97 1.99 3/85 13061
/proc/meminfo: memFree=1386064/2055920 swapFree=4181068/4192956
[pid=13048] ppid=13046 vsize=819644 CPUtime=25.29
/proc/13048/stat : 13048 (java) S 13046 13048 13011 0 -1 0 51316 0 1 0 2504 25 0 0 18 0 13 0 149972903 839315456 48133 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13048/statm: 204911 48133 1384 9 0 202273 0
[pid=13048/tid=13050] ppid=13046 vsize=819644 CPUtime=21.76
/proc/13048/task/13050/stat : 13050 (java) R 13046 13048 13011 0 -1 64 17007 0 1 0 2167 9 0 0 25 0 13 0 149972904 839315456 48133 996147200 134512640 134550740 4294956032 18446744073709551615 4109869311 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13051] ppid=13046 vsize=819644 CPUtime=0.72
/proc/13048/task/13051/stat : 13051 (java) S 13046 13048 13011 0 -1 64 15746 0 0 0 66 6 0 0 17 0 13 0 149972905 839315456 48133 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13052] ppid=13046 vsize=819644 CPUtime=0.73
/proc/13048/task/13052/stat : 13052 (java) S 13046 13048 13011 0 -1 64 13879 0 0 0 68 5 0 0 17 0 13 0 149972905 839315456 48133 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13053] ppid=13046 vsize=819644 CPUtime=0
/proc/13048/task/13053/stat : 13053 (java) S 13046 13048 13011 0 -1 64 137 0 0 0 0 0 0 0 16 0 13 0 149972907 839315456 48133 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13054] ppid=13046 vsize=819644 CPUtime=0
/proc/13048/task/13054/stat : 13054 (java) S 13046 13048 13011 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 149972908 839315456 48133 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13055] ppid=13046 vsize=819644 CPUtime=0
/proc/13048/task/13055/stat : 13055 (java) S 13046 13048 13011 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 149972908 839315456 48133 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=13048] ppid=13046 vsize=819644 CPUtime=1594.04
/proc/13048/stat : 13048 (java) S 13046 13048 13011 0 -1 0 103967 0 1 0 159349 55 0 0 18 0 13 0 149972903 839315456 97498 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13048/statm: 204911 97498 1384 9 0 202273 0
[pid=13048/tid=13050] ppid=13046 vsize=819644 CPUtime=1587.08
/proc/13048/task/13050/stat : 13050 (java) R 13046 13048 13011 0 -1 64 17016 0 1 0 158692 16 0 0 25 0 13 0 149972904 839315456 97498 996147200 134512640 134550740 4294956032 18446744073709551615 4109812332 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13048/tid=13051] ppid=13046 vsize=819644 CPUtime=2.43
/proc/13048/task/13051/stat : 13051 (java) S 13046 13048 13011 0 -1 64 39307 0 0 0 226 17 0 0 18 0 13 0 149972905 839315456 97498 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13048/tid=13052] ppid=13046 vsize=819644 CPUtime=2.41
/proc/13048/task/13052/stat : 13052 (java) S 13046 13048 13011 0 -1 64 42959 0 0 0 224 17 0 0 16 0 13 0 149972905 839315456 97498 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13053] ppid=13046 vsize=819644 CPUtime=0
/proc/13048/task/13053/stat : 13053 (java) S 13046 13048 13011 0 -1 64 137 0 0 0 0 0 0 0 16 0 13 0 149972907 839315456 97498 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13048/tid=13054] ppid=13046 vsize=819644 CPUtime=0
/proc/13048/task/13054/stat : 13054 (java) S 13046 13048 13011 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 149972908 839315456 97498 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13055] ppid=13046 vsize=819644 CPUtime=0
/proc/13048/task/13055/stat : 13055 (java) S 13046 13048 13011 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 149972908 839315456 97498 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13056] ppid=13046 vsize=819644 CPUtime=0
/proc/13048/task/13056/stat : 13056 (java) S 13046 13048 13011 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 149972912 839315456 97498 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13057] ppid=13046 vsize=819644 CPUtime=1.13
/proc/13048/task/13057/stat : 13057 (java) S 13046 13048 13011 0 -1 64 858 0 0 0 113 0 0 0 17 0 13 0 149972912 839315456 97498 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13058] ppid=13046 vsize=819644 CPUtime=0.91
/proc/13048/task/13058/stat : 13058 (java) S 13046 13048 13011 0 -1 64 2923 0 0 0 90 1 0 0 16 0 13 0 149972912 839315456 97498 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13059] ppid=13046 vsize=819644 CPUtime=0
/proc/13048/task/13059/stat : 13059 (java) S 13046 13048 13011 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 149972912 839315456 97498 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13060] ppid=13046 vsize=819644 CPUtime=0
/proc/13048/task/13060/stat : 13060 (java) S 13046 13048 13011 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 149972912 839315456 97498 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13061] ppid=13046 vsize=819644 CPUtime=0
/proc/13048/task/13061/stat : 13061 (java) S 13046 13048 13011 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 149973668 839315456 97498 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1594.04
Current children cumulated vsize (KiB) 819644

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/85 13095
/proc/meminfo: memFree=866896/2055920 swapFree=4181068/4192956
[pid=13048] ppid=13046 vsize=819644 CPUtime=1654.02
/proc/13048/stat : 13048 (java) S 13046 13048 13011 0 -1 0 103967 0 1 0 165347 55 0 0 18 0 13 0 149972903 839315456 97498 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13048/statm: 204911 97498 1384 9 0 202273 0
[pid=13048/tid=13050] ppid=13046 vsize=819644 CPUtime=1647.06
/proc/13048/task/13050/stat : 13050 (java) R 13046 13048 13011 0 -1 64 17016 0 1 0 164690 16 0 0 25 0 13 0 149972904 839315456 97498 996147200 134512640 134550740 4294956032 18446744073709551615 4109869311 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13048/tid=13051] ppid=13046 vsize=819644 CPUtime=2.43
/proc/13048/task/13051/stat : 13051 (java) S 13046 13048 13011 0 -1 64 39307 0 0 0 226 17 0 0 18 0 13 0 149972905 839315456 97498 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13048/tid=13052] ppid=13046 vsize=819644 CPUtime=2.41
/proc/13048/task/13052/stat : 13052 (java) S 13046 13048 13011 0 -1 64 42959 0 0 0 224 17 0 0 16 0 13 0 149972905 839315456 97498 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13053] ppid=13046 vsize=819644 CPUtime=0
/proc/13048/task/13053/stat : 13053 (java) S 13046 13048 13011 0 -1 64 137 0 0 0 0 0 0 0 16 0 13 0 149972907 839315456 97498 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13048/tid=13054] ppid=13046 vsize=819644 CPUtime=0
/proc/13048/task/13054/stat : 13054 (java) S 13046 13048 13011 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 149972908 839315456 97498 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13055] ppid=13046 vsize=819644 CPUtime=0
/proc/13048/task/13055/stat : 13055 (java) S 13046 13048 13011 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 149972908 839315456 97498 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13056] ppid=13046 vsize=819644 CPUtime=0
/proc/13048/task/13056/stat : 13056 (java) S 13046 13048 13011 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 149972912 839315456 97498 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13057] ppid=13046 vsize=819644 CPUtime=1.13
/proc/13048/task/13057/stat : 13057 (java) S 13046 13048 13011 0 -1 64 858 0 0 0 113 0 0 0 17 0 13 0 149972912 839315456 97498 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13058] ppid=13046 vsize=819644 CPUtime=0.91
/proc/13048/task/13058/stat : 13058 (java) S 13046 13048 13011 0 -1 64 2923 0 0 0 90 1 0 0 16 0 13 0 149972912 839315456 97498 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13059] ppid=13046 vsize=819644 CPUtime=0
/proc/13048/task/13059/stat : 13059 (java) S 13046 13048 13011 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 149972912 839315456 97498 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13060] ppid=13046 vsize=819644 CPUtime=0
/proc/13048/task/13060/stat : 13060 (java) S 13046 13048 13011 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 149972912 839315456 97498 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13061] ppid=13046 vsize=819644 CPUtime=0
/proc/13048/task/13061/stat : 13061 (java) S 13046 13048 13011 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 149973668 839315456 97498 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1654.02
Current children cumulated vsize (KiB) 819644

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/85 13097
/proc/meminfo: memFree=842192/2055920 swapFree=4181068/4192956
[pid=13048] ppid=13046 vsize=819644 CPUtime=1713.58
/proc/13048/stat : 13048 (java) S 13046 13048 13011 0 -1 0 110094 0 1 0 171300 58 0 0 18 0 13 0 149972903 839315456 103613 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13048/statm: 204911 103613 1384 9 0 202273 0
[pid=13048/tid=13050] ppid=13046 vsize=819644 CPUtime=1706.23
/proc/13048/task/13050/stat : 13050 (java) R 13046 13048 13011 0 -1 64 17017 0 1 0 170607 16 0 0 25 0 13 0 149972904 839315456 103613 996147200 134512640 134550740 4294956032 18446744073709551615 4109869311 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13051] ppid=13046 vsize=819644 CPUtime=2.65
/proc/13048/task/13051/stat : 13051 (java) S 13046 13048 13011 0 -1 64 42798 0 0 0 247 18 0 0 16 0 13 0 149972905 839315456 103613 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13048/tid=13052] ppid=13046 vsize=819644 CPUtime=2.58
/proc/13048/task/13052/stat : 13052 (java) S 13046 13048 13011 0 -1 64 45594 0 0 0 240 18 0 0 16 0 13 0 149972905 839315456 103613 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13053] ppid=13046 vsize=819644 CPUtime=0
/proc/13048/task/13053/stat : 13053 (java) S 13046 13048 13011 0 -1 64 137 0 0 0 0 0 0 0 16 0 13 0 149972907 839315456 103613 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13048/tid=13054] ppid=13046 vsize=819644 CPUtime=0
/proc/13048/task/13054/stat : 13054 (java) S 13046 13048 13011 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 149972908 839315456 103613 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13055] ppid=13046 vsize=819644 CPUtime=0
/proc/13048/task/13055/stat : 13055 (java) S 13046 13048 13011 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 149972908 839315456 103613 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13056] ppid=13046 vsize=819644 CPUtime=0
/proc/13048/task/13056/stat : 13056 (java) S 13046 13048 13011 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 149972912 839315456 103613 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13057] ppid=13046 vsize=819644 CPUtime=1.13
/proc/13048/task/13057/stat : 13057 (java) S 13046 13048 13011 0 -1 64 858 0 0 0 113 0 0 0 17 0 13 0 149972912 839315456 103613 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13058] ppid=13046 vsize=819644 CPUtime=0.91
/proc/13048/task/13058/stat : 13058 (java) S 13046 13048 13011 0 -1 64 2923 0 0 0 90 1 0 0 16 0 13 0 149972912 839315456 103613 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13059] ppid=13046 vsize=819644 CPUtime=0
/proc/13048/task/13059/stat : 13059 (java) S 13046 13048 13011 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 149972912 839315456 103613 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13060] ppid=13046 vsize=819644 CPUtime=0
/proc/13048/task/13060/stat : 13060 (java) S 13046 13048 13011 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 149972912 839315456 103613 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13061] ppid=13046 vsize=819644 CPUtime=0
/proc/13048/task/13061/stat : 13061 (java) S 13046 13048 13011 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 149973668 839315456 103613 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1713.58
Current children cumulated vsize (KiB) 819644

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/85 13097
/proc/meminfo: memFree=842192/2055920 swapFree=4181068/4192956
[pid=13048] ppid=13046 vsize=819644 CPUtime=1773.03
/proc/13048/stat : 13048 (java) S 13046 13048 13011 0 -1 0 110094 0 1 0 177245 58 0 0 18 0 13 0 149972903 839315456 103613 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13048/statm: 204911 103613 1384 9 0 202273 0
[pid=13048/tid=13050] ppid=13046 vsize=819644 CPUtime=1765.69
/proc/13048/task/13050/stat : 13050 (java) R 13046 13048 13011 0 -1 64 17017 0 1 0 176553 16 0 0 25 0 13 0 149972904 839315456 103613 996147200 134512640 134550740 4294956032 18446744073709551615 4109869311 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13051] ppid=13046 vsize=819644 CPUtime=2.65
/proc/13048/task/13051/stat : 13051 (java) S 13046 13048 13011 0 -1 64 42798 0 0 0 247 18 0 0 16 0 13 0 149972905 839315456 103613 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13048/tid=13052] ppid=13046 vsize=819644 CPUtime=2.58
/proc/13048/task/13052/stat : 13052 (java) S 13046 13048 13011 0 -1 64 45594 0 0 0 240 18 0 0 16 0 13 0 149972905 839315456 103613 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13053] ppid=13046 vsize=819644 CPUtime=0
/proc/13048/task/13053/stat : 13053 (java) S 13046 13048 13011 0 -1 64 137 0 0 0 0 0 0 0 16 0 13 0 149972907 839315456 103613 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13048/tid=13054] ppid=13046 vsize=819644 CPUtime=0
/proc/13048/task/13054/stat : 13054 (java) S 13046 13048 13011 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 149972908 839315456 103613 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13055] ppid=13046 vsize=819644 CPUtime=0
/proc/13048/task/13055/stat : 13055 (java) S 13046 13048 13011 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 149972908 839315456 103613 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13056] ppid=13046 vsize=819644 CPUtime=0
/proc/13048/task/13056/stat : 13056 (java) S 13046 13048 13011 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 149972912 839315456 103613 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13057] ppid=13046 vsize=819644 CPUtime=1.13
/proc/13048/task/13057/stat : 13057 (java) S 13046 13048 13011 0 -1 64 858 0 0 0 113 0 0 0 17 0 13 0 149972912 839315456 103613 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13058] ppid=13046 vsize=819644 CPUtime=0.91
/proc/13048/task/13058/stat : 13058 (java) S 13046 13048 13011 0 -1 64 2923 0 0 0 90 1 0 0 16 0 13 0 149972912 839315456 103613 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13059] ppid=13046 vsize=819644 CPUtime=0
/proc/13048/task/13059/stat : 13059 (java) S 13046 13048 13011 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 149972912 839315456 103613 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13060] ppid=13046 vsize=819644 CPUtime=0
/proc/13048/task/13060/stat : 13060 (java) S 13046 13048 13011 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 149972912 839315456 103613 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13061] ppid=13046 vsize=819644 CPUtime=0
/proc/13048/task/13061/stat : 13061 (java) S 13046 13048 13011 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 149973668 839315456 103613 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1773.03
Current children cumulated vsize (KiB) 819644



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.5 s]
/proc/loadavg: 1.99 1.97 1.98 3/85 13097
/proc/meminfo: memFree=842192/2055920 swapFree=4181068/4192956
[pid=13048] ppid=13046 vsize=819644 CPUtime=1800
/proc/13048/stat : 13048 (java) S 13046 13048 13011 0 -1 0 110094 0 1 0 179942 58 0 0 18 0 13 0 149972903 839315456 103613 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13048/statm: 204911 103613 1384 9 0 202273 0
[pid=13048/tid=13050] ppid=13046 vsize=819644 CPUtime=1792.65
/proc/13048/task/13050/stat : 13050 (java) R 13046 13048 13011 0 -1 64 17017 0 1 0 179249 16 0 0 25 0 13 0 149972904 839315456 103613 996147200 134512640 134550740 4294956032 18446744073709551615 4109812070 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13051] ppid=13046 vsize=819644 CPUtime=2.65
/proc/13048/task/13051/stat : 13051 (java) S 13046 13048 13011 0 -1 64 42798 0 0 0 247 18 0 0 16 0 13 0 149972905 839315456 103613 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13048/tid=13052] ppid=13046 vsize=819644 CPUtime=2.58
/proc/13048/task/13052/stat : 13052 (java) S 13046 13048 13011 0 -1 64 45594 0 0 0 240 18 0 0 16 0 13 0 149972905 839315456 103613 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13053] ppid=13046 vsize=819644 CPUtime=0
/proc/13048/task/13053/stat : 13053 (java) S 13046 13048 13011 0 -1 64 137 0 0 0 0 0 0 0 16 0 13 0 149972907 839315456 103613 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13048/tid=13054] ppid=13046 vsize=819644 CPUtime=0
/proc/13048/task/13054/stat : 13054 (java) S 13046 13048 13011 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 149972908 839315456 103613 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13055] ppid=13046 vsize=819644 CPUtime=0
/proc/13048/task/13055/stat : 13055 (java) S 13046 13048 13011 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 149972908 839315456 103613 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13056] ppid=13046 vsize=819644 CPUtime=0
/proc/13048/task/13056/stat : 13056 (java) S 13046 13048 13011 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 149972912 839315456 103613 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13057] ppid=13046 vsize=819644 CPUtime=1.13
/proc/13048/task/13057/stat : 13057 (java) S 13046 13048 13011 0 -1 64 858 0 0 0 113 0 0 0 17 0 13 0 149972912 839315456 103613 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13058] ppid=13046 vsize=819644 CPUtime=0.91
/proc/13048/task/13058/stat : 13058 (java) S 13046 13048 13011 0 -1 64 2923 0 0 0 90 1 0 0 16 0 13 0 149972912 839315456 103613 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13059] ppid=13046 vsize=819644 CPUtime=0
/proc/13048/task/13059/stat : 13059 (java) S 13046 13048 13011 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 149972912 839315456 103613 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13060] ppid=13046 vsize=819644 CPUtime=0
/proc/13048/task/13060/stat : 13060 (java) S 13046 13048 13011 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 149972912 839315456 103613 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13061] ppid=13046 vsize=819644 CPUtime=0
/proc/13048/task/13061/stat : 13061 (java) S 13046 13048 13011 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 149973668 839315456 103613 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 819644

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

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

Child status: 143
Real time (s): 1809.62
CPU time (s): 1800.1
CPU user time (s): 1799.45
CPU system time (s): 0.6519
CPU usage (%): 99.4743
Max. virtual memory (cumulated for all children) (KiB): 819644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.45
system time used= 0.6519
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 110113
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= 37716
involuntary context switches= 53968

runsolver used 2.22666 second user time and 6.05208 second system time

The end

Launcher Data (download as text)

Begin job on node46 at 2008-07-03 23:46:55
IDJOB=1059167
IDBENCH=54215
IDSOLVER=344
FILE ID=node46/1059167-1215121615
PBS_JOBID= 7877214
Free space on /tmp= 66196 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/rand-3-28-28/normalized-rand-3-28-28-93-632-40_ext.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-1059167-1215121615/watcher-1059167-1215121615 -o /tmp/evaluation-result-1059167-1215121615/solver-1059167-1215121615 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1059167-1215121615.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d48b5095d6129801f7cbc447d2113f9e
RANDOM SEED=1408301707

node46.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.238
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.238
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:       1574616 kB
Buffers:         69628 kB
Cached:         324632 kB
SwapCached:       5852 kB
Active:         216056 kB
Inactive:       203740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1574616 kB
SwapTotal:     4192956 kB
SwapFree:      4181068 kB
Dirty:            7060 kB
Writeback:           0 kB
Mapped:          33552 kB
Slab:            47132 kB
Committed_AS:   315904 kB
PageTables:       1524 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66192 MiB
End job on node46 at 2008-07-04 00:17:07