Trace number 1037594

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.17 1810.28

General information on the benchmark

Namecsp/rand-2-26/
normalized-rand-26-26-325-155-55021_ext.xml
MD5SUMf4e126ae5be2a8ab1c1007fe48c91efc
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark33.3139
Satisfiable
(Un)Satisfiability was proved
Number of variables26
Number of constraints325
Maximum constraint arity2
Maximum domain size26
Number of constraints which are defined in extension325
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29/0.43	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.29/0.43	c This is free software under the dual EPL/GNU LGPL licenses.
0.29/0.43	c See www.sat4j.org for details.
0.29/0.43	c That software uses the Rhino library from the Mozilla project.
0.29/0.47	c version 9.9.9.token
0.29/0.48	c sun.arch.data.model	32
0.29/0.48	c java.version	1.6.0_06
0.29/0.48	c os.name	Linux
0.29/0.48	c os.version	2.6.9-22.EL.rootsmp
0.29/0.48	c os.arch	i386
0.29/0.48	c Free memory 669864272
0.29/0.48	c Max memory 672137216
0.29/0.48	c Total memory 672137216
0.29/0.48	c Number of processors 2
0.38/0.52	c c --- Begin Solver configuration ---
0.38/0.52	c Stops conflict analysis at the first Unique Implication Point
0.38/0.52	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.52	c Learn all clauses as in MiniSAT
0.38/0.52	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.52	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.52	c Expensive reason simplification
0.38/0.52	c MiniSAT restarts strategy
0.38/0.52	c timeout=2147483s
0.38/0.52	c DB Simplification allowed=false
0.38/0.52	c --- End Solver configuration ---
0.38/0.52	c solving HOME/instance-1037594-1214962098.xml
0.38/0.52	c reading problem ... 
0.57/0.79	c reading problem named null
0.57/0.79	c reading domains done.
0.57/0.79	c reading variables done.
0.67/0.83	c reading relations done.
1.77/1.99	c reading constraints
2.26/2.43	c done with constraints.
2.26/2.43	c ... done. Wall clock time 1.91s.
2.26/2.43	c #vars     676
2.26/2.43	c #constraints  50427
2.26/2.43	c constraints type 
2.26/2.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 50401
2.26/2.43	c org.sat4j.minisat.constraints.card.AtLeast => 26
1800.08/1810.21	c starts		: 19
1800.08/1810.21	c conflicts		: 298902
1800.08/1810.21	c decisions		: 394226
1800.08/1810.21	c propagations		: 13915351
1800.08/1810.21	c inspects		: 4055342226
1800.08/1810.21	c learnt literals	: 0
1800.08/1810.21	c learnt binary clauses	: 0
1800.08/1810.21	c learnt ternary clauses	: 3
1800.08/1810.21	c learnt clauses	: 298902
1800.08/1810.21	c ignored clauses	: 0
1800.08/1810.21	c root simplifications	: 0
1800.08/1810.21	c removed literals (reason simplification)	: 16921822
1800.08/1810.21	c reason swapping (by a shorter reason)	: 0
1800.08/1810.21	c Calls to reduceDB	: 0
1800.08/1810.21	c speed (assignments/second)	: 7697.510140930305
1800.08/1810.21	c non guided choices	78
1800.08/1810.21	s UNKNOWN
1800.08/1810.21	c Total wall clock time (in seconds) : 1809.686

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-1037594-1214962098/watcher-1037594-1214962098 -o /tmp/evaluation-result-1037594-1214962098/solver-1037594-1214962098 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1037594-1214962098.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.99 1.98 1.93 3/75 450
/proc/meminfo: memFree=1768448/2055920 swapFree=4096720/4192956
[pid=450] ppid=448 vsize=1804 CPUtime=0
/proc/450/stat : 450 (java6) D 448 450 31890 0 -1 0 183 0 0 0 0 0 0 0 18 0 1 0 1525881954 1847296 155 996147200 134512640 134550740 4294956192 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099937270 0 0 17 0 0 0
/proc/450/statm: 451 155 111 9 0 93 0

[startup+0.0173101 s]
/proc/loadavg: 1.99 1.98 1.93 3/75 450
/proc/meminfo: memFree=1768448/2055920 swapFree=4096720/4192956
[pid=450] ppid=448 vsize=13012 CPUtime=0
/proc/450/stat : 450 (java) D 448 450 31890 0 -1 0 380 0 1 0 0 0 0 0 18 0 1 0 1525881954 13324288 182 996147200 134512640 134550740 4294956032 18446744073709551615 9243512 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/450/statm: 3253 182 134 9 0 1151 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13012

