Trace number 1050167

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.18 1804

General information on the benchmark

Namecsp/pseudo/
primesDimacs/normalized-g-125-17.xml
MD5SUM28adb903193f339f0a75306072f25750
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables4250
Number of constraints68397
Maximum constraint arity17
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension68397
Global constraints used (with number of constraints)

Solver Data (download as text)

0.28/0.32	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.28/0.32	c This is free software under the dual EPL/GNU LGPL licenses.
0.28/0.32	c See www.sat4j.org for details.
0.28/0.32	c That software uses the Rhino library from the Mozilla project.
0.28/0.36	c version 9.9.9.token
0.28/0.36	c sun.arch.data.model	32
0.28/0.36	c java.version	1.6.0_06
0.28/0.36	c os.name	Linux
0.28/0.36	c os.version	2.6.9-22.EL.rootsmp
0.28/0.36	c os.arch	i386
0.28/0.36	c Free memory 669864272
0.28/0.36	c Max memory 672137216
0.28/0.36	c Total memory 672137216
0.28/0.36	c Number of processors 2
0.37/0.41	c c --- Begin Solver configuration ---
0.37/0.41	c Stops conflict analysis at the first Unique Implication Point
0.37/0.41	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.37/0.41	c Learn all clauses as in MiniSAT
0.37/0.41	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.37/0.41	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.37/0.41	c Expensive reason simplification
0.37/0.41	c MiniSAT restarts strategy
0.37/0.41	c timeout=2147483s
0.37/0.41	c DB Simplification allowed=false
0.37/0.41	c --- End Solver configuration ---
0.37/0.41	c solving HOME/instance-1050167-1215048376.xml
0.37/0.41	c reading problem ... 
0.57/0.69	c reading problem named null
0.57/0.69	c reading domains done.
0.57/0.69	c reading variables done.
1.96/2.09	c reading predicates  done.
2.16/2.29	c reading constraints
114.21/114.57	c done with constraints.
114.21/114.58	c ... done. Wall clock time 114.17s.
114.21/114.58	c #vars     8500
114.21/114.58	c #constraints  281713
114.21/114.58	c constraints type 
114.21/114.58	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 277463
114.21/114.58	c org.sat4j.minisat.constraints.card.AtLeast => 4250
1800.09/1803.92	c starts		: 18
1800.09/1803.92	c conflicts		: 223342
1800.09/1803.92	c decisions		: 311655
1800.09/1803.92	c propagations		: 154741670
1800.09/1803.92	c inspects		: 4872466334
1800.09/1803.92	c learnt literals	: 0
1800.09/1803.92	c learnt binary clauses	: 0
1800.09/1803.92	c learnt ternary clauses	: 0
1800.09/1803.92	c learnt clauses	: 223342
1800.09/1803.92	c ignored clauses	: 0
1800.09/1803.92	c root simplifications	: 0
1800.09/1803.92	c removed literals (reason simplification)	: 1802857
1800.09/1803.92	c reason swapping (by a shorter reason)	: 0
1800.09/1803.92	c Calls to reduceDB	: 0
1800.09/1803.92	c speed (assignments/second)	: 91599.79163275272
1800.09/1803.92	c non guided choices	52
1800.09/1803.92	s UNKNOWN
1800.09/1803.92	c Total wall clock time (in seconds) : 1803.51

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-1050167-1215048376/watcher-1050167-1215048376 -o /tmp/evaluation-result-1050167-1215048376/solver-1050167-1215048376 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1050167-1215048376.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.06 2.06 2.01 3/80 26394
/proc/meminfo: memFree=1568736/2055920 swapFree=4180424/4192956
[pid=26394] ppid=26392 vsize=18572 CPUtime=0
/proc/26394/stat : 26394 (runsolver) R 26392 26394 24291 0 -1 4194368 16 0 0 0 0 0 0 0 22 0 1 0 1983811120 19017728 293 996147200 4194304 4296836 548682068416 18446744073709551615 210824129831 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/26394/statm: 4643 293 257 25 0 2626 0

[startup+0.0801901 s]
/proc/loadavg: 2.06 2.06 2.01 3/80 26394
/proc/meminfo: memFree=1568736/2055920 swapFree=4180424/4192956
[pid=26394] ppid=26392 vsize=802236 CPUtime=0.06
/proc/26394/stat : 26394 (java) S 26392 26394 24291 0 -1 0 2809 0 1 0 4 2 0 0 18 0 7 0 1983811120 821489664 2544 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/26394/statm: 200559 2544 1009 9 0 197942 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802236

