Trace number 366676

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
sat4jPseudoCP 2007-03-23SAT (TO)5 1800.13 1757.62

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
logic_synthesis/normalized-m50_100_30_30.r.opb
MD5SUM13fe0c0d776ae7f3e7aff3ed3ce58275
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark1.39779
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4
Optimality of the best value was proved YES
Number of variables100
Total number of constraints50
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint30
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.11/0.30	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.11/0.30	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.11/0.30	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.11/0.31	c no version file found!!!
0.11/0.31	c sun.arch.data.model	32
0.11/0.31	c java.version	1.6.0
0.11/0.31	c os.name	Linux
0.11/0.31	c os.version	2.6.9-22.EL.rootsmp
0.11/0.31	c os.arch	i386
0.11/0.31	c Free memory 1651659224
0.11/0.31	c Max memory 1654456320
0.11/0.31	c Total memory 1654456320
0.11/0.31	c Number of processors 2
0.11/0.36	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.11/0.36	--- Begin Solver configuration ---
0.11/0.36	c Stops conflict analysis at the first Unique Implication Point
0.11/0.36	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.11/0.36	c Learn all clauses as in MiniSAT
0.11/0.36	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.11/0.36	c VSIDS like heuristics from MiniSAT using a heap
0.11/0.36	c No reason simplification
0.11/0.36	c --- End Solver configuration ---
0.11/0.36	c solving /tmp/evaluation/366676-1177064911/instance-366676-1177064911.opb
0.11/0.36	c reading problem ... 
0.37/0.51	c ... done. Wall clock time 0.145s.
0.37/0.51	c CPU time (experimental) 0.28s.
0.37/0.51	c #vars     100
0.37/0.51	c #constraints  50
0.37/0.52	c SATISFIABLE
0.37/0.52	c OPTIMIZING...
0.37/0.52	c Got one! Elapsed wall clock time (in seconds):0.155
0.37/0.52	o 7
0.37/0.58	c Got one! Elapsed wall clock time (in seconds):0.217
0.37/0.58	o 6
3.14/2.04	c Got one! Elapsed wall clock time (in seconds):1.677
3.14/2.04	o 5
1800.00/1757.51	c starts		: 6
1800.00/1757.51	c conflicts		: 40923
1800.00/1757.51	c decisions		: 141693
1800.00/1757.51	c propagations		: 433649
1800.00/1757.51	c inspects		: 605202385
1800.00/1757.51	c learnt literals	: 0
1800.00/1757.51	c learnt binary clauses	: 0
1800.00/1757.51	c learnt ternary clauses	: 0
1800.00/1757.51	c learnt clauses	: 40922
1800.00/1757.51	c root simplifications	: 0
1800.00/1757.51	c removed literals (reason simplification)	: 0
1800.00/1757.51	c reason swapping (by a shorter reason)	: 0
1800.00/1757.51	c Calls to reduceDB	: 0
1800.00/1757.51	c speed (decisions/second)	: 80.71509013820223
1800.00/1757.51	c non guided choices	0
1800.00/1757.51	s SATISFIABLE
1800.00/1757.51	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 x13 x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28
1800.00/1757.51	v -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54
1800.00/1757.51	v -x55 -x56 -x57 -x58 -x59 -x60 -x61 x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80
1800.00/1757.51	v -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100
1800.00/1757.51	c objective function=5
1800.00/1757.51	c Total wall clock time (ms): 1757.153

Verifier Data (download as text)

OK	5

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node59/watcher-366676-1177064911 -o ROOT/results/node59/solver-366676-1177064911 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/366676-1177064911/sat4jPseudoCP.jar /tmp/evaluation/366676-1177064911/instance-366676-1177064911.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: 0.91 0.95 0.98 2/64 3442
/proc/meminfo: memFree=1582832/2055920 swapFree=4184568/4192956
[pid=3442] ppid=3440 vsize=272 CPUtime=0
/proc/3442/stat : 3442 (java) D 3440 3442 2270 0 -1 0 54 0 0 0 0 0 0 0 18 0 1 0 154400732 278528 37 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 9286436 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/3442/statm: 68 37 28 9 0 6 0

[startup+0.061432 s]
/proc/loadavg: 0.91 0.95 0.98 2/64 3442
/proc/meminfo: memFree=1582832/2055920 swapFree=4184568/4192956
[pid=3442] ppid=3440 vsize=12916 CPUtime=0
/proc/3442/stat : 3442 (java) S 3440 3442 2270 0 -1 0 905 0 1 0 0 0 0 0 18 0 2 0 154400732 13225984 661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/3442/statm: 3229 661 331 9 0 1243 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12916

[startup+0.101455 s]
/proc/loadavg: 0.91 0.95 0.98 2/64 3442
/proc/meminfo: memFree=1582832/2055920 swapFree=4184568/4192956
[pid=3442] ppid=3440 vsize=1773080 CPUtime=0.01
/proc/3442/stat : 3442 (java) S 3440 3442 2270 0 -1 0 2510 0 1 0 0 1 0 0 18 0 2 0 154400732 1815633920 2259 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/3442/statm: 443270 2259 386 9 0 441284 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1773080