[startup+0.116174 s]
/proc/loadavg: 1.99 1.98 1.93 3/75 450
/proc/meminfo: memFree=1768448/2055920 swapFree=4096720/4192956
[pid=450] ppid=448 vsize=802228 CPUtime=0.07
/proc/450/stat : 450 (java) S 448 450 31890 0 -1 0 2597 0 29 0 3 4 0 0 18 0 7 0 1525881954 821481472 2360 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/450/statm: 200557 2360 990 9 0 197940 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802228

[startup+0.301195 s]
/proc/loadavg: 1.99 1.98 1.93 3/75 450
/proc/meminfo: memFree=1768448/2055920 swapFree=4096720/4192956
[pid=450] ppid=448 vsize=808308 CPUtime=0.22
/proc/450/stat : 450 (java) S 448 450 31890 0 -1 0 4548 0 29 0 17 5 0 0 18 0 12 0 1525881954 827707392 3905 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/450/statm: 202077 3905 1295 9 0 199446 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 808308

[startup+0.701243 s]
/proc/loadavg: 1.99 1.98 1.93 3/75 450
/proc/meminfo: memFree=1768448/2055920 swapFree=4096720/4192956
[pid=450] ppid=448 vsize=808336 CPUtime=0.57
/proc/450/stat : 450 (java) S 448 450 31890 0 -1 0 6055 0 29 0 49 8 0 0 18 0 12 0 1525881954 827736064 5213 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/450/statm: 202084 5213 1332 9 0 199446 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 808336

[startup+1.50233 s]
/proc/loadavg: 1.99 1.98 1.93 3/87 462
/proc/meminfo: memFree=1741792/2055920 swapFree=4096720/4192956
[pid=450] ppid=448 vsize=809444 CPUtime=1.37
/proc/450/stat : 450 (java) S 448 450 31890 0 -1 0 8937 0 29 0 127 10 0 0 18 0 12 0 1525881954 828870656 7255 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/450/statm: 202361 7255 1348 9 0 199723 0
[pid=450/tid=452] ppid=448 vsize=809444 CPUtime=0.62
/proc/450/task/452/stat : 452 (java) R 448 450 31890 0 -1 64 5196 0 1 0 57 5 0 0 25 0 12 0 1525881961 828870656 7255 996147200 134512640 134550740 4294956032 18446744073709551615 4109581327 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=453] ppid=448 vsize=809444 CPUtime=0
/proc/450/task/453/stat : 453 (java) S 448 450 31890 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 1525881962 828870656 7255 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=454] ppid=448 vsize=809444 CPUtime=0
/proc/450/task/454/stat : 454 (java) S 448 450 31890 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 1525881962 828870656 7255 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=455] ppid=448 vsize=809444 CPUtime=0
/proc/450/task/455/stat : 455 (java) S 448 450 31890 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 1525881964 828870656 7255 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=456] ppid=448 vsize=809444 CPUtime=0
/proc/450/task/456/stat : 456 (java) S 448 450 31890 0 -1 64 8 0 0 0 0 0 0 0 23 0 12 0 1525881964 828870656 7255 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=457] ppid=448 vsize=809444 CPUtime=0
/proc/450/task/457/stat : 457 (java) S 448 450 31890 0 -1 64 5 0 0 0 0 0 0 0 24 0 12 0 1525881964 828870656 7255 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=458] ppid=448 vsize=809444 CPUtime=0
/proc/450/task/458/stat : 458 (java) S 448 450 31890 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 1525881971 828870656 7255 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=459] ppid=448 vsize=809444 CPUtime=0.4
/proc/450/task/459/stat : 459 (java) S 448 450 31890 0 -1 64 1568 0 0 0 40 0 0 0 16 0 12 0 1525881971 828870656 7255 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=460] ppid=448 vsize=809444 CPUtime=0.28
/proc/450/task/460/stat : 460 (java) S 448 450 31890 0 -1 64 1438 0 0 0 28 0 0 0 16 0 12 0 1525881971 828870656 7255 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=461] ppid=448 vsize=809444 CPUtime=0
/proc/450/task/461/stat : 461 (java) S 448 450 31890 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 1525881971 828870656 7255 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=462] ppid=448 vsize=809444 CPUtime=0
/proc/450/task/462/stat : 462 (java) S 448 450 31890 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1525881971 828870656 7255 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 809444

