Trace number 363271

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, and are wall clock time (not CPU 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 NameAnswerObjective functionCPU timeWall clock time
SAT4JPseudoResolution 2007-03-23? (TO) 1800.22 1784.65

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib2003/normalized-reduced-mps-v2-20-10-arki001.opb
MD5SUM8006e55bdcce383dfc4a8ab750094e2c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark3.23951
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables8268
Total number of constraints1451
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)21
Number of constraints which are nor clauses,nor cardinality constraints1430
Minimum length of a constraint3
Maximum length of a constraint8249
Number of terms in the objective function 31
Biggest coefficient in the objective function 262145
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 524318
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 529994
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c solving /tmp/evaluation/363271-1177025082/instance-363271-1177025082.opb
0.20/0.20	c reading problem ... 
2.74/1.96	c ... done. Wall clock time 1.762s.
2.74/1.96	c CPU time (experimental) 1.25s.
2.74/1.96	c #vars     8268
2.74/1.96	c #constraints  1471
1800.07/1784.51	c starts		: 22
1800.07/1784.51	c conflicts		: 1405602
1800.07/1784.51	c decisions		: 1526609
1800.07/1784.51	c propagations		: 113080997
1800.07/1784.51	c inspects		: 1523047427
1800.07/1784.51	c learnt literals	: 0
1800.07/1784.51	c learnt binary clauses	: 0
1800.07/1784.51	c learnt ternary clauses	: 3
1800.07/1784.51	c learnt clauses	: 1405602
1800.07/1784.51	c root simplifications	: 0
1800.07/1784.51	c removed literals (reason simplification)	: 0
1800.07/1784.51	c reason swapping (by a shorter reason)	: 0
1800.07/1784.51	c Calls to reduceDB	: 0
1800.07/1784.51	c speed (decisions/second)	: 856.4328691042201
1800.07/1784.51	c non guided choices	0
1800.07/1784.51	s UNKNOWN
1800.07/1784.51	c Total wall clock time (ms): 1784.309

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node60/watcher-363271-1177025082 -o ROOT/results/node60/solver-363271-1177025082 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/363271-1177025082/sat4jPseudoResolution.jar /tmp/evaluation/363271-1177025082/instance-363271-1177025082.opb 

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): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 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.00 1.01 1.00 2/64 3435
/proc/meminfo: memFree=1818768/2055920 swapFree=4183236/4192956
[pid=3435] ppid=3433 vsize=272 CPUtime=0
/proc/3435/stat : 3435 (java) R 3433 3435 14471 0 -1 0 49 0 0 0 0 0 0 0 18 0 1 0 150418231 278528 35 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 5536397 0 0 4096 0 0 0 0 17 1 0 0
/proc/3435/statm: 68 37 28 9 0 6 0

[startup+0.0375619 s]
/proc/loadavg: 1.00 1.01 1.00 2/64 3435
/proc/meminfo: memFree=1818768/2055920 swapFree=4183236/4192956
[pid=3435] ppid=3433 vsize=1776976 CPUtime=0.02
/proc/3435/stat : 3435 (java) S 3433 3435 14471 0 -1 0 3179 0 1 0 1 1 0 0 18 0 4 0 150418231 1819623424 2927 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/3435/statm: 444244 2929 887 9 0 441880 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1776976

[startup+0.102564 s]
/proc/loadavg: 1.00 1.01 1.00 2/64 3435
/proc/meminfo: memFree=1818768/2055920 swapFree=4183236/4192956
[pid=3435] ppid=3433 vsize=1780404 CPUtime=0.08
/proc/3435/stat : 3435 (java) S 3433 3435 14471 0 -1 0 3971 0 1 0 6 2 0 0 18 0 12 0 150418231 1823133696 3713 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3435/statm: 445101 3713 1122 9 0 442720 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780404

[startup+0.302591 s]
/proc/loadavg: 1.00 1.01 1.00 2/64 3435
/proc/meminfo: memFree=1818768/2055920 swapFree=4183236/4192956
[pid=3435] ppid=3433 vsize=1781476 CPUtime=0.32
/proc/3435/stat : 3435 (java) S 3433 3435 14471 0 -1 0 5207 0 1 0 29 3 0 0 18 0 12 0 150418231 1824231424 4946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3435/statm: 445369 4946 1263 9 0 442981 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1781476

[startup+0.70263 s]
/proc/loadavg: 1.00 1.01 1.00 2/64 3435
/proc/meminfo: memFree=1818768/2055920 swapFree=4183236/4192956
[pid=3435] ppid=3433 vsize=1783292 CPUtime=0.9
/proc/3435/stat : 3435 (java) S 3433 3435 14471 0 -1 0 7410 0 1 0 86 4 0 0 18 0 12 0 150418231 1826091008 7100 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3435/statm: 445823 7100 1309 9 0 443435 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 1783292

