Trace number 355305

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
SAT4JPseudoResolution 2007-03-23? (TO) 1800.19 1795.68

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=60-sizeP=31-sizeQ=60-472296155-max.opb
MD5SUM1a0de5b084bb5d3f897350b954f11e59
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -5
Optimality of the best value was proved NO
Number of variables1951
Total number of constraints5581
Number of constraints which are clauses5580
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 constraint1860
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 618970019642690137449562112
Number of bits of the biggest number in a constraint 90
Biggest sum of numbers in a constraint 2475880077443495339516213980
Number of bits of the biggest sum of numbers91
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

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

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/node1/watcher-355305-1176804857 -o ROOT/results/node1/solver-355305-1176804857 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/355305-1176804857/sat4jPseudoResolution.jar /tmp/evaluation/355305-1176804857/instance-355305-1176804857.opb 

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


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.97 3/77 16909
/proc/meminfo: memFree=1576184/2055920 swapFree=4145928/4192956
[pid=16909] ppid=16907 vsize=152 CPUtime=0
/proc/16909/stat : 16909 (java) R 16907 16909 16207 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 156523533 155648 26 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 5829412 0 0 4096 0 0 0 0 17 1 0 0
/proc/16909/statm: 38 26 19 9 0 4 0

[startup+0.018278 s]
/proc/loadavg: 0.99 0.97 0.97 3/77 16909
/proc/meminfo: memFree=1576184/2055920 swapFree=4145928/4192956
[pid=16909] ppid=16907 vsize=12652 CPUtime=0
/proc/16909/stat : 16909 (java) S 16907 16909 16207 0 -1 0 878 0 1 0 0 0 0 0 18 0 2 0 156523533 12955648 635 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/16909/statm: 3163 635 311 9 0 1243 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12652

[startup+0.102294 s]
/proc/loadavg: 0.99 0.97 0.97 3/77 16909
/proc/meminfo: memFree=1576184/2055920 swapFree=4145928/4192956
[pid=16909] ppid=16907 vsize=1780108 CPUtime=0.08
/proc/16909/stat : 16909 (java) S 16907 16909 16207 0 -1 0 3973 0 1 0 6 2 0 0 18 0 12 0 156523533 1822830592 3715 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16909/statm: 445027 3715 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301316 s]
/proc/loadavg: 0.99 0.97 0.97 3/77 16909
/proc/meminfo: memFree=1576184/2055920 swapFree=4145928/4192956
[pid=16909] ppid=16907 vsize=1781392 CPUtime=0.3
/proc/16909/stat : 16909 (java) S 16907 16909 16207 0 -1 0 5117 0 1 0 28 2 0 0 18 0 12 0 156523533 1824145408 4856 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16909/statm: 445348 4856 1263 9 0 442960 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1781392

[startup+0.701365 s]
/proc/loadavg: 0.99 0.97 0.97 3/77 16909
/proc/meminfo: memFree=1576184/2055920 swapFree=4145928/4192956
[pid=16909] ppid=16907 vsize=1782816 CPUtime=0.89
/proc/16909/stat : 16909 (java) S 16907 16909 16207 0 -1 0 6780 0 1 0 86 3 0 0 18 0 12 0 156523533 1825603584 6334 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16909/statm: 445704 6334 1301 9 0 443316 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 1782816

