Trace number 349004

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.2 1791.82

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib3/normalized-reduced-mps-v2-20-10-blend2.opb
MD5SUM94d27ad55443aa92d0406d6e0a54bcaf
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2944
Total number of constraints214
Number of constraints which are clauses9
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints205
Minimum length of a constraint1
Maximum length of a constraint2659
Number of terms in the objective function 88
Biggest coefficient in the objective function 53442
Number of bits for the biggest coefficient in the objective function 16
Sum of the numbers in the objective function 524332
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262120
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 526376
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.15/0.41	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15/0.41	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15/0.41	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.15/0.42	c no version file found!!!
0.15/0.42	c sun.arch.data.model	32
0.15/0.42	c java.version	1.6.0
0.15/0.42	c os.name	Linux
0.15/0.42	c os.version	2.6.9-22.EL.rootsmp
0.15/0.42	c os.arch	i386
0.15/0.42	c Free memory 1651659224
0.15/0.42	c Max memory 1654456320
0.15/0.42	c Total memory 1654456320
0.15/0.42	c Number of processors 2
0.15/0.48	--- Begin Solver configuration ---
0.15/0.48	c Stops conflict analysis at the first Unique Implication Point
0.15/0.48	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.15/0.48	c Learn all clauses as in MiniSAT
0.15/0.48	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.15/0.48	c VSIDS like heuristics from MiniSAT using a heap
0.15/0.48	c No reason simplification
0.15/0.48	c --- End Solver configuration ---
0.15/0.48	c solving /tmp/evaluation/349004-1176615948/instance-349004-1176615948.opb
0.15/0.48	c reading problem ... 
2.07/1.54	c ... done. Wall clock time 1.057s.
2.07/1.54	c CPU time (experimental) 0.77s.
2.07/1.54	c #vars     2944
2.07/1.54	c #constraints  294
1800.07/1791.72	c starts		: 16
1800.07/1791.72	c conflicts		: 127830
1800.07/1791.72	c decisions		: 603179
1800.07/1791.72	c propagations		: 40123159
1800.07/1791.72	c inspects		: 235552583
1800.07/1791.72	c learnt literals	: 1
1800.07/1791.72	c learnt binary clauses	: 6
1800.07/1791.72	c learnt ternary clauses	: 24
1800.07/1791.72	c learnt clauses	: 127828
1800.07/1791.72	c root simplifications	: 0
1800.07/1791.72	c removed literals (reason simplification)	: 0
1800.07/1791.72	c reason swapping (by a shorter reason)	: 0
1800.07/1791.72	c Calls to reduceDB	: 0
1800.07/1791.72	c speed (decisions/second)	: 336.9398849716898
1800.07/1791.72	c non guided choices	359
1800.07/1791.72	s UNKNOWN
1800.07/1791.72	c Total wall clock time (ms): 1791.238

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/node50/watcher-349004-1176615948 -o ROOT/results/node50/solver-349004-1176615948 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349004-1176615948/sat4jPseudoResolution.jar /tmp/evaluation/349004-1176615948/instance-349004-1176615948.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.00 1.00 3/64 11433
/proc/meminfo: memFree=1900144/2055920 swapFree=4154960/4192956
[pid=11433] ppid=11431 vsize=18568 CPUtime=0
/proc/11433/stat : 11433 (runsolver) D 11431 11433 24449 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 16439999 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 240577473831 0 2147483391 4096 24578 18446744072099781622 0 0 17 1 0 0
/proc/11433/statm: 4642 292 257 24 0 2626 0