[startup+1.50171 s]
/proc/loadavg: 1.00 1.01 1.00 4/76 3447
/proc/meminfo: memFree=1785840/2055920 swapFree=4183236/4192956
[pid=3435] ppid=3433 vsize=1794476 CPUtime=2.33
/proc/3435/stat : 3435 (java) S 3433 3435 14471 0 -1 0 21390 0 1 0 222 11 0 0 18 0 12 0 150418231 1837543424 16461 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3435/statm: 448619 16461 1310 9 0 446231 0
[pid=3435/tid=3437] ppid=3433 vsize=1794476 CPUtime=0.8
/proc/3435/task/3437/stat : 3437 (java) R 3433 3435 14471 0 -1 64 12319 0 1 0 73 7 0 0 21 0 12 0 150418233 1837543424 16461 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109561017 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3435/tid=3438] ppid=3433 vsize=1794476 CPUtime=0
/proc/3435/task/3438/stat : 3438 (java) S 3433 3435 14471 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 150418234 1837543424 16461 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3435/tid=3439] ppid=3433 vsize=1794476 CPUtime=0
/proc/3435/task/3439/stat : 3439 (java) S 3433 3435 14471 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 150418234 1837543424 16461 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3435/tid=3440] ppid=3433 vsize=1794476 CPUtime=0
/proc/3435/task/3440/stat : 3440 (java) S 3433 3435 14471 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 150418237 1837543424 16461 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3435/tid=3441] ppid=3433 vsize=1794476 CPUtime=0
/proc/3435/task/3441/stat : 3441 (java) S 3433 3435 14471 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 150418237 1837543424 16461 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3435/tid=3442] ppid=3433 vsize=1794476 CPUtime=0
/proc/3435/task/3442/stat : 3442 (java) S 3433 3435 14471 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 150418237 1837543424 16461 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3435/tid=3443] ppid=3433 vsize=1794476 CPUtime=0
/proc/3435/task/3443/stat : 3443 (java) S 3433 3435 14471 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 150418241 1837543424 16461 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3435/tid=3444] ppid=3433 vsize=1794476 CPUtime=0.8
/proc/3435/task/3444/stat : 3444 (java) S 3433 3435 14471 0 -1 64 4326 0 0 0 79 1 0 0 16 0 12 0 150418241 1837543424 16461 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3435/tid=3445] ppid=3433 vsize=1794476 CPUtime=0.7
/proc/3435/task/3445/stat : 3445 (java) S 3433 3435 14471 0 -1 64 4025 0 0 0 69 1 0 0 16 0 12 0 150418241 1837543424 16461 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3435/tid=3446] ppid=3433 vsize=1794476 CPUtime=0
/proc/3435/task/3446/stat : 3446 (java) S 3433 3435 14471 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 150418241 1837543424 16461 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3435/tid=3447] ppid=3433 vsize=1794476 CPUtime=0
/proc/3435/task/3447/stat : 3447 (java) S 3433 3435 14471 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 150418241 1837543424 16461 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 1794476