[startup+1.50245 s]
/proc/loadavg: 0.99 0.97 0.97 2/89 16921
/proc/meminfo: memFree=1548440/2055920 swapFree=4145928/4192956
[pid=16909] ppid=16907 vsize=1785816 CPUtime=2.24
/proc/16909/stat : 16909 (java) S 16907 16909 16207 0 -1 0 10938 0 1 0 218 6 0 0 18 0 13 0 156523533 1828675584 9400 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16909/statm: 446454 9400 1315 9 0 444066 0
[pid=16909/tid=16911] ppid=16907 vsize=1785816 CPUtime=1.03
/proc/16909/task/16911/stat : 16911 (java) R 16907 16909 16207 0 -1 64 7384 0 1 0 99 4 0 0 25 0 13 0 156523534 1828675584 9400 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16909/tid=16912] ppid=16907 vsize=1785816 CPUtime=0
/proc/16909/task/16912/stat : 16912 (java) S 16907 16909 16207 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 156523536 1828675584 9400 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16909/tid=16913] ppid=16907 vsize=1785816 CPUtime=0
/proc/16909/task/16913/stat : 16913 (java) S 16907 16909 16207 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 156523536 1828675584 9400 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16909/tid=16914] ppid=16907 vsize=1785816 CPUtime=0
/proc/16909/task/16914/stat : 16914 (java) S 16907 16909 16207 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 156523538 1828675584 9400 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16909/tid=16915] ppid=16907 vsize=1785816 CPUtime=0
/proc/16909/task/16915/stat : 16915 (java) S 16907 16909 16207 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 156523538 1828675584 9400 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16909/tid=16916] ppid=16907 vsize=1785816 CPUtime=0
/proc/16909/task/16916/stat : 16916 (java) S 16907 16909 16207 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 156523538 1828675584 9400 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16909/tid=16917] ppid=16907 vsize=1785816 CPUtime=0
/proc/16909/task/16917/stat : 16917 (java) S 16907 16909 16207 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 156523542 1828675584 9400 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16909/tid=16918] ppid=16907 vsize=1785816 CPUtime=0.59
/proc/16909/task/16918/stat : 16918 (java) S 16907 16909 16207 0 -1 64 1608 0 0 0 59 0 0 0 16 0 13 0 156523542 1828675584 9400 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16909/tid=16919] ppid=16907 vsize=1785816 CPUtime=0.58
/proc/16909/task/16919/stat : 16919 (java) S 16907 16909 16207 0 -1 64 1221 0 0 0 58 0 0 0 16 0 13 0 156523542 1828675584 9400 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16909/tid=16920] ppid=16907 vsize=1785816 CPUtime=0
/proc/16909/task/16920/stat : 16920 (java) S 16907 16909 16207 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 156523542 1828675584 9400 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16909/tid=16921] ppid=16907 vsize=1785816 CPUtime=0
/proc/16909/task/16921/stat : 16921 (java) S 16907 16909 16207 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 156523542 1828675584 9400 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 1785816

[startup+3.10264 s]
/proc/loadavg: 0.99 0.97 0.97 2/90 16922
/proc/meminfo: memFree=1538192/2055920 swapFree=4145928/4192956
[pid=16909] ppid=16907 vsize=1785816 CPUtime=3.89
/proc/16909/stat : 16909 (java) S 16907 16909 16207 0 -1 0 14059 0 1 0 382 7 0 0 18 0 13 0 156523533 1828675584 12520 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16909/statm: 446454 12520 1315 9 0 444066 0
[pid=16909/tid=16911] ppid=16907 vsize=1785816 CPUtime=2.61
/proc/16909/task/16911/stat : 16911 (java) R 16907 16909 16207 0 -1 64 10499 0 1 0 255 6 0 0 25 0 13 0 156523534 1828675584 12520 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109681808 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16909/tid=16912] ppid=16907 vsize=1785816 CPUtime=0
/proc/16909/task/16912/stat : 16912 (java) S 16907 16909 16207 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 156523536 1828675584 12520 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16909/tid=16913] ppid=16907 vsize=1785816 CPUtime=0
/proc/16909/task/16913/stat : 16913 (java) S 16907 16909 16207 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 156523536 1828675584 12520 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16909/tid=16914] ppid=16907 vsize=1785816 CPUtime=0
/proc/16909/task/16914/stat : 16914 (java) S 16907 16909 16207 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 156523538 1828675584 12520 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16909/tid=16915] ppid=16907 vsize=1785816 CPUtime=0
/proc/16909/task/16915/stat : 16915 (java) S 16907 16909 16207 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 156523538 1828675584 12520 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16909/tid=16916] ppid=16907 vsize=1785816 CPUtime=0
/proc/16909/task/16916/stat : 16916 (java) S 16907 16909 16207 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 156523538 1828675584 12520 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16909/tid=16917] ppid=16907 vsize=1785816 CPUtime=0
/proc/16909/task/16917/stat : 16917 (java) S 16907 16909 16207 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 156523542 1828675584 12520 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16909/tid=16918] ppid=16907 vsize=1785816 CPUtime=0.62
/proc/16909/task/16918/stat : 16918 (java) S 16907 16909 16207 0 -1 64 1609 0 0 0 62 0 0 0 16 0 13 0 156523542 1828675584 12520 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16909/tid=16919] ppid=16907 vsize=1785816 CPUtime=0.64
/proc/16909/task/16919/stat : 16919 (java) S 16907 16909 16207 0 -1 64 1226 0 0 0 64 0 0 0 16 0 13 0 156523542 1828675584 12520 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16909/tid=16920] ppid=16907 vsize=1785816 CPUtime=0
/proc/16909/task/16920/stat : 16920 (java) S 16907 16909 16207 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 156523542 1828675584 12520 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16909/tid=16921] ppid=16907 vsize=1785816 CPUtime=0
/proc/16909/task/16921/stat : 16921 (java) S 16907 16909 16207 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 156523542 1828675584 12520 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16909/tid=16922] ppid=16907 vsize=1785816 CPUtime=0
/proc/16909/task/16922/stat : 16922 (java) S 16907 16909 16207 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 156523643 1828675584 12520 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.89
Current children cumulated vsize (KiB) 1785816

