Trace number 366708

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
sat4jPseudoCPClause 2007-03-23SAT (TO)8 1800.19 1761.71

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
logic_synthesis/normalized-m100_50_10_10.r.opb
MD5SUM41d5abe94732aa440d44e4bcd1eb4f30
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark2.6006
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 8
Optimality of the best value was proved YES
Number of variables50
Total number of constraints100
Number of constraints which are clauses100
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 constraint10
Maximum length of a constraint10
Number of terms in the objective function 50
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 50
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 50
Number of bits of the biggest sum of numbers6
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.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c Simplify asserted PB constraints to clauses
0.20/0.20	c solving /tmp/evaluation/366708-1177065353/instance-366708-1177065353.opb
0.20/0.20	c reading problem ... 
0.30/0.30	c ... done. Wall clock time 0.095s.
0.30/0.30	c CPU time (experimental) 0.25s.
0.30/0.30	c #vars     50
0.30/0.30	c #constraints  100
0.30/0.31	c SATISFIABLE
0.30/0.31	c OPTIMIZING...
0.30/0.31	c Got one! Elapsed wall clock time (in seconds):0.104
0.30/0.31	o 9
703.24/691.58	c Got one! Elapsed wall clock time (in seconds):691.373
703.24/691.58	o 8
1800.07/1761.61	c starts		: 5
1800.07/1761.61	c conflicts		: 47648
1800.07/1761.61	c decisions		: 107899
1800.07/1761.61	c propagations		: 383536
1800.07/1761.61	c inspects		: 886022752
1800.07/1761.61	c learnt literals	: 0
1800.07/1761.61	c learnt binary clauses	: 0
1800.07/1761.61	c learnt ternary clauses	: 0
1800.07/1761.61	c learnt clauses	: 47647
1800.07/1761.61	c root simplifications	: 0
1800.07/1761.61	c removed literals (reason simplification)	: 0
1800.07/1761.61	c reason swapping (by a shorter reason)	: 0
1800.07/1761.61	c Calls to reduceDB	: 0
1800.07/1761.61	c speed (decisions/second)	: 100.83698275008084
1800.07/1761.61	c non guided choices	0
1800.07/1761.61	s SATISFIABLE
1800.07/1761.61	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 -x29
1800.07/1761.61	v x30 -x31 x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50
1800.07/1761.62	c objective function=8
1800.07/1761.62	c Total wall clock time (ms): 1761.414

Verifier Data (download as text)

OK	8

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node22/watcher-366708-1177065353 -o ROOT/results/node22/solver-366708-1177065353 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/366708-1177065353/sat4jPseudoCPClause.jar /tmp/evaluation/366708-1177065353/instance-366708-1177065353.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.01 1.05 1.02 2/77 17499
/proc/meminfo: memFree=1647544/2055920 swapFree=4168584/4192956
[pid=17499] ppid=17497 vsize=152 CPUtime=0
/proc/17499/stat : 17499 (java) R 17497 17499 16015 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 154452999 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 4678436 0 0 4096 0 0 0 0 17 1 0 0
/proc/17499/statm: 38 26 19 9 0 4 0

[startup+0.018173 s]
/proc/loadavg: 1.01 1.05 1.02 2/77 17499
/proc/meminfo: memFree=1647544/2055920 swapFree=4168584/4192956
[pid=17499] ppid=17497 vsize=12620 CPUtime=0
/proc/17499/stat : 17499 (java) S 17497 17499 16015 0 -1 0 845 0 0 0 0 0 0 0 18 0 2 0 154452999 12922880 602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/17499/statm: 3155 602 285 9 0 1243 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12620

[startup+0.10071 s]
/proc/loadavg: 1.01 1.05 1.02 2/77 17499
/proc/meminfo: memFree=1647544/2055920 swapFree=4168584/4192956
[pid=17499] ppid=17497 vsize=1780112 CPUtime=0.08
/proc/17499/stat : 17499 (java) S 17497 17499 16015 0 -1 0 3966 0 1 0 6 2 0 0 18 0 12 0 154452999 1822834688 3708 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17499/statm: 445028 3708 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.301739 s]
/proc/loadavg: 1.01 1.05 1.02 2/77 17499
/proc/meminfo: memFree=1647544/2055920 swapFree=4168584/4192956
[pid=17499] ppid=17497 vsize=1782416 CPUtime=0.3
/proc/17499/stat : 17499 (java) S 17497 17499 16015 0 -1 0 5122 0 1 0 27 3 0 0 18 0 12 0 154452999 1825193984 4861 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17499/statm: 445604 4862 1264 9 0 443215 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1782416