[startup+3.10251 s]
/proc/loadavg: 1.99 1.98 1.93 4/87 462
/proc/meminfo: memFree=1695776/2055920 swapFree=4096720/4192956
[pid=450] ppid=448 vsize=809768 CPUtime=2.95
/proc/450/stat : 450 (java) S 448 450 31890 0 -1 0 20647 0 29 0 281 14 0 0 18 0 13 0 1525881954 829202432 18914 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/450/statm: 202442 18914 1374 9 0 199804 0
[pid=450/tid=452] ppid=448 vsize=809768 CPUtime=1.37
/proc/450/task/452/stat : 452 (java) R 448 450 31890 0 -1 64 16769 0 1 0 127 10 0 0 25 0 13 0 1525881961 829202432 18914 996147200 134512640 134550740 4294956032 18446744073709551615 4109821884 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=453] ppid=448 vsize=809768 CPUtime=0
/proc/450/task/453/stat : 453 (java) S 448 450 31890 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 1525881962 829202432 18914 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=454] ppid=448 vsize=809768 CPUtime=0
/proc/450/task/454/stat : 454 (java) S 448 450 31890 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1525881962 829202432 18914 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=455] ppid=448 vsize=809768 CPUtime=0
/proc/450/task/455/stat : 455 (java) S 448 450 31890 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 1525881964 829202432 18914 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=456] ppid=448 vsize=809768 CPUtime=0
/proc/450/task/456/stat : 456 (java) S 448 450 31890 0 -1 64 8 0 0 0 0 0 0 0 23 0 13 0 1525881964 829202432 18914 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=457] ppid=448 vsize=809768 CPUtime=0
/proc/450/task/457/stat : 457 (java) S 448 450 31890 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 1525881964 829202432 18914 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=458] ppid=448 vsize=809768 CPUtime=0
/proc/450/task/458/stat : 458 (java) S 448 450 31890 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 1525881971 829202432 18914 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=459] ppid=448 vsize=809768 CPUtime=0.84
/proc/450/task/459/stat : 459 (java) S 448 450 31890 0 -1 64 1606 0 0 0 84 0 0 0 16 0 13 0 1525881971 829202432 18914 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=460] ppid=448 vsize=809768 CPUtime=0.7
/proc/450/task/460/stat : 460 (java) S 448 450 31890 0 -1 64 1534 0 0 0 70 0 0 0 15 0 13 0 1525881971 829202432 18914 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=461] ppid=448 vsize=809768 CPUtime=0
/proc/450/task/461/stat : 461 (java) S 448 450 31890 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 1525881971 829202432 18914 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=462] ppid=448 vsize=809768 CPUtime=0
/proc/450/task/462/stat : 462 (java) S 448 450 31890 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1525881971 829202432 18914 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 809768

[startup+6.30288 s]
/proc/loadavg: 1.99 1.98 1.93 3/88 463
/proc/meminfo: memFree=1681688/2055920 swapFree=4096720/4192956
[pid=450] ppid=448 vsize=809768 CPUtime=6.16
/proc/450/stat : 450 (java) S 448 450 31890 0 -1 0 22763 0 29 0 601 15 0 0 18 0 13 0 1525881954 829202432 20816 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/450/statm: 202442 20816 1383 9 0 199804 0
[pid=450/tid=452] ppid=448 vsize=809768 CPUtime=4.32
/proc/450/task/452/stat : 452 (java) R 448 450 31890 0 -1 64 16991 0 1 0 422 10 0 0 25 0 13 0 1525881961 829202432 20816 996147200 134512640 134550740 4294956032 18446744073709551615 4109821759 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=453] ppid=448 vsize=809768 CPUtime=0.02
/proc/450/task/453/stat : 453 (java) S 448 450 31890 0 -1 64 866 0 0 0 2 0 0 0 16 0 13 0 1525881962 829202432 20816 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=450/tid=454] ppid=448 vsize=809768 CPUtime=0.02
/proc/450/task/454/stat : 454 (java) S 448 450 31890 0 -1 64 774 0 0 0 2 0 0 0 16 0 13 0 1525881962 829202432 20816 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=455] ppid=448 vsize=809768 CPUtime=0
/proc/450/task/455/stat : 455 (java) S 448 450 31890 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 1525881964 829202432 20816 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=456] ppid=448 vsize=809768 CPUtime=0
/proc/450/task/456/stat : 456 (java) S 448 450 31890 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 1525881964 829202432 20816 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=457] ppid=448 vsize=809768 CPUtime=0
/proc/450/task/457/stat : 457 (java) S 448 450 31890 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 1525881964 829202432 20816 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=458] ppid=448 vsize=809768 CPUtime=0
/proc/450/task/458/stat : 458 (java) S 448 450 31890 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 1525881971 829202432 20816 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=459] ppid=448 vsize=809768 CPUtime=0.91
/proc/450/task/459/stat : 459 (java) S 448 450 31890 0 -1 64 1616 0 0 0 91 0 0 0 17 0 13 0 1525881971 829202432 20816 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=460] ppid=448 vsize=809768 CPUtime=0.81
/proc/450/task/460/stat : 460 (java) S 448 450 31890 0 -1 64 1748 0 0 0 81 0 0 0 16 0 13 0 1525881971 829202432 20816 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=461] ppid=448 vsize=809768 CPUtime=0
/proc/450/task/461/stat : 461 (java) S 448 450 31890 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 1525881971 829202432 20816 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=462] ppid=448 vsize=809768 CPUtime=0
/proc/450/task/462/stat : 462 (java) S 448 450 31890 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1525881971 829202432 20816 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=463] ppid=448 vsize=809768 CPUtime=0
/proc/450/task/463/stat : 463 (java) S 448 450 31890 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 1525882199 829202432 20816 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 809768