[startup+0.301482 s]
/proc/loadavg: 0.91 0.95 0.98 2/64 3442
/proc/meminfo: memFree=1582832/2055920 swapFree=4184568/4192956
[pid=3442] ppid=3440 vsize=1780284 CPUtime=0.11
/proc/3442/stat : 3442 (java) S 3440 3442 2270 0 -1 0 4239 0 1 0 9 2 0 0 18 0 12 0 154400732 1823010816 3980 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3442/statm: 445071 3980 1143 9 0 442683 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1780284

[startup+0.70156 s]
/proc/loadavg: 0.91 0.95 0.98 2/64 3442
/proc/meminfo: memFree=1582832/2055920 swapFree=4184568/4192956
[pid=3442] ppid=3440 vsize=1785456 CPUtime=0.71
/proc/3442/stat : 3442 (java) S 3440 3442 2270 0 -1 0 6819 0 1 0 67 4 0 0 18 0 13 0 154400732 1828306944 6225 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3442/statm: 446364 6225 1305 9 0 443976 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 1785456

[startup+1.50271 s]
/proc/loadavg: 0.91 0.95 0.98 3/77 3457
/proc/meminfo: memFree=1551496/2055920 swapFree=4184568/4192956
[pid=3442] ppid=3440 vsize=1791004 CPUtime=2.15
/proc/3442/stat : 3442 (java) S 3440 3442 2270 0 -1 0 18094 0 1 0 206 9 0 0 18 0 13 0 154400732 1833988096 14080 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3442/statm: 447751 14082 1321 9 0 445363 0
[pid=3442/tid=3444] ppid=3440 vsize=1791004 CPUtime=0.73
/proc/3442/task/3444/stat : 3444 (java) R 3440 3442 2270 0 -1 64 11120 0 1 0 68 5 0 0 18 0 13 0 154400734 1833988096 14082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105880117 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3442/tid=3445] ppid=3440 vsize=1791004 CPUtime=0
/proc/3442/task/3445/stat : 3445 (java) S 3440 3442 2270 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 154400742 1833988096 14082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3442/tid=3446] ppid=3440 vsize=1791004 CPUtime=0
/proc/3442/task/3446/stat : 3446 (java) S 3440 3442 2270 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 154400742 1833988096 14082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3442/tid=3447] ppid=3440 vsize=1791004 CPUtime=0
/proc/3442/task/3447/stat : 3447 (java) S 3440 3442 2270 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 154400753 1833988096 14082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3442/tid=3448] ppid=3440 vsize=1791004 CPUtime=0
/proc/3442/task/3448/stat : 3448 (java) S 3440 3442 2270 0 -1 64 9 0 0 0 0 0 0 0 20 0 13 0 154400754 1833988096 14084 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3442/tid=3449] ppid=3440 vsize=1791004 CPUtime=0
/proc/3442/task/3449/stat : 3449 (java) S 3440 3442 2270 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 154400754 1833988096 14086 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3442/tid=3450] ppid=3440 vsize=1791004 CPUtime=0
/proc/3442/task/3450/stat : 3450 (java) S 3440 3442 2270 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 154400758 1833988096 14089 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3442/tid=3451] ppid=3440 vsize=1791004 CPUtime=0.7
/proc/3442/task/3451/stat : 3451 (java) S 3440 3442 2270 0 -1 64 3123 0 0 0 69 1 0 0 17 0 13 0 154400758 1833988096 14091 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3442/tid=3452] ppid=3440 vsize=1791004 CPUtime=0.68
/proc/3442/task/3452/stat : 3452 (java) R 3440 3442 2270 0 -1 64 3129 0 0 0 67 1 0 0 17 0 13 0 154400758 1833988096 14094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102395173 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3442/tid=3453] ppid=3440 vsize=1791004 CPUtime=0
/proc/3442/task/3453/stat : 3453 (java) S 3440 3442 2270 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 154400758 1833988096 14096 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3442/tid=3454] ppid=3440 vsize=1791004 CPUtime=0
/proc/3442/task/3454/stat : 3454 (java) S 3440 3442 2270 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154400758 1833988096 14097 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3442/tid=3457] ppid=3440 vsize=1791004 CPUtime=0
/proc/3442/task/3457/stat : 3457 (java) S 3440 3442 2270 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 154400791 1833988096 14099 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 1791004