[startup+0.701802 s]
/proc/loadavg: 1.01 1.05 1.02 2/77 17499
/proc/meminfo: memFree=1647544/2055920 swapFree=4168584/4192956
[pid=17499] ppid=17497 vsize=1786148 CPUtime=1.02
/proc/17499/stat : 17499 (java) S 17497 17499 16015 0 -1 0 8434 0 1 0 97 5 0 0 18 0 13 0 154452999 1829015552 7291 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17499/statm: 446537 7291 1311 9 0 444148 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 1786148

[startup+1.50292 s]
/proc/loadavg: 1.01 1.05 1.02 3/90 17513
/proc/meminfo: memFree=1615120/2055920 swapFree=4168584/4192956
[pid=17499] ppid=17497 vsize=1797268 CPUtime=2.59
/proc/17499/stat : 17499 (java) S 17497 17499 16015 0 -1 0 20197 0 1 0 250 9 0 0 18 0 13 0 154452999 1840402432 15682 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17499/statm: 449317 15682 1322 9 0 446928 0
[pid=17499/tid=17501] ppid=17497 vsize=1797268 CPUtime=0.79
/proc/17499/task/17501/stat : 17501 (java) R 17497 17499 16015 0 -1 64 11179 0 1 0 74 5 0 0 18 0 13 0 154453001 1840402432 15682 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17499/tid=17502] ppid=17497 vsize=1797268 CPUtime=0
/proc/17499/task/17502/stat : 17502 (java) S 17497 17499 16015 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 154453002 1840402432 15682 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17499/tid=17503] ppid=17497 vsize=1797268 CPUtime=0
/proc/17499/task/17503/stat : 17503 (java) S 17497 17499 16015 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 154453002 1840402432 15682 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17499/tid=17504] ppid=17497 vsize=1797268 CPUtime=0
/proc/17499/task/17504/stat : 17504 (java) S 17497 17499 16015 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 154453004 1840402432 15682 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17499/tid=17505] ppid=17497 vsize=1797268 CPUtime=0
/proc/17499/task/17505/stat : 17505 (java) S 17497 17499 16015 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 154453005 1840402432 15682 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17499/tid=17506] ppid=17497 vsize=1797268 CPUtime=0
/proc/17499/task/17506/stat : 17506 (java) S 17497 17499 16015 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 154453005 1840402432 15682 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17499/tid=17507] ppid=17497 vsize=1797268 CPUtime=0
/proc/17499/task/17507/stat : 17507 (java) S 17497 17499 16015 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 154453009 1840402432 15682 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17499/tid=17508] ppid=17497 vsize=1797268 CPUtime=0.86
/proc/17499/task/17508/stat : 17508 (java) R 17497 17499 16015 0 -1 64 4316 0 0 0 85 1 0 0 18 0 13 0 154453009 1840402432 15682 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103322348 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17499/tid=17509] ppid=17497 vsize=1797268 CPUtime=0.91
/proc/17499/task/17509/stat : 17509 (java) R 17497 17499 16015 0 -1 64 3978 0 0 0 90 1 0 0 17 0 13 0 154453009 1840402432 15682 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105429869 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17499/tid=17510] ppid=17497 vsize=1797268 CPUtime=0
/proc/17499/task/17510/stat : 17510 (java) S 17497 17499 16015 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 154453009 1840402432 15682 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17499/tid=17511] ppid=17497 vsize=1797268 CPUtime=0
/proc/17499/task/17511/stat : 17511 (java) S 17497 17499 16015 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 154453009 1840402432 15682 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17499/tid=17513] ppid=17497 vsize=1797268 CPUtime=0
/proc/17499/task/17513/stat : 17513 (java) S 17497 17499 16015 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 154453031 1840402432 15682 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.59
Current children cumulated vsize (KiB) 1797268