[startup+0.101357 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11433
/proc/meminfo: memFree=1900144/2055920 swapFree=4154960/4192956
[pid=11433] ppid=11431 vsize=12332 CPUtime=0.02
/proc/11433/stat : 11433 (java) S 11431 11433 24449 0 -1 0 703 0 26 0 0 2 0 0 18 0 2 0 16439999 12627968 523 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/11433/statm: 3083 523 218 9 0 1229 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12332

[startup+0.201327 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11433
/proc/meminfo: memFree=1900144/2055920 swapFree=4154960/4192956
[pid=11433] ppid=11431 vsize=1772952 CPUtime=0.03
/proc/11433/stat : 11433 (java) S 11431 11433 24449 0 -1 0 1401 0 31 0 0 3 0 0 18 0 2 0 16439999 1815502848 1180 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/11433/statm: 443238 1180 381 9 0 441252 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1772952

[startup+0.301338 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11433
/proc/meminfo: memFree=1900144/2055920 swapFree=4154960/4192956
[pid=11433] ppid=11431 vsize=1777844 CPUtime=0.09
/proc/11433/stat : 11433 (java) S 11431 11433 24449 0 -1 0 3754 0 38 0 4 5 0 0 18 0 7 0 16439999 1820512256 3533 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/11433/statm: 444461 3533 1086 9 0 442097 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1777844

[startup+0.701363 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11433
/proc/meminfo: memFree=1900144/2055920 swapFree=4154960/4192956
[pid=11433] ppid=11431 vsize=1782656 CPUtime=0.54
/proc/11433/stat : 11433 (java) S 11431 11433 24449 0 -1 0 5741 0 38 0 47 7 0 0 18 0 12 0 16439999 1825439744 5359 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11433/statm: 445664 5359 1277 9 0 443276 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 1782656

[startup+1.50244 s]
/proc/loadavg: 1.00 1.00 1.00 4/76 11445
/proc/meminfo: memFree=1861520/2055920 swapFree=4154960/4192956
[pid=11433] ppid=11431 vsize=1795260 CPUtime=2.07
/proc/11433/stat : 11433 (java) S 11431 11433 24449 0 -1 0 16830 0 38 0 195 12 0 0 18 0 12 0 16439999 1838346240 13540 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11433/statm: 448815 13541 1303 9 0 446427 0
[pid=11433/tid=11435] ppid=11431 vsize=1795260 CPUtime=0.74
/proc/11433/task/11435/stat : 11435 (java) R 11431 11433 24449 0 -1 64 9525 0 12 0 68 6 0 0 21 0 12 0 16440009 1838346240 13542 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109647378 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11433/tid=11436] ppid=11431 vsize=1795260 CPUtime=0
/proc/11433/task/11436/stat : 11436 (java) S 11431 11433 24449 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 16440019 1838346240 13544 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11433/tid=11437] ppid=11431 vsize=1795260 CPUtime=0
/proc/11433/task/11437/stat : 11437 (java) S 11431 11433 24449 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 16440019 1838346240 13544 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11433/tid=11438] ppid=11431 vsize=1795260 CPUtime=0
/proc/11433/task/11438/stat : 11438 (java) S 11431 11433 24449 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 16440023 1838346240 13545 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11433/tid=11439] ppid=11431 vsize=1795260 CPUtime=0
/proc/11433/task/11439/stat : 11439 (java) S 11431 11433 24449 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 16440024 1838346240 13546 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11433/tid=11440] ppid=11431 vsize=1795260 CPUtime=0
/proc/11433/task/11440/stat : 11440 (java) S 11431 11433 24449 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 16440024 1838346240 13546 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11433/tid=11441] ppid=11431 vsize=1795260 CPUtime=0
/proc/11433/task/11441/stat : 11441 (java) S 11431 11433 24449 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 16440032 1838346240 13547 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11433/tid=11442] ppid=11431 vsize=1795260 CPUtime=0.54
/proc/11433/task/11442/stat : 11442 (java) S 11431 11433 24449 0 -1 64 2225 0 0 0 53 1 0 0 16 0 12 0 16440032 1838346240 13548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11433/tid=11443] ppid=11431 vsize=1795260 CPUtime=0.73
/proc/11433/task/11443/stat : 11443 (java) R 11431 11433 24449 0 -1 64 4389 0 0 0 72 1 0 0 18 0 12 0 16440032 1838346240 13549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103336811 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11433/tid=11444] ppid=11431 vsize=1795260 CPUtime=0
/proc/11433/task/11444/stat : 11444 (java) S 11431 11433 24449 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 16440033 1838346240 13550 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11433/tid=11445] ppid=11431 vsize=1795260 CPUtime=0
/proc/11433/task/11445/stat : 11445 (java) S 11431 11433 24449 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 16440033 1838346240 13552 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 1795260