[startup+3.10286 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 3448
/proc/meminfo: memFree=1704296/2055920 swapFree=4183236/4192956
[pid=3435] ppid=3433 vsize=1794800 CPUtime=4.35
/proc/3435/stat : 3435 (java) S 3433 3435 14471 0 -1 0 45384 0 1 0 414 21 0 0 18 0 13 0 150418231 1837875200 40374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3435/statm: 448700 40375 1322 9 0 446312 0
[pid=3435/tid=3437] ppid=3433 vsize=1794800 CPUtime=2.26
/proc/3435/task/3437/stat : 3437 (java) R 3433 3435 14471 0 -1 64 36164 0 1 0 210 16 0 0 25 0 13 0 150418233 1837875200 40375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109821986 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3435/tid=3438] ppid=3433 vsize=1794800 CPUtime=0
/proc/3435/task/3438/stat : 3438 (java) S 3433 3435 14471 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 150418234 1837875200 40375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3435/tid=3439] ppid=3433 vsize=1794800 CPUtime=0
/proc/3435/task/3439/stat : 3439 (java) S 3433 3435 14471 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 150418234 1837875200 40375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3435/tid=3440] ppid=3433 vsize=1794800 CPUtime=0
/proc/3435/task/3440/stat : 3440 (java) S 3433 3435 14471 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 150418237 1837875200 40375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3435/tid=3441] ppid=3433 vsize=1794800 CPUtime=0
/proc/3435/task/3441/stat : 3441 (java) S 3433 3435 14471 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 150418237 1837875200 40375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3435/tid=3442] ppid=3433 vsize=1794800 CPUtime=0
/proc/3435/task/3442/stat : 3442 (java) S 3433 3435 14471 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 150418237 1837875200 40375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3435/tid=3443] ppid=3433 vsize=1794800 CPUtime=0
/proc/3435/task/3443/stat : 3443 (java) S 3433 3435 14471 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 150418241 1837875200 40376 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3435/tid=3444] ppid=3433 vsize=1794800 CPUtime=1.15
/proc/3435/task/3444/stat : 3444 (java) S 3433 3435 14471 0 -1 64 4374 0 0 0 114 1 0 0 16 0 13 0 150418241 1837875200 40376 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3435/tid=3445] ppid=3433 vsize=1794800 CPUtime=0.89
/proc/3435/task/3445/stat : 3445 (java) S 3433 3435 14471 0 -1 64 4122 0 0 0 88 1 0 0 16 0 13 0 150418241 1837875200 40376 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3435/tid=3446] ppid=3433 vsize=1794800 CPUtime=0
/proc/3435/task/3446/stat : 3446 (java) S 3433 3435 14471 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 150418241 1837875200 40377 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3435/tid=3447] ppid=3433 vsize=1794800 CPUtime=0
/proc/3435/task/3447/stat : 3447 (java) S 3433 3435 14471 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 150418241 1837875200 40377 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3435/tid=3448] ppid=3433 vsize=1794800 CPUtime=0
/proc/3435/task/3448/stat : 3448 (java) S 3433 3435 14471 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 150418432 1837875200 40378 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.35
Current children cumulated vsize (KiB) 1794800

[startup+6.30217 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 3448
/proc/meminfo: memFree=1645032/2055920 swapFree=4183236/4192956
[pid=3435] ppid=3433 vsize=1794768 CPUtime=7.67
/proc/3435/stat : 3435 (java) S 3433 3435 14471 0 -1 0 52499 0 1 0 743 24 0 0 18 0 13 0 150418231 1837842432 47225 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3435/statm: 448692 47225 1331 9 0 446304 0
[pid=3435/tid=3437] ppid=3433 vsize=1794768 CPUtime=5.33
/proc/3435/task/3437/stat : 3437 (java) R 3433 3435 14471 0 -1 64 37707 0 1 0 516 17 0 0 25 0 13 0 150418233 1837842432 47225 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109541032 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3435/tid=3438] ppid=3433 vsize=1794768 CPUtime=0.11
/proc/3435/task/3438/stat : 3438 (java) S 3433 3435 14471 0 -1 64 2877 0 0 0 10 1 0 0 16 0 13 0 150418234 1837842432 47225 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3435/tid=3439] ppid=3433 vsize=1794768 CPUtime=0.11
/proc/3435/task/3439/stat : 3439 (java) S 3433 3435 14471 0 -1 64 2687 0 0 0 10 1 0 0 16 0 13 0 150418234 1837842432 47225 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3435/tid=3440] ppid=3433 vsize=1794768 CPUtime=0
/proc/3435/task/3440/stat : 3440 (java) S 3433 3435 14471 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 150418237 1837842432 47225 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3435/tid=3441] ppid=3433 vsize=1794768 CPUtime=0
/proc/3435/task/3441/stat : 3441 (java) S 3433 3435 14471 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 150418237 1837842432 47225 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3435/tid=3442] ppid=3433 vsize=1794768 CPUtime=0
/proc/3435/task/3442/stat : 3442 (java) S 3433 3435 14471 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 150418237 1837842432 47225 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3435/tid=3443] ppid=3433 vsize=1794768 CPUtime=0
/proc/3435/task/3443/stat : 3443 (java) S 3433 3435 14471 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 150418241 1837842432 47225 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3435/tid=3444] ppid=3433 vsize=1794768 CPUtime=1.16
/proc/3435/task/3444/stat : 3444 (java) S 3433 3435 14471 0 -1 64 4374 0 0 0 115 1 0 0 16 0 13 0 150418241 1837842432 47225 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3435/tid=3445] ppid=3433 vsize=1794768 CPUtime=0.91
/proc/3435/task/3445/stat : 3445 (java) S 3433 3435 14471 0 -1 64 4123 0 0 0 90 1 0 0 16 0 13 0 150418241 1837842432 47225 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3435/tid=3446] ppid=3433 vsize=1794768 CPUtime=0
/proc/3435/task/3446/stat : 3446 (java) S 3433 3435 14471 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 150418241 1837842432 47225 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3435/tid=3447] ppid=3433 vsize=1794768 CPUtime=0
/proc/3435/task/3447/stat : 3447 (java) S 3433 3435 14471 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 150418241 1837842432 47225 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3435/tid=3448] ppid=3433 vsize=1794768 CPUtime=0
/proc/3435/task/3448/stat : 3448 (java) S 3433 3435 14471 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 150418432 1837842432 47225 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.67
Current children cumulated vsize (KiB) 1794768