[startup+3.10217 s]
/proc/loadavg: 1.01 1.05 1.02 4/90 17513
/proc/meminfo: memFree=1528784/2055920 swapFree=4168584/4192956
[pid=17499] ppid=17497 vsize=1801632 CPUtime=5.12
/proc/17499/stat : 17499 (java) S 17497 17499 16015 0 -1 0 53660 0 1 0 489 23 0 0 18 0 13 0 154452999 1844871168 44085 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17499/statm: 450408 44085 1331 9 0 448019 0
[pid=17499/tid=17501] ppid=17497 vsize=1801632 CPUtime=2.2
/proc/17499/task/17501/stat : 17501 (java) R 17497 17499 16015 0 -1 64 37744 0 1 0 204 16 0 0 21 0 13 0 154453001 1844871168 44085 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109548436 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17499/tid=17502] ppid=17497 vsize=1801632 CPUtime=0.01
/proc/17499/task/17502/stat : 17502 (java) S 17497 17499 16015 0 -1 64 385 0 0 0 1 0 0 0 16 0 13 0 154453002 1844871168 44085 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17499/tid=17503] ppid=17497 vsize=1801632 CPUtime=0
/proc/17499/task/17503/stat : 17503 (java) S 17497 17499 16015 0 -1 64 328 0 0 0 0 0 0 0 17 0 13 0 154453002 1844871168 44085 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17499/tid=17504] ppid=17497 vsize=1801632 CPUtime=0
/proc/17499/task/17504/stat : 17504 (java) S 17497 17499 16015 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154453004 1844871168 44085 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17499/tid=17505] ppid=17497 vsize=1801632 CPUtime=0
/proc/17499/task/17505/stat : 17505 (java) S 17497 17499 16015 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154453005 1844871168 44085 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17499/tid=17506] ppid=17497 vsize=1801632 CPUtime=0
/proc/17499/task/17506/stat : 17506 (java) S 17497 17499 16015 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 154453005 1844871168 44085 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17499/tid=17507] ppid=17497 vsize=1801632 CPUtime=0
/proc/17499/task/17507/stat : 17507 (java) S 17497 17499 16015 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 154453009 1844871168 44085 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17499/tid=17508] ppid=17497 vsize=1801632 CPUtime=1.3
/proc/17499/task/17508/stat : 17508 (java) S 17497 17499 16015 0 -1 64 6628 0 0 0 128 2 0 0 15 0 13 0 154453009 1844871168 44085 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17499/tid=17509] ppid=17497 vsize=1801632 CPUtime=1.57
/proc/17499/task/17509/stat : 17509 (java) S 17497 17499 16015 0 -1 64 7846 0 0 0 154 3 0 0 16 0 13 0 154453009 1844871168 44085 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17499/tid=17510] ppid=17497 vsize=1801632 CPUtime=0
/proc/17499/task/17510/stat : 17510 (java) S 17497 17499 16015 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 154453009 1844871168 44085 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17499/tid=17511] ppid=17497 vsize=1801632 CPUtime=0
/proc/17499/task/17511/stat : 17511 (java) S 17497 17499 16015 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 154453009 1844871168 44085 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17499/tid=17513] ppid=17497 vsize=1801632 CPUtime=0
/proc/17499/task/17513/stat : 17513 (java) S 17497 17499 16015 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 154453031 1844871168 44085 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.12
Current children cumulated vsize (KiB) 1801632

[startup+6.30165 s]
/proc/loadavg: 1.09 1.07 1.02 2/90 17513
/proc/meminfo: memFree=1468304/2055920 swapFree=4168584/4192956
[pid=17499] ppid=17497 vsize=1801632 CPUtime=8.45
/proc/17499/stat : 17499 (java) S 17497 17499 16015 0 -1 0 56047 0 1 0 821 24 0 0 18 0 13 0 154452999 1844871168 46447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17499/statm: 450408 46447 1331 9 0 448019 0
[pid=17499/tid=17501] ppid=17497 vsize=1801632 CPUtime=5.3
/proc/17499/task/17501/stat : 17501 (java) R 17497 17499 16015 0 -1 64 37748 0 1 0 514 16 0 0 25 0 13 0 154453001 1844871168 46447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109495115 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17499/tid=17502] ppid=17497 vsize=1801632 CPUtime=0.06
/proc/17499/task/17502/stat : 17502 (java) S 17497 17499 16015 0 -1 64 1637 0 0 0 6 0 0 0 17 0 13 0 154453002 1844871168 46447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17499/tid=17503] ppid=17497 vsize=1801632 CPUtime=0.06
/proc/17499/task/17503/stat : 17503 (java) S 17497 17499 16015 0 -1 64 1442 0 0 0 6 0 0 0 17 0 13 0 154453002 1844871168 46447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17499/tid=17504] ppid=17497 vsize=1801632 CPUtime=0
/proc/17499/task/17504/stat : 17504 (java) S 17497 17499 16015 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 154453004 1844871168 46447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17499/tid=17505] ppid=17497 vsize=1801632 CPUtime=0
/proc/17499/task/17505/stat : 17505 (java) S 17497 17499 16015 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154453005 1844871168 46447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17499/tid=17506] ppid=17497 vsize=1801632 CPUtime=0
/proc/17499/task/17506/stat : 17506 (java) S 17497 17499 16015 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 154453005 1844871168 46447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17499/tid=17507] ppid=17497 vsize=1801632 CPUtime=0
/proc/17499/task/17507/stat : 17507 (java) S 17497 17499 16015 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 154453009 1844871168 46447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17499/tid=17508] ppid=17497 vsize=1801632 CPUtime=1.36
/proc/17499/task/17508/stat : 17508 (java) S 17497 17499 16015 0 -1 64 6637 0 0 0 134 2 0 0 16 0 13 0 154453009 1844871168 46447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17499/tid=17509] ppid=17497 vsize=1801632 CPUtime=1.61
/proc/17499/task/17509/stat : 17509 (java) S 17497 17499 16015 0 -1 64 7848 0 0 0 158 3 0 0 17 0 13 0 154453009 1844871168 46447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17499/tid=17510] ppid=17497 vsize=1801632 CPUtime=0
/proc/17499/task/17510/stat : 17510 (java) S 17497 17499 16015 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 154453009 1844871168 46447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17499/tid=17511] ppid=17497 vsize=1801632 CPUtime=0
/proc/17499/task/17511/stat : 17511 (java) S 17497 17499 16015 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 154453009 1844871168 46447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17499/tid=17513] ppid=17497 vsize=1801632 CPUtime=0
/proc/17499/task/17513/stat : 17513 (java) S 17497 17499 16015 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 154453031 1844871168 46447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.45
Current children cumulated vsize (KiB) 1801632

