Trace number 350135

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-23? (TO) 1800.21 1786.41

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=180-sizeP=91-sizeQ=180-348768554-max.opb
MD5SUM70a36045701f7ebe55c56022c0c942d1
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-2
Best CPU time to get the best result obtained on this benchmark1800.44
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -2
Optimality of the best value was proved NO
Number of variables16651
Total number of constraints49141
Number of constraints which are clauses49140
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint16380
Number of terms in the objective function 91
Biggest coefficient in the objective function 1237940039285380274899124224
Number of bits for the biggest coefficient in the objective function 91
Sum of the numbers in the objective function 2475880078570760549798248447
Number of bits of the sum of numbers in the objective function 91
Biggest number in a constraint 948568795032094272909893509191171341133987714380927500611236528192824358010355712
Number of bits of the biggest number in a constraint 270
Biggest sum of numbers in a constraint 3794275180128377091639574036119569691105961065265835810055117519795943319408340779
Number of bits of the biggest sum of numbers271
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.11/0.49	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.11/0.49	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.11/0.49	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.17/0.50	c no version file found!!!
0.17/0.50	c sun.arch.data.model	32
0.17/0.50	c java.version	1.6.0
0.17/0.50	c os.name	Linux
0.17/0.50	c os.version	2.6.9-22.EL.rootsmp
0.17/0.50	c os.arch	i386
0.17/0.50	c Free memory 1651659224
0.17/0.50	c Max memory 1654456320
0.17/0.50	c Total memory 1654456320
0.17/0.50	c Number of processors 2
0.17/0.56	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.17/0.56	--- Begin Solver configuration ---
0.17/0.56	c Stops conflict analysis at the first Unique Implication Point
0.17/0.56	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.17/0.56	c Learn all clauses as in MiniSAT
0.17/0.56	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.17/0.56	c VSIDS like heuristics from MiniSAT using a heap
0.17/0.56	c No reason simplification
0.17/0.56	c --- End Solver configuration ---
0.17/0.56	c solving /tmp/evaluation/350135-1176795530/instance-350135-1176795530.opb
0.17/0.56	c reading problem ... 
3.01/2.77	c ... done. Wall clock time 2.214s.
3.01/2.77	c CPU time (experimental) 1.94s.
3.01/2.77	c #vars     16651
3.01/2.77	c #constraints  49142
1800.10/1786.32	c starts		: 1
1800.10/1786.32	c conflicts		: 17
1800.10/1786.32	c decisions		: 2646
1800.10/1786.32	c propagations		: 113673
1800.10/1786.32	c inspects		: 644797
1800.10/1786.32	c learnt literals	: 0
1800.10/1786.32	c learnt binary clauses	: 0
1800.10/1786.32	c learnt ternary clauses	: 0
1800.10/1786.32	c learnt clauses	: 16
1800.10/1786.32	c root simplifications	: 0
1800.10/1786.32	c removed literals (reason simplification)	: 0
1800.10/1786.32	c reason swapping (by a shorter reason)	: 0
1800.10/1786.32	c Calls to reduceDB	: 0
1800.10/1786.32	c speed (decisions/second)	: 1.4836004954306115
1800.10/1786.32	c non guided choices	2
1800.10/1786.32	s UNKNOWN
1800.10/1786.32	c Total wall clock time (ms): 1785.759

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 23414
/proc/meminfo: memFree=1914432/2055920 swapFree=4127348/4192956
[pid=23414] ppid=23412 vsize=18568 CPUtime=0
/proc/23414/stat : 23414 (runsolver) D 23412 23414 23066 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 127470813 19013632 292 18446744073709551615 4194304 4296420 548682068832 18446744073709551615 269757246759 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/23414/statm: 4642 292 257 24 0 2626 0