[startup+12.7016 s]
/proc/loadavg: 1.99 1.98 1.93 3/88 463
/proc/meminfo: memFree=1681760/2055920 swapFree=4096720/4192956
[pid=450] ppid=448 vsize=809596 CPUtime=12.52
/proc/450/stat : 450 (java) S 448 450 31890 0 -1 0 22768 0 29 0 1237 15 0 0 18 0 13 0 1525881954 829026304 20775 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/450/statm: 202399 20775 1383 9 0 199761 0
[pid=450/tid=452] ppid=448 vsize=809596 CPUtime=10.64
/proc/450/task/452/stat : 452 (java) R 448 450 31890 0 -1 64 16994 0 1 0 1054 10 0 0 25 0 13 0 1525881961 829026304 20775 996147200 134512640 134550740 4294956032 18446744073709551615 4109821802 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=453] ppid=448 vsize=809596 CPUtime=0.02
/proc/450/task/453/stat : 453 (java) S 448 450 31890 0 -1 64 866 0 0 0 2 0 0 0 16 0 13 0 1525881962 829026304 20775 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=450/tid=454] ppid=448 vsize=809596 CPUtime=0.02
/proc/450/task/454/stat : 454 (java) S 448 450 31890 0 -1 64 774 0 0 0 2 0 0 0 16 0 13 0 1525881962 829026304 20775 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=455] ppid=448 vsize=809596 CPUtime=0
/proc/450/task/455/stat : 455 (java) S 448 450 31890 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 1525881964 829026304 20775 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=456] ppid=448 vsize=809596 CPUtime=0
/proc/450/task/456/stat : 456 (java) S 448 450 31890 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 1525881964 829026304 20775 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=457] ppid=448 vsize=809596 CPUtime=0
/proc/450/task/457/stat : 457 (java) S 448 450 31890 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 1525881964 829026304 20775 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=458] ppid=448 vsize=809596 CPUtime=0
/proc/450/task/458/stat : 458 (java) S 448 450 31890 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 1525881971 829026304 20775 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=459] ppid=448 vsize=809596 CPUtime=0.93
/proc/450/task/459/stat : 459 (java) S 448 450 31890 0 -1 64 1618 0 0 0 93 0 0 0 17 0 13 0 1525881971 829026304 20775 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=460] ppid=448 vsize=809596 CPUtime=0.83
/proc/450/task/460/stat : 460 (java) S 448 450 31890 0 -1 64 1748 0 0 0 83 0 0 0 16 0 13 0 1525881971 829026304 20775 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=461] ppid=448 vsize=809596 CPUtime=0
/proc/450/task/461/stat : 461 (java) S 448 450 31890 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 1525881971 829026304 20775 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=462] ppid=448 vsize=809596 CPUtime=0
/proc/450/task/462/stat : 462 (java) S 448 450 31890 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1525881971 829026304 20775 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=463] ppid=448 vsize=809596 CPUtime=0
/proc/450/task/463/stat : 463 (java) S 448 450 31890 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 1525882199 829026304 20775 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 809596