[startup+3.10203 s]
/proc/loadavg: 0.91 0.95 0.98 4/77 3458
/proc/meminfo: memFree=1485184/2055920 swapFree=4184568/4192956
[pid=3442] ppid=3440 vsize=1802232 CPUtime=5.04
/proc/3442/stat : 3442 (java) S 3440 3442 2270 0 -1 0 53342 0 1 0 473 31 0 0 18 0 13 0 154400732 1845485568 43992 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3442/statm: 450558 43992 1331 9 0 448170 0
[pid=3442/tid=3444] ppid=3440 vsize=1802232 CPUtime=1.66
/proc/3442/task/3444/stat : 3444 (java) R 3440 3442 2270 0 -1 64 37719 0 1 0 149 17 0 0 23 0 13 0 154400734 1845485568 43992 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3442/tid=3445] ppid=3440 vsize=1802232 CPUtime=0
/proc/3442/task/3445/stat : 3445 (java) S 3440 3442 2270 0 -1 64 229 0 0 0 0 0 0 0 16 0 13 0 154400742 1845485568 43992 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3442/tid=3446] ppid=3440 vsize=1802232 CPUtime=0
/proc/3442/task/3446/stat : 3446 (java) S 3440 3442 2270 0 -1 64 184 0 0 0 0 0 0 0 16 0 13 0 154400742 1845485568 43992 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3442/tid=3447] ppid=3440 vsize=1802232 CPUtime=0.07
/proc/3442/task/3447/stat : 3447 (java) S 3440 3442 2270 0 -1 64 8 0 0 0 3 4 0 0 17 0 13 0 154400753 1845485568 43992 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3442/tid=3448] ppid=3440 vsize=1802232 CPUtime=0
/proc/3442/task/3448/stat : 3448 (java) S 3440 3442 2270 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154400754 1845485568 43992 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3442/tid=3449] ppid=3440 vsize=1802232 CPUtime=0
/proc/3442/task/3449/stat : 3449 (java) S 3440 3442 2270 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 154400754 1845485568 43992 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3442/tid=3450] ppid=3440 vsize=1802232 CPUtime=0
/proc/3442/task/3450/stat : 3450 (java) S 3440 3442 2270 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 154400758 1845485568 43992 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3442/tid=3451] ppid=3440 vsize=1802232 CPUtime=1.7
/proc/3442/task/3451/stat : 3451 (java) R 3440 3442 2270 0 -1 64 6890 0 0 0 166 4 0 0 16 0 13 0 154400758 1845485568 43992 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102369216 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3442/tid=3452] ppid=3440 vsize=1802232 CPUtime=1.55
/proc/3442/task/3452/stat : 3452 (java) R 3440 3442 2270 0 -1 64 7589 0 0 0 152 3 0 0 17 0 13 0 154400758 1845485568 43992 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103168559 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3442/tid=3453] ppid=3440 vsize=1802232 CPUtime=0
/proc/3442/task/3453/stat : 3453 (java) S 3440 3442 2270 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 154400758 1845485568 43992 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3442/tid=3454] ppid=3440 vsize=1802232 CPUtime=0
/proc/3442/task/3454/stat : 3454 (java) S 3440 3442 2270 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154400758 1845485568 43992 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3442/tid=3458] ppid=3440 vsize=1802232 CPUtime=0
/proc/3442/task/3458/stat : 3458 (java) S 3440 3442 2270 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 154400937 1845485568 43992 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.04
Current children cumulated vsize (KiB) 1802232

[startup+6.30263 s]
/proc/loadavg: 1.00 0.97 0.98 2/77 3458
/proc/meminfo: memFree=1407624/2055920 swapFree=4184568/4192956
[pid=3442] ppid=3440 vsize=1800260 CPUtime=8.75
/proc/3442/stat : 3442 (java) S 3440 3442 2270 0 -1 0 57454 0 1 0 842 33 0 0 18 0 13 0 154400732 1843466240 45844 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3442/statm: 450065 45844 1331 9 0 447677 0
[pid=3442/tid=3444] ppid=3440 vsize=1800260 CPUtime=4.63
/proc/3442/task/3444/stat : 3444 (java) R 3440 3442 2270 0 -1 64 37726 0 1 0 446 17 0 0 23 0 13 0 154400734 1843466240 45844 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109579338 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3442/tid=3445] ppid=3440 vsize=1800260 CPUtime=0.08
/proc/3442/task/3445/stat : 3445 (java) S 3440 3442 2270 0 -1 64 1953 0 0 0 8 0 0 0 17 0 13 0 154400742 1843466240 45844 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3442/tid=3446] ppid=3440 vsize=1800260 CPUtime=0.07
/proc/3442/task/3446/stat : 3446 (java) S 3440 3442 2270 0 -1 64 1806 0 0 0 7 0 0 0 16 0 13 0 154400742 1843466240 45844 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3442/tid=3447] ppid=3440 vsize=1800260 CPUtime=0.07
/proc/3442/task/3447/stat : 3447 (java) S 3440 3442 2270 0 -1 64 29 0 0 0 3 4 0 0 16 0 13 0 154400753 1843466240 45844 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3442/tid=3448] ppid=3440 vsize=1800260 CPUtime=0
/proc/3442/task/3448/stat : 3448 (java) S 3440 3442 2270 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154400754 1843466240 45844 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3442/tid=3449] ppid=3440 vsize=1800260 CPUtime=0
/proc/3442/task/3449/stat : 3449 (java) S 3440 3442 2270 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 154400754 1843466240 45844 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3442/tid=3450] ppid=3440 vsize=1800260 CPUtime=0
/proc/3442/task/3450/stat : 3450 (java) S 3440 3442 2270 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 154400758 1843466240 45844 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3442/tid=3451] ppid=3440 vsize=1800260 CPUtime=2.03
/proc/3442/task/3451/stat : 3451 (java) S 3440 3442 2270 0 -1 64 7214 0 0 0 199 4 0 0 16 0 13 0 154400758 1843466240 45844 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3442/tid=3452] ppid=3440 vsize=1800260 CPUtime=1.79
/proc/3442/task/3452/stat : 3452 (java) S 3440 3442 2270 0 -1 64 8003 0 0 0 176 3 0 0 16 0 13 0 154400758 1843466240 45844 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3442/tid=3453] ppid=3440 vsize=1800260 CPUtime=0
/proc/3442/task/3453/stat : 3453 (java) S 3440 3442 2270 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 154400758 1843466240 45844 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3442/tid=3454] ppid=3440 vsize=1800260 CPUtime=0
/proc/3442/task/3454/stat : 3454 (java) S 3440 3442 2270 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154400758 1843466240 45844 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3442/tid=3458] ppid=3440 vsize=1800260 CPUtime=0
/proc/3442/task/3458/stat : 3458 (java) S 3440 3442 2270 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 154400937 1843466240 45844 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.75
Current children cumulated vsize (KiB) 1800260