[startup+0.019241 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 23414
/proc/meminfo: memFree=1914432/2055920 swapFree=4127348/4192956
[pid=23414] ppid=23412 vsize=18568 CPUtime=0
/proc/23414/stat : 23414 (runsolver) D 23412 23414 23066 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 127470813 19013632 292 18446744073709551615 4194304 4296420 548682068832 18446744073709551615 269757246759 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/23414/statm: 4642 292 257 24 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18568

[startup+0.10126 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 23414
/proc/meminfo: memFree=1914432/2055920 swapFree=4127348/4192956
[pid=23414] ppid=23412 vsize=1472 CPUtime=0
/proc/23414/stat : 23414 (java) D 23412 23414 23066 0 -1 0 93 0 5 0 0 0 0 0 18 0 1 0 127470813 1507328 71 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 12691776 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/23414/statm: 368 71 51 9 0 10 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1472

[startup+0.301342 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 23414
/proc/meminfo: memFree=1914432/2055920 swapFree=4127348/4192956
[pid=23414] ppid=23412 vsize=1775952 CPUtime=0.06
/proc/23414/stat : 23414 (java) S 23412 23414 23066 0 -1 0 3049 0 50 0 1 5 0 0 18 0 4 0 127470813 1818574848 2846 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/23414/statm: 443988 2846 846 9 0 441624 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1775952

[startup+0.701389 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 23414
/proc/meminfo: memFree=1914432/2055920 swapFree=4127348/4192956
[pid=23414] ppid=23412 vsize=1782132 CPUtime=0.43
/proc/23414/stat : 23414 (java) S 23412 23414 23066 0 -1 0 5325 0 50 0 35 8 0 0 18 0 12 0 127470813 1824903168 5113 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23414/statm: 445533 5113 1268 9 0 443145 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 1782132

[startup+1.50256 s]
/proc/loadavg: 1.00 1.00 1.00 4/89 23426
/proc/meminfo: memFree=1883936/2055920 swapFree=4127348/4192956
[pid=23414] ppid=23412 vsize=1785728 CPUtime=1.59
/proc/23414/stat : 23414 (java) S 23412 23414 23066 0 -1 0 11815 0 50 0 147 12 0 0 18 0 12 0 127470813 1828585472 10529 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23414/statm: 446432 10530 1301 9 0 444044 0
[pid=23414/tid=23416] ppid=23412 vsize=1785728 CPUtime=0.83
/proc/23414/task/23416/stat : 23416 (java) R 23412 23414 23066 0 -1 64 8671 0 11 0 75 8 0 0 19 0 12 0 127470831 1828585472 10530 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109659597 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23414/tid=23417] ppid=23412 vsize=1785728 CPUtime=0
/proc/23414/task/23417/stat : 23417 (java) S 23412 23414 23066 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 127470841 1828585472 10531 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23414/tid=23418] ppid=23412 vsize=1785728 CPUtime=0
/proc/23414/task/23418/stat : 23418 (java) S 23412 23414 23066 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 127470841 1828585472 10531 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23414/tid=23419] ppid=23412 vsize=1785728 CPUtime=0
/proc/23414/task/23419/stat : 23419 (java) S 23412 23414 23066 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 127470845 1828585472 10532 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23414/tid=23420] ppid=23412 vsize=1785728 CPUtime=0
/proc/23414/task/23420/stat : 23420 (java) S 23412 23414 23066 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 127470845 1828585472 10533 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23414/tid=23421] ppid=23412 vsize=1785728 CPUtime=0
/proc/23414/task/23421/stat : 23421 (java) S 23412 23414 23066 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 127470845 1828585472 10533 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23414/tid=23422] ppid=23412 vsize=1785728 CPUtime=0
/proc/23414/task/23422/stat : 23422 (java) S 23412 23414 23066 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 127470854 1828585472 10534 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23414/tid=23423] ppid=23412 vsize=1785728 CPUtime=0.31
/proc/23414/task/23423/stat : 23423 (java) S 23412 23414 23066 0 -1 64 1362 0 0 0 31 0 0 0 16 0 12 0 127470854 1828585472 10534 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23414/tid=23424] ppid=23412 vsize=1785728 CPUtime=0.39
/proc/23414/task/23424/stat : 23424 (java) S 23412 23414 23066 0 -1 64 1100 0 0 0 39 0 0 0 16 0 12 0 127470854 1828585472 10535 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23414/tid=23425] ppid=23412 vsize=1785728 CPUtime=0
/proc/23414/task/23425/stat : 23425 (java) S 23412 23414 23066 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 127470854 1828585472 10536 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23414/tid=23426] ppid=23412 vsize=1785728 CPUtime=0
/proc/23414/task/23426/stat : 23426 (java) S 23412 23414 23066 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 127470854 1828585472 10536 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 1785728