[startup+0.101219 s]
/proc/loadavg: 2.06 2.06 2.01 3/80 26394
/proc/meminfo: memFree=1568736/2055920 swapFree=4180424/4192956
[pid=26394] ppid=26392 vsize=804612 CPUtime=0.08
/proc/26394/stat : 26394 (java) S 26392 26394 24291 0 -1 0 2998 0 1 0 6 2 0 0 18 0 12 0 1983811120 823922688 2731 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26394/statm: 201153 2731 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301243 s]
/proc/loadavg: 2.06 2.06 2.01 3/80 26394
/proc/meminfo: memFree=1568736/2055920 swapFree=4180424/4192956
[pid=26394] ppid=26392 vsize=808244 CPUtime=0.28
/proc/26394/stat : 26394 (java) S 26392 26394 24291 0 -1 0 4930 0 1 0 24 4 0 0 18 0 12 0 1983811120 827641856 4257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26394/statm: 202061 4257 1297 9 0 199430 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808244

[startup+0.701286 s]
/proc/loadavg: 2.06 2.06 2.01 3/80 26394
/proc/meminfo: memFree=1568736/2055920 swapFree=4180424/4192956
[pid=26394] ppid=26392 vsize=808272 CPUtime=0.68
/proc/26394/stat : 26394 (java) S 26392 26394 24291 0 -1 0 6344 0 1 0 62 6 0 0 18 0 12 0 1983811120 827670528 5472 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26394/statm: 202068 5472 1335 9 0 199430 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808272

[startup+1.50239 s]
/proc/loadavg: 2.06 2.06 2.01 4/92 26406
/proc/meminfo: memFree=1551360/2055920 swapFree=4180424/4192956
[pid=26394] ppid=26392 vsize=811740 CPUtime=1.47
/proc/26394/stat : 26394 (java) S 26392 26394 24291 0 -1 0 8131 0 1 0 139 8 0 0 18 0 12 0 1983811120 831221760 6321 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26394/statm: 202935 6321 1345 9 0 200297 0
[pid=26394/tid=26396] ppid=26392 vsize=811740 CPUtime=0.81
/proc/26394/task/26396/stat : 26396 (java) R 26392 26394 24291 0 -1 64 4055 0 1 0 76 5 0 0 25 0 12 0 1983811121 831221760 6321 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26394/tid=26397] ppid=26392 vsize=811740 CPUtime=0
/proc/26394/task/26397/stat : 26397 (java) S 26392 26394 24291 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1983811122 831221760 6321 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26394/tid=26398] ppid=26392 vsize=811740 CPUtime=0
/proc/26394/task/26398/stat : 26398 (java) S 26392 26394 24291 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1983811122 831221760 6321 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26394/tid=26399] ppid=26392 vsize=811740 CPUtime=0
/proc/26394/task/26399/stat : 26399 (java) S 26392 26394 24291 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 1983811124 831221760 6321 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26394/tid=26400] ppid=26392 vsize=811740 CPUtime=0
/proc/26394/task/26400/stat : 26400 (java) S 26392 26394 24291 0 -1 64 8 0 0 0 0 0 0 0 20 0 12 0 1983811124 831221760 6321 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26394/tid=26401] ppid=26392 vsize=811740 CPUtime=0
/proc/26394/task/26401/stat : 26401 (java) S 26392 26394 24291 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 1983811124 831221760 6321 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26394/tid=26402] ppid=26392 vsize=811740 CPUtime=0
/proc/26394/task/26402/stat : 26402 (java) S 26392 26394 24291 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1983811129 831221760 6321 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26394/tid=26403] ppid=26392 vsize=811740 CPUtime=0.24
/proc/26394/task/26403/stat : 26403 (java) S 26392 26394 24291 0 -1 64 691 0 0 0 24 0 0 0 16 0 12 0 1983811129 831221760 6321 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26394/tid=26404] ppid=26392 vsize=811740 CPUtime=0.4
/proc/26394/task/26404/stat : 26404 (java) R 26392 26394 24291 0 -1 64 2622 0 0 0 39 1 0 0 16 0 12 0 1983811129 831221760 6321 996147200 134512640 134550740 4294956032 18446744073709551615 105379694 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26394/tid=26405] ppid=26392 vsize=811740 CPUtime=0
/proc/26394/task/26405/stat : 26405 (java) S 26392 26394 24291 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1983811129 831221760 6321 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26394/tid=26406] ppid=26392 vsize=811740 CPUtime=0
/proc/26394/task/26406/stat : 26406 (java) S 26392 26394 24291 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 1983811129 831221760 6321 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 811740