[startup+12.7026 s]
/proc/loadavg: 1.08 1.07 1.02 2/90 17513
/proc/meminfo: memFree=1439056/2055920 swapFree=4168584/4192956
[pid=17499] ppid=17497 vsize=1800240 CPUtime=15
/proc/17499/stat : 17499 (java) S 17497 17499 16015 0 -1 0 65707 0 1 0 1471 29 0 0 18 0 13 0 154452999 1843445760 53151 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17499/statm: 450060 53151 1332 9 0 447671 0
[pid=17499/tid=17501] ppid=17497 vsize=1800240 CPUtime=11.54
/proc/17499/task/17501/stat : 17501 (java) R 17497 17499 16015 0 -1 64 39892 0 1 0 1137 17 0 0 25 0 13 0 154453001 1843445760 53151 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109602376 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17499/tid=17502] ppid=17497 vsize=1800240 CPUtime=0.22
/proc/17499/task/17502/stat : 17502 (java) S 17497 17499 16015 0 -1 64 5500 0 0 0 20 2 0 0 16 0 13 0 154453002 1843445760 53151 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17499/tid=17503] ppid=17497 vsize=1800240 CPUtime=0.21
/proc/17499/task/17503/stat : 17503 (java) S 17497 17499 16015 0 -1 64 5080 0 0 0 19 2 0 0 16 0 13 0 154453002 1843445760 53151 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17499/tid=17504] ppid=17497 vsize=1800240 CPUtime=0
/proc/17499/task/17504/stat : 17504 (java) S 17497 17499 16015 0 -1 64 27 0 0 0 0 0 0 0 16 0 13 0 154453004 1843445760 53151 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17499/tid=17505] ppid=17497 vsize=1800240 CPUtime=0
/proc/17499/task/17505/stat : 17505 (java) S 17497 17499 16015 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154453005 1843445760 53151 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17499/tid=17506] ppid=17497 vsize=1800240 CPUtime=0
/proc/17499/task/17506/stat : 17506 (java) S 17497 17499 16015 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 154453005 1843445760 53151 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17499/tid=17507] ppid=17497 vsize=1800240 CPUtime=0
/proc/17499/task/17507/stat : 17507 (java) S 17497 17499 16015 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 154453009 1843445760 53151 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17499/tid=17508] ppid=17497 vsize=1800240 CPUtime=1.36
/proc/17499/task/17508/stat : 17508 (java) S 17497 17499 16015 0 -1 64 6638 0 0 0 134 2 0 0 15 0 13 0 154453009 1843445760 53151 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17499/tid=17509] ppid=17497 vsize=1800240 CPUtime=1.62
/proc/17499/task/17509/stat : 17509 (java) S 17497 17499 16015 0 -1 64 7848 0 0 0 159 3 0 0 15 0 13 0 154453009 1843445760 53151 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17499/tid=17510] ppid=17497 vsize=1800240 CPUtime=0
/proc/17499/task/17510/stat : 17510 (java) S 17497 17499 16015 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 154453009 1843445760 53151 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17499/tid=17511] ppid=17497 vsize=1800240 CPUtime=0
/proc/17499/task/17511/stat : 17511 (java) S 17497 17499 16015 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 154453009 1843445760 53151 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17499/tid=17513] ppid=17497 vsize=1800240 CPUtime=0
/proc/17499/task/17513/stat : 17513 (java) S 17497 17499 16015 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 154453031 1843445760 53151 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15
Current children cumulated vsize (KiB) 1800240