[startup+3.10191 s]
/proc/loadavg: 1.00 1.00 1.00 2/89 23426
/proc/meminfo: memFree=1814624/2055920 swapFree=4127348/4192956
[pid=23414] ppid=23412 vsize=1786052 CPUtime=3.63
/proc/23414/stat : 23414 (java) S 23412 23414 23066 0 -1 0 37323 0 50 0 339 24 0 0 18 0 13 0 127470813 1828917248 35700 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23414/statm: 446513 35700 1312 9 0 444125 0
[pid=23414/tid=23416] ppid=23412 vsize=1786052 CPUtime=2.17
/proc/23414/task/23416/stat : 23416 (java) R 23412 23414 23066 0 -1 64 33703 0 11 0 198 19 0 0 19 0 13 0 127470831 1828917248 35700 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109832356 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23414/tid=23417] ppid=23412 vsize=1786052 CPUtime=0
/proc/23414/task/23417/stat : 23417 (java) S 23412 23414 23066 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 127470841 1828917248 35700 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23414/tid=23418] ppid=23412 vsize=1786052 CPUtime=0
/proc/23414/task/23418/stat : 23418 (java) S 23412 23414 23066 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 127470841 1828917248 35700 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23414/tid=23419] ppid=23412 vsize=1786052 CPUtime=0
/proc/23414/task/23419/stat : 23419 (java) S 23412 23414 23066 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 127470845 1828917248 35700 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23414/tid=23420] ppid=23412 vsize=1786052 CPUtime=0
/proc/23414/task/23420/stat : 23420 (java) S 23412 23414 23066 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 127470845 1828917248 35700 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23414/tid=23421] ppid=23412 vsize=1786052 CPUtime=0
/proc/23414/task/23421/stat : 23421 (java) S 23412 23414 23066 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 127470845 1828917248 35700 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23414/tid=23422] ppid=23412 vsize=1786052 CPUtime=0
/proc/23414/task/23422/stat : 23422 (java) S 23412 23414 23066 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 127470854 1828917248 35700 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23414/tid=23423] ppid=23412 vsize=1786052 CPUtime=0.7
/proc/23414/task/23423/stat : 23423 (java) S 23412 23414 23066 0 -1 64 1738 0 0 0 70 0 0 0 17 0 13 0 127470854 1828917248 35700 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23414/tid=23424] ppid=23412 vsize=1786052 CPUtime=0.7
/proc/23414/task/23424/stat : 23424 (java) R 23412 23414 23066 0 -1 64 1195 0 0 0 70 0 0 0 16 0 13 0 127470854 1828917248 35700 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105870316 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23414/tid=23425] ppid=23412 vsize=1786052 CPUtime=0
/proc/23414/task/23425/stat : 23425 (java) S 23412 23414 23066 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 127470854 1828917248 35700 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23414/tid=23426] ppid=23412 vsize=1786052 CPUtime=0
/proc/23414/task/23426/stat : 23426 (java) S 23412 23414 23066 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 127470854 1828917248 35700 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.63
Current children cumulated vsize (KiB) 1786052