[startup+3.10258 s]
/proc/loadavg: 2.06 2.06 2.01 3/92 26406
/proc/meminfo: memFree=1545792/2055920 swapFree=4180424/4192956
[pid=26394] ppid=26392 vsize=810492 CPUtime=3.05
/proc/26394/stat : 26394 (java) S 26392 26394 24291 0 -1 0 10609 0 1 0 296 9 0 0 18 0 12 0 1983811120 829943808 8268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26394/statm: 202623 8268 1378 9 0 199985 0
[pid=26394/tid=26396] ppid=26392 vsize=810492 CPUtime=1.49
/proc/26394/task/26396/stat : 26396 (java) R 26392 26394 24291 0 -1 64 6118 0 1 0 143 6 0 0 25 0 12 0 1983811121 829943808 8268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26394/tid=26397] ppid=26392 vsize=810492 CPUtime=0
/proc/26394/task/26397/stat : 26397 (java) S 26392 26394 24291 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1983811122 829943808 8268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26394/tid=26398] ppid=26392 vsize=810492 CPUtime=0
/proc/26394/task/26398/stat : 26398 (java) S 26392 26394 24291 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1983811122 829943808 8268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26394/tid=26399] ppid=26392 vsize=810492 CPUtime=0
/proc/26394/task/26399/stat : 26399 (java) S 26392 26394 24291 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1983811124 829943808 8268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26394/tid=26400] ppid=26392 vsize=810492 CPUtime=0
/proc/26394/task/26400/stat : 26400 (java) S 26392 26394 24291 0 -1 64 8 0 0 0 0 0 0 0 20 0 12 0 1983811124 829943808 8268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26394/tid=26401] ppid=26392 vsize=810492 CPUtime=0
/proc/26394/task/26401/stat : 26401 (java) S 26392 26394 24291 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 1983811124 829943808 8268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26394/tid=26402] ppid=26392 vsize=810492 CPUtime=0
/proc/26394/task/26402/stat : 26402 (java) S 26392 26394 24291 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1983811129 829943808 8268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26394/tid=26403] ppid=26392 vsize=810492 CPUtime=0.77
/proc/26394/task/26403/stat : 26403 (java) R 26392 26394 24291 0 -1 64 969 0 0 0 77 0 0 0 17 0 12 0 1983811129 829943808 8268 996147200 134512640 134550740 4294956032 18446744073709551615 106713494 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26394/tid=26404] ppid=26392 vsize=810492 CPUtime=0.75
/proc/26394/task/26404/stat : 26404 (java) S 26392 26394 24291 0 -1 64 2758 0 0 0 74 1 0 0 15 0 12 0 1983811129 829943808 8268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26394/tid=26405] ppid=26392 vsize=810492 CPUtime=0
/proc/26394/task/26405/stat : 26405 (java) S 26392 26394 24291 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1983811129 829943808 8268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26394/tid=26406] ppid=26392 vsize=810492 CPUtime=0
/proc/26394/task/26406/stat : 26406 (java) S 26392 26394 24291 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1983811129 829943808 8268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 810492

[startup+6.30296 s]
/proc/loadavg: 2.06 2.06 2.01 4/92 26406
/proc/meminfo: memFree=1522304/2055920 swapFree=4180424/4192956
[pid=26394] ppid=26392 vsize=813792 CPUtime=6.22
/proc/26394/stat : 26394 (java) S 26392 26394 24291 0 -1 0 24854 0 1 0 604 18 0 0 18 0 12 0 1983811120 833323008 19980 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26394/statm: 203448 19980 1392 9 0 200810 0
[pid=26394/tid=26396] ppid=26392 vsize=813792 CPUtime=2.99
/proc/26394/task/26396/stat : 26396 (java) R 26392 26394 24291 0 -1 64 16907 0 1 0 286 13 0 0 25 0 12 0 1983811121 833323008 19980 996147200 134512640 134550740 4294956032 18446744073709551615 4109973446 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26394/tid=26397] ppid=26392 vsize=813792 CPUtime=0
/proc/26394/task/26397/stat : 26397 (java) S 26392 26394 24291 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1983811122 833323008 19980 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26394/tid=26398] ppid=26392 vsize=813792 CPUtime=0
/proc/26394/task/26398/stat : 26398 (java) S 26392 26394 24291 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1983811122 833323008 19980 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26394/tid=26399] ppid=26392 vsize=813792 CPUtime=0
/proc/26394/task/26399/stat : 26399 (java) S 26392 26394 24291 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1983811124 833323008 19980 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26394/tid=26400] ppid=26392 vsize=813792 CPUtime=0
/proc/26394/task/26400/stat : 26400 (java) S 26392 26394 24291 0 -1 64 8 0 0 0 0 0 0 0 20 0 12 0 1983811124 833323008 19980 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26394/tid=26401] ppid=26392 vsize=813792 CPUtime=0
/proc/26394/task/26401/stat : 26401 (java) S 26392 26394 24291 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 1983811124 833323008 19980 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26394/tid=26402] ppid=26392 vsize=813792 CPUtime=0
/proc/26394/task/26402/stat : 26402 (java) S 26392 26394 24291 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1983811129 833323008 19980 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26394/tid=26403] ppid=26392 vsize=813792 CPUtime=1.67
/proc/26394/task/26403/stat : 26403 (java) S 26392 26394 24291 0 -1 64 3058 0 0 0 166 1 0 0 15 0 12 0 1983811129 833323008 19980 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26394/tid=26404] ppid=26392 vsize=813792 CPUtime=1.52
/proc/26394/task/26404/stat : 26404 (java) S 26392 26394 24291 0 -1 64 4125 0 0 0 150 2 0 0 15 0 12 0 1983811129 833323008 19980 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26394/tid=26405] ppid=26392 vsize=813792 CPUtime=0
/proc/26394/task/26405/stat : 26405 (java) S 26392 26394 24291 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1983811129 833323008 19980 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26394/tid=26406] ppid=26392 vsize=813792 CPUtime=0
/proc/26394/task/26406/stat : 26406 (java) S 26392 26394 24291 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1983811129 833323008 19980 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 813792