[startup+12.7018 s]
/proc/loadavg: 1.00 0.97 0.98 2/77 3458
/proc/meminfo: memFree=1364944/2055920 swapFree=4184568/4192956
[pid=3442] ppid=3440 vsize=1800260 CPUtime=15.52
/proc/3442/stat : 3442 (java) S 3440 3442 2270 0 -1 0 69769 0 1 0 1514 38 0 0 18 0 13 0 154400732 1843466240 55684 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3442/statm: 450065 55684 1332 9 0 447677 0
[pid=3442/tid=3444] ppid=3440 vsize=1800260 CPUtime=10.86
/proc/3442/task/3444/stat : 3444 (java) R 3440 3442 2270 0 -1 64 41916 0 1 0 1068 18 0 0 21 0 13 0 154400734 1843466240 55684 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109505949 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3442/tid=3445] ppid=3440 vsize=1800260 CPUtime=0.22
/proc/3442/task/3445/stat : 3445 (java) S 3440 3442 2270 0 -1 64 5449 0 0 0 20 2 0 0 16 0 13 0 154400742 1843466240 55684 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3442/tid=3446] ppid=3440 vsize=1800260 CPUtime=0.21
/proc/3442/task/3446/stat : 3446 (java) S 3440 3442 2270 0 -1 64 4757 0 0 0 19 2 0 0 16 0 13 0 154400742 1843466240 55684 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3442/tid=3447] ppid=3440 vsize=1800260 CPUtime=0.07
/proc/3442/task/3447/stat : 3447 (java) S 3440 3442 2270 0 -1 64 29 0 0 0 3 4 0 0 15 0 13 0 154400753 1843466240 55684 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3442/tid=3448] ppid=3440 vsize=1800260 CPUtime=0
/proc/3442/task/3448/stat : 3448 (java) S 3440 3442 2270 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154400754 1843466240 55684 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3442/tid=3449] ppid=3440 vsize=1800260 CPUtime=0
/proc/3442/task/3449/stat : 3449 (java) S 3440 3442 2270 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 154400754 1843466240 55684 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3442/tid=3450] ppid=3440 vsize=1800260 CPUtime=0
/proc/3442/task/3450/stat : 3450 (java) S 3440 3442 2270 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 154400758 1843466240 55684 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3442/tid=3451] ppid=3440 vsize=1800260 CPUtime=2.07
/proc/3442/task/3451/stat : 3451 (java) S 3440 3442 2270 0 -1 64 7218 0 0 0 203 4 0 0 16 0 13 0 154400758 1843466240 55684 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3442/tid=3452] ppid=3440 vsize=1800260 CPUtime=2.02
/proc/3442/task/3452/stat : 3452 (java) S 3440 3442 2270 0 -1 64 9677 0 0 0 198 4 0 0 16 0 13 0 154400758 1843466240 55684 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3442/tid=3453] ppid=3440 vsize=1800260 CPUtime=0
/proc/3442/task/3453/stat : 3453 (java) S 3440 3442 2270 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 154400758 1843466240 55684 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3442/tid=3454] ppid=3440 vsize=1800260 CPUtime=0
/proc/3442/task/3454/stat : 3454 (java) S 3440 3442 2270 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154400758 1843466240 55684 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3442/tid=3458] ppid=3440 vsize=1800260 CPUtime=0
/proc/3442/task/3458/stat : 3458 (java) S 3440 3442 2270 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 154400937 1843466240 55684 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.52
Current children cumulated vsize (KiB) 1800260