[startup+6.30201 s]
/proc/loadavg: 0.99 0.97 0.97 2/90 16922
/proc/meminfo: memFree=1511256/2055920 swapFree=4145928/4192956
[pid=16909] ppid=16907 vsize=1785816 CPUtime=7.09
/proc/16909/stat : 16909 (java) S 16907 16909 16207 0 -1 0 20652 0 1 0 697 12 0 0 18 0 13 0 156523533 1828675584 19112 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16909/statm: 446454 19112 1315 9 0 444066 0
[pid=16909/tid=16911] ppid=16907 vsize=1785816 CPUtime=5.79
/proc/16909/task/16911/stat : 16911 (java) R 16907 16909 16207 0 -1 64 17092 0 1 0 569 10 0 0 25 0 13 0 156523534 1828675584 19112 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109654283 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16909/tid=16912] ppid=16907 vsize=1785816 CPUtime=0
/proc/16909/task/16912/stat : 16912 (java) S 16907 16909 16207 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 156523536 1828675584 19113 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16909/tid=16913] ppid=16907 vsize=1785816 CPUtime=0
/proc/16909/task/16913/stat : 16913 (java) S 16907 16909 16207 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 156523536 1828675584 19113 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16909/tid=16914] ppid=16907 vsize=1785816 CPUtime=0
/proc/16909/task/16914/stat : 16914 (java) S 16907 16909 16207 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 156523538 1828675584 19113 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16909/tid=16915] ppid=16907 vsize=1785816 CPUtime=0
/proc/16909/task/16915/stat : 16915 (java) S 16907 16909 16207 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 156523538 1828675584 19113 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16909/tid=16916] ppid=16907 vsize=1785816 CPUtime=0
/proc/16909/task/16916/stat : 16916 (java) S 16907 16909 16207 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 156523538 1828675584 19114 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16909/tid=16917] ppid=16907 vsize=1785816 CPUtime=0
/proc/16909/task/16917/stat : 16917 (java) S 16907 16909 16207 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 156523542 1828675584 19114 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16909/tid=16918] ppid=16907 vsize=1785816 CPUtime=0.62
/proc/16909/task/16918/stat : 16918 (java) S 16907 16909 16207 0 -1 64 1609 0 0 0 62 0 0 0 16 0 13 0 156523542 1828675584 19114 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16909/tid=16919] ppid=16907 vsize=1785816 CPUtime=0.64
/proc/16909/task/16919/stat : 16919 (java) S 16907 16909 16207 0 -1 64 1226 0 0 0 64 0 0 0 16 0 13 0 156523542 1828675584 19114 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16909/tid=16920] ppid=16907 vsize=1785816 CPUtime=0
/proc/16909/task/16920/stat : 16920 (java) S 16907 16909 16207 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 156523542 1828675584 19114 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16909/tid=16921] ppid=16907 vsize=1785816 CPUtime=0
/proc/16909/task/16921/stat : 16921 (java) S 16907 16909 16207 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 156523542 1828675584 19114 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16909/tid=16922] ppid=16907 vsize=1785816 CPUtime=0
/proc/16909/task/16922/stat : 16922 (java) S 16907 16909 16207 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 156523643 1828675584 19114 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.09
Current children cumulated vsize (KiB) 1785816