[startup+12.7027 s]
/proc/loadavg: 2.21 2.09 2.02 4/92 26406
/proc/meminfo: memFree=1450624/2055920 swapFree=4180424/4192956
[pid=26394] ppid=26392 vsize=819452 CPUtime=12.83
/proc/26394/stat : 26394 (java) S 26392 26394 24291 0 -1 0 39752 0 1 0 1257 26 0 0 18 0 12 0 1983811120 839118848 31836 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26394/statm: 204863 31836 1400 9 0 202225 0
[pid=26394/tid=26396] ppid=26392 vsize=819452 CPUtime=7.5
/proc/26394/task/26396/stat : 26396 (java) R 26392 26394 24291 0 -1 64 17264 0 1 0 735 15 0 0 25 0 12 0 1983811121 839118848 31836 996147200 134512640 134550740 4294956032 18446744073709551615 4110380871 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26394/tid=26397] ppid=26392 vsize=819452 CPUtime=0.55
/proc/26394/task/26397/stat : 26397 (java) S 26392 26394 24291 0 -1 64 5656 0 0 0 53 2 0 0 18 0 12 0 1983811122 839118848 31836 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26394/tid=26398] ppid=26392 vsize=819452 CPUtime=0.64
/proc/26394/task/26398/stat : 26398 (java) S 26392 26394 24291 0 -1 64 6240 0 0 0 62 2 0 0 16 0 12 0 1983811122 839118848 31836 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26394/tid=26399] ppid=26392 vsize=819452 CPUtime=0
/proc/26394/task/26399/stat : 26399 (java) S 26392 26394 24291 0 -1 64 58 0 0 0 0 0 0 0 16 0 12 0 1983811124 839118848 31836 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26394/tid=26400] ppid=26392 vsize=819452 CPUtime=0
/proc/26394/task/26400/stat : 26400 (java) S 26392 26394 24291 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1983811124 839118848 31836 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26394/tid=26401] ppid=26392 vsize=819452 CPUtime=0
/proc/26394/task/26401/stat : 26401 (java) S 26392 26394 24291 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1983811124 839118848 31836 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26394/tid=26402] ppid=26392 vsize=819452 CPUtime=0
/proc/26394/task/26402/stat : 26402 (java) S 26392 26394 24291 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1983811129 839118848 31836 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26394/tid=26403] ppid=26392 vsize=819452 CPUtime=1.78
/proc/26394/task/26403/stat : 26403 (java) S 26392 26394 24291 0 -1 64 3066 0 0 0 177 1 0 0 15 0 12 0 1983811129 839118848 31836 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26394/tid=26404] ppid=26392 vsize=819452 CPUtime=2.31
/proc/26394/task/26404/stat : 26404 (java) S 26392 26394 24291 0 -1 64 6704 0 0 0 227 4 0 0 16 0 12 0 1983811129 839118848 31836 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26394/tid=26405] ppid=26392 vsize=819452 CPUtime=0
/proc/26394/task/26405/stat : 26405 (java) S 26392 26394 24291 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1983811129 839118848 31836 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26394/tid=26406] ppid=26392 vsize=819452 CPUtime=0
/proc/26394/task/26406/stat : 26406 (java) S 26392 26394 24291 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1983811129 839118848 31836 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.83
Current children cumulated vsize (KiB) 819452