[startup+3.10257 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 11446
/proc/meminfo: memFree=1836360/2055920 swapFree=4154960/4192956
[pid=11433] ppid=11431 vsize=1794624 CPUtime=4.12
/proc/11433/stat : 11433 (java) S 11431 11433 24449 0 -1 0 25651 0 38 0 396 16 0 0 18 0 13 0 16439999 1837694976 20616 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11433/statm: 448656 20616 1315 9 0 446268 0
[pid=11433/tid=11435] ppid=11431 vsize=1794624 CPUtime=2.18
/proc/11433/task/11435/stat : 11435 (java) R 11431 11433 24449 0 -1 64 16626 0 12 0 208 10 0 0 25 0 13 0 16440009 1837694976 20616 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109533884 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11433/tid=11436] ppid=11431 vsize=1794624 CPUtime=0
/proc/11433/task/11436/stat : 11436 (java) S 11431 11433 24449 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 16440019 1837694976 20616 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11433/tid=11437] ppid=11431 vsize=1794624 CPUtime=0
/proc/11433/task/11437/stat : 11437 (java) S 11431 11433 24449 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 16440019 1837694976 20616 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11433/tid=11438] ppid=11431 vsize=1794624 CPUtime=0
/proc/11433/task/11438/stat : 11438 (java) S 11431 11433 24449 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 16440023 1837694976 20617 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11433/tid=11439] ppid=11431 vsize=1794624 CPUtime=0
/proc/11433/task/11439/stat : 11439 (java) S 11431 11433 24449 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 16440024 1837694976 20617 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11433/tid=11440] ppid=11431 vsize=1794624 CPUtime=0
/proc/11433/task/11440/stat : 11440 (java) S 11431 11433 24449 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 16440024 1837694976 20617 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11433/tid=11441] ppid=11431 vsize=1794624 CPUtime=0
/proc/11433/task/11441/stat : 11441 (java) S 11431 11433 24449 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 16440032 1837694976 20617 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11433/tid=11442] ppid=11431 vsize=1794624 CPUtime=0.84
/proc/11433/task/11442/stat : 11442 (java) S 11431 11433 24449 0 -1 64 3137 0 0 0 83 1 0 0 16 0 13 0 16440032 1837694976 20617 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11433/tid=11443] ppid=11431 vsize=1794624 CPUtime=1.06
/proc/11433/task/11443/stat : 11443 (java) S 11431 11433 24449 0 -1 64 5190 0 0 0 104 2 0 0 16 0 13 0 16440032 1837694976 20618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11433/tid=11444] ppid=11431 vsize=1794624 CPUtime=0
/proc/11433/task/11444/stat : 11444 (java) S 11431 11433 24449 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 16440033 1837694976 20618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11433/tid=11445] ppid=11431 vsize=1794624 CPUtime=0
/proc/11433/task/11445/stat : 11445 (java) S 11431 11433 24449 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 16440033 1837694976 20618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11433/tid=11446] ppid=11431 vsize=1794624 CPUtime=0
/proc/11433/task/11446/stat : 11446 (java) S 11431 11433 24449 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 16440158 1837694976 20618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.12
Current children cumulated vsize (KiB) 1794624

[startup+6.30185 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11446
/proc/meminfo: memFree=1754184/2055920 swapFree=4154960/4192956
[pid=11433] ppid=11431 vsize=1794624 CPUtime=7.31
/proc/11433/stat : 11433 (java) S 11431 11433 24449 0 -1 0 44823 0 38 0 708 23 0 0 18 0 13 0 16439999 1837694976 39785 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11433/statm: 448656 39785 1315 9 0 446268 0
[pid=11433/tid=11435] ppid=11431 vsize=1794624 CPUtime=5.37
/proc/11433/task/11435/stat : 11435 (java) R 11431 11433 24449 0 -1 64 35799 0 12 0 520 17 0 0 25 0 13 0 16440009 1837694976 39786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109560079 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11433/tid=11436] ppid=11431 vsize=1794624 CPUtime=0
/proc/11433/task/11436/stat : 11436 (java) S 11431 11433 24449 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 16440019 1837694976 39786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11433/tid=11437] ppid=11431 vsize=1794624 CPUtime=0
/proc/11433/task/11437/stat : 11437 (java) S 11431 11433 24449 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 16440019 1837694976 39786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11433/tid=11438] ppid=11431 vsize=1794624 CPUtime=0
/proc/11433/task/11438/stat : 11438 (java) S 11431 11433 24449 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 16440023 1837694976 39786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11433/tid=11439] ppid=11431 vsize=1794624 CPUtime=0
/proc/11433/task/11439/stat : 11439 (java) S 11431 11433 24449 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 16440024 1837694976 39786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11433/tid=11440] ppid=11431 vsize=1794624 CPUtime=0
/proc/11433/task/11440/stat : 11440 (java) S 11431 11433 24449 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 16440024 1837694976 39787 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11433/tid=11441] ppid=11431 vsize=1794624 CPUtime=0
/proc/11433/task/11441/stat : 11441 (java) S 11431 11433 24449 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 16440032 1837694976 39787 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11433/tid=11442] ppid=11431 vsize=1794624 CPUtime=0.84
/proc/11433/task/11442/stat : 11442 (java) S 11431 11433 24449 0 -1 64 3137 0 0 0 83 1 0 0 16 0 13 0 16440032 1837694976 39787 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11433/tid=11443] ppid=11431 vsize=1794624 CPUtime=1.06
/proc/11433/task/11443/stat : 11443 (java) S 11431 11433 24449 0 -1 64 5190 0 0 0 104 2 0 0 16 0 13 0 16440032 1837694976 39787 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11433/tid=11444] ppid=11431 vsize=1794624 CPUtime=0
/proc/11433/task/11444/stat : 11444 (java) S 11431 11433 24449 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 16440033 1837694976 39787 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11433/tid=11445] ppid=11431 vsize=1794624 CPUtime=0
/proc/11433/task/11445/stat : 11445 (java) S 11431 11433 24449 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 16440033 1837694976 39788 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11433/tid=11446] ppid=11431 vsize=1794624 CPUtime=0
/proc/11433/task/11446/stat : 11446 (java) S 11431 11433 24449 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 16440158 1837694976 39788 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.31
Current children cumulated vsize (KiB) 1794624