[startup+12.7028 s]
/proc/loadavg: 0.99 0.97 0.97 2/90 16922
/proc/meminfo: memFree=1470424/2055920 swapFree=4145928/4192956
[pid=16909] ppid=16907 vsize=1785816 CPUtime=13.52
/proc/16909/stat : 16909 (java) S 16907 16909 16207 0 -1 0 30004 0 1 0 1336 16 0 0 18 0 13 0 156523533 1828675584 28464 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16909/statm: 446454 28464 1317 9 0 444066 0
[pid=16909/tid=16911] ppid=16907 vsize=1785816 CPUtime=12.18
/proc/16909/task/16911/stat : 16911 (java) R 16907 16909 16207 0 -1 64 26439 0 1 0 1204 14 0 0 25 0 13 0 156523534 1828675584 28465 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109802150 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16909/tid=16912] ppid=16907 vsize=1785816 CPUtime=0
/proc/16909/task/16912/stat : 16912 (java) S 16907 16909 16207 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 156523536 1828675584 28465 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16909/tid=16913] ppid=16907 vsize=1785816 CPUtime=0
/proc/16909/task/16913/stat : 16913 (java) S 16907 16909 16207 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 156523536 1828675584 28465 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16909/tid=16914] ppid=16907 vsize=1785816 CPUtime=0
/proc/16909/task/16914/stat : 16914 (java) S 16907 16909 16207 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 156523538 1828675584 28466 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16909/tid=16915] ppid=16907 vsize=1785816 CPUtime=0
/proc/16909/task/16915/stat : 16915 (java) S 16907 16909 16207 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 156523538 1828675584 28466 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16909/tid=16916] ppid=16907 vsize=1785816 CPUtime=0
/proc/16909/task/16916/stat : 16916 (java) S 16907 16909 16207 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 156523538 1828675584 28466 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16909/tid=16917] ppid=16907 vsize=1785816 CPUtime=0
/proc/16909/task/16917/stat : 16917 (java) S 16907 16909 16207 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 156523542 1828675584 28466 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16909/tid=16918] ppid=16907 vsize=1785816 CPUtime=0.66
/proc/16909/task/16918/stat : 16918 (java) S 16907 16909 16207 0 -1 64 1615 0 0 0 66 0 0 0 17 0 13 0 156523542 1828675584 28466 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16909/tid=16919] ppid=16907 vsize=1785816 CPUtime=0.65
/proc/16909/task/16919/stat : 16919 (java) S 16907 16909 16207 0 -1 64 1226 0 0 0 65 0 0 0 16 0 13 0 156523542 1828675584 28466 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16909/tid=16920] ppid=16907 vsize=1785816 CPUtime=0
/proc/16909/task/16920/stat : 16920 (java) S 16907 16909 16207 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 156523542 1828675584 28466 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16909/tid=16921] ppid=16907 vsize=1785816 CPUtime=0
/proc/16909/task/16921/stat : 16921 (java) S 16907 16909 16207 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 156523542 1828675584 28466 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16909/tid=16922] ppid=16907 vsize=1785816 CPUtime=0
/proc/16909/task/16922/stat : 16922 (java) S 16907 16909 16207 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 156523643 1828675584 28466 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.52
Current children cumulated vsize (KiB) 1785816

[startup+25.5013 s]
/proc/loadavg: 0.99 0.97 0.97 2/90 16922
/proc/meminfo: memFree=1389400/2055920 swapFree=4145928/4192956
[pid=16909] ppid=16907 vsize=1785816 CPUtime=26.41
/proc/16909/stat : 16909 (java) S 16907 16909 16207 0 -1 0 50730 0 1 0 2615 26 0 0 18 0 13 0 156523533 1828675584 47750 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16909/statm: 446454 47750 1326 9 0 444066 0
[pid=16909/tid=16911] ppid=16907 vsize=1785816 CPUtime=24.92
/proc/16909/task/16911/stat : 16911 (java) R 16907 16909 16207 0 -1 64 37715 0 1 0 2473 19 0 0 25 0 13 0 156523534 1828675584 47750 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109681125 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16909/tid=16912] ppid=16907 vsize=1785816 CPUtime=0.04
/proc/16909/task/16912/stat : 16912 (java) S 16907 16909 16207 0 -1 64 4876 0 0 0 2 2 0 0 17 0 13 0 156523536 1828675584 47750 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16909/tid=16913] ppid=16907 vsize=1785816 CPUtime=0.04
/proc/16909/task/16913/stat : 16913 (java) S 16907 16909 16207 0 -1 64 4564 0 0 0 2 2 0 0 16 0 13 0 156523536 1828675584 47750 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16909/tid=16914] ppid=16907 vsize=1785816 CPUtime=0
/proc/16909/task/16914/stat : 16914 (java) S 16907 16909 16207 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 156523538 1828675584 47750 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