[startup+25.5013 s]
/proc/loadavg: 2.16 2.08 2.02 3/92 26406
/proc/meminfo: memFree=1441344/2055920 swapFree=4180424/4192956
[pid=26394] ppid=26392 vsize=817608 CPUtime=25.57
/proc/26394/stat : 26394 (java) S 26392 26394 24291 0 -1 0 41483 0 1 0 2530 27 0 0 18 0 12 0 1983811120 837230592 33084 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26394/statm: 204402 33084 1400 9 0 201764 0
[pid=26394/tid=26396] ppid=26392 vsize=817608 CPUtime=19.96
/proc/26394/task/26396/stat : 26396 (java) R 26392 26394 24291 0 -1 64 17294 0 1 0 1981 15 0 0 25 0 12 0 1983811121 837230592 33084 996147200 134512640 134550740 4294956032 18446744073709551615 4110459054 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26394/tid=26397] ppid=26392 vsize=817608 CPUtime=0.69
/proc/26394/task/26397/stat : 26397 (java) S 26392 26394 24291 0 -1 64 6767 0 0 0 67 2 0 0 15 0 12 0 1983811122 837230592 33084 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26394/tid=26398] ppid=26392 vsize=817608 CPUtime=0.76
/proc/26394/task/26398/stat : 26398 (java) S 26392 26394 24291 0 -1 64 6830 0 0 0 74 2 0 0 16 0 12 0 1983811122 837230592 33084 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26394/tid=26399] ppid=26392 vsize=817608 CPUtime=0.01
/proc/26394/task/26399/stat : 26399 (java) S 26392 26394 24291 0 -1 64 58 0 0 0 1 0 0 0 15 0 12 0 1983811124 837230592 33084 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26394/tid=26400] ppid=26392 vsize=817608 CPUtime=0
/proc/26394/task/26400/stat : 26400 (java) S 26392 26394 24291 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1983811124 837230592 33084 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26394/tid=26401] ppid=26392 vsize=817608 CPUtime=0
/proc/26394/task/26401/stat : 26401 (java) S 26392 26394 24291 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1983811124 837230592 33084 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26394/tid=26402] ppid=26392 vsize=817608 CPUtime=0
/proc/26394/task/26402/stat : 26402 (java) S 26392 26394 24291 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1983811129 837230592 33084 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=26394] ppid=26392 vsize=817932 CPUtime=1658.51
/proc/26394/stat : 26394 (java) S 26392 26394 24291 0 -1 0 84943 0 1 0 165795 56 0 0 18 0 13 0 1983811120 837562368 71150 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26394/statm: 204483 71150 1403 9 0 201845 0
[pid=26394/tid=26396] ppid=26392 vsize=817932 CPUtime=1650.59
/proc/26394/task/26396/stat : 26396 (java) R 26392 26394 24291 0 -1 64 17451 0 1 0 165038 21 0 0 25 0 13 0 1983811121 837562368 71150 996147200 134512640 134550740 4294956032 18446744073709551615 4109611679 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26394/tid=26397] ppid=26392 vsize=817932 CPUtime=1.51
/proc/26394/task/26397/stat : 26397 (java) S 26392 26394 24291 0 -1 64 29817 0 0 0 138 13 0 0 16 0 13 0 1983811122 837562368 71150 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26394/tid=26398] ppid=26392 vsize=817932 CPUtime=1.57
/proc/26394/task/26398/stat : 26398 (java) S 26392 26394 24291 0 -1 64 27062 0 0 0 144 13 0 0 16 0 13 0 1983811122 837562368 71150 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26394/tid=26399] ppid=26392 vsize=817932 CPUtime=0.05
/proc/26394/task/26399/stat : 26399 (java) S 26392 26394 24291 0 -1 64 58 0 0 0 4 1 0 0 16 0 13 0 1983811124 837562368 71150 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26394/tid=26400] ppid=26392 vsize=817932 CPUtime=0
/proc/26394/task/26400/stat : 26400 (java) S 26392 26394 24291 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1983811124 837562368 71150 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26394/tid=26401] ppid=26392 vsize=817932 CPUtime=0
/proc/26394/task/26401/stat : 26401 (java) S 26392 26394 24291 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1983811124 837562368 71150 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26394/tid=26402] ppid=26392 vsize=817932 CPUtime=0
/proc/26394/task/26402/stat : 26402 (java) S 26392 26394 24291 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1983811129 837562368 71150 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26394/tid=26403] ppid=26392 vsize=817932 CPUtime=2.08
/proc/26394/task/26403/stat : 26403 (java) S 26392 26394 24291 0 -1 64 3074 0 0 0 207 1 0 0 16 0 13 0 1983811129 837562368 71150 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26394/tid=26404] ppid=26392 vsize=817932 CPUtime=2.65
/proc/26394/task/26404/stat : 26404 (java) S 26392 26394 24291 0 -1 64 6712 0 0 0 261 4 0 0 16 0 13 0 1983811129 837562368 71150 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26394/tid=26405] ppid=26392 vsize=817932 CPUtime=0
/proc/26394/task/26405/stat : 26405 (java) S 26392 26394 24291 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1983811129 837562368 71150 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26394/tid=26406] ppid=26392 vsize=817932 CPUtime=0
/proc/26394/task/26406/stat : 26406 (java) S 26392 26394 24291 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 1983811129 837562368 71150 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26394/tid=26407] ppid=26392 vsize=817932 CPUtime=0
/proc/26394/task/26407/stat : 26407 (java) S 26392 26394 24291 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1983822580 837562368 71150 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1658.51
Current children cumulated vsize (KiB) 817932

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 5/97 26457
/proc/meminfo: memFree=1259480/2055920 swapFree=4180424/4192956
[pid=26394] ppid=26392 vsize=817932 CPUtime=1718.51
/proc/26394/stat : 26394 (java) S 26392 26394 24291 0 -1 0 90914 0 1 0 171792 59 0 0 18 0 13 0 1983811120 837562368 77120 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26394/statm: 204483 77120 1403 9 0 201845 0
[pid=26394/tid=26396] ppid=26392 vsize=817932 CPUtime=1710.38
/proc/26394/task/26396/stat : 26396 (java) R 26392 26394 24291 0 -1 64 17452 0 1 0 171016 22 0 0 25 0 13 0 1983811121 837562368 77120 996147200 134512640 134550740 4294956032 18446744073709551615 4110372432 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26394/tid=26397] ppid=26392 vsize=817932 CPUtime=1.61
/proc/26394/task/26397/stat : 26397 (java) S 26392 26394 24291 0 -1 64 33421 0 0 0 147 14 0 0 17 0 13 0 1983811122 837562368 77120 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26394/tid=26398] ppid=26392 vsize=817932 CPUtime=1.68
/proc/26394/task/26398/stat : 26398 (java) S 26392 26394 24291 0 -1 64 29428 0 0 0 154 14 0 0 17 0 13 0 1983811122 837562368 77120 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26394/tid=26399] ppid=26392 vsize=817932 CPUtime=0.05
/proc/26394/task/26399/stat : 26399 (java) S 26392 26394 24291 0 -1 64 58 0 0 0 4 1 0 0 16 0 13 0 1983811124 837562368 77120 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26394/tid=26400] ppid=26392 vsize=817932 CPUtime=0
/proc/26394/task/26400/stat : 26400 (java) S 26392 26394 24291 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1983811124 837562368 77120 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26394/tid=26401] ppid=26392 vsize=817932 CPUtime=0
/proc/26394/task/26401/stat : 26401 (java) S 26392 26394 24291 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1983811124 837562368 77120 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26394/tid=26402] ppid=26392 vsize=817932 CPUtime=0
/proc/26394/task/26402/stat : 26402 (java) S 26392 26394 24291 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1983811129 837562368 77120 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26394/tid=26403] ppid=26392 vsize=817932 CPUtime=2.08
/proc/26394/task/26403/stat : 26403 (java) S 26392 26394 24291 0 -1 64 3074 0 0 0 207 1 0 0 16 0 13 0 1983811129 837562368 77120 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26394/tid=26404] ppid=26392 vsize=817932 CPUtime=2.65
/proc/26394/task/26404/stat : 26404 (java) S 26392 26394 24291 0 -1 64 6712 0 0 0 261 4 0 0 16 0 13 0 1983811129 837562368 77120 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26394/tid=26405] ppid=26392 vsize=817932 CPUtime=0
/proc/26394/task/26405/stat : 26405 (java) S 26392 26394 24291 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1983811129 837562368 77120 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26394/tid=26406] ppid=26392 vsize=817932 CPUtime=0
/proc/26394/task/26406/stat : 26406 (java) S 26392 26394 24291 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 1983811129 837562368 77120 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26394/tid=26407] ppid=26392 vsize=817932 CPUtime=0
/proc/26394/task/26407/stat : 26407 (java) S 26392 26394 24291 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1983822580 837562368 77120 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1718.51
Current children cumulated vsize (KiB) 817932