[startup+12.7018 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 3448
/proc/meminfo: memFree=1632744/2055920 swapFree=4183236/4192956
[pid=3435] ppid=3433 vsize=1794736 CPUtime=14.31
/proc/3435/stat : 3435 (java) S 3433 3435 14471 0 -1 0 53007 0 1 0 1407 24 0 0 18 0 13 0 150418231 1837809664 45281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3435/statm: 448684 45281 1333 9 0 446296 0
[pid=3435/tid=3437] ppid=3433 vsize=1794736 CPUtime=11.54
/proc/3435/task/3437/stat : 3437 (java) R 3433 3435 14471 0 -1 64 37710 0 1 0 1137 17 0 0 25 0 13 0 150418233 1837809664 45281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109821428 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3435/tid=3438] ppid=3433 vsize=1794736 CPUtime=0.27
/proc/3435/task/3438/stat : 3438 (java) S 3433 3435 14471 0 -1 64 3077 0 0 0 26 1 0 0 17 0 13 0 150418234 1837809664 45281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3435/tid=3439] ppid=3433 vsize=1794736 CPUtime=0.26
/proc/3435/task/3439/stat : 3439 (java) S 3433 3435 14471 0 -1 64 2963 0 0 0 25 1 0 0 17 0 13 0 150418234 1837809664 45281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3435/tid=3440] ppid=3433 vsize=1794736 CPUtime=0
/proc/3435/task/3440/stat : 3440 (java) S 3433 3435 14471 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 150418237 1837809664 45281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3435/tid=3441] ppid=3433 vsize=1794736 CPUtime=0
/proc/3435/task/3441/stat : 3441 (java) S 3433 3435 14471 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 150418237 1837809664 45281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3435/tid=3442] ppid=3433 vsize=1794736 CPUtime=0
/proc/3435/task/3442/stat : 3442 (java) S 3433 3435 14471 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 150418237 1837809664 45281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3435/tid=3443] ppid=3433 vsize=1794736 CPUtime=0
/proc/3435/task/3443/stat : 3443 (java) S 3433 3435 14471 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 150418241 1837809664 45281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3435/tid=3444] ppid=3433 vsize=1794736 CPUtime=1.22
/proc/3435/task/3444/stat : 3444 (java) S 3433 3435 14471 0 -1 64 4378 0 0 0 121 1 0 0 16 0 13 0 150418241 1837809664 45281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3435/tid=3445] ppid=3433 vsize=1794736 CPUtime=0.97
/proc/3435/task/3445/stat : 3445 (java) S 3433 3435 14471 0 -1 64 4142 0 0 0 96 1 0 0 16 0 13 0 150418241 1837809664 45281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3435/tid=3446] ppid=3433 vsize=1794736 CPUtime=0
/proc/3435/task/3446/stat : 3446 (java) S 3433 3435 14471 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 150418241 1837809664 45281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3435/tid=3447] ppid=3433 vsize=1794736 CPUtime=0
/proc/3435/task/3447/stat : 3447 (java) S 3433 3435 14471 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 150418241 1837809664 45281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3435/tid=3448] ppid=3433 vsize=1794736 CPUtime=0
/proc/3435/task/3448/stat : 3448 (java) S 3433 3435 14471 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 150418432 1837809664 45281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.31
Current children cumulated vsize (KiB) 1794736

[startup+25.5021 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 3448
/proc/meminfo: memFree=1612968/2055920 swapFree=4183236/4192956
[pid=3435] ppid=3433 vsize=1794736 CPUtime=27.33
/proc/3435/stat : 3435 (java) S 3433 3435 14471 0 -1 0 61022 0 1 0 2705 28 0 0 18 0 13 0 150418231 1837809664 52491 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3435/statm: 448684 52491 1333 9 0 446296 0
[pid=3435/tid=3437] ppid=3433 vsize=1794736 CPUtime=24.15
/proc/3435/task/3437/stat : 3437 (java) R 3433 3435 14471 0 -1 64 37798 0 1 0 2398 17 0 0 25 0 13 0 150418233 1837809664 52491 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109898870 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3435/tid=3438] ppid=3433 vsize=1794736 CPUtime=0.41
/proc/3435/task/3438/stat : 3438 (java) S 3433 3435 14471 0 -1 64 6792 0 0 0 39 2 0 0 16 0 13 0 150418234 1837809664 52491 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3435/tid=3439] ppid=3433 vsize=1794736 CPUtime=0.41
/proc/3435/task/3439/stat : 3439 (java) S 3433 3435 14471 0 -1 64 7154 0 0 0 38 3 0 0 16 0 13 0 150418234 1837809664 52491 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3435/tid=3440] ppid=3433 vsize=1794736 CPUtime=0
/proc/3435/task/3440/stat : 3440 (java) S 3433 3435 14471 0 -1 64 27 0 0 0 0 0 0 0 16 0 13 0 150418237 1837809664 52491 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