[pid=16909/tid=16914] ppid=16907 vsize=1785816 CPUtime=0.03
/proc/16909/task/16914/stat : 16914 (java) S 16907 16909 16207 0 -1 64 9 0 0 0 1 2 0 0 16 0 13 0 156523538 1828675584 253251 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16909/tid=16915] ppid=16907 vsize=1785816 CPUtime=0
/proc/16909/task/16915/stat : 16915 (java) S 16907 16909 16207 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 156523538 1828675584 253251 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16909/tid=16916] ppid=16907 vsize=1785816 CPUtime=0
/proc/16909/task/16916/stat : 16916 (java) S 16907 16909 16207 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 156523538 1828675584 253251 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16909/tid=16917] ppid=16907 vsize=1785816 CPUtime=0
/proc/16909/task/16917/stat : 16917 (java) S 16907 16909 16207 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 156523542 1828675584 253251 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16909/tid=16918] ppid=16907 vsize=1785816 CPUtime=0.68
/proc/16909/task/16918/stat : 16918 (java) S 16907 16909 16207 0 -1 64 1615 0 0 0 68 0 0 0 16 0 13 0 156523542 1828675584 253251 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16909/tid=16919] ppid=16907 vsize=1785816 CPUtime=0.73
/proc/16909/task/16919/stat : 16919 (java) S 16907 16909 16207 0 -1 64 1233 0 0 0 73 0 0 0 17 0 13 0 156523542 1828675584 253251 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16909/tid=16920] ppid=16907 vsize=1785816 CPUtime=0
/proc/16909/task/16920/stat : 16920 (java) S 16907 16909 16207 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 156523542 1828675584 253251 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16909/tid=16921] ppid=16907 vsize=1785816 CPUtime=0
/proc/16909/task/16921/stat : 16921 (java) S 16907 16909 16207 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 156523542 1828675584 253251 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16909/tid=16922] ppid=16907 vsize=1785816 CPUtime=0
/proc/16909/task/16922/stat : 16922 (java) S 16907 16909 16207 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 156523643 1828675584 253251 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1606.76
Current children cumulated vsize (KiB) 1785816

[startup+1662.3 s]
/proc/loadavg: 1.02 1.00 0.98 2/90 16924
/proc/meminfo: memFree=565208/2055920 swapFree=4145928/4192956
[pid=16909] ppid=16907 vsize=1785816 CPUtime=1666.75
/proc/16909/stat : 16909 (java) S 16907 16909 16207 0 -1 0 374138 0 1 0 166475 200 0 0 18 0 13 0 156523533 1828675584 253251 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16909/statm: 446454 253251 1326 9 0 444066 0
[pid=16909/tid=16911] ppid=16907 vsize=1785816 CPUtime=1657.15
/proc/16909/task/16911/stat : 16911 (java) R 16907 16909 16207 0 -1 64 37799 0 1 0 165683 32 0 0 25 0 13 0 156523534 1828675584 253251 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109720774 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16909/tid=16912] ppid=16907 vsize=1785816 CPUtime=4.04
/proc/16909/task/16912/stat : 16912 (java) S 16907 16909 16207 0 -1 64 162100 0 0 0 325 79 0 0 16 0 13 0 156523536 1828675584 253251 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16909/tid=16913] ppid=16907 vsize=1785816 CPUtime=4.04
/proc/16909/task/16913/stat : 16913 (java) S 16907 16909 16207 0 -1 64 170661 0 0 0 322 82 0 0 16 0 13 0 156523536 1828675584 253251 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16909/tid=16914] ppid=16907 vsize=1785816 CPUtime=0.03
/proc/16909/task/16914/stat : 16914 (java) S 16907 16909 16207 0 -1 64 9 0 0 0 1 2 0 0 16 0 13 0 156523538 1828675584 253251 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16909/tid=16915] ppid=16907 vsize=1785816 CPUtime=0
/proc/16909/task/16915/stat : 16915 (java) S 16907 16909 16207 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 156523538 1828675584 253251 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16909/tid=16916] ppid=16907 vsize=1785816 CPUtime=0
/proc/16909/task/16916/stat : 16916 (java) S 16907 16909 16207 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 156523538 1828675584 253251 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16909/tid=16917] ppid=16907 vsize=1785816 CPUtime=0
/proc/16909/task/16917/stat : 16917 (java) S 16907 16909 16207 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 156523542 1828675584 253251 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16909/tid=16918] ppid=16907 vsize=1785816 CPUtime=0.68
/proc/16909/task/16918/stat : 16918 (java) S 16907 16909 16207 0 -1 64 1615 0 0 0 68 0 0 0 16 0 13 0 156523542 1828675584 253251 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16909/tid=16919] ppid=16907 vsize=1785816 CPUtime=0.73
/proc/16909/task/16919/stat : 16919 (java) S 16907 16909 16207 0 -1 64 1233 0 0 0 73 0 0 0 17 0 13 0 156523542 1828675584 253251 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16909/tid=16920] ppid=16907 vsize=1785816 CPUtime=0
/proc/16909/task/16920/stat : 16920 (java) S 16907 16909 16207 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 156523542 1828675584 253251 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16909/tid=16921] ppid=16907 vsize=1785816 CPUtime=0
/proc/16909/task/16921/stat : 16921 (java) S 16907 16909 16207 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 156523542 1828675584 253251 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16909/tid=16922] ppid=16907 vsize=1785816 CPUtime=0
/proc/16909/task/16922/stat : 16922 (java) S 16907 16909 16207 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 156523643 1828675584 253251 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1666.75
Current children cumulated vsize (KiB) 1785816