[startup+6.30259 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 23427
/proc/meminfo: memFree=1723672/2055920 swapFree=4127348/4192956
[pid=23414] ppid=23412 vsize=1785988 CPUtime=7.42
/proc/23414/stat : 23414 (java) S 23412 23414 23066 0 -1 0 50546 0 50 0 713 29 0 0 18 0 13 0 127470813 1828851712 46102 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23414/statm: 446497 46102 1321 9 0 444109 0
[pid=23414/tid=23416] ppid=23412 vsize=1785988 CPUtime=4.87
/proc/23414/task/23416/stat : 23416 (java) R 23412 23414 23066 0 -1 64 37711 0 11 0 467 20 0 0 20 0 13 0 127470831 1828851712 46102 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109774371 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23414/tid=23417] ppid=23412 vsize=1785988 CPUtime=0.31
/proc/23414/task/23417/stat : 23417 (java) S 23412 23414 23066 0 -1 64 4532 0 0 0 30 1 0 0 16 0 13 0 127470841 1828851712 46102 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23414/tid=23418] ppid=23412 vsize=1785988 CPUtime=0.32
/proc/23414/task/23418/stat : 23418 (java) S 23412 23414 23066 0 -1 64 4445 0 0 0 31 1 0 0 16 0 13 0 127470841 1828851712 46102 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23414/tid=23419] ppid=23412 vsize=1785988 CPUtime=0
/proc/23414/task/23419/stat : 23419 (java) S 23412 23414 23066 0 -1 64 18 0 0 0 0 0 0 0 16 0 13 0 127470845 1828851712 46102 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23414/tid=23420] ppid=23412 vsize=1785988 CPUtime=0
/proc/23414/task/23420/stat : 23420 (java) S 23412 23414 23066 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 127470845 1828851712 46102 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23414/tid=23421] ppid=23412 vsize=1785988 CPUtime=0
/proc/23414/task/23421/stat : 23421 (java) S 23412 23414 23066 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127470845 1828851712 46102 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23414/tid=23422] ppid=23412 vsize=1785988 CPUtime=0
/proc/23414/task/23422/stat : 23422 (java) S 23412 23414 23066 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 127470854 1828851712 46102 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23414/tid=23423] ppid=23412 vsize=1785988 CPUtime=0.91
/proc/23414/task/23423/stat : 23423 (java) S 23412 23414 23066 0 -1 64 1748 0 0 0 91 0 0 0 17 0 13 0 127470854 1828851712 46102 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23414/tid=23424] ppid=23412 vsize=1785988 CPUtime=0.92
/proc/23414/task/23424/stat : 23424 (java) S 23412 23414 23066 0 -1 64 1408 0 0 0 92 0 0 0 17 0 13 0 127470854 1828851712 46102 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23414/tid=23425] ppid=23412 vsize=1785988 CPUtime=0
/proc/23414/task/23425/stat : 23425 (java) S 23412 23414 23066 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 127470854 1828851712 46102 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23414/tid=23426] ppid=23412 vsize=1785988 CPUtime=0
/proc/23414/task/23426/stat : 23426 (java) S 23412 23414 23066 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 127470854 1828851712 46102 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23414/tid=23427] ppid=23412 vsize=1785988 CPUtime=0
/proc/23414/task/23427/stat : 23427 (java) S 23412 23414 23066 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 127471096 1828851712 46102 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.42
Current children cumulated vsize (KiB) 1785988

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 23427
/proc/meminfo: memFree=1710944/2055920 swapFree=4127348/4192956
[pid=23414] ppid=23412 vsize=1785988 CPUtime=13.87
/proc/23414/stat : 23414 (java) S 23412 23414 23066 0 -1 0 54195 0 50 0 1356 31 0 0 18 0 13 0 127470813 1828851712 49096 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23414/statm: 446497 49096 1321 9 0 444109 0
[pid=23414/tid=23416] ppid=23412 vsize=1785988 CPUtime=11.19
/proc/23414/task/23416/stat : 23416 (java) R 23412 23414 23066 0 -1 64 37724 0 11 0 1099 20 0 0 25 0 13 0 127470831 1828851712 49096 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109960186 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23414/tid=23417] ppid=23412 vsize=1785988 CPUtime=0.38
/proc/23414/task/23417/stat : 23417 (java) S 23412 23414 23066 0 -1 64 6109 0 0 0 36 2 0 0 15 0 13 0 127470841 1828851712 49096 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23414/tid=23418] ppid=23412 vsize=1785988 CPUtime=0.38
/proc/23414/task/23418/stat : 23418 (java) S 23412 23414 23066 0 -1 64 6504 0 0 0 36 2 0 0 16 0 13 0 127470841 1828851712 49096 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23414/tid=23419] ppid=23412 vsize=1785988 CPUtime=0
/proc/23414/task/23419/stat : 23419 (java) S 23412 23414 23066 0 -1 64 18 0 0 0 0 0 0 0 16 0 13 0 127470845 1828851712 49096 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23414/tid=23420] ppid=23412 vsize=1785988 CPUtime=0
/proc/23414/task/23420/stat : 23420 (java) S 23412 23414 23066 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 127470845 1828851712 49096 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23414/tid=23421] ppid=23412 vsize=1785988 CPUtime=0
/proc/23414/task/23421/stat : 23421 (java) S 23412 23414 23066 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127470845 1828851712 49096 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23414/tid=23422] ppid=23412 vsize=1785988 CPUtime=0
/proc/23414/task/23422/stat : 23422 (java) S 23412 23414 23066 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 127470854 1828851712 49096 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23414/tid=23423] ppid=23412 vsize=1785988 CPUtime=0.91
/proc/23414/task/23423/stat : 23423 (java) S 23412 23414 23066 0 -1 64 1748 0 0 0 91 0 0 0 17 0 13 0 127470854 1828851712 49096 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23414/tid=23424] ppid=23412 vsize=1785988 CPUtime=0.92
/proc/23414/task/23424/stat : 23424 (java) S 23412 23414 23066 0 -1 64 1408 0 0 0 92 0 0 0 17 0 13 0 127470854 1828851712 49096 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23414/tid=23425] ppid=23412 vsize=1785988 CPUtime=0
/proc/23414/task/23425/stat : 23425 (java) S 23412 23414 23066 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 127470854 1828851712 49096 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23414/tid=23426] ppid=23412 vsize=1785988 CPUtime=0
/proc/23414/task/23426/stat : 23426 (java) S 23412 23414 23066 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 127470854 1828851712 49096 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23414/tid=23427] ppid=23412 vsize=1785988 CPUtime=0
/proc/23414/task/23427/stat : 23427 (java) S 23412 23414 23066 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 127471096 1828851712 49096 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.87
Current children cumulated vsize (KiB) 1785988