[pid=3435/tid=3440] ppid=3433 vsize=1794736 CPUtime=0.31
/proc/3435/task/3440/stat : 3440 (java) S 3433 3435 14471 0 -1 64 305 0 0 0 14 17 0 0 16 0 13 0 150418237 1837809664 193097 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3435/tid=3441] ppid=3433 vsize=1794736 CPUtime=0
/proc/3435/task/3441/stat : 3441 (java) S 3433 3435 14471 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 150418237 1837809664 193097 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3435/tid=3442] ppid=3433 vsize=1794736 CPUtime=0
/proc/3435/task/3442/stat : 3442 (java) S 3433 3435 14471 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 150418237 1837809664 193097 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3435/tid=3443] ppid=3433 vsize=1794736 CPUtime=0
/proc/3435/task/3443/stat : 3443 (java) S 3433 3435 14471 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 150418241 1837809664 193097 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3435/tid=3444] ppid=3433 vsize=1794736 CPUtime=1.26
/proc/3435/task/3444/stat : 3444 (java) S 3433 3435 14471 0 -1 64 4378 0 0 0 125 1 0 0 16 0 13 0 150418241 1837809664 193097 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3435/tid=3445] ppid=3433 vsize=1794736 CPUtime=1.05
/proc/3435/task/3445/stat : 3445 (java) S 3433 3435 14471 0 -1 64 4151 0 0 0 104 1 0 0 16 0 13 0 150418241 1837809664 193097 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3435/tid=3446] ppid=3433 vsize=1794736 CPUtime=0
/proc/3435/task/3446/stat : 3446 (java) S 3433 3435 14471 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 150418241 1837809664 193097 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3435/tid=3447] ppid=3433 vsize=1794736 CPUtime=0
/proc/3435/task/3447/stat : 3447 (java) S 3433 3435 14471 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 150418241 1837809664 193097 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3435/tid=3448] ppid=3433 vsize=1794736 CPUtime=0
/proc/3435/task/3448/stat : 3448 (java) S 3433 3435 14471 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 150418432 1837809664 193097 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1616.3
Current children cumulated vsize (KiB) 1794736

[startup+1662.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/77 3450
/proc/meminfo: memFree=1040488/2055920 swapFree=4183236/4192956
[pid=3435] ppid=3433 vsize=1794736 CPUtime=1676.81
/proc/3435/stat : 3435 (java) S 3433 3435 14471 0 -1 0 335652 0 1 0 167498 183 0 0 18 0 13 0 150418231 1837809664 195117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3435/statm: 448684 195117 1333 9 0 446296 0
[pid=3435/tid=3437] ppid=3433 vsize=1794736 CPUtime=1645.84
/proc/3435/task/3437/stat : 3437 (java) R 3433 3435 14471 0 -1 64 122386 0 1 0 164530 54 0 0 24 0 13 0 150418233 1837809664 195117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109899219 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3435/tid=3438] ppid=3433 vsize=1794736 CPUtime=14.18
/proc/3435/task/3438/stat : 3438 (java) S 3433 3435 14471 0 -1 64 96739 0 0 0 1368 50 0 0 16 0 13 0 150418234 1837809664 195117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3435/tid=3439] ppid=3433 vsize=1794736 CPUtime=14.07
/proc/3435/task/3439/stat : 3439 (java) S 3433 3435 14471 0 -1 64 106971 0 0 0 1353 54 0 0 17 0 13 0 150418234 1837809664 195117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3435/tid=3440] ppid=3433 vsize=1794736 CPUtime=0.33
/proc/3435/task/3440/stat : 3440 (java) S 3433 3435 14471 0 -1 64 305 0 0 0 15 18 0 0 15 0 13 0 150418237 1837809664 195117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3435/tid=3441] ppid=3433 vsize=1794736 CPUtime=0
/proc/3435/task/3441/stat : 3441 (java) S 3433 3435 14471 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 150418237 1837809664 195117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3435/tid=3442] ppid=3433 vsize=1794736 CPUtime=0
/proc/3435/task/3442/stat : 3442 (java) S 3433 3435 14471 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 150418237 1837809664 195117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3435/tid=3443] ppid=3433 vsize=1794736 CPUtime=0
/proc/3435/task/3443/stat : 3443 (java) S 3433 3435 14471 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 150418241 1837809664 195117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3435/tid=3444] ppid=3433 vsize=1794736 CPUtime=1.26
/proc/3435/task/3444/stat : 3444 (java) S 3433 3435 14471 0 -1 64 4378 0 0 0 125 1 0 0 16 0 13 0 150418241 1837809664 195117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3435/tid=3445] ppid=3433 vsize=1794736 CPUtime=1.05
/proc/3435/task/3445/stat : 3445 (java) S 3433 3435 14471 0 -1 64 4151 0 0 0 104 1 0 0 16 0 13 0 150418241 1837809664 195117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3435/tid=3446] ppid=3433 vsize=1794736 CPUtime=0
/proc/3435/task/3446/stat : 3446 (java) S 3433 3435 14471 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 150418241 1837809664 195117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3435/tid=3447] ppid=3433 vsize=1794736 CPUtime=0
/proc/3435/task/3447/stat : 3447 (java) S 3433 3435 14471 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 150418241 1837809664 195117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3435/tid=3448] ppid=3433 vsize=1794736 CPUtime=0
/proc/3435/task/3448/stat : 3448 (java) S 3433 3435 14471 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 150418432 1837809664 195117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1676.81
Current children cumulated vsize (KiB) 1794736