[startup+12.7024 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11446
/proc/meminfo: memFree=1724104/2055920 swapFree=4154960/4192956
[pid=11433] ppid=11431 vsize=1794624 CPUtime=13.74
/proc/11433/stat : 11433 (java) S 11431 11433 24449 0 -1 0 47808 0 38 0 1349 25 0 0 18 0 13 0 16439999 1837694976 42758 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11433/statm: 448656 42758 1324 9 0 446268 0
[pid=11433/tid=11435] ppid=11431 vsize=1794624 CPUtime=11.75
/proc/11433/task/11435/stat : 11435 (java) R 11431 11433 24449 0 -1 64 37699 0 12 0 1157 18 0 0 25 0 13 0 16440009 1837694976 42758 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109685488 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11433/tid=11436] ppid=11431 vsize=1794624 CPUtime=0.01
/proc/11433/task/11436/stat : 11436 (java) S 11431 11433 24449 0 -1 64 593 0 0 0 1 0 0 0 16 0 13 0 16440019 1837694976 42758 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11433/tid=11437] ppid=11431 vsize=1794624 CPUtime=0.01
/proc/11433/task/11437/stat : 11437 (java) S 11431 11433 24449 0 -1 64 485 0 0 0 1 0 0 0 16 0 13 0 16440019 1837694976 42758 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11433/tid=11438] ppid=11431 vsize=1794624 CPUtime=0
/proc/11433/task/11438/stat : 11438 (java) S 11431 11433 24449 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 16440023 1837694976 42758 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11433/tid=11439] ppid=11431 vsize=1794624 CPUtime=0
/proc/11433/task/11439/stat : 11439 (java) S 11431 11433 24449 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 16440024 1837694976 42758 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11433/tid=11440] ppid=11431 vsize=1794624 CPUtime=0
/proc/11433/task/11440/stat : 11440 (java) S 11431 11433 24449 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 16440024 1837694976 42758 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11433/tid=11441] ppid=11431 vsize=1794624 CPUtime=0
/proc/11433/task/11441/stat : 11441 (java) S 11431 11433 24449 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 16440032 1837694976 42758 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11433/tid=11442] ppid=11431 vsize=1794624 CPUtime=0.84
/proc/11433/task/11442/stat : 11442 (java) S 11431 11433 24449 0 -1 64 3137 0 0 0 83 1 0 0 16 0 13 0 16440032 1837694976 42758 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11433/tid=11443] ppid=11431 vsize=1794624 CPUtime=1.06
/proc/11433/task/11443/stat : 11443 (java) S 11431 11433 24449 0 -1 64 5190 0 0 0 104 2 0 0 16 0 13 0 16440032 1837694976 42758 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11433/tid=11444] ppid=11431 vsize=1794624 CPUtime=0
/proc/11433/task/11444/stat : 11444 (java) S 11431 11433 24449 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 16440033 1837694976 42758 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11433/tid=11445] ppid=11431 vsize=1794624 CPUtime=0
/proc/11433/task/11445/stat : 11445 (java) S 11431 11433 24449 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 16440033 1837694976 42758 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11433/tid=11446] ppid=11431 vsize=1794624 CPUtime=0
/proc/11433/task/11446/stat : 11446 (java) S 11431 11433 24449 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 16440158 1837694976 42758 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.74
Current children cumulated vsize (KiB) 1794624