[startup+25.5023 s]
/proc/loadavg: 1.00 0.97 0.98 2/77 3458
/proc/meminfo: memFree=1351184/2055920 swapFree=4184568/4192956
[pid=3442] ppid=3440 vsize=1800260 CPUtime=28.6
/proc/3442/stat : 3442 (java) S 3440 3442 2270 0 -1 0 73611 0 1 0 2820 40 0 0 18 0 13 0 154400732 1843466240 59112 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3442/statm: 450065 59112 1333 9 0 447677 0
[pid=3442/tid=3444] ppid=3440 vsize=1800260 CPUtime=23.47
/proc/3442/task/3444/stat : 3444 (java) R 3440 3442 2270 0 -1 64 41942 0 1 0 2328 19 0 0 18 0 13 0 154400734 1843466240 59112 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109554819 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3442/tid=3445] ppid=3440 vsize=1800260 CPUtime=0.37
/proc/3442/task/3445/stat : 3445 (java) S 3440 3442 2270 0 -1 64 7622 0 0 0 34 3 0 0 16 0 13 0 154400742 1843466240 59112 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3442/tid=3446] ppid=3440 vsize=1800260 CPUtime=0.37
/proc/3442/task/3446/stat : 3446 (java) S 3440 3442 2270 0 -1 64 6399 0 0 0 34 3 0 0 16 0 13 0 154400742 1843466240 59112 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=3442/tid=3447] ppid=3440 vsize=1800260 CPUtime=0.3
/proc/3442/task/3447/stat : 3447 (java) S 3440 3442 2270 0 -1 64 30 0 0 0 17 13 0 0 15 0 13 0 154400753 1843466240 123648 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3442/tid=3448] ppid=3440 vsize=1800260 CPUtime=0
/proc/3442/task/3448/stat : 3448 (java) S 3440 3442 2270 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154400754 1843466240 123648 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3442/tid=3449] ppid=3440 vsize=1800260 CPUtime=0
/proc/3442/task/3449/stat : 3449 (java) S 3440 3442 2270 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 154400754 1843466240 123648 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3442/tid=3450] ppid=3440 vsize=1800260 CPUtime=0
/proc/3442/task/3450/stat : 3450 (java) S 3440 3442 2270 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 154400758 1843466240 123648 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3442/tid=3451] ppid=3440 vsize=1800260 CPUtime=2.13
/proc/3442/task/3451/stat : 3451 (java) S 3440 3442 2270 0 -1 64 7218 0 0 0 209 4 0 0 17 0 13 0 154400758 1843466240 123648 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3442/tid=3452] ppid=3440 vsize=1800260 CPUtime=2.13
/proc/3442/task/3452/stat : 3452 (java) S 3440 3442 2270 0 -1 64 9679 0 0 0 209 4 0 0 16 0 13 0 154400758 1843466240 123648 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3442/tid=3453] ppid=3440 vsize=1800260 CPUtime=0
/proc/3442/task/3453/stat : 3453 (java) S 3440 3442 2270 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 154400758 1843466240 123648 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3442/tid=3454] ppid=3440 vsize=1800260 CPUtime=0
/proc/3442/task/3454/stat : 3454 (java) S 3440 3442 2270 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154400758 1843466240 123648 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3442/tid=3458] ppid=3440 vsize=1800260 CPUtime=0
/proc/3442/task/3458/stat : 3458 (java) S 3440 3442 2270 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 154400937 1843466240 123648 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1578.03
Current children cumulated vsize (KiB) 1800260