[startup+1782.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/97 26457
/proc/meminfo: memFree=1259288/2055920 swapFree=4180424/4192956
[pid=26394] ppid=26392 vsize=817932 CPUtime=1778.48
/proc/26394/stat : 26394 (java) S 26392 26394 24291 0 -1 0 90914 0 1 0 177789 59 0 0 18 0 13 0 1983811120 837562368 77120 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26394/statm: 204483 77120 1403 9 0 201845 0
[pid=26394/tid=26396] ppid=26392 vsize=817932 CPUtime=1770.36
/proc/26394/task/26396/stat : 26396 (java) R 26392 26394 24291 0 -1 64 17452 0 1 0 177014 22 0 0 25 0 13 0 1983811121 837562368 77120 996147200 134512640 134550740 4294956032 18446744073709551615 4110372299 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26394/tid=26397] ppid=26392 vsize=817932 CPUtime=1.61
/proc/26394/task/26397/stat : 26397 (java) S 26392 26394 24291 0 -1 64 33421 0 0 0 147 14 0 0 17 0 13 0 1983811122 837562368 77120 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26394/tid=26398] ppid=26392 vsize=817932 CPUtime=1.68
/proc/26394/task/26398/stat : 26398 (java) S 26392 26394 24291 0 -1 64 29428 0 0 0 154 14 0 0 17 0 13 0 1983811122 837562368 77120 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26394/tid=26399] ppid=26392 vsize=817932 CPUtime=0.05
/proc/26394/task/26399/stat : 26399 (java) S 26392 26394 24291 0 -1 64 58 0 0 0 4 1 0 0 16 0 13 0 1983811124 837562368 77120 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26394/tid=26400] ppid=26392 vsize=817932 CPUtime=0
/proc/26394/task/26400/stat : 26400 (java) S 26392 26394 24291 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1983811124 837562368 77120 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26394/tid=26401] ppid=26392 vsize=817932 CPUtime=0
/proc/26394/task/26401/stat : 26401 (java) S 26392 26394 24291 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1983811124 837562368 77120 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26394/tid=26402] ppid=26392 vsize=817932 CPUtime=0
/proc/26394/task/26402/stat : 26402 (java) S 26392 26394 24291 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1983811129 837562368 77120 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26394/tid=26403] ppid=26392 vsize=817932 CPUtime=2.08
/proc/26394/task/26403/stat : 26403 (java) S 26392 26394 24291 0 -1 64 3074 0 0 0 207 1 0 0 16 0 13 0 1983811129 837562368 77120 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26394/tid=26404] ppid=26392 vsize=817932 CPUtime=2.65
/proc/26394/task/26404/stat : 26404 (java) S 26392 26394 24291 0 -1 64 6712 0 0 0 261 4 0 0 16 0 13 0 1983811129 837562368 77120 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26394/tid=26405] ppid=26392 vsize=817932 CPUtime=0
/proc/26394/task/26405/stat : 26405 (java) S 26392 26394 24291 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1983811129 837562368 77120 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26394/tid=26406] ppid=26392 vsize=817932 CPUtime=0
/proc/26394/task/26406/stat : 26406 (java) S 26392 26394 24291 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 1983811129 837562368 77120 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26394/tid=26407] ppid=26392 vsize=817932 CPUtime=0
/proc/26394/task/26407/stat : 26407 (java) S 26392 26394 24291 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1983822580 837562368 77120 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1778.48
Current children cumulated vsize (KiB) 817932



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.9 s]
/proc/loadavg: 2.04 2.01 2.00 3/97 26457
/proc/meminfo: memFree=1259288/2055920 swapFree=4180424/4192956
[pid=26394] ppid=26392 vsize=817932 CPUtime=1800.09
/proc/26394/stat : 26394 (java) S 26392 26394 24291 0 -1 0 90914 0 1 0 179950 59 0 0 18 0 13 0 1983811120 837562368 77120 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26394/statm: 204483 77120 1403 9 0 201845 0
[pid=26394/tid=26396] ppid=26392 vsize=817932 CPUtime=1791.96
/proc/26394/task/26396/stat : 26396 (java) R 26392 26394 24291 0 -1 64 17452 0 1 0 179174 22 0 0 25 0 13 0 1983811121 837562368 77120 996147200 134512640 134550740 4294956032 18446744073709551615 4109623230 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26394/tid=26397] ppid=26392 vsize=817932 CPUtime=1.61
/proc/26394/task/26397/stat : 26397 (java) S 26392 26394 24291 0 -1 64 33421 0 0 0 147 14 0 0 17 0 13 0 1983811122 837562368 77120 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26394/tid=26398] ppid=26392 vsize=817932 CPUtime=1.68
/proc/26394/task/26398/stat : 26398 (java) S 26392 26394 24291 0 -1 64 29428 0 0 0 154 14 0 0 17 0 13 0 1983811122 837562368 77120 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26394/tid=26399] ppid=26392 vsize=817932 CPUtime=0.05
/proc/26394/task/26399/stat : 26399 (java) S 26392 26394 24291 0 -1 64 58 0 0 0 4 1 0 0 16 0 13 0 1983811124 837562368 77120 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26394/tid=26400] ppid=26392 vsize=817932 CPUtime=0
/proc/26394/task/26400/stat : 26400 (java) S 26392 26394 24291 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1983811124 837562368 77120 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26394/tid=26401] ppid=26392 vsize=817932 CPUtime=0
/proc/26394/task/26401/stat : 26401 (java) S 26392 26394 24291 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1983811124 837562368 77120 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26394/tid=26402] ppid=26392 vsize=817932 CPUtime=0
/proc/26394/task/26402/stat : 26402 (java) S 26392 26394 24291 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1983811129 837562368 77120 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26394/tid=26403] ppid=26392 vsize=817932 CPUtime=2.08
/proc/26394/task/26403/stat : 26403 (java) S 26392 26394 24291 0 -1 64 3074 0 0 0 207 1 0 0 16 0 13 0 1983811129 837562368 77120 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26394/tid=26404] ppid=26392 vsize=817932 CPUtime=2.65
/proc/26394/task/26404/stat : 26404 (java) S 26392 26394 24291 0 -1 64 6712 0 0 0 261 4 0 0 16 0 13 0 1983811129 837562368 77120 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26394/tid=26405] ppid=26392 vsize=817932 CPUtime=0
/proc/26394/task/26405/stat : 26405 (java) S 26392 26394 24291 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1983811129 837562368 77120 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26394/tid=26406] ppid=26392 vsize=817932 CPUtime=0
/proc/26394/task/26406/stat : 26406 (java) S 26392 26394 24291 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 1983811129 837562368 77120 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26394/tid=26407] ppid=26392 vsize=817932 CPUtime=0
/proc/26394/task/26407/stat : 26407 (java) S 26392 26394 24291 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1983822580 837562368 77120 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 817932

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

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