[startup+25.5021 s]
/proc/loadavg: 1.99 1.98 1.93 3/88 463
/proc/meminfo: memFree=1681696/2055920 swapFree=4096720/4192956
[pid=450] ppid=448 vsize=809596 CPUtime=25.25
/proc/450/stat : 450 (java) S 448 450 31890 0 -1 0 22768 0 29 0 2509 16 0 0 18 0 13 0 1525881954 829026304 20775 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/450/statm: 202399 20775 1383 9 0 199761 0
[pid=450/tid=452] ppid=448 vsize=809596 CPUtime=23.35
/proc/450/task/452/stat : 452 (java) R 448 450 31890 0 -1 64 16994 0 1 0 2325 10 0 0 25 0 13 0 1525881961 829026304 20775 996147200 134512640 134550740 4294956032 18446744073709551615 4109850965 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=453] ppid=448 vsize=809596 CPUtime=0.02
/proc/450/task/453/stat : 453 (java) S 448 450 31890 0 -1 64 866 0 0 0 2 0 0 0 16 0 13 0 1525881962 829026304 20775 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=450/tid=454] ppid=448 vsize=809596 CPUtime=0.02
/proc/450/task/454/stat : 454 (java) S 448 450 31890 0 -1 64 774 0 0 0 2 0 0 0 16 0 13 0 1525881962 829026304 20775 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=455] ppid=448 vsize=809596 CPUtime=0
/proc/450/task/455/stat : 455 (java) S 448 450 31890 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 1525881964 829026304 20775 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=456] ppid=448 vsize=809596 CPUtime=0
/proc/450/task/456/stat : 456 (java) S 448 450 31890 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 1525881964 829026304 20775 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=450] ppid=448 vsize=813444 CPUtime=1593.34
/proc/450/stat : 450 (java) S 448 450 31890 0 -1 0 52904 0 29 0 159303 31 0 0 18 0 13 0 1525881954 832966656 49180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/450/statm: 203361 49180 1383 9 0 200723 0
[pid=450/tid=452] ppid=448 vsize=813444 CPUtime=1590.76
/proc/450/task/452/stat : 452 (java) R 448 450 31890 0 -1 64 16996 0 1 0 159064 12 0 0 25 0 13 0 1525881961 832966656 49180 996147200 134512640 134550740 4294956032 18446744073709551615 4109821759 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=453] ppid=448 vsize=813444 CPUtime=0.37
/proc/450/task/453/stat : 453 (java) S 448 450 31890 0 -1 64 17065 0 0 0 29 8 0 0 16 0 13 0 1525881962 832966656 49180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=454] ppid=448 vsize=813444 CPUtime=0.34
/proc/450/task/454/stat : 454 (java) S 448 450 31890 0 -1 64 14683 0 0 0 29 5 0 0 19 0 13 0 1525881962 832966656 49180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=455] ppid=448 vsize=813444 CPUtime=0
/proc/450/task/455/stat : 455 (java) S 448 450 31890 0 -1 64 56 0 0 0 0 0 0 0 16 0 13 0 1525881964 832966656 49180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=456] ppid=448 vsize=813444 CPUtime=0
/proc/450/task/456/stat : 456 (java) S 448 450 31890 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 1525881964 832966656 49180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=457] ppid=448 vsize=813444 CPUtime=0
/proc/450/task/457/stat : 457 (java) S 448 450 31890 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 1525881964 832966656 49180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=458] ppid=448 vsize=813444 CPUtime=0
/proc/450/task/458/stat : 458 (java) S 448 450 31890 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 1525881971 832966656 49180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=459] ppid=448 vsize=813444 CPUtime=0.95
/proc/450/task/459/stat : 459 (java) S 448 450 31890 0 -1 64 1618 0 0 0 95 0 0 0 17 0 13 0 1525881971 832966656 49180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=460] ppid=448 vsize=813444 CPUtime=0.84
/proc/450/task/460/stat : 460 (java) S 448 450 31890 0 -1 64 1748 0 0 0 84 0 0 0 16 0 13 0 1525881971 832966656 49180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=461] ppid=448 vsize=813444 CPUtime=0
/proc/450/task/461/stat : 461 (java) S 448 450 31890 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 1525881971 832966656 49180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=462] ppid=448 vsize=813444 CPUtime=0
/proc/450/task/462/stat : 462 (java) S 448 450 31890 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1525881971 832966656 49180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=463] ppid=448 vsize=813444 CPUtime=0
/proc/450/task/463/stat : 463 (java) S 448 450 31890 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 1525882199 832966656 49180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1593.34
Current children cumulated vsize (KiB) 813444