[startup+25.5025 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11446
/proc/meminfo: memFree=1714120/2055920 swapFree=4154960/4192956
[pid=11433] ppid=11431 vsize=1794624 CPUtime=26.58
/proc/11433/stat : 11433 (java) S 11431 11433 24449 0 -1 0 50384 0 38 0 2632 26 0 0 18 0 13 0 16439999 1837694976 45293 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11433/statm: 448656 45293 1324 9 0 446268 0
[pid=11433/tid=11435] ppid=11431 vsize=1794624 CPUtime=24.5
/proc/11433/task/11435/stat : 11435 (java) R 11431 11433 24449 0 -1 64 37702 0 12 0 2432 18 0 0 25 0 13 0 16440009 1837694976 45293 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109684745 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11433/tid=11436] ppid=11431 vsize=1794624 CPUtime=0.05
/proc/11433/task/11436/stat : 11436 (java) S 11431 11433 24449 0 -1 64 1462 0 0 0 5 0 0 0 16 0 13 0 16440019 1837694976 45293 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11433/tid=11437] ppid=11431 vsize=1794624 CPUtime=0.06
/proc/11433/task/11437/stat : 11437 (java) S 11431 11433 24449 0 -1 64 2181 0 0 0 5 1 0 0 16 0 13 0 16440019 1837694976 45293 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11433/tid=11438] ppid=11431 vsize=1794624 CPUtime=0
/proc/11433/task/11438/stat : 11438 (java) S 11431 11433 24449 0 -1 64 15 0 0 0 0 0 0 0 17 0 13 0 16440023 1837694976 45293 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

[pid=11433/tid=11438] ppid=11431 vsize=1794624 CPUtime=0.42
/proc/11433/task/11438/stat : 11438 (java) S 11431 11433 24449 0 -1 64 82 0 0 0 23 19 0 0 16 0 13 0 16440023 1837694976 101940 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11433/tid=11439] ppid=11431 vsize=1794624 CPUtime=0
/proc/11433/task/11439/stat : 11439 (java) S 11431 11433 24449 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 16440024 1837694976 101940 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11433/tid=11440] ppid=11431 vsize=1794624 CPUtime=0
/proc/11433/task/11440/stat : 11440 (java) S 11431 11433 24449 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 16440024 1837694976 101940 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11433/tid=11441] ppid=11431 vsize=1794624 CPUtime=0
/proc/11433/task/11441/stat : 11441 (java) S 11431 11433 24449 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 16440032 1837694976 101940 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11433/tid=11442] ppid=11431 vsize=1794624 CPUtime=0.92
/proc/11433/task/11442/stat : 11442 (java) S 11431 11433 24449 0 -1 64 3148 0 0 0 91 1 0 0 16 0 13 0 16440032 1837694976 101940 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11433/tid=11443] ppid=11431 vsize=1794624 CPUtime=1.21
/proc/11433/task/11443/stat : 11443 (java) S 11431 11433 24449 0 -1 64 5204 0 0 0 119 2 0 0 17 0 13 0 16440032 1837694976 101940 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11433/tid=11444] ppid=11431 vsize=1794624 CPUtime=0
/proc/11433/task/11444/stat : 11444 (java) S 11431 11433 24449 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 16440033 1837694976 101940 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11433/tid=11445] ppid=11431 vsize=1794624 CPUtime=0
/proc/11433/task/11445/stat : 11445 (java) S 11431 11433 24449 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 16440033 1837694976 101940 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11433/tid=11446] ppid=11431 vsize=1794624 CPUtime=0
/proc/11433/task/11446/stat : 11446 (java) S 11431 11433 24449 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 16440158 1837694976 101940 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1609.27
Current children cumulated vsize (KiB) 1794624