[startup+25.5016 s]
/proc/loadavg: 1.06 1.06 1.02 2/90 17513
/proc/meminfo: memFree=1435088/2055920 swapFree=4168584/4192956
[pid=17499] ppid=17497 vsize=1800240 CPUtime=27.96
/proc/17499/stat : 17499 (java) S 17497 17499 16015 0 -1 0 68153 0 1 0 2767 29 0 0 18 0 13 0 154452999 1843445760 54139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17499/statm: 450060 54139 1333 9 0 447671 0
[pid=17499/tid=17501] ppid=17497 vsize=1800240 CPUtime=24.23
/proc/17499/task/17501/stat : 17501 (java) R 17497 17499 16015 0 -1 64 39902 0 1 0 2406 17 0 0 25 0 13 0 154453001 1843445760 54139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109537114 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17499/tid=17502] ppid=17497 vsize=1800240 CPUtime=0.32
/proc/17499/task/17502/stat : 17502 (java) S 17497 17499 16015 0 -1 64 6890 0 0 0 30 2 0 0 16 0 13 0 154453002 1843445760 54139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17499/tid=17503] ppid=17497 vsize=1800240 CPUtime=0.31
/proc/17499/task/17503/stat : 17503 (java) S 17497 17499 16015 0 -1 64 6122 0 0 0 29 2 0 0 17 0 13 0 154453002 1843445760 54139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=17499] ppid=17497 vsize=1800240 CPUtime=1574.26
/proc/17499/stat : 17499 (java) S 17497 17499 16015 0 -1 0 127036 0 1 0 157344 82 0 0 18 0 13 0 154452999 1843445760 91371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17499/statm: 450060 91371 1335 9 0 447671 0
[pid=17499/tid=17501] ppid=17497 vsize=1800240 CPUtime=1509.73
/proc/17499/task/17501/stat : 17501 (java) R 17497 17499 16015 0 -1 64 58782 0 1 0 150934 39 0 0 25 0 13 0 154453001 1843445760 91371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109547524 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17499/tid=17502] ppid=17497 vsize=1800240 CPUtime=30.58
/proc/17499/task/17502/stat : 17502 (java) S 17497 17499 16015 0 -1 64 26739 0 0 0 3044 14 0 0 16 0 13 0 154453002 1843445760 91371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17499/tid=17503] ppid=17497 vsize=1800240 CPUtime=30.55
/proc/17499/task/17503/stat : 17503 (java) S 17497 17499 16015 0 -1 64 26196 0 0 0 3043 12 0 0 17 0 13 0 154453002 1843445760 91371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17499/tid=17504] ppid=17497 vsize=1800240 CPUtime=0.22
/proc/17499/task/17504/stat : 17504 (java) S 17497 17499 16015 0 -1 64 102 0 0 0 13 9 0 0 16 0 13 0 154453004 1843445760 91371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17499/tid=17505] ppid=17497 vsize=1800240 CPUtime=0
/proc/17499/task/17505/stat : 17505 (java) S 17497 17499 16015 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154453005 1843445760 91371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17499/tid=17506] ppid=17497 vsize=1800240 CPUtime=0
/proc/17499/task/17506/stat : 17506 (java) S 17497 17499 16015 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 154453005 1843445760 91371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17499/tid=17507] ppid=17497 vsize=1800240 CPUtime=0
/proc/17499/task/17507/stat : 17507 (java) S 17497 17499 16015 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 154453009 1843445760 91371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17499/tid=17508] ppid=17497 vsize=1800240 CPUtime=1.41
/proc/17499/task/17508/stat : 17508 (java) S 17497 17499 16015 0 -1 64 6639 0 0 0 139 2 0 0 16 0 13 0 154453009 1843445760 91371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17499/tid=17509] ppid=17497 vsize=1800240 CPUtime=1.71
/proc/17499/task/17509/stat : 17509 (java) S 17497 17499 16015 0 -1 64 7855 0 0 0 168 3 0 0 17 0 13 0 154453009 1843445760 91371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17499/tid=17510] ppid=17497 vsize=1800240 CPUtime=0
/proc/17499/task/17510/stat : 17510 (java) S 17497 17499 16015 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 154453009 1843445760 91371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17499/tid=17511] ppid=17497 vsize=1800240 CPUtime=0
/proc/17499/task/17511/stat : 17511 (java) S 17497 17499 16015 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 154453009 1843445760 91371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17499/tid=17516] ppid=17497 vsize=1800240 CPUtime=0
/proc/17499/task/17516/stat : 17516 (java) S 17497 17499 16015 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154522157 1843445760 91371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1574.26
Current children cumulated vsize (KiB) 1800240