[startup+1602.3 s]
/proc/loadavg: 1.03 1.01 1.00 2/77 3460
/proc/meminfo: memFree=1085776/2055920 swapFree=4184568/4192956
[pid=3442] ppid=3440 vsize=1800260 CPUtime=1639.83
/proc/3442/stat : 3442 (java) S 3440 3442 2270 0 -1 0 147712 0 1 0 163896 87 0 0 18 0 13 0 154400732 1843466240 125057 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3442/statm: 450065 125057 1334 9 0 447677 0
[pid=3442/tid=3444] ppid=3440 vsize=1800260 CPUtime=1563.65
/proc/3442/task/3444/stat : 3444 (java) R 3440 3442 2270 0 -1 64 42756 0 1 0 156343 22 0 0 25 0 13 0 154400734 1843466240 125057 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109626108 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3442/tid=3445] ppid=3440 vsize=1800260 CPUtime=35.83
/proc/3442/task/3445/stat : 3445 (java) S 3440 3442 2270 0 -1 64 42678 0 0 0 3564 19 0 0 16 0 13 0 154400742 1843466240 125057 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3442/tid=3446] ppid=3440 vsize=1800260 CPUtime=35.71
/proc/3442/task/3446/stat : 3446 (java) S 3440 3442 2270 0 -1 64 44628 0 0 0 3550 21 0 0 16 0 13 0 154400742 1843466240 125057 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3442/tid=3447] ppid=3440 vsize=1800260 CPUtime=0.3
/proc/3442/task/3447/stat : 3447 (java) S 3440 3442 2270 0 -1 64 30 0 0 0 17 13 0 0 15 0 13 0 154400753 1843466240 125057 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3442/tid=3448] ppid=3440 vsize=1800260 CPUtime=0
/proc/3442/task/3448/stat : 3448 (java) S 3440 3442 2270 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154400754 1843466240 125057 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3442/tid=3449] ppid=3440 vsize=1800260 CPUtime=0
/proc/3442/task/3449/stat : 3449 (java) S 3440 3442 2270 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 154400754 1843466240 125057 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3442/tid=3450] ppid=3440 vsize=1800260 CPUtime=0
/proc/3442/task/3450/stat : 3450 (java) S 3440 3442 2270 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 154400758 1843466240 125057 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3442/tid=3451] ppid=3440 vsize=1800260 CPUtime=2.13
/proc/3442/task/3451/stat : 3451 (java) S 3440 3442 2270 0 -1 64 7218 0 0 0 209 4 0 0 17 0 13 0 154400758 1843466240 125057 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3442/tid=3452] ppid=3440 vsize=1800260 CPUtime=2.13
/proc/3442/task/3452/stat : 3452 (java) S 3440 3442 2270 0 -1 64 9679 0 0 0 209 4 0 0 16 0 13 0 154400758 1843466240 125057 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3442/tid=3453] ppid=3440 vsize=1800260 CPUtime=0
/proc/3442/task/3453/stat : 3453 (java) S 3440 3442 2270 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 154400758 1843466240 125057 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3442/tid=3454] ppid=3440 vsize=1800260 CPUtime=0
/proc/3442/task/3454/stat : 3454 (java) S 3440 3442 2270 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154400758 1843466240 125057 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3442/tid=3458] ppid=3440 vsize=1800260 CPUtime=0
/proc/3442/task/3458/stat : 3458 (java) S 3440 3442 2270 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 154400937 1843466240 125057 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1639.83
Current children cumulated vsize (KiB) 1800260

[startup+1662.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/77 3460
/proc/meminfo: memFree=1079312/2055920 swapFree=4184568/4192956
[pid=3442] ppid=3440 vsize=1800260 CPUtime=1701.72
/proc/3442/stat : 3442 (java) S 3440 3442 2270 0 -1 0 149419 0 1 0 170084 88 0 0 18 0 13 0 154400732 1843466240 126631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3442/statm: 450065 126631 1334 9 0 447677 0
[pid=3442/tid=3444] ppid=3440 vsize=1800260 CPUtime=1621.69
/proc/3442/task/3444/stat : 3444 (java) R 3440 3442 2270 0 -1 64 42784 0 1 0 162147 22 0 0 25 0 13 0 154400734 1843466240 126631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109627154 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3442/tid=3445] ppid=3440 vsize=1800260 CPUtime=37.76
/proc/3442/task/3445/stat : 3445 (java) S 3440 3442 2270 0 -1 64 43582 0 0 0 3756 20 0 0 16 0 13 0 154400742 1843466240 126631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3442/tid=3446] ppid=3440 vsize=1800260 CPUtime=37.64
/proc/3442/task/3446/stat : 3446 (java) S 3440 3442 2270 0 -1 64 45403 0 0 0 3742 22 0 0 17 0 13 0 154400742 1843466240 126631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3442/tid=3447] ppid=3440 vsize=1800260 CPUtime=0.3
/proc/3442/task/3447/stat : 3447 (java) S 3440 3442 2270 0 -1 64 30 0 0 0 17 13 0 0 16 0 13 0 154400753 1843466240 126631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3442/tid=3448] ppid=3440 vsize=1800260 CPUtime=0
/proc/3442/task/3448/stat : 3448 (java) S 3440 3442 2270 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154400754 1843466240 126631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3442/tid=3449] ppid=3440 vsize=1800260 CPUtime=0
/proc/3442/task/3449/stat : 3449 (java) S 3440 3442 2270 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 154400754 1843466240 126631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3442/tid=3450] ppid=3440 vsize=1800260 CPUtime=0
/proc/3442/task/3450/stat : 3450 (java) S 3440 3442 2270 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 154400758 1843466240 126631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3442/tid=3451] ppid=3440 vsize=1800260 CPUtime=2.13
/proc/3442/task/3451/stat : 3451 (java) S 3440 3442 2270 0 -1 64 7218 0 0 0 209 4 0 0 17 0 13 0 154400758 1843466240 126631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3442/tid=3452] ppid=3440 vsize=1800260 CPUtime=2.13
/proc/3442/task/3452/stat : 3452 (java) S 3440 3442 2270 0 -1 64 9679 0 0 0 209 4 0 0 16 0 13 0 154400758 1843466240 126631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3442/tid=3453] ppid=3440 vsize=1800260 CPUtime=0
/proc/3442/task/3453/stat : 3453 (java) S 3440 3442 2270 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 154400758 1843466240 126631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3442/tid=3454] ppid=3440 vsize=1800260 CPUtime=0
/proc/3442/task/3454/stat : 3454 (java) S 3440 3442 2270 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154400758 1843466240 126631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3442/tid=3458] ppid=3440 vsize=1800260 CPUtime=0
/proc/3442/task/3458/stat : 3458 (java) S 3440 3442 2270 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 154400937 1843466240 126631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1701.72
Current children cumulated vsize (KiB) 1800260