[startup+1662.3 s]
/proc/loadavg: 1.87 1.95 1.91 3/88 517
/proc/meminfo: memFree=1573080/2055920 swapFree=4096720/4192956
[pid=450] ppid=448 vsize=813444 CPUtime=1653
/proc/450/stat : 450 (java) S 448 450 31890 0 -1 0 52904 0 29 0 165268 32 0 0 18 0 13 0 1525881954 832966656 49180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/450/statm: 203361 49180 1383 9 0 200723 0
[pid=450/tid=452] ppid=448 vsize=813444 CPUtime=1650.42
/proc/450/task/452/stat : 452 (java) R 448 450 31890 0 -1 64 16996 0 1 0 165029 13 0 0 25 0 13 0 1525881961 832966656 49180 996147200 134512640 134550740 4294956032 18446744073709551615 4109849962 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=453] ppid=448 vsize=813444 CPUtime=0.37
/proc/450/task/453/stat : 453 (java) S 448 450 31890 0 -1 64 17065 0 0 0 29 8 0 0 16 0 13 0 1525881962 832966656 49180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=454] ppid=448 vsize=813444 CPUtime=0.34
/proc/450/task/454/stat : 454 (java) S 448 450 31890 0 -1 64 14683 0 0 0 29 5 0 0 19 0 13 0 1525881962 832966656 49180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=455] ppid=448 vsize=813444 CPUtime=0
/proc/450/task/455/stat : 455 (java) S 448 450 31890 0 -1 64 56 0 0 0 0 0 0 0 16 0 13 0 1525881964 832966656 49180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=456] ppid=448 vsize=813444 CPUtime=0
/proc/450/task/456/stat : 456 (java) S 448 450 31890 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 1525881964 832966656 49180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=457] ppid=448 vsize=813444 CPUtime=0
/proc/450/task/457/stat : 457 (java) S 448 450 31890 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 1525881964 832966656 49180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=458] ppid=448 vsize=813444 CPUtime=0
/proc/450/task/458/stat : 458 (java) S 448 450 31890 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 1525881971 832966656 49180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=459] ppid=448 vsize=813444 CPUtime=0.95
/proc/450/task/459/stat : 459 (java) S 448 450 31890 0 -1 64 1618 0 0 0 95 0 0 0 17 0 13 0 1525881971 832966656 49180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=460] ppid=448 vsize=813444 CPUtime=0.84
/proc/450/task/460/stat : 460 (java) S 448 450 31890 0 -1 64 1748 0 0 0 84 0 0 0 16 0 13 0 1525881971 832966656 49180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=461] ppid=448 vsize=813444 CPUtime=0
/proc/450/task/461/stat : 461 (java) S 448 450 31890 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 1525881971 832966656 49180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=462] ppid=448 vsize=813444 CPUtime=0
/proc/450/task/462/stat : 462 (java) S 448 450 31890 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1525881971 832966656 49180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=463] ppid=448 vsize=813444 CPUtime=0
/proc/450/task/463/stat : 463 (java) S 448 450 31890 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 1525882199 832966656 49180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1653
Current children cumulated vsize (KiB) 813444

[startup+1722.3 s]
/proc/loadavg: 1.94 1.96 1.91 3/88 517
/proc/meminfo: memFree=1571096/2055920 swapFree=4096720/4192956
[pid=450] ppid=448 vsize=813444 CPUtime=1712.67
/proc/450/stat : 450 (java) S 448 450 31890 0 -1 0 52904 0 29 0 171235 32 0 0 18 0 13 0 1525881954 832966656 49180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/450/statm: 203361 49180 1383 9 0 200723 0
[pid=450/tid=452] ppid=448 vsize=813444 CPUtime=1710.1
/proc/450/task/452/stat : 452 (java) R 448 450 31890 0 -1 64 16996 0 1 0 170997 13 0 0 25 0 13 0 1525881961 832966656 49180 996147200 134512640 134550740 4294956032 18446744073709551615 4109821759 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=453] ppid=448 vsize=813444 CPUtime=0.37
/proc/450/task/453/stat : 453 (java) S 448 450 31890 0 -1 64 17065 0 0 0 29 8 0 0 16 0 13 0 1525881962 832966656 49180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=454] ppid=448 vsize=813444 CPUtime=0.34
/proc/450/task/454/stat : 454 (java) S 448 450 31890 0 -1 64 14683 0 0 0 29 5 0 0 19 0 13 0 1525881962 832966656 49180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=455] ppid=448 vsize=813444 CPUtime=0
/proc/450/task/455/stat : 455 (java) S 448 450 31890 0 -1 64 56 0 0 0 0 0 0 0 16 0 13 0 1525881964 832966656 49180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=456] ppid=448 vsize=813444 CPUtime=0
/proc/450/task/456/stat : 456 (java) S 448 450 31890 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 1525881964 832966656 49180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=457] ppid=448 vsize=813444 CPUtime=0
/proc/450/task/457/stat : 457 (java) S 448 450 31890 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 1525881964 832966656 49180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=458] ppid=448 vsize=813444 CPUtime=0
/proc/450/task/458/stat : 458 (java) S 448 450 31890 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 1525881971 832966656 49180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=459] ppid=448 vsize=813444 CPUtime=0.95
/proc/450/task/459/stat : 459 (java) S 448 450 31890 0 -1 64 1618 0 0 0 95 0 0 0 17 0 13 0 1525881971 832966656 49180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=460] ppid=448 vsize=813444 CPUtime=0.84
/proc/450/task/460/stat : 460 (java) S 448 450 31890 0 -1 64 1748 0 0 0 84 0 0 0 16 0 13 0 1525881971 832966656 49180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=461] ppid=448 vsize=813444 CPUtime=0
/proc/450/task/461/stat : 461 (java) S 448 450 31890 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 1525881971 832966656 49180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=462] ppid=448 vsize=813444 CPUtime=0
/proc/450/task/462/stat : 462 (java) R 448 450 31890 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1525881971 832966656 49180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=463] ppid=448 vsize=813444 CPUtime=0
/proc/450/task/463/stat : 463 (java) S 448 450 31890 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 1525882199 832966656 49180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1712.67
Current children cumulated vsize (KiB) 813444