[startup+1722.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 3450
/proc/meminfo: memFree=1011240/2055920 swapFree=4183236/4192956
[pid=3435] ppid=3433 vsize=1794736 CPUtime=1737.29
/proc/3435/stat : 3435 (java) S 3433 3435 14471 0 -1 0 346772 0 1 0 173541 188 0 0 18 0 13 0 150418231 1837809664 202439 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3435/statm: 448684 202439 1333 9 0 446296 0
[pid=3435/tid=3437] ppid=3433 vsize=1794736 CPUtime=1705.32
/proc/3435/task/3437/stat : 3437 (java) R 3433 3435 14471 0 -1 64 122395 0 1 0 170478 54 0 0 25 0 13 0 150418233 1837809664 202439 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109835920 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3435/tid=3438] ppid=3433 vsize=1794736 CPUtime=14.68
/proc/3435/task/3438/stat : 3438 (java) S 3433 3435 14471 0 -1 64 98532 0 0 0 1417 51 0 0 16 0 13 0 150418234 1837809664 202439 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3435/tid=3439] ppid=3433 vsize=1794736 CPUtime=14.56
/proc/3435/task/3439/stat : 3439 (java) S 3433 3435 14471 0 -1 64 116282 0 0 0 1398 58 0 0 16 0 13 0 150418234 1837809664 202439 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3435/tid=3440] ppid=3433 vsize=1794736 CPUtime=0.33
/proc/3435/task/3440/stat : 3440 (java) S 3433 3435 14471 0 -1 64 312 0 0 0 15 18 0 0 16 0 13 0 150418237 1837809664 202439 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3435/tid=3441] ppid=3433 vsize=1794736 CPUtime=0
/proc/3435/task/3441/stat : 3441 (java) S 3433 3435 14471 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 150418237 1837809664 202439 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3435/tid=3442] ppid=3433 vsize=1794736 CPUtime=0
/proc/3435/task/3442/stat : 3442 (java) S 3433 3435 14471 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 150418237 1837809664 202439 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3435/tid=3443] ppid=3433 vsize=1794736 CPUtime=0
/proc/3435/task/3443/stat : 3443 (java) S 3433 3435 14471 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 150418241 1837809664 202439 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3435/tid=3444] ppid=3433 vsize=1794736 CPUtime=1.26
/proc/3435/task/3444/stat : 3444 (java) S 3433 3435 14471 0 -1 64 4378 0 0 0 125 1 0 0 16 0 13 0 150418241 1837809664 202439 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3435/tid=3445] ppid=3433 vsize=1794736 CPUtime=1.05
/proc/3435/task/3445/stat : 3445 (java) S 3433 3435 14471 0 -1 64 4151 0 0 0 104 1 0 0 16 0 13 0 150418241 1837809664 202439 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3435/tid=3446] ppid=3433 vsize=1794736 CPUtime=0
/proc/3435/task/3446/stat : 3446 (java) S 3433 3435 14471 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 150418241 1837809664 202439 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3435/tid=3447] ppid=3433 vsize=1794736 CPUtime=0
/proc/3435/task/3447/stat : 3447 (java) S 3433 3435 14471 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 150418241 1837809664 202439 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3435/tid=3448] ppid=3433 vsize=1794736 CPUtime=0
/proc/3435/task/3448/stat : 3448 (java) S 3433 3435 14471 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 150418432 1837809664 202439 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1737.29
Current children cumulated vsize (KiB) 1794736