[startup+1722.3 s]
/proc/loadavg: 1.07 1.03 1.01 2/77 3460
/proc/meminfo: memFree=1072720/2055920 swapFree=4184568/4192956
[pid=3442] ppid=3440 vsize=1800260 CPUtime=1763.67
/proc/3442/stat : 3442 (java) S 3440 3442 2270 0 -1 0 151134 0 1 0 176278 89 0 0 18 0 13 0 154400732 1843466240 128299 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3442/statm: 450065 128299 1334 9 0 447677 0
[pid=3442/tid=3444] ppid=3440 vsize=1800260 CPUtime=1679.67
/proc/3442/task/3444/stat : 3444 (java) R 3440 3442 2270 0 -1 64 42812 0 1 0 167945 22 0 0 25 0 13 0 154400734 1843466240 128299 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109567435 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3442/tid=3445] ppid=3440 vsize=1800260 CPUtime=39.72
/proc/3442/task/3445/stat : 3445 (java) S 3440 3442 2270 0 -1 64 44523 0 0 0 3952 20 0 0 16 0 13 0 154400742 1843466240 128299 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3442/tid=3446] ppid=3440 vsize=1800260 CPUtime=39.63
/proc/3442/task/3446/stat : 3446 (java) S 3440 3442 2270 0 -1 64 46149 0 0 0 3941 22 0 0 16 0 13 0 154400742 1843466240 128299 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3442/tid=3447] ppid=3440 vsize=1800260 CPUtime=0.32
/proc/3442/task/3447/stat : 3447 (java) S 3440 3442 2270 0 -1 64 30 0 0 0 18 14 0 0 16 0 13 0 154400753 1843466240 128299 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3442/tid=3448] ppid=3440 vsize=1800260 CPUtime=0
/proc/3442/task/3448/stat : 3448 (java) S 3440 3442 2270 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154400754 1843466240 128299 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3442/tid=3449] ppid=3440 vsize=1800260 CPUtime=0
/proc/3442/task/3449/stat : 3449 (java) S 3440 3442 2270 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 154400754 1843466240 128299 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3442/tid=3450] ppid=3440 vsize=1800260 CPUtime=0
/proc/3442/task/3450/stat : 3450 (java) S 3440 3442 2270 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 154400758 1843466240 128299 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3442/tid=3451] ppid=3440 vsize=1800260 CPUtime=2.13
/proc/3442/task/3451/stat : 3451 (java) S 3440 3442 2270 0 -1 64 7218 0 0 0 209 4 0 0 17 0 13 0 154400758 1843466240 128299 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3442/tid=3452] ppid=3440 vsize=1800260 CPUtime=2.13
/proc/3442/task/3452/stat : 3452 (java) S 3440 3442 2270 0 -1 64 9679 0 0 0 209 4 0 0 16 0 13 0 154400758 1843466240 128299 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3442/tid=3453] ppid=3440 vsize=1800260 CPUtime=0
/proc/3442/task/3453/stat : 3453 (java) S 3440 3442 2270 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 154400758 1843466240 128299 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3442/tid=3454] ppid=3440 vsize=1800260 CPUtime=0
/proc/3442/task/3454/stat : 3454 (java) S 3440 3442 2270 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154400758 1843466240 128299 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3442/tid=3458] ppid=3440 vsize=1800260 CPUtime=0
/proc/3442/task/3458/stat : 3458 (java) S 3440 3442 2270 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 154400937 1843466240 128299 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1763.67
Current children cumulated vsize (KiB) 1800260



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1757.5 s]
/proc/loadavg: 1.04 1.02 1.00 2/77 3460
/proc/meminfo: memFree=1070224/2055920 swapFree=4184568/4192956
[pid=3442] ppid=3440 vsize=1800260 CPUtime=1800
/proc/3442/stat : 3442 (java) S 3440 3442 2270 0 -1 0 151779 0 1 0 179910 90 0 0 18 0 13 0 154400732 1843466240 128917 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3442/statm: 450065 128917 1334 9 0 447677 0
[pid=3442/tid=3444] ppid=3440 vsize=1800260 CPUtime=1713.71
/proc/3442/task/3444/stat : 3444 (java) R 3440 3442 2270 0 -1 64 42828 0 1 0 171349 22 0 0 25 0 13 0 154400734 1843466240 128917 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109711064 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3442/tid=3445] ppid=3440 vsize=1800260 CPUtime=40.87
/proc/3442/task/3445/stat : 3445 (java) S 3440 3442 2270 0 -1 64 44876 0 0 0 4067 20 0 0 17 0 13 0 154400742 1843466240 128917 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3442/tid=3446] ppid=3440 vsize=1800260 CPUtime=40.77
/proc/3442/task/3446/stat : 3446 (java) S 3440 3442 2270 0 -1 64 46425 0 0 0 4055 22 0 0 17 0 13 0 154400742 1843466240 128917 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3442/tid=3447] ppid=3440 vsize=1800260 CPUtime=0.32
/proc/3442/task/3447/stat : 3447 (java) S 3440 3442 2270 0 -1 64 30 0 0 0 18 14 0 0 16 0 13 0 154400753 1843466240 128917 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3442/tid=3448] ppid=3440 vsize=1800260 CPUtime=0
/proc/3442/task/3448/stat : 3448 (java) S 3440 3442 2270 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154400754 1843466240 128917 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3442/tid=3449] ppid=3440 vsize=1800260 CPUtime=0
/proc/3442/task/3449/stat : 3449 (java) S 3440 3442 2270 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 154400754 1843466240 128917 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3442/tid=3450] ppid=3440 vsize=1800260 CPUtime=0
/proc/3442/task/3450/stat : 3450 (java) S 3440 3442 2270 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 154400758 1843466240 128917 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3442/tid=3451] ppid=3440 vsize=1800260 CPUtime=2.13
/proc/3442/task/3451/stat : 3451 (java) S 3440 3442 2270 0 -1 64 7218 0 0 0 209 4 0 0 17 0 13 0 154400758 1843466240 128917 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3442/tid=3452] ppid=3440 vsize=1800260 CPUtime=2.13
/proc/3442/task/3452/stat : 3452 (java) S 3440 3442 2270 0 -1 64 9679 0 0 0 209 4 0 0 16 0 13 0 154400758 1843466240 128917 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3442/tid=3453] ppid=3440 vsize=1800260 CPUtime=0
/proc/3442/task/3453/stat : 3453 (java) S 3440 3442 2270 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 154400758 1843466240 128917 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3442/tid=3454] ppid=3440 vsize=1800260 CPUtime=0
/proc/3442/task/3454/stat : 3454 (java) S 3440 3442 2270 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154400758 1843466240 128917 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3442/tid=3458] ppid=3440 vsize=1800260 CPUtime=0
/proc/3442/task/3458/stat : 3458 (java) S 3440 3442 2270 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 154400937 1843466240 128917 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 1800260

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

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