[startup+25.5027 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 23427
/proc/meminfo: memFree=1802848/2055920 swapFree=4127348/4192956
[pid=23414] ppid=23412 vsize=1785988 CPUtime=26.67
/proc/23414/stat : 23414 (java) S 23412 23414 23066 0 -1 0 54241 0 50 0 2634 33 0 0 18 0 13 0 127470813 1828851712 26140 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23414/statm: 446497 26140 1321 9 0 444109 0
[pid=23414/tid=23416] ppid=23412 vsize=1785988 CPUtime=23.95
/proc/23414/task/23416/stat : 23416 (java) R 23412 23414 23066 0 -1 64 37770 0 11 0 2374 21 0 0 25 0 13 0 127470831 1828851712 26140 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109773653 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23414/tid=23417] ppid=23412 vsize=1785988 CPUtime=0.39
/proc/23414/task/23417/stat : 23417 (java) S 23412 23414 23066 0 -1 64 6109 0 0 0 37 2 0 0 16 0 13 0 127470841 1828851712 26140 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23414/tid=23418] ppid=23412 vsize=1785988 CPUtime=0.39
/proc/23414/task/23418/stat : 23418 (java) S 23412 23414 23066 0 -1 64 6504 0 0 0 37 2 0 0 15 0 13 0 127470841 1828851712 26140 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23414/tid=23419] ppid=23412 vsize=1785988 CPUtime=0.02
/proc/23414/task/23419/stat : 23419 (java) S 23412 23414 23066 0 -1 64 18 0 0 0 0 2 0 0 15 0 13 0 127470845 1828851712 26140 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23414/tid=23420] ppid=23412 vsize=1785988 CPUtime=0
/proc/23414/task/23420/stat : 23420 (java) S 23412 23414 23066 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 127470845 1828851712 26140 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=23414] ppid=23412 vsize=1789292 CPUtime=1675.07
/proc/23414/stat : 23414 (java) S 23412 23414 23066 0 -1 0 242165 0 50 0 167230 277 0 0 18 0 13 0 127470813 1832235008 110191 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23414/statm: 447323 110191 1325 9 0 444935 0
[pid=23414/tid=23416] ppid=23412 vsize=1789292 CPUtime=1645.34
/proc/23414/task/23416/stat : 23416 (java) R 23412 23414 23066 0 -1 64 130312 0 11 0 164454 80 0 0 18 0 13 0 127470831 1832235008 110191 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109782815 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23414/tid=23417] ppid=23412 vsize=1789292 CPUtime=12.52
/proc/23414/task/23417/stat : 23417 (java) S 23412 23414 23066 0 -1 64 52568 0 0 0 1194 58 0 0 15 0 13 0 127470841 1832235008 110191 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23414/tid=23418] ppid=23412 vsize=1789292 CPUtime=12.55
/proc/23414/task/23418/stat : 23418 (java) S 23412 23414 23066 0 -1 64 51454 0 0 0 1182 73 0 0 16 0 13 0 127470841 1832235008 110191 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23414/tid=23419] ppid=23412 vsize=1789292 CPUtime=1.29
/proc/23414/task/23419/stat : 23419 (java) S 23412 23414 23066 0 -1 64 299 0 0 0 72 57 0 0 16 0 13 0 127470845 1832235008 110191 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23414/tid=23420] ppid=23412 vsize=1789292 CPUtime=0
/proc/23414/task/23420/stat : 23420 (java) S 23412 23414 23066 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 127470845 1832235008 110191 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23414/tid=23421] ppid=23412 vsize=1789292 CPUtime=0
/proc/23414/task/23421/stat : 23421 (java) S 23412 23414 23066 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127470845 1832235008 110191 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23414/tid=23422] ppid=23412 vsize=1789292 CPUtime=0
/proc/23414/task/23422/stat : 23422 (java) S 23412 23414 23066 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 127470854 1832235008 110191 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23414/tid=23423] ppid=23412 vsize=1789292 CPUtime=1.48
/proc/23414/task/23423/stat : 23423 (java) S 23412 23414 23066 0 -1 64 3075 0 0 0 147 1 0 0 16 0 13 0 127470854 1832235008 110191 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23414/tid=23424] ppid=23412 vsize=1789292 CPUtime=1.8
/proc/23414/task/23424/stat : 23424 (java) S 23412 23414 23066 0 -1 64 3773 0 0 0 178 2 0 0 16 0 13 0 127470854 1832235008 110191 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23414/tid=23425] ppid=23412 vsize=1789292 CPUtime=0
/proc/23414/task/23425/stat : 23425 (java) S 23412 23414 23066 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 127470854 1832235008 110191 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23414/tid=23426] ppid=23412 vsize=1789292 CPUtime=0
/proc/23414/task/23426/stat : 23426 (java) S 23412 23414 23066 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 127470854 1832235008 110191 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23414/tid=23427] ppid=23412 vsize=1789292 CPUtime=0
/proc/23414/task/23427/stat : 23427 (java) S 23412 23414 23066 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 127471096 1832235008 110191 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1675.07
Current children cumulated vsize (KiB) 1789292

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 23625
/proc/meminfo: memFree=1469472/2055920 swapFree=4127900/4192956
[pid=23414] ppid=23412 vsize=1789292 CPUtime=1735.58
/proc/23414/stat : 23414 (java) S 23412 23414 23066 0 -1 0 245010 0 50 0 173275 283 0 0 18 0 13 0 127470813 1832235008 108886 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23414/statm: 447323 108886 1325 9 0 444935 0
[pid=23414/tid=23416] ppid=23412 vsize=1789292 CPUtime=1704.75
/proc/23414/task/23416/stat : 23416 (java) R 23412 23414 23066 0 -1 64 131126 0 11 0 170393 82 0 0 18 0 13 0 127470831 1832235008 108886 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109774038 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23414/tid=23417] ppid=23412 vsize=1789292 CPUtime=13.04
/proc/23414/task/23417/stat : 23417 (java) S 23412 23414 23066 0 -1 64 53630 0 0 0 1245 59 0 0 16 0 13 0 127470841 1832235008 108886 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23414/tid=23418] ppid=23412 vsize=1789292 CPUtime=13.08
/proc/23414/task/23418/stat : 23418 (java) S 23412 23414 23066 0 -1 64 52415 0 0 0 1233 75 0 0 15 0 13 0 127470841 1832235008 108886 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23414/tid=23419] ppid=23412 vsize=1789292 CPUtime=1.33
/proc/23414/task/23419/stat : 23419 (java) S 23412 23414 23066 0 -1 64 304 0 0 0 74 59 0 0 16 0 13 0 127470845 1832235008 108886 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23414/tid=23420] ppid=23412 vsize=1789292 CPUtime=0
/proc/23414/task/23420/stat : 23420 (java) S 23412 23414 23066 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 127470845 1832235008 108886 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23414/tid=23421] ppid=23412 vsize=1789292 CPUtime=0
/proc/23414/task/23421/stat : 23421 (java) S 23412 23414 23066 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127470845 1832235008 108886 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23414/tid=23422] ppid=23412 vsize=1789292 CPUtime=0
/proc/23414/task/23422/stat : 23422 (java) S 23412 23414 23066 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 127470854 1832235008 108886 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23414/tid=23423] ppid=23412 vsize=1789292 CPUtime=1.5
/proc/23414/task/23423/stat : 23423 (java) S 23412 23414 23066 0 -1 64 3078 0 0 0 149 1 0 0 16 0 13 0 127470854 1832235008 108886 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23414/tid=23424] ppid=23412 vsize=1789292 CPUtime=1.8
/proc/23414/task/23424/stat : 23424 (java) S 23412 23414 23066 0 -1 64 3773 0 0 0 178 2 0 0 16 0 13 0 127470854 1832235008 108886 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23414/tid=23425] ppid=23412 vsize=1789292 CPUtime=0
/proc/23414/task/23425/stat : 23425 (java) S 23412 23414 23066 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 127470854 1832235008 108886 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23414/tid=23426] ppid=23412 vsize=1789292 CPUtime=0
/proc/23414/task/23426/stat : 23426 (java) S 23412 23414 23066 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 127470854 1832235008 108886 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23414/tid=23427] ppid=23412 vsize=1789292 CPUtime=0
/proc/23414/task/23427/stat : 23427 (java) S 23412 23414 23066 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 127471096 1832235008 108886 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1735.58
Current children cumulated vsize (KiB) 1789292

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 23625
/proc/meminfo: memFree=1469664/2055920 swapFree=4127900/4192956
[pid=23414] ppid=23412 vsize=1789292 CPUtime=1796.06
/proc/23414/stat : 23414 (java) S 23412 23414 23066 0 -1 0 245387 0 50 0 179320 286 0 0 18 0 13 0 127470813 1832235008 108797 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23414/statm: 447323 108797 1325 9 0 444935 0
[pid=23414/tid=23416] ppid=23412 vsize=1789292 CPUtime=1764.13
/proc/23414/task/23416/stat : 23416 (java) R 23412 23414 23066 0 -1 64 131243 0 11 0 176331 82 0 0 17 0 13 0 127470831 1832235008 108797 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109773653 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23414/tid=23417] ppid=23412 vsize=1789292 CPUtime=13.57
/proc/23414/task/23417/stat : 23417 (java) S 23412 23414 23066 0 -1 64 53698 0 0 0 1298 59 0 0 16 0 13 0 127470841 1832235008 108797 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23414/tid=23418] ppid=23412 vsize=1789292 CPUtime=13.6
/proc/23414/task/23418/stat : 23418 (java) S 23412 23414 23066 0 -1 64 52607 0 0 0 1284 76 0 0 16 0 13 0 127470841 1832235008 108797 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23414/tid=23419] ppid=23412 vsize=1789292 CPUtime=1.35
/proc/23414/task/23419/stat : 23419 (java) S 23412 23414 23066 0 -1 64 304 0 0 0 76 59 0 0 16 0 13 0 127470845 1832235008 108797 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23414/tid=23420] ppid=23412 vsize=1789292 CPUtime=0
/proc/23414/task/23420/stat : 23420 (java) S 23412 23414 23066 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 127470845 1832235008 108797 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23414/tid=23421] ppid=23412 vsize=1789292 CPUtime=0
/proc/23414/task/23421/stat : 23421 (java) S 23412 23414 23066 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127470845 1832235008 108797 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23414/tid=23422] ppid=23412 vsize=1789292 CPUtime=0
/proc/23414/task/23422/stat : 23422 (java) S 23412 23414 23066 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 127470854 1832235008 108797 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23414/tid=23423] ppid=23412 vsize=1789292 CPUtime=1.5
/proc/23414/task/23423/stat : 23423 (java) S 23412 23414 23066 0 -1 64 3078 0 0 0 149 1 0 0 16 0 13 0 127470854 1832235008 108797 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23414/tid=23424] ppid=23412 vsize=1789292 CPUtime=1.8
/proc/23414/task/23424/stat : 23424 (java) S 23412 23414 23066 0 -1 64 3773 0 0 0 178 2 0 0 16 0 13 0 127470854 1832235008 108797 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23414/tid=23425] ppid=23412 vsize=1789292 CPUtime=0
/proc/23414/task/23425/stat : 23425 (java) S 23412 23414 23066 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 127470854 1832235008 108797 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23414/tid=23426] ppid=23412 vsize=1789292 CPUtime=0
/proc/23414/task/23426/stat : 23426 (java) S 23412 23414 23066 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 127470854 1832235008 108797 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23414/tid=23427] ppid=23412 vsize=1789292 CPUtime=0
/proc/23414/task/23427/stat : 23427 (java) S 23412 23414 23066 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 127471096 1832235008 108797 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.06
Current children cumulated vsize (KiB) 1789292



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 23625
/proc/meminfo: memFree=1470368/2055920 swapFree=4127900/4192956
[pid=23414] ppid=23412 vsize=1789292 CPUtime=1800.1
/proc/23414/stat : 23414 (java) S 23412 23414 23066 0 -1 0 245404 0 50 0 179724 286 0 0 18 0 13 0 127470813 1832235008 108678 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23414/statm: 447323 108678 1325 9 0 444935 0
[pid=23414/tid=23416] ppid=23412 vsize=1789292 CPUtime=1768.1
/proc/23414/task/23416/stat : 23416 (java) R 23412 23414 23066 0 -1 64 131251 0 11 0 176728 82 0 0 17 0 13 0 127470831 1832235008 108678 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4110081882 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23414/tid=23417] ppid=23412 vsize=1789292 CPUtime=13.6
/proc/23414/task/23417/stat : 23417 (java) S 23412 23414 23066 0 -1 64 53698 0 0 0 1301 59 0 0 16 0 13 0 127470841 1832235008 108678 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23414/tid=23418] ppid=23412 vsize=1789292 CPUtime=13.64
/proc/23414/task/23418/stat : 23418 (java) S 23412 23414 23066 0 -1 64 52608 0 0 0 1288 76 0 0 16 0 13 0 127470841 1832235008 108678 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23414/tid=23419] ppid=23412 vsize=1789292 CPUtime=1.35
/proc/23414/task/23419/stat : 23419 (java) S 23412 23414 23066 0 -1 64 312 0 0 0 76 59 0 0 15 0 13 0 127470845 1832235008 108678 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23414/tid=23420] ppid=23412 vsize=1789292 CPUtime=0
/proc/23414/task/23420/stat : 23420 (java) S 23412 23414 23066 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 127470845 1832235008 108678 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23414/tid=23421] ppid=23412 vsize=1789292 CPUtime=0
/proc/23414/task/23421/stat : 23421 (java) S 23412 23414 23066 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127470845 1832235008 108678 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23414/tid=23422] ppid=23412 vsize=1789292 CPUtime=0
/proc/23414/task/23422/stat : 23422 (java) S 23412 23414 23066 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 127470854 1832235008 108678 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23414/tid=23423] ppid=23412 vsize=1789292 CPUtime=1.5
/proc/23414/task/23423/stat : 23423 (java) S 23412 23414 23066 0 -1 64 3078 0 0 0 149 1 0 0 16 0 13 0 127470854 1832235008 108678 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23414/tid=23424] ppid=23412 vsize=1789292 CPUtime=1.8
/proc/23414/task/23424/stat : 23424 (java) S 23412 23414 23066 0 -1 64 3773 0 0 0 178 2 0 0 16 0 13 0 127470854 1832235008 108678 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23414/tid=23425] ppid=23412 vsize=1789292 CPUtime=0
/proc/23414/task/23425/stat : 23425 (java) S 23412 23414 23066 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 127470854 1832235008 108678 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23414/tid=23426] ppid=23412 vsize=1789292 CPUtime=0
/proc/23414/task/23426/stat : 23426 (java) S 23412 23414 23066 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 127470854 1832235008 108678 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23414/tid=23427] ppid=23412 vsize=1789292 CPUtime=0
/proc/23414/task/23427/stat : 23427 (java) S 23412 23414 23066 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 127471096 1832235008 108678 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1789292

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

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