[startup+1782.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 3450
/proc/meminfo: memFree=996712/2055920 swapFree=4183236/4192956
[pid=3435] ppid=3433 vsize=1794736 CPUtime=1797.8
/proc/3435/stat : 3435 (java) S 3433 3435 14471 0 -1 0 354952 0 1 0 179587 193 0 0 18 0 13 0 150418231 1837809664 206033 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3435/statm: 448684 206033 1333 9 0 446296 0
[pid=3435/tid=3437] ppid=3433 vsize=1794736 CPUtime=1764.76
/proc/3435/task/3437/stat : 3437 (java) R 3433 3435 14471 0 -1 64 122405 0 1 0 176422 54 0 0 25 0 13 0 150418233 1837809664 206033 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109541032 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3435/tid=3438] ppid=3433 vsize=1794736 CPUtime=15.22
/proc/3435/task/3438/stat : 3438 (java) S 3433 3435 14471 0 -1 64 99350 0 0 0 1471 51 0 0 16 0 13 0 150418234 1837809664 206033 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3435/tid=3439] ppid=3433 vsize=1794736 CPUtime=15.1
/proc/3435/task/3439/stat : 3439 (java) S 3433 3435 14471 0 -1 64 123632 0 0 0 1447 63 0 0 16 0 13 0 150418234 1837809664 206033 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3435/tid=3440] ppid=3433 vsize=1794736 CPUtime=0.33
/proc/3435/task/3440/stat : 3440 (java) S 3433 3435 14471 0 -1 64 314 0 0 0 15 18 0 0 16 0 13 0 150418237 1837809664 206033 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3435/tid=3441] ppid=3433 vsize=1794736 CPUtime=0
/proc/3435/task/3441/stat : 3441 (java) S 3433 3435 14471 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 150418237 1837809664 206033 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3435/tid=3442] ppid=3433 vsize=1794736 CPUtime=0
/proc/3435/task/3442/stat : 3442 (java) S 3433 3435 14471 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 150418237 1837809664 206033 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3435/tid=3443] ppid=3433 vsize=1794736 CPUtime=0
/proc/3435/task/3443/stat : 3443 (java) S 3433 3435 14471 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 150418241 1837809664 206033 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3435/tid=3444] ppid=3433 vsize=1794736 CPUtime=1.26
/proc/3435/task/3444/stat : 3444 (java) S 3433 3435 14471 0 -1 64 4378 0 0 0 125 1 0 0 16 0 13 0 150418241 1837809664 206033 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3435/tid=3445] ppid=3433 vsize=1794736 CPUtime=1.05
/proc/3435/task/3445/stat : 3445 (java) S 3433 3435 14471 0 -1 64 4151 0 0 0 104 1 0 0 16 0 13 0 150418241 1837809664 206033 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3435/tid=3446] ppid=3433 vsize=1794736 CPUtime=0
/proc/3435/task/3446/stat : 3446 (java) S 3433 3435 14471 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 150418241 1837809664 206033 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3435/tid=3447] ppid=3433 vsize=1794736 CPUtime=0
/proc/3435/task/3447/stat : 3447 (java) S 3433 3435 14471 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 150418241 1837809664 206033 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3435/tid=3448] ppid=3433 vsize=1794736 CPUtime=0
/proc/3435/task/3448/stat : 3448 (java) S 3433 3435 14471 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 150418432 1837809664 206033 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1797.8
Current children cumulated vsize (KiB) 1794736



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1784.5 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 3450
/proc/meminfo: memFree=996520/2055920 swapFree=4183236/4192956
[pid=3435] ppid=3433 vsize=1794736 CPUtime=1800.07
/proc/3435/stat : 3435 (java) S 3433 3435 14471 0 -1 0 355650 0 1 0 179813 194 0 0 18 0 13 0 150418231 1837809664 206073 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3435/statm: 448684 206073 1333 9 0 446296 0
[pid=3435/tid=3437] ppid=3433 vsize=1794736 CPUtime=1766.91
/proc/3435/task/3437/stat : 3437 (java) R 3433 3435 14471 0 -1 64 122406 0 1 0 176637 54 0 0 25 0 13 0 150418233 1837809664 206073 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109655038 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3435/tid=3438] ppid=3433 vsize=1794736 CPUtime=15.27
/proc/3435/task/3438/stat : 3438 (java) S 3433 3435 14471 0 -1 64 99350 0 0 0 1476 51 0 0 16 0 13 0 150418234 1837809664 206073 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3435/tid=3439] ppid=3433 vsize=1794736 CPUtime=15.15
/proc/3435/task/3439/stat : 3439 (java) S 3433 3435 14471 0 -1 64 124329 0 0 0 1452 63 0 0 16 0 13 0 150418234 1837809664 206073 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3435/tid=3440] ppid=3433 vsize=1794736 CPUtime=0.34
/proc/3435/task/3440/stat : 3440 (java) S 3433 3435 14471 0 -1 64 314 0 0 0 15 19 0 0 16 0 13 0 150418237 1837809664 206073 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3435/tid=3441] ppid=3433 vsize=1794736 CPUtime=0
/proc/3435/task/3441/stat : 3441 (java) S 3433 3435 14471 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 150418237 1837809664 206073 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3435/tid=3442] ppid=3433 vsize=1794736 CPUtime=0
/proc/3435/task/3442/stat : 3442 (java) S 3433 3435 14471 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 150418237 1837809664 206073 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3435/tid=3443] ppid=3433 vsize=1794736 CPUtime=0
/proc/3435/task/3443/stat : 3443 (java) S 3433 3435 14471 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 150418241 1837809664 206073 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3435/tid=3444] ppid=3433 vsize=1794736 CPUtime=1.26
/proc/3435/task/3444/stat : 3444 (java) S 3433 3435 14471 0 -1 64 4378 0 0 0 125 1 0 0 16 0 13 0 150418241 1837809664 206073 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3435/tid=3445] ppid=3433 vsize=1794736 CPUtime=1.05
/proc/3435/task/3445/stat : 3445 (java) S 3433 3435 14471 0 -1 64 4151 0 0 0 104 1 0 0 16 0 13 0 150418241 1837809664 206073 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3435/tid=3446] ppid=3433 vsize=1794736 CPUtime=0
/proc/3435/task/3446/stat : 3446 (java) S 3433 3435 14471 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 150418241 1837809664 206073 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3435/tid=3447] ppid=3433 vsize=1794736 CPUtime=0
/proc/3435/task/3447/stat : 3447 (java) S 3433 3435 14471 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 150418241 1837809664 206073 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3435/tid=3448] ppid=3433 vsize=1794736 CPUtime=0
/proc/3435/task/3448/stat : 3448 (java) S 3433 3435 14471 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 150418432 1837809664 206073 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1794736

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

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