[startup+1602.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/90 17715
/proc/meminfo: memFree=1281992/2055920 swapFree=4168584/4192956
[pid=17499] ppid=17497 vsize=1800240 CPUtime=1635.98
/proc/17499/stat : 17499 (java) S 17497 17499 16015 0 -1 0 128038 0 1 0 163513 85 0 0 18 0 13 0 154452999 1843445760 92290 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17499/statm: 450060 92290 1335 9 0 447671 0
[pid=17499/tid=17501] ppid=17497 vsize=1800240 CPUtime=1567.91
/proc/17499/task/17501/stat : 17501 (java) R 17497 17499 16015 0 -1 64 58810 0 1 0 156752 39 0 0 25 0 13 0 154453001 1843445760 92290 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109520460 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17499/tid=17502] ppid=17497 vsize=1800240 CPUtime=32.34
/proc/17499/task/17502/stat : 17502 (java) S 17497 17499 16015 0 -1 64 27544 0 0 0 3219 15 0 0 16 0 13 0 154453002 1843445760 92290 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17499/tid=17503] ppid=17497 vsize=1800240 CPUtime=32.32
/proc/17499/task/17503/stat : 17503 (java) S 17497 17499 16015 0 -1 64 26365 0 0 0 3219 13 0 0 16 0 13 0 154453002 1843445760 92290 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17499/tid=17504] ppid=17497 vsize=1800240 CPUtime=0.23
/proc/17499/task/17504/stat : 17504 (java) S 17497 17499 16015 0 -1 64 102 0 0 0 14 9 0 0 16 0 13 0 154453004 1843445760 92290 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17499/tid=17505] ppid=17497 vsize=1800240 CPUtime=0
/proc/17499/task/17505/stat : 17505 (java) S 17497 17499 16015 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154453005 1843445760 92290 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17499/tid=17506] ppid=17497 vsize=1800240 CPUtime=0
/proc/17499/task/17506/stat : 17506 (java) S 17497 17499 16015 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 154453005 1843445760 92290 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17499/tid=17507] ppid=17497 vsize=1800240 CPUtime=0
/proc/17499/task/17507/stat : 17507 (java) S 17497 17499 16015 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 154453009 1843445760 92290 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17499/tid=17508] ppid=17497 vsize=1800240 CPUtime=1.41
/proc/17499/task/17508/stat : 17508 (java) S 17497 17499 16015 0 -1 64 6639 0 0 0 139 2 0 0 16 0 13 0 154453009 1843445760 92290 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17499/tid=17509] ppid=17497 vsize=1800240 CPUtime=1.71
/proc/17499/task/17509/stat : 17509 (java) S 17497 17499 16015 0 -1 64 7855 0 0 0 168 3 0 0 17 0 13 0 154453009 1843445760 92290 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17499/tid=17510] ppid=17497 vsize=1800240 CPUtime=0
/proc/17499/task/17510/stat : 17510 (java) S 17497 17499 16015 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 154453009 1843445760 92290 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17499/tid=17511] ppid=17497 vsize=1800240 CPUtime=0
/proc/17499/task/17511/stat : 17511 (java) S 17497 17499 16015 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 154453009 1843445760 92290 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17499/tid=17516] ppid=17497 vsize=1800240 CPUtime=0
/proc/17499/task/17516/stat : 17516 (java) S 17497 17499 16015 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154522157 1843445760 92290 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1635.98
Current children cumulated vsize (KiB) 1800240

[startup+1662.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/90 17715
/proc/meminfo: memFree=1278664/2055920 swapFree=4168584/4192956
[pid=17499] ppid=17497 vsize=1800240 CPUtime=1697.74
/proc/17499/stat : 17499 (java) S 17497 17499 16015 0 -1 0 128926 0 1 0 169688 86 0 0 18 0 13 0 154452999 1843445760 93124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17499/statm: 450060 93124 1335 9 0 447671 0
[pid=17499/tid=17501] ppid=17497 vsize=1800240 CPUtime=1626.06
/proc/17499/task/17501/stat : 17501 (java) R 17497 17499 16015 0 -1 64 58838 0 1 0 162566 40 0 0 25 0 13 0 154453001 1843445760 93124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109548726 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17499/tid=17502] ppid=17497 vsize=1800240 CPUtime=34.14
/proc/17499/task/17502/stat : 17502 (java) S 17497 17499 16015 0 -1 64 27758 0 0 0 3399 15 0 0 16 0 13 0 154453002 1843445760 93124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17499/tid=17503] ppid=17497 vsize=1800240 CPUtime=34.11
/proc/17499/task/17503/stat : 17503 (java) S 17497 17499 16015 0 -1 64 27011 0 0 0 3398 13 0 0 16 0 13 0 154453002 1843445760 93124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17499/tid=17504] ppid=17497 vsize=1800240 CPUtime=0.24
/proc/17499/task/17504/stat : 17504 (java) S 17497 17499 16015 0 -1 64 102 0 0 0 14 10 0 0 16 0 13 0 154453004 1843445760 93124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17499/tid=17505] ppid=17497 vsize=1800240 CPUtime=0
/proc/17499/task/17505/stat : 17505 (java) S 17497 17499 16015 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154453005 1843445760 93124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17499/tid=17506] ppid=17497 vsize=1800240 CPUtime=0
/proc/17499/task/17506/stat : 17506 (java) S 17497 17499 16015 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 154453005 1843445760 93124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17499/tid=17507] ppid=17497 vsize=1800240 CPUtime=0
/proc/17499/task/17507/stat : 17507 (java) S 17497 17499 16015 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 154453009 1843445760 93124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17499/tid=17508] ppid=17497 vsize=1800240 CPUtime=1.41
/proc/17499/task/17508/stat : 17508 (java) S 17497 17499 16015 0 -1 64 6639 0 0 0 139 2 0 0 16 0 13 0 154453009 1843445760 93124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17499/tid=17509] ppid=17497 vsize=1800240 CPUtime=1.71
/proc/17499/task/17509/stat : 17509 (java) S 17497 17499 16015 0 -1 64 7855 0 0 0 168 3 0 0 17 0 13 0 154453009 1843445760 93124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17499/tid=17510] ppid=17497 vsize=1800240 CPUtime=0
/proc/17499/task/17510/stat : 17510 (java) S 17497 17499 16015 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 154453009 1843445760 93124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17499/tid=17511] ppid=17497 vsize=1800240 CPUtime=0
/proc/17499/task/17511/stat : 17511 (java) S 17497 17499 16015 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 154453009 1843445760 93124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17499/tid=17516] ppid=17497 vsize=1800240 CPUtime=0
/proc/17499/task/17516/stat : 17516 (java) S 17497 17499 16015 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154522157 1843445760 93124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1697.74
Current children cumulated vsize (KiB) 1800240