[startup+1803.9 s]
/proc/loadavg: 2.04 2.01 2.00 3/97 26457
/proc/meminfo: memFree=1259288/2055920 swapFree=4180424/4192956
[pid=26394] ppid=26392 vsize=817932 CPUtime=1800.09
/proc/26394/stat : 26394 (java) S 26392 26394 24291 0 -1 0 90914 0 1 0 179950 59 0 0 18 0 13 0 1983811120 837562368 77120 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26394/statm: 204483 77120 1403 9 0 201845 0
[pid=26394/tid=26396] ppid=26392 vsize=817932 CPUtime=1791.96
/proc/26394/task/26396/stat : 26396 (java) R 26392 26394 24291 0 -1 64 17452 0 1 0 179174 22 0 0 25 0 13 0 1983811121 837562368 77120 996147200 134512640 134550740 4294956032 18446744073709551615 4109623230 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26394/tid=26397] ppid=26392 vsize=817932 CPUtime=1.61
/proc/26394/task/26397/stat : 26397 (java) S 26392 26394 24291 0 -1 64 33421 0 0 0 147 14 0 0 17 0 13 0 1983811122 837562368 77120 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26394/tid=26398] ppid=26392 vsize=817932 CPUtime=1.68
/proc/26394/task/26398/stat : 26398 (java) S 26392 26394 24291 0 -1 64 29428 0 0 0 154 14 0 0 17 0 13 0 1983811122 837562368 77120 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26394/tid=26399] ppid=26392 vsize=817932 CPUtime=0.05
/proc/26394/task/26399/stat : 26399 (java) S 26392 26394 24291 0 -1 64 58 0 0 0 4 1 0 0 16 0 13 0 1983811124 837562368 77120 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26394/tid=26400] ppid=26392 vsize=817932 CPUtime=0
/proc/26394/task/26400/stat : 26400 (java) S 26392 26394 24291 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1983811124 837562368 77120 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26394/tid=26401] ppid=26392 vsize=817932 CPUtime=0
/proc/26394/task/26401/stat : 26401 (java) S 26392 26394 24291 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1983811124 837562368 77120 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26394/tid=26402] ppid=26392 vsize=817932 CPUtime=0
/proc/26394/task/26402/stat : 26402 (java) S 26392 26394 24291 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1983811129 837562368 77120 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26394/tid=26403] ppid=26392 vsize=817932 CPUtime=2.08
/proc/26394/task/26403/stat : 26403 (java) S 26392 26394 24291 0 -1 64 3074 0 0 0 207 1 0 0 16 0 13 0 1983811129 837562368 77120 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26394/tid=26404] ppid=26392 vsize=817932 CPUtime=2.65
/proc/26394/task/26404/stat : 26404 (java) S 26392 26394 24291 0 -1 64 6712 0 0 0 261 4 0 0 16 0 13 0 1983811129 837562368 77120 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26394/tid=26405] ppid=26392 vsize=817932 CPUtime=0
/proc/26394/task/26405/stat : 26405 (java) S 26392 26394 24291 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1983811129 837562368 77120 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26394/tid=26406] ppid=26392 vsize=817932 CPUtime=0
/proc/26394/task/26406/stat : 26406 (java) S 26392 26394 24291 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 1983811129 837562368 77120 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26394/tid=26407] ppid=26392 vsize=817932 CPUtime=0
/proc/26394/task/26407/stat : 26407 (java) S 26392 26394 24291 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1983822580 837562368 77120 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 817932

Child status: 143
Real time (s): 1804
CPU time (s): 1800.18
CPU user time (s): 1799.54
CPU system time (s): 0.642902
CPU usage (%): 99.7883
Max. virtual memory (cumulated for all children) (KiB): 820356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.54
system time used= 0.642902
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90932
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= 40092
involuntary context switches= 18848

runsolver used 3.03054 second user time and 6.82696 second system time

The end

Launcher Data (download as text)

Begin job on node33 at 2008-07-03 03:26:16
IDJOB=1050167
IDBENCH=54865
IDSOLVER=344
FILE ID=node33/1050167-1215048376
PBS_JOBID= 7875107
Free space on /tmp= 66536 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 28adb903193f339f0a75306072f25750
RANDOM SEED=806294084

node33.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.231
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.231
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:       1569216 kB
Buffers:         74536 kB
Cached:         248412 kB
SwapCached:       6444 kB
Active:         201228 kB
Inactive:       207084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1569216 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:           10376 kB
Writeback:           0 kB
Mapped:          99048 kB
Slab:            63508 kB
Committed_AS:  4235688 kB
PageTables:       1976 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66516 MiB
End job on node33 at 2008-07-03 03:56:22