[startup+1784.61 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 3450
/proc/meminfo: memFree=996520/2055920 swapFree=4183236/4192956
[pid=3435] ppid=3433 vsize=0 CPUtime=1800.17
/proc/3435/stat : 3435 (java) Z 3433 3435 14471 0 -1 1036 355670 0 1 0 179815 202 0 0 16 0 2 0 150418231 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3435/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1784.65
CPU time (s): 1800.22
CPU user time (s): 1798.16
CPU system time (s): 2.06569
CPU usage (%): 100.872
Max. virtual memory (cumulated for all children) (KiB): 1796888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.16
system time used= 2.06569
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 355670
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= 47150
involuntary context switches= 31938

runsolver used 1.83672 second user time and 4.85226 second system time

The end

Launcher Data (download as text)

Begin job on node60 on Thu Apr 19 23:24:43 UTC 2007

IDJOB= 363271
IDBENCH= 1787
IDSOLVER= 159
FILE ID= node60/363271-1177025082

PBS_JOBID= 4630580

Free space on /tmp= 66413 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib2003/normalized-reduced-mps-v2-20-10-arki001.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/363271-1177025082/sat4jPseudoResolution.jar /tmp/evaluation/363271-1177025082/instance-363271-1177025082.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node60/watcher-363271-1177025082 -o ROOT/results/node60/solver-363271-1177025082 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/363271-1177025082/sat4jPseudoResolution.jar /tmp/evaluation/363271-1177025082/instance-363271-1177025082.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  8006e55bdcce383dfc4a8ab750094e2c

RANDOM SEED= 726542467

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

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

/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.214
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.214
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:       1819176 kB
Buffers:         39056 kB
Cached:         131820 kB
SwapCached:       3476 kB
Active:          28576 kB
Inactive:       157004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1819176 kB
SwapTotal:     4192956 kB
SwapFree:      4183236 kB
Dirty:            4720 kB
Writeback:           0 kB
Mapped:          20588 kB
Slab:            37164 kB
Committed_AS:  2400124 kB
PageTables:       1472 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= 66413 MiB

End job on node60 on Thu Apr 19 23:54:29 UTC 2007