[startup+1722.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 17715
/proc/meminfo: memFree=1275336/2055920 swapFree=4168584/4192956
[pid=17499] ppid=17497 vsize=1800240 CPUtime=1759.54
/proc/17499/stat : 17499 (java) S 17497 17499 16015 0 -1 0 129843 0 1 0 175866 88 0 0 18 0 13 0 154452999 1843445760 93956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17499/statm: 450060 93956 1335 9 0 447671 0
[pid=17499/tid=17501] ppid=17497 vsize=1800240 CPUtime=1684.17
/proc/17499/task/17501/stat : 17501 (java) R 17497 17499 16015 0 -1 64 58866 0 1 0 168377 40 0 0 25 0 13 0 154453001 1843445760 93956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109550737 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17499/tid=17502] ppid=17497 vsize=1800240 CPUtime=35.99
/proc/17499/task/17502/stat : 17502 (java) S 17497 17499 16015 0 -1 64 28255 0 0 0 3583 16 0 0 16 0 13 0 154453002 1843445760 93956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17499/tid=17503] ppid=17497 vsize=1800240 CPUtime=35.94
/proc/17499/task/17503/stat : 17503 (java) S 17497 17499 16015 0 -1 64 27402 0 0 0 3581 13 0 0 16 0 13 0 154453002 1843445760 93956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17499/tid=17504] ppid=17497 vsize=1800240 CPUtime=0.25
/proc/17499/task/17504/stat : 17504 (java) S 17497 17499 16015 0 -1 64 103 0 0 0 15 10 0 0 16 0 13 0 154453004 1843445760 93956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17499/tid=17505] ppid=17497 vsize=1800240 CPUtime=0
/proc/17499/task/17505/stat : 17505 (java) S 17497 17499 16015 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154453005 1843445760 93956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17499/tid=17506] ppid=17497 vsize=1800240 CPUtime=0
/proc/17499/task/17506/stat : 17506 (java) S 17497 17499 16015 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 154453005 1843445760 93956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17499/tid=17507] ppid=17497 vsize=1800240 CPUtime=0
/proc/17499/task/17507/stat : 17507 (java) S 17497 17499 16015 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 154453009 1843445760 93956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17499/tid=17508] ppid=17497 vsize=1800240 CPUtime=1.41
/proc/17499/task/17508/stat : 17508 (java) S 17497 17499 16015 0 -1 64 6639 0 0 0 139 2 0 0 16 0 13 0 154453009 1843445760 93956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17499/tid=17509] ppid=17497 vsize=1800240 CPUtime=1.71
/proc/17499/task/17509/stat : 17509 (java) S 17497 17499 16015 0 -1 64 7855 0 0 0 168 3 0 0 17 0 13 0 154453009 1843445760 93956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17499/tid=17510] ppid=17497 vsize=1800240 CPUtime=0
/proc/17499/task/17510/stat : 17510 (java) S 17497 17499 16015 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 154453009 1843445760 93956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17499/tid=17511] ppid=17497 vsize=1800240 CPUtime=0
/proc/17499/task/17511/stat : 17511 (java) S 17497 17499 16015 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 154453009 1843445760 93956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17499/tid=17516] ppid=17497 vsize=1800240 CPUtime=0
/proc/17499/task/17516/stat : 17516 (java) S 17497 17499 16015 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154522157 1843445760 93956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1759.54
Current children cumulated vsize (KiB) 1800240



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1761.6 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 17715
/proc/meminfo: memFree=1273928/2055920 swapFree=4168584/4192956
[pid=17499] ppid=17497 vsize=1800240 CPUtime=1800.07
/proc/17499/stat : 17499 (java) S 17497 17499 16015 0 -1 0 130204 0 1 0 179918 89 0 0 18 0 13 0 154452999 1843445760 94286 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17499/statm: 450060 94286 1335 9 0 447671 0
[pid=17499/tid=17501] ppid=17497 vsize=1800240 CPUtime=1722.19
/proc/17499/task/17501/stat : 17501 (java) R 17497 17499 16015 0 -1 64 58885 0 1 0 172178 41 0 0 25 0 13 0 154453001 1843445760 94286 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109654216 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17499/tid=17502] ppid=17497 vsize=1800240 CPUtime=37.24
/proc/17499/task/17502/stat : 17502 (java) S 17497 17499 16015 0 -1 64 28351 0 0 0 3708 16 0 0 17 0 13 0 154453002 1843445760 94286 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17499/tid=17503] ppid=17497 vsize=1800240 CPUtime=37.19
/proc/17499/task/17503/stat : 17503 (java) S 17497 17499 16015 0 -1 64 27648 0 0 0 3706 13 0 0 16 0 13 0 154453002 1843445760 94286 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17499/tid=17504] ppid=17497 vsize=1800240 CPUtime=0.25
/proc/17499/task/17504/stat : 17504 (java) S 17497 17499 16015 0 -1 64 103 0 0 0 15 10 0 0 15 0 13 0 154453004 1843445760 94286 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17499/tid=17505] ppid=17497 vsize=1800240 CPUtime=0
/proc/17499/task/17505/stat : 17505 (java) S 17497 17499 16015 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154453005 1843445760 94286 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17499/tid=17506] ppid=17497 vsize=1800240 CPUtime=0
/proc/17499/task/17506/stat : 17506 (java) S 17497 17499 16015 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 154453005 1843445760 94286 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17499/tid=17507] ppid=17497 vsize=1800240 CPUtime=0
/proc/17499/task/17507/stat : 17507 (java) S 17497 17499 16015 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 154453009 1843445760 94286 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17499/tid=17508] ppid=17497 vsize=1800240 CPUtime=1.41
/proc/17499/task/17508/stat : 17508 (java) S 17497 17499 16015 0 -1 64 6639 0 0 0 139 2 0 0 16 0 13 0 154453009 1843445760 94286 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17499/tid=17509] ppid=17497 vsize=1800240 CPUtime=1.71
/proc/17499/task/17509/stat : 17509 (java) S 17497 17499 16015 0 -1 64 7855 0 0 0 168 3 0 0 17 0 13 0 154453009 1843445760 94286 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17499/tid=17510] ppid=17497 vsize=1800240 CPUtime=0
/proc/17499/task/17510/stat : 17510 (java) S 17497 17499 16015 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 154453009 1843445760 94286 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17499/tid=17511] ppid=17497 vsize=1800240 CPUtime=0
/proc/17499/task/17511/stat : 17511 (java) S 17497 17499 16015 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 154453009 1843445760 94286 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17499/tid=17516] ppid=17497 vsize=1800240 CPUtime=0
/proc/17499/task/17516/stat : 17516 (java) S 17497 17499 16015 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154522157 1843445760 94286 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) 1800240

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

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