[startup+1722.3 s]
/proc/loadavg: 1.01 1.00 0.98 2/90 16924
/proc/meminfo: memFree=560792/2055920 swapFree=4145928/4192956
[pid=16909] ppid=16907 vsize=1785816 CPUtime=1726.77
/proc/16909/stat : 16909 (java) S 16907 16909 16207 0 -1 0 375612 0 1 0 172477 200 0 0 18 0 13 0 156523533 1828675584 254329 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16909/statm: 446454 254329 1326 9 0 444066 0
[pid=16909/tid=16911] ppid=16907 vsize=1785816 CPUtime=1717.09
/proc/16909/task/16911/stat : 16911 (java) R 16907 16909 16207 0 -1 64 37800 0 1 0 171676 33 0 0 25 0 13 0 156523534 1828675584 254329 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109720774 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16909/tid=16912] ppid=16907 vsize=1785816 CPUtime=4.08
/proc/16909/task/16912/stat : 16912 (java) S 16907 16909 16207 0 -1 64 163093 0 0 0 329 79 0 0 16 0 13 0 156523536 1828675584 254329 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16909/tid=16913] ppid=16907 vsize=1785816 CPUtime=4.09
/proc/16909/task/16913/stat : 16913 (java) S 16907 16909 16207 0 -1 64 171141 0 0 0 327 82 0 0 16 0 13 0 156523536 1828675584 254329 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16909/tid=16914] ppid=16907 vsize=1785816 CPUtime=0.03
/proc/16909/task/16914/stat : 16914 (java) S 16907 16909 16207 0 -1 64 9 0 0 0 1 2 0 0 16 0 13 0 156523538 1828675584 254329 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16909/tid=16915] ppid=16907 vsize=1785816 CPUtime=0
/proc/16909/task/16915/stat : 16915 (java) S 16907 16909 16207 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 156523538 1828675584 254329 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16909/tid=16916] ppid=16907 vsize=1785816 CPUtime=0
/proc/16909/task/16916/stat : 16916 (java) S 16907 16909 16207 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 156523538 1828675584 254329 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16909/tid=16917] ppid=16907 vsize=1785816 CPUtime=0
/proc/16909/task/16917/stat : 16917 (java) S 16907 16909 16207 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 156523542 1828675584 254329 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16909/tid=16918] ppid=16907 vsize=1785816 CPUtime=0.68
/proc/16909/task/16918/stat : 16918 (java) S 16907 16909 16207 0 -1 64 1615 0 0 0 68 0 0 0 16 0 13 0 156523542 1828675584 254329 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16909/tid=16919] ppid=16907 vsize=1785816 CPUtime=0.73
/proc/16909/task/16919/stat : 16919 (java) S 16907 16909 16207 0 -1 64 1233 0 0 0 73 0 0 0 17 0 13 0 156523542 1828675584 254329 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16909/tid=16920] ppid=16907 vsize=1785816 CPUtime=0
/proc/16909/task/16920/stat : 16920 (java) S 16907 16909 16207 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 156523542 1828675584 254329 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16909/tid=16921] ppid=16907 vsize=1785816 CPUtime=0
/proc/16909/task/16921/stat : 16921 (java) S 16907 16909 16207 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 156523542 1828675584 254329 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16909/tid=16922] ppid=16907 vsize=1785816 CPUtime=0
/proc/16909/task/16922/stat : 16922 (java) S 16907 16909 16207 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 156523643 1828675584 254329 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1726.77
Current children cumulated vsize (KiB) 1785816

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/90 16924
/proc/meminfo: memFree=556888/2055920 swapFree=4145928/4192956
[pid=16909] ppid=16907 vsize=1785816 CPUtime=1786.81
/proc/16909/stat : 16909 (java) S 16907 16909 16207 0 -1 0 376951 0 1 0 178480 201 0 0 18 0 13 0 156523533 1828675584 255301 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16909/statm: 446454 255301 1326 9 0 444066 0
[pid=16909/tid=16911] ppid=16907 vsize=1785816 CPUtime=1777.02
/proc/16909/task/16911/stat : 16911 (java) R 16907 16909 16207 0 -1 64 37801 0 1 0 177669 33 0 0 25 0 13 0 156523534 1828675584 255301 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109720774 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16909/tid=16912] ppid=16907 vsize=1785816 CPUtime=4.14
/proc/16909/task/16912/stat : 16912 (java) S 16907 16909 16207 0 -1 64 164050 0 0 0 334 80 0 0 16 0 13 0 156523536 1828675584 255301 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16909/tid=16913] ppid=16907 vsize=1785816 CPUtime=4.14
/proc/16909/task/16913/stat : 16913 (java) S 16907 16909 16207 0 -1 64 171522 0 0 0 331 83 0 0 16 0 13 0 156523536 1828675584 255301 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16909/tid=16914] ppid=16907 vsize=1785816 CPUtime=0.03
/proc/16909/task/16914/stat : 16914 (java) S 16907 16909 16207 0 -1 64 9 0 0 0 1 2 0 0 16 0 13 0 156523538 1828675584 255301 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16909/tid=16915] ppid=16907 vsize=1785816 CPUtime=0
/proc/16909/task/16915/stat : 16915 (java) S 16907 16909 16207 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 156523538 1828675584 255301 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16909/tid=16916] ppid=16907 vsize=1785816 CPUtime=0
/proc/16909/task/16916/stat : 16916 (java) S 16907 16909 16207 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 156523538 1828675584 255301 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16909/tid=16917] ppid=16907 vsize=1785816 CPUtime=0
/proc/16909/task/16917/stat : 16917 (java) S 16907 16909 16207 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 156523542 1828675584 255301 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16909/tid=16918] ppid=16907 vsize=1785816 CPUtime=0.68
/proc/16909/task/16918/stat : 16918 (java) S 16907 16909 16207 0 -1 64 1615 0 0 0 68 0 0 0 16 0 13 0 156523542 1828675584 255301 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16909/tid=16919] ppid=16907 vsize=1785816 CPUtime=0.73
/proc/16909/task/16919/stat : 16919 (java) S 16907 16909 16207 0 -1 64 1233 0 0 0 73 0 0 0 17 0 13 0 156523542 1828675584 255301 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16909/tid=16920] ppid=16907 vsize=1785816 CPUtime=0
/proc/16909/task/16920/stat : 16920 (java) S 16907 16909 16207 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 156523542 1828675584 255301 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16909/tid=16921] ppid=16907 vsize=1785816 CPUtime=0
/proc/16909/task/16921/stat : 16921 (java) S 16907 16909 16207 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 156523542 1828675584 255301 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16909/tid=16922] ppid=16907 vsize=1785816 CPUtime=0
/proc/16909/task/16922/stat : 16922 (java) S 16907 16909 16207 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 156523643 1828675584 255301 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1786.81
Current children cumulated vsize (KiB) 1785816



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.5 s]
/proc/loadavg: 1.00 1.00 0.98 2/90 16924
/proc/meminfo: memFree=556888/2055920 swapFree=4145928/4192956
[pid=16909] ppid=16907 vsize=1785816 CPUtime=1800.01
/proc/16909/stat : 16909 (java) S 16907 16909 16207 0 -1 0 376951 0 1 0 179800 201 0 0 18 0 13 0 156523533 1828675584 255301 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16909/statm: 446454 255301 1326 9 0 444066 0
[pid=16909/tid=16911] ppid=16907 vsize=1785816 CPUtime=1790.22
/proc/16909/task/16911/stat : 16911 (java) R 16907 16909 16207 0 -1 64 37801 0 1 0 178989 33 0 0 25 0 13 0 156523534 1828675584 255301 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109721047 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16909/tid=16912] ppid=16907 vsize=1785816 CPUtime=4.14
/proc/16909/task/16912/stat : 16912 (java) S 16907 16909 16207 0 -1 64 164050 0 0 0 334 80 0 0 16 0 13 0 156523536 1828675584 255301 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16909/tid=16913] ppid=16907 vsize=1785816 CPUtime=4.14
/proc/16909/task/16913/stat : 16913 (java) S 16907 16909 16207 0 -1 64 171522 0 0 0 331 83 0 0 16 0 13 0 156523536 1828675584 255301 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16909/tid=16914] ppid=16907 vsize=1785816 CPUtime=0.03
/proc/16909/task/16914/stat : 16914 (java) S 16907 16909 16207 0 -1 64 9 0 0 0 1 2 0 0 16 0 13 0 156523538 1828675584 255301 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16909/tid=16915] ppid=16907 vsize=1785816 CPUtime=0
/proc/16909/task/16915/stat : 16915 (java) S 16907 16909 16207 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 156523538 1828675584 255301 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16909/tid=16916] ppid=16907 vsize=1785816 CPUtime=0
/proc/16909/task/16916/stat : 16916 (java) S 16907 16909 16207 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 156523538 1828675584 255301 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16909/tid=16917] ppid=16907 vsize=1785816 CPUtime=0
/proc/16909/task/16917/stat : 16917 (java) S 16907 16909 16207 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 156523542 1828675584 255301 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16909/tid=16918] ppid=16907 vsize=1785816 CPUtime=0.68
/proc/16909/task/16918/stat : 16918 (java) S 16907 16909 16207 0 -1 64 1615 0 0 0 68 0 0 0 16 0 13 0 156523542 1828675584 255301 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16909/tid=16919] ppid=16907 vsize=1785816 CPUtime=0.73
/proc/16909/task/16919/stat : 16919 (java) S 16907 16909 16207 0 -1 64 1233 0 0 0 73 0 0 0 17 0 13 0 156523542 1828675584 255301 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16909/tid=16920] ppid=16907 vsize=1785816 CPUtime=0
/proc/16909/task/16920/stat : 16920 (java) S 16907 16909 16207 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 156523542 1828675584 255301 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16909/tid=16921] ppid=16907 vsize=1785816 CPUtime=0
/proc/16909/task/16921/stat : 16921 (java) S 16907 16909 16207 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 156523542 1828675584 255301 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16909/tid=16922] ppid=16907 vsize=1785816 CPUtime=0
/proc/16909/task/16922/stat : 16922 (java) S 16907 16909 16207 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 156523643 1828675584 255301 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1785816

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

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