[startup+1662.3 s]
/proc/loadavg: 1.05 1.01 1.00 2/77 11646
/proc/meminfo: memFree=1459912/2055920 swapFree=4154980/4192956
[pid=11433] ppid=11431 vsize=1794624 CPUtime=1669.69
/proc/11433/stat : 11433 (java) S 11431 11433 24449 0 -1 0 175746 0 38 0 166833 136 0 0 18 0 13 0 16439999 1837694976 107304 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11433/statm: 448656 107304 1326 9 0 446268 0
[pid=11433/tid=11435] ppid=11431 vsize=1794624 CPUtime=1652.81
/proc/11433/task/11435/stat : 11435 (java) R 11431 11433 24449 0 -1 64 45763 0 12 0 165245 36 0 0 17 0 13 0 16440009 1837694976 107304 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109932824 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11433/tid=11436] ppid=11431 vsize=1794624 CPUtime=7.15
/proc/11433/task/11436/stat : 11436 (java) S 11431 11433 24449 0 -1 64 60852 0 0 0 679 36 0 0 16 0 13 0 16440019 1837694976 107304 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11433/tid=11437] ppid=11431 vsize=1794624 CPUtime=7.09
/proc/11433/task/11437/stat : 11437 (java) S 11431 11433 24449 0 -1 64 59998 0 0 0 673 36 0 0 16 0 13 0 16440019 1837694976 107304 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11433/tid=11438] ppid=11431 vsize=1794624 CPUtime=0.44
/proc/11433/task/11438/stat : 11438 (java) S 11431 11433 24449 0 -1 64 84 0 0 0 24 20 0 0 16 0 13 0 16440023 1837694976 107304 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11433/tid=11439] ppid=11431 vsize=1794624 CPUtime=0
/proc/11433/task/11439/stat : 11439 (java) S 11431 11433 24449 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 16440024 1837694976 107304 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11433/tid=11440] ppid=11431 vsize=1794624 CPUtime=0
/proc/11433/task/11440/stat : 11440 (java) S 11431 11433 24449 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 16440024 1837694976 107304 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11433/tid=11441] ppid=11431 vsize=1794624 CPUtime=0
/proc/11433/task/11441/stat : 11441 (java) S 11431 11433 24449 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 16440032 1837694976 107304 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11433/tid=11442] ppid=11431 vsize=1794624 CPUtime=0.92
/proc/11433/task/11442/stat : 11442 (java) S 11431 11433 24449 0 -1 64 3148 0 0 0 91 1 0 0 16 0 13 0 16440032 1837694976 107304 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11433/tid=11443] ppid=11431 vsize=1794624 CPUtime=1.21
/proc/11433/task/11443/stat : 11443 (java) S 11431 11433 24449 0 -1 64 5204 0 0 0 119 2 0 0 17 0 13 0 16440032 1837694976 107304 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11433/tid=11444] ppid=11431 vsize=1794624 CPUtime=0
/proc/11433/task/11444/stat : 11444 (java) S 11431 11433 24449 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 16440033 1837694976 107304 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11433/tid=11445] ppid=11431 vsize=1794624 CPUtime=0
/proc/11433/task/11445/stat : 11445 (java) S 11431 11433 24449 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 16440033 1837694976 107304 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11433/tid=11446] ppid=11431 vsize=1794624 CPUtime=0
/proc/11433/task/11446/stat : 11446 (java) S 11431 11433 24449 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 16440158 1837694976 107304 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1669.69
Current children cumulated vsize (KiB) 1794624

[startup+1722.3 s]
/proc/loadavg: 1.06 1.02 1.00 2/77 11646
/proc/meminfo: memFree=1431304/2055920 swapFree=4154980/4192956
[pid=11433] ppid=11431 vsize=1794624 CPUtime=1730.14
/proc/11433/stat : 11433 (java) S 11431 11433 24449 0 -1 0 183897 0 38 0 172872 142 0 0 18 0 13 0 16439999 1837694976 114368 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11433/statm: 448656 114368 1326 9 0 446268 0
[pid=11433/tid=11435] ppid=11431 vsize=1794624 CPUtime=1712.23
/proc/11433/task/11435/stat : 11435 (java) R 11431 11433 24449 0 -1 64 45823 0 12 0 171187 36 0 0 25 0 13 0 16440009 1837694976 114368 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109932818 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11433/tid=11436] ppid=11431 vsize=1794624 CPUtime=7.66
/proc/11433/task/11436/stat : 11436 (java) S 11431 11433 24449 0 -1 64 65141 0 0 0 727 39 0 0 16 0 13 0 16440019 1837694976 114368 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11433/tid=11437] ppid=11431 vsize=1794624 CPUtime=7.6
/proc/11433/task/11437/stat : 11437 (java) S 11431 11433 24449 0 -1 64 63796 0 0 0 721 39 0 0 16 0 13 0 16440019 1837694976 114368 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11433/tid=11438] ppid=11431 vsize=1794624 CPUtime=0.44
/proc/11433/task/11438/stat : 11438 (java) S 11431 11433 24449 0 -1 64 88 0 0 0 24 20 0 0 16 0 13 0 16440023 1837694976 114368 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11433/tid=11439] ppid=11431 vsize=1794624 CPUtime=0
/proc/11433/task/11439/stat : 11439 (java) S 11431 11433 24449 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 16440024 1837694976 114368 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11433/tid=11440] ppid=11431 vsize=1794624 CPUtime=0
/proc/11433/task/11440/stat : 11440 (java) S 11431 11433 24449 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 16440024 1837694976 114368 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11433/tid=11441] ppid=11431 vsize=1794624 CPUtime=0
/proc/11433/task/11441/stat : 11441 (java) S 11431 11433 24449 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 16440032 1837694976 114368 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11433/tid=11442] ppid=11431 vsize=1794624 CPUtime=0.92
/proc/11433/task/11442/stat : 11442 (java) S 11431 11433 24449 0 -1 64 3148 0 0 0 91 1 0 0 16 0 13 0 16440032 1837694976 114368 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11433/tid=11443] ppid=11431 vsize=1794624 CPUtime=1.21
/proc/11433/task/11443/stat : 11443 (java) S 11431 11433 24449 0 -1 64 5204 0 0 0 119 2 0 0 17 0 13 0 16440032 1837694976 114368 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11433/tid=11444] ppid=11431 vsize=1794624 CPUtime=0
/proc/11433/task/11444/stat : 11444 (java) S 11431 11433 24449 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 16440033 1837694976 114368 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11433/tid=11445] ppid=11431 vsize=1794624 CPUtime=0
/proc/11433/task/11445/stat : 11445 (java) S 11431 11433 24449 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 16440033 1837694976 114368 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11433/tid=11446] ppid=11431 vsize=1794624 CPUtime=0
/proc/11433/task/11446/stat : 11446 (java) S 11431 11433 24449 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 16440158 1837694976 114368 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1730.14
Current children cumulated vsize (KiB) 1794624