Child status: 143
Real time (s): 1761.71
CPU time (s): 1800.19
CPU user time (s): 1799.23
CPU system time (s): 0.954854
CPU usage (%): 102.184
Max. virtual memory (cumulated for all children) (KiB): 1803452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.23
system time used= 0.954854
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 130224
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= 44122
involuntary context switches= 70380

runsolver used 1.73974 second user time and 4.84326 second system time

The end

Launcher Data (download as text)

Begin job on node22 on Fri Apr 20 10:35:53 UTC 2007

IDJOB= 366708
IDBENCH= 2882
IDSOLVER= 164
FILE ID= node22/366708-1177065353

PBS_JOBID= 4640185

Free space on /tmp= 66496 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  41d5abe94732aa440d44e4bcd1eb4f30

RANDOM SEED= 398793543

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node22.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.265
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.265
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:       1647952 kB
Buffers:         44080 kB
Cached:         272376 kB
SwapCached:       2192 kB
Active:         136444 kB
Inactive:       203232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1647952 kB
SwapTotal:     4192956 kB
SwapFree:      4168584 kB
Dirty:            3776 kB
Writeback:           0 kB
Mapped:          31028 kB
Slab:            54004 kB
Committed_AS:  1841332 kB
PageTables:       1676 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= 66496 MiB

End job on node22 on Fri Apr 20 11:05:17 UTC 2007