[startup+1795.61 s]
/proc/loadavg: 1.00 1.00 0.98 2/90 16924
/proc/meminfo: memFree=556888/2055920 swapFree=4145928/4192956
[pid=16909] ppid=16907 vsize=0 CPUtime=1800.11
/proc/16909/stat : 16909 (java) Z 16907 16909 16207 0 -1 1036 376972 0 1 0 179802 209 0 0 16 0 2 0 156523533 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16909/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1795.68
CPU time (s): 1800.19
CPU user time (s): 1798.03
CPU system time (s): 2.16467
CPU usage (%): 100.251
Max. virtual memory (cumulated for all children) (KiB): 1785816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.03
system time used= 2.16467
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 376972
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= 37609
involuntary context switches= 17331

runsolver used 1.68474 second user time and 4.88326 second system time

The end

Launcher Data (download as text)

Begin job on node1 on Tue Apr 17 10:14:17 UTC 2007

IDJOB= 355305
IDBENCH= 3031
IDSOLVER= 159
FILE ID= node1/355305-1176804857

PBS_JOBID= 4586230

Free space on /tmp= 66397 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=60-sizeP=31-sizeQ=60-472296155-max.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/355305-1176804857/sat4jPseudoResolution.jar /tmp/evaluation/355305-1176804857/instance-355305-1176804857.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-355305-1176804857 -o ROOT/results/node1/solver-355305-1176804857 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/355305-1176804857/sat4jPseudoResolution.jar /tmp/evaluation/355305-1176804857/instance-355305-1176804857.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  1a0de5b084bb5d3f897350b954f11e59

RANDOM SEED= 746985311

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node1.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.234
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.234
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:       1576592 kB
Buffers:         37124 kB
Cached:         373808 kB
SwapCached:      14816 kB
Active:         257224 kB
Inactive:       177272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1576592 kB
SwapTotal:     4192956 kB
SwapFree:      4145928 kB
Dirty:            3776 kB
Writeback:           0 kB
Mapped:          30296 kB
Slab:            30288 kB
Committed_AS:  4914348 kB
PageTables:       1832 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= 66397 MiB

End job on node1 on Tue Apr 17 10:44:15 UTC 2007