[startup+1782.3 s]
/proc/loadavg: 1.32 1.10 1.02 2/77 11646
/proc/meminfo: memFree=1405192/2055920 swapFree=4154980/4192956
[pid=11433] ppid=11431 vsize=1794624 CPUtime=1790.59
/proc/11433/stat : 11433 (java) S 11431 11433 24449 0 -1 0 192460 0 38 0 178912 147 0 0 18 0 13 0 16439999 1837694976 120829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11433/statm: 448656 120829 1326 9 0 446268 0
[pid=11433/tid=11435] ppid=11431 vsize=1794624 CPUtime=1771.67
/proc/11433/task/11435/stat : 11435 (java) R 11431 11433 24449 0 -1 64 45880 0 12 0 177131 36 0 0 24 0 13 0 16440009 1837694976 120829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109672169 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11433/tid=11436] ppid=11431 vsize=1794624 CPUtime=8.16
/proc/11433/task/11436/stat : 11436 (java) S 11431 11433 24449 0 -1 64 69703 0 0 0 774 42 0 0 16 0 13 0 16440019 1837694976 120829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11433/tid=11437] ppid=11431 vsize=1794624 CPUtime=8.09
/proc/11433/task/11437/stat : 11437 (java) S 11431 11433 24449 0 -1 64 67734 0 0 0 769 40 0 0 16 0 13 0 16440019 1837694976 120829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11433/tid=11438] ppid=11431 vsize=1794624 CPUtime=0.46
/proc/11433/task/11438/stat : 11438 (java) S 11431 11433 24449 0 -1 64 94 0 0 0 25 21 0 0 16 0 13 0 16440023 1837694976 120829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11433/tid=11439] ppid=11431 vsize=1794624 CPUtime=0
/proc/11433/task/11439/stat : 11439 (java) S 11431 11433 24449 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 16440024 1837694976 120829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11433/tid=11440] ppid=11431 vsize=1794624 CPUtime=0
/proc/11433/task/11440/stat : 11440 (java) S 11431 11433 24449 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 16440024 1837694976 120829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11433/tid=11441] ppid=11431 vsize=1794624 CPUtime=0
/proc/11433/task/11441/stat : 11441 (java) S 11431 11433 24449 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 16440032 1837694976 120829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11433/tid=11442] ppid=11431 vsize=1794624 CPUtime=0.92
/proc/11433/task/11442/stat : 11442 (java) S 11431 11433 24449 0 -1 64 3148 0 0 0 91 1 0 0 16 0 13 0 16440032 1837694976 120829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11433/tid=11443] ppid=11431 vsize=1794624 CPUtime=1.21
/proc/11433/task/11443/stat : 11443 (java) S 11431 11433 24449 0 -1 64 5204 0 0 0 119 2 0 0 17 0 13 0 16440032 1837694976 120829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11433/tid=11444] ppid=11431 vsize=1794624 CPUtime=0
/proc/11433/task/11444/stat : 11444 (java) S 11431 11433 24449 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 16440033 1837694976 120829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11433/tid=11445] ppid=11431 vsize=1794624 CPUtime=0
/proc/11433/task/11445/stat : 11445 (java) S 11431 11433 24449 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 16440033 1837694976 120829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11433/tid=11446] ppid=11431 vsize=1794624 CPUtime=0
/proc/11433/task/11446/stat : 11446 (java) S 11431 11433 24449 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 16440158 1837694976 120829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1790.59
Current children cumulated vsize (KiB) 1794624



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1791.7 s]
/proc/loadavg: 1.35 1.11 1.03 2/77 11646
/proc/meminfo: memFree=1400712/2055920 swapFree=4154980/4192956
[pid=11433] ppid=11431 vsize=1794624 CPUtime=1800.07
/proc/11433/stat : 11433 (java) S 11431 11433 24449 0 -1 0 194161 0 38 0 179859 148 0 0 18 0 13 0 16439999 1837694976 121978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11433/statm: 448656 121978 1326 9 0 446268 0
[pid=11433/tid=11435] ppid=11431 vsize=1794624 CPUtime=1780.99
/proc/11433/task/11435/stat : 11435 (java) R 11431 11433 24449 0 -1 64 45889 0 12 0 178063 36 0 0 25 0 13 0 16440009 1837694976 121978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109684735 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11433/tid=11436] ppid=11431 vsize=1794624 CPUtime=8.24
/proc/11433/task/11436/stat : 11436 (java) S 11431 11433 24449 0 -1 64 70693 0 0 0 782 42 0 0 16 0 13 0 16440019 1837694976 121978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11433/tid=11437] ppid=11431 vsize=1794624 CPUtime=8.17
/proc/11433/task/11437/stat : 11437 (java) S 11431 11433 24449 0 -1 64 68435 0 0 0 777 40 0 0 16 0 13 0 16440019 1837694976 121978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11433/tid=11438] ppid=11431 vsize=1794624 CPUtime=0.46
/proc/11433/task/11438/stat : 11438 (java) S 11431 11433 24449 0 -1 64 95 0 0 0 25 21 0 0 16 0 13 0 16440023 1837694976 121978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11433/tid=11439] ppid=11431 vsize=1794624 CPUtime=0
/proc/11433/task/11439/stat : 11439 (java) S 11431 11433 24449 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 16440024 1837694976 121978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11433/tid=11440] ppid=11431 vsize=1794624 CPUtime=0
/proc/11433/task/11440/stat : 11440 (java) S 11431 11433 24449 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 16440024 1837694976 121978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11433/tid=11441] ppid=11431 vsize=1794624 CPUtime=0
/proc/11433/task/11441/stat : 11441 (java) S 11431 11433 24449 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 16440032 1837694976 121978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11433/tid=11442] ppid=11431 vsize=1794624 CPUtime=0.92
/proc/11433/task/11442/stat : 11442 (java) S 11431 11433 24449 0 -1 64 3148 0 0 0 91 1 0 0 16 0 13 0 16440032 1837694976 121978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11433/tid=11443] ppid=11431 vsize=1794624 CPUtime=1.21
/proc/11433/task/11443/stat : 11443 (java) S 11431 11433 24449 0 -1 64 5204 0 0 0 119 2 0 0 17 0 13 0 16440032 1837694976 121978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11433/tid=11444] ppid=11431 vsize=1794624 CPUtime=0
/proc/11433/task/11444/stat : 11444 (java) S 11431 11433 24449 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 16440033 1837694976 121978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11433/tid=11445] ppid=11431 vsize=1794624 CPUtime=0
/proc/11433/task/11445/stat : 11445 (java) S 11431 11433 24449 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 16440033 1837694976 121978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11433/tid=11446] ppid=11431 vsize=1794624 CPUtime=0
/proc/11433/task/11446/stat : 11446 (java) S 11431 11433 24449 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 16440158 1837694976 121978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1794624

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

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