[startup+1786.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 23625
/proc/meminfo: memFree=1470368/2055920 swapFree=4127900/4192956
[pid=23414] ppid=23412 vsize=1789292 CPUtime=1800.1
/proc/23414/stat : 23414 (java) S 23412 23414 23066 0 -1 0 245404 0 50 0 179724 286 0 0 18 0 13 0 127470813 1832235008 108678 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23414/statm: 447323 108678 1325 9 0 444935 0
[pid=23414/tid=23416] ppid=23412 vsize=1789292 CPUtime=1768.1
/proc/23414/task/23416/stat : 23416 (java) R 23412 23414 23066 0 -1 64 131251 0 11 0 176728 82 0 0 17 0 13 0 127470831 1832235008 108678 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4110081882 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23414/tid=23417] ppid=23412 vsize=1789292 CPUtime=13.6
/proc/23414/task/23417/stat : 23417 (java) S 23412 23414 23066 0 -1 64 53698 0 0 0 1301 59 0 0 16 0 13 0 127470841 1832235008 108678 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23414/tid=23418] ppid=23412 vsize=1789292 CPUtime=13.64
/proc/23414/task/23418/stat : 23418 (java) S 23412 23414 23066 0 -1 64 52608 0 0 0 1288 76 0 0 16 0 13 0 127470841 1832235008 108678 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23414/tid=23419] ppid=23412 vsize=1789292 CPUtime=1.35
/proc/23414/task/23419/stat : 23419 (java) S 23412 23414 23066 0 -1 64 312 0 0 0 76 59 0 0 15 0 13 0 127470845 1832235008 108678 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23414/tid=23420] ppid=23412 vsize=1789292 CPUtime=0
/proc/23414/task/23420/stat : 23420 (java) S 23412 23414 23066 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 127470845 1832235008 108678 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23414/tid=23421] ppid=23412 vsize=1789292 CPUtime=0
/proc/23414/task/23421/stat : 23421 (java) S 23412 23414 23066 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127470845 1832235008 108678 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23414/tid=23422] ppid=23412 vsize=1789292 CPUtime=0
/proc/23414/task/23422/stat : 23422 (java) S 23412 23414 23066 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 127470854 1832235008 108678 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23414/tid=23423] ppid=23412 vsize=1789292 CPUtime=1.5
/proc/23414/task/23423/stat : 23423 (java) S 23412 23414 23066 0 -1 64 3078 0 0 0 149 1 0 0 16 0 13 0 127470854 1832235008 108678 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23414/tid=23424] ppid=23412 vsize=1789292 CPUtime=1.8
/proc/23414/task/23424/stat : 23424 (java) S 23412 23414 23066 0 -1 64 3773 0 0 0 178 2 0 0 16 0 13 0 127470854 1832235008 108678 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23414/tid=23425] ppid=23412 vsize=1789292 CPUtime=0
/proc/23414/task/23425/stat : 23425 (java) S 23412 23414 23066 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 127470854 1832235008 108678 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23414/tid=23426] ppid=23412 vsize=1789292 CPUtime=0
/proc/23414/task/23426/stat : 23426 (java) S 23412 23414 23066 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 127470854 1832235008 108678 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23414/tid=23427] ppid=23412 vsize=1789292 CPUtime=0
/proc/23414/task/23427/stat : 23427 (java) S 23412 23414 23066 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 127471096 1832235008 108678 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1789292