[startup+1782.3 s]
/proc/loadavg: 1.98 1.96 1.91 3/95 567
/proc/meminfo: memFree=1537184/2055920 swapFree=4096720/4192956
[pid=450] ppid=448 vsize=813444 CPUtime=1772.34
/proc/450/stat : 450 (java) S 448 450 31890 0 -1 0 52904 0 29 0 177201 33 0 0 18 0 13 0 1525881954 832966656 49180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/450/statm: 203361 49180 1383 9 0 200723 0
[pid=450/tid=452] ppid=448 vsize=813444 CPUtime=1769.76
/proc/450/task/452/stat : 452 (java) R 448 450 31890 0 -1 64 16996 0 1 0 176962 14 0 0 25 0 13 0 1525881961 832966656 49180 996147200 134512640 134550740 4294956032 18446744073709551615 4109849990 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=453] ppid=448 vsize=813444 CPUtime=0.37
/proc/450/task/453/stat : 453 (java) S 448 450 31890 0 -1 64 17065 0 0 0 29 8 0 0 16 0 13 0 1525881962 832966656 49180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=454] ppid=448 vsize=813444 CPUtime=0.34
/proc/450/task/454/stat : 454 (java) S 448 450 31890 0 -1 64 14683 0 0 0 29 5 0 0 19 0 13 0 1525881962 832966656 49180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=455] ppid=448 vsize=813444 CPUtime=0
/proc/450/task/455/stat : 455 (java) S 448 450 31890 0 -1 64 56 0 0 0 0 0 0 0 16 0 13 0 1525881964 832966656 49180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=456] ppid=448 vsize=813444 CPUtime=0
/proc/450/task/456/stat : 456 (java) S 448 450 31890 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 1525881964 832966656 49180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=457] ppid=448 vsize=813444 CPUtime=0
/proc/450/task/457/stat : 457 (java) S 448 450 31890 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 1525881964 832966656 49180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=458] ppid=448 vsize=813444 CPUtime=0
/proc/450/task/458/stat : 458 (java) S 448 450 31890 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 1525881971 832966656 49180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=459] ppid=448 vsize=813444 CPUtime=0.95
/proc/450/task/459/stat : 459 (java) S 448 450 31890 0 -1 64 1618 0 0 0 95 0 0 0 17 0 13 0 1525881971 832966656 49180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=460] ppid=448 vsize=813444 CPUtime=0.84
/proc/450/task/460/stat : 460 (java) S 448 450 31890 0 -1 64 1748 0 0 0 84 0 0 0 16 0 13 0 1525881971 832966656 49180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=461] ppid=448 vsize=813444 CPUtime=0
/proc/450/task/461/stat : 461 (java) S 448 450 31890 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 1525881971 832966656 49180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=462] ppid=448 vsize=813444 CPUtime=0
/proc/450/task/462/stat : 462 (java) S 448 450 31890 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1525881971 832966656 49180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=463] ppid=448 vsize=813444 CPUtime=0
/proc/450/task/463/stat : 463 (java) S 448 450 31890 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 1525882199 832966656 49180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1772.34
Current children cumulated vsize (KiB) 813444



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.2 s]
/proc/loadavg: 1.98 1.97 1.91 3/95 567
/proc/meminfo: memFree=1537120/2055920 swapFree=4096720/4192956
[pid=450] ppid=448 vsize=813444 CPUtime=1800.08
/proc/450/stat : 450 (java) S 448 450 31890 0 -1 0 52904 0 29 0 179975 33 0 0 18 0 13 0 1525881954 832966656 49180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/450/statm: 203361 49180 1383 9 0 200723 0
[pid=450/tid=452] ppid=448 vsize=813444 CPUtime=1797.5
/proc/450/task/452/stat : 452 (java) R 448 450 31890 0 -1 64 16996 0 1 0 179736 14 0 0 25 0 13 0 1525881961 832966656 49180 996147200 134512640 134550740 4294956032 18446744073709551615 4109821759 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=453] ppid=448 vsize=813444 CPUtime=0.37
/proc/450/task/453/stat : 453 (java) S 448 450 31890 0 -1 64 17065 0 0 0 29 8 0 0 16 0 13 0 1525881962 832966656 49180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=454] ppid=448 vsize=813444 CPUtime=0.34
/proc/450/task/454/stat : 454 (java) S 448 450 31890 0 -1 64 14683 0 0 0 29 5 0 0 19 0 13 0 1525881962 832966656 49180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=455] ppid=448 vsize=813444 CPUtime=0
/proc/450/task/455/stat : 455 (java) S 448 450 31890 0 -1 64 56 0 0 0 0 0 0 0 16 0 13 0 1525881964 832966656 49180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=456] ppid=448 vsize=813444 CPUtime=0
/proc/450/task/456/stat : 456 (java) S 448 450 31890 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 1525881964 832966656 49180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=457] ppid=448 vsize=813444 CPUtime=0
/proc/450/task/457/stat : 457 (java) S 448 450 31890 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 1525881964 832966656 49180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=458] ppid=448 vsize=813444 CPUtime=0
/proc/450/task/458/stat : 458 (java) S 448 450 31890 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 1525881971 832966656 49180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=459] ppid=448 vsize=813444 CPUtime=0.95
/proc/450/task/459/stat : 459 (java) S 448 450 31890 0 -1 64 1618 0 0 0 95 0 0 0 17 0 13 0 1525881971 832966656 49180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=460] ppid=448 vsize=813444 CPUtime=0.84
/proc/450/task/460/stat : 460 (java) S 448 450 31890 0 -1 64 1748 0 0 0 84 0 0 0 16 0 13 0 1525881971 832966656 49180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=461] ppid=448 vsize=813444 CPUtime=0
/proc/450/task/461/stat : 461 (java) S 448 450 31890 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 1525881971 832966656 49180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=462] ppid=448 vsize=813444 CPUtime=0
/proc/450/task/462/stat : 462 (java) S 448 450 31890 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1525881971 832966656 49180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=450/tid=463] ppid=448 vsize=813444 CPUtime=0
/proc/450/task/463/stat : 463 (java) S 448 450 31890 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 1525882199 832966656 49180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 813444

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): 1810.28
CPU time (s): 1800.17
CPU user time (s): 1799.8
CPU system time (s): 0.370943
CPU usage (%): 99.4415
Max. virtual memory (cumulated for all children) (KiB): 813444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.8
system time used= 0.370943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52922
page faults= 29
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37808
involuntary context switches= 60852

runsolver used 2.16267 second user time and 6.11507 second system time

The end

Launcher Data (download as text)

Begin job on node32 at 2008-07-02 03:28:18
IDJOB=1037594
IDBENCH=53517
IDSOLVER=344
FILE ID=node32/1037594-1214962098
PBS_JOBID= 7870269
Free space on /tmp= 66552 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/rand-2-26/normalized-rand-26-26-325-155-55021_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-1037594-1214962098/watcher-1037594-1214962098 -o /tmp/evaluation-result-1037594-1214962098/solver-1037594-1214962098 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1037594-1214962098.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f4e126ae5be2a8ab1c1007fe48c91efc
RANDOM SEED=964292315

node32.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.218
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.218
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1768928 kB
Buffers:         15796 kB
Cached:          78752 kB
SwapCached:      89188 kB
Active:         182380 kB
Inactive:        49404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1768928 kB
SwapTotal:     4192956 kB
SwapFree:      4096720 kB
Dirty:            1404 kB
Writeback:           0 kB
Mapped:         144260 kB
Slab:            39976 kB
Committed_AS:  3113284 kB
PageTables:       2188 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node32 at 2008-07-02 03:58:30