[startup+1791.81 s]
/proc/loadavg: 1.35 1.11 1.03 2/77 11646
/proc/meminfo: memFree=1400712/2055920 swapFree=4154980/4192956
[pid=11433] ppid=11431 vsize=0 CPUtime=1800.18
/proc/11433/stat : 11433 (java) Z 11431 11433 24449 0 -1 1036 194375 0 38 0 179863 155 0 0 16 0 2 0 16439999 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11433/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1791.82
CPU time (s): 1800.2
CPU user time (s): 1798.64
CPU system time (s): 1.56176
CPU usage (%): 100.468
Max. virtual memory (cumulated for all children) (KiB): 1795260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.64
system time used= 1.56176
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 194375
page faults= 38
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55015
involuntary context switches= 31986

runsolver used 2.02469 second user time and 4.85326 second system time

The end

Launcher Data (download as text)

Begin job on node50 on Sun Apr 15 05:45:48 UTC 2007

IDJOB= 349004
IDBENCH= 1832
IDSOLVER= 159
FILE ID= node50/349004-1176615948

PBS_JOBID= 4557018

Free space on /tmp= 66561 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  94d27ad55443aa92d0406d6e0a54bcaf

RANDOM SEED= 108358543

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node50.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.232
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.232
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:       1900616 kB
Buffers:          3276 kB
Cached:         105748 kB
SwapCached:       6100 kB
Active:          22680 kB
Inactive:        93544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1900616 kB
SwapTotal:     4192956 kB
SwapFree:      4154960 kB
Dirty:            3876 kB
Writeback:           0 kB
Mapped:          10400 kB
Slab:            25032 kB
Committed_AS:   366348 kB
PageTables:       1516 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= 66561 MiB

End job on node50 on Sun Apr 15 06:15:42 UTC 2007