Child status: 143
Real time (s): 1786.41
CPU time (s): 1800.21
CPU user time (s): 1797.27
CPU system time (s): 2.93655
CPU usage (%): 100.772
Max. virtual memory (cumulated for all children) (KiB): 1790512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.27
system time used= 2.93655
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 245424
page faults= 50
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 106829
involuntary context switches= 73277

runsolver used 1.91371 second user time and 5.2302 second system time

The end

Launcher Data (download as text)

Begin job on node13 on Tue Apr 17 07:38:50 UTC 2007

IDJOB= 350135
IDBENCH= 2991
IDSOLVER= 160
FILE ID= node13/350135-1176795530

PBS_JOBID= 4580877

Free space on /tmp= 66427 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=180-sizeP=91-sizeQ=180-348768554-max.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350135-1176795530/sat4jPseudoCP.jar /tmp/evaluation/350135-1176795530/instance-350135-1176795530.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node13/watcher-350135-1176795530 -o ROOT/results/node13/solver-350135-1176795530 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350135-1176795530/sat4jPseudoCP.jar /tmp/evaluation/350135-1176795530/instance-350135-1176795530.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  70a36045701f7ebe55c56022c0c942d1

RANDOM SEED= 743690403

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node13.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.259
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.259
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:       1914904 kB
Buffers:          8740 kB
Cached:          43324 kB
SwapCached:      43884 kB
Active:          47840 kB
Inactive:        60084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1914904 kB
SwapTotal:     4192956 kB
SwapFree:      4127348 kB
Dirty:            5676 kB
Writeback:           0 kB
Mapped:          32760 kB
Slab:            18564 kB
Committed_AS:  6519696 kB
PageTables:       1872 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= 66427 MiB

End job on node13 on Tue Apr 17 08:08:38 UTC 2007