[startup+1757.61 s]
/proc/loadavg: 1.04 1.02 1.00 2/77 3460
/proc/meminfo: memFree=1070224/2055920 swapFree=4184568/4192956
[pid=3442] ppid=3440 vsize=0 CPUtime=1800.12
/proc/3442/stat : 3442 (java) Z 3440 3442 2270 0 -1 1036 151798 0 1 0 179915 97 0 0 16 0 2 0 154400732 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3442/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1757.62
CPU time (s): 1800.13
CPU user time (s): 1799.15
CPU system time (s): 0.978851
CPU usage (%): 102.418
Max. virtual memory (cumulated for all children) (KiB): 1804176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.15
system time used= 0.978851
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 151798
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= 44989
involuntary context switches= 39606

runsolver used 1.74673 second user time and 4.68129 second system time

The end

Launcher Data (download as text)

Begin job on node59 on Fri Apr 20 10:28:31 UTC 2007

IDJOB= 366676
IDBENCH= 2879
IDSOLVER= 160
FILE ID= node59/366676-1177064911

PBS_JOBID= 4640222

Free space on /tmp= 66328 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-m50_100_30_30.r.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/366676-1177064911/sat4jPseudoCP.jar /tmp/evaluation/366676-1177064911/instance-366676-1177064911.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node59/watcher-366676-1177064911 -o ROOT/results/node59/solver-366676-1177064911 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/366676-1177064911/sat4jPseudoCP.jar /tmp/evaluation/366676-1177064911/instance-366676-1177064911.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  13fe0c0d776ae7f3e7aff3ed3ce58275

RANDOM SEED= 173267269

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node59.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.268
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.268
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:       1583240 kB
Buffers:         44504 kB
Cached:         364200 kB
SwapCached:       2152 kB
Active:         173300 kB
Inactive:       246440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1583240 kB
SwapTotal:     4192956 kB
SwapFree:      4184568 kB
Dirty:            3584 kB
Writeback:           0 kB
Mapped:          16912 kB
Slab:            38900 kB
Committed_AS:  2935072 kB
PageTables:       1476 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= 66328 MiB

End job on node59 on Fri Apr 20 10:57:51 UTC 2007