Trace number 429509

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.16 1759.13

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=6-P0=47-P1=23-P2=47-P3=53-P4=59-P5=23-P6=37-P7=61-B.opb
MD5SUM9967eb2b89437d51526bdf8efb5c6065
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.089986
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables126
Total number of constraints15
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints15
Minimum length of a constraint6
Maximum length of a constraint48
Number of terms in the objective function 6
Biggest coefficient in the objective function 32
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 63
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 2048
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 8064
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)252
Sum of products size (including duplicates)504
Number of different products252
Sum of products size504

Solver Data (download as text)

0.08/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.14	c no version file found!!!
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 1651659224
0.08/0.14	c Max memory 1654456320
0.08/0.14	c Total memory 1654456320
0.08/0.14	c Number of processors 2
0.08/0.19	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.08/0.19	--- Begin Solver configuration ---
0.08/0.19	c Stops conflict analysis at the first Unique Implication Point
0.08/0.19	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.08/0.19	c Learn all clauses as in MiniSAT
0.08/0.19	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.08/0.19	c VSIDS like heuristics from MiniSAT using a heap
0.08/0.19	c No reason simplification
0.08/0.19	c --- End Solver configuration ---
0.08/0.19	c solving /tmp/evaluation/429509-1177986144/instance-429509-1177986144.opb
0.08/0.19	c reading problem ... 
0.32/0.36	c ... done. Wall clock time 0.163s.
0.32/0.36	c CPU time (experimental) 0.29s.
0.32/0.36	c #vars     378
0.32/0.36	c #constraints  526
1800.03/1759.01	c starts		: 2
1800.03/1759.01	c conflicts		: 53679
1800.03/1759.01	c decisions		: 58271
1800.03/1759.01	c propagations		: 436613
1800.03/1759.01	c inspects		: 831505004
1800.03/1759.01	c learnt literals	: 0
1800.03/1759.01	c learnt binary clauses	: 0
1800.03/1759.01	c learnt ternary clauses	: 0
1800.03/1759.01	c learnt clauses	: 53679
1800.03/1759.01	c root simplifications	: 0
1800.03/1759.01	c removed literals (reason simplification)	: 0
1800.03/1759.01	c reason swapping (by a shorter reason)	: 0
1800.03/1759.01	c Calls to reduceDB	: 0
1800.03/1759.01	c speed (decisions/second)	: 33.133956804342425
1800.03/1759.01	c non guided choices	232
1800.03/1759.01	s UNKNOWN
1800.03/1759.01	c Total wall clock time (ms): 1758.817

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node17/watcher-429509-1177986144 -o ROOT/results/node17/solver-429509-1177986144 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/429509-1177986144/sat4jPseudoCP.jar /tmp/evaluation/429509-1177986144/instance-429509-1177986144.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.85 0.97 0.96 2/77 9823
/proc/meminfo: memFree=1818176/2055920 swapFree=4140032/4192956
[pid=9823] ppid=9821 vsize=152 CPUtime=0
/proc/9823/stat : 9823 (java) R 9821 9823 7829 0 -1 0 203 0 0 0 0 0 0 0 19 0 1 0 246531940 155648 26 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 2859307 0 0 4096 0 0 0 0 17 1 0 0
/proc/9823/statm: 38 26 19 9 0 4 0

[startup+0.0264299 s]
/proc/loadavg: 0.85 0.97 0.96 2/77 9823
/proc/meminfo: memFree=1818176/2055920 swapFree=4140032/4192956
[pid=9823] ppid=9821 vsize=1774248 CPUtime=0.01
/proc/9823/stat : 9823 (java) S 9821 9823 7829 0 -1 0 2680 0 1 0 0 1 0 0 18 0 4 0 246531940 1816829952 2429 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/9823/statm: 443562 2429 483 9 0 441576 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1774248

[startup+0.101425 s]
/proc/loadavg: 0.85 0.97 0.96 2/77 9823
/proc/meminfo: memFree=1818176/2055920 swapFree=4140032/4192956
[pid=9823] ppid=9821 vsize=1780256 CPUtime=0.08
/proc/9823/stat : 9823 (java) S 9821 9823 7829 0 -1 0 4020 0 1 0 6 2 0 0 18 0 12 0 246531940 1822982144 3763 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9823/statm: 445064 3763 1124 9 0 442683 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780256

[startup+0.301447 s]
/proc/loadavg: 0.85 0.97 0.96 2/77 9823
/proc/meminfo: memFree=1818176/2055920 swapFree=4140032/4192956
[pid=9823] ppid=9821 vsize=1782436 CPUtime=0.32
/proc/9823/stat : 9823 (java) S 9821 9823 7829 0 -1 0 5138 0 1 0 29 3 0 0 18 0 12 0 246531940 1825214464 4878 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9823/statm: 445609 4878 1263 9 0 443221 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1782436

[startup+0.701488 s]
/proc/loadavg: 0.85 0.97 0.96 2/77 9823
/proc/meminfo: memFree=1818176/2055920 swapFree=4140032/4192956
[pid=9823] ppid=9821 vsize=1785564 CPUtime=1.04
/proc/9823/stat : 9823 (java) S 9821 9823 7829 0 -1 0 7631 0 1 0 99 5 0 0 18 0 13 0 246531940 1828417536 6482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9823/statm: 446391 6482 1298 9 0 444003 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 1785564

[startup+1.50257 s]
/proc/loadavg: 0.85 0.97 0.96 4/90 9836
/proc/meminfo: memFree=1783128/2055920 swapFree=4140032/4192956
[pid=9823] ppid=9821 vsize=1797396 CPUtime=2.52
/proc/9823/stat : 9823 (java) S 9821 9823 7829 0 -1 0 19858 0 1 0 242 10 0 0 18 0 13 0 246531940 1840533504 14007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9823/statm: 449349 14007 1306 9 0 446961 0
[pid=9823/tid=9825] ppid=9821 vsize=1797396 CPUtime=0.72
/proc/9823/task/9825/stat : 9825 (java) R 9821 9823 7829 0 -1 64 9314 0 1 0 67 5 0 0 19 0 13 0 246531941 1840533504 14007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9826] ppid=9821 vsize=1797396 CPUtime=0
/proc/9823/task/9826/stat : 9826 (java) S 9821 9823 7829 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 246531942 1840533504 14007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9827] ppid=9821 vsize=1797396 CPUtime=0
/proc/9823/task/9827/stat : 9827 (java) S 9821 9823 7829 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 246531942 1840533504 14007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9823/tid=9828] ppid=9821 vsize=1797396 CPUtime=0
/proc/9823/task/9828/stat : 9828 (java) S 9821 9823 7829 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 246531944 1840533504 14007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9829] ppid=9821 vsize=1797396 CPUtime=0
/proc/9823/task/9829/stat : 9829 (java) S 9821 9823 7829 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 246531945 1840533504 14007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9830] ppid=9821 vsize=1797396 CPUtime=0
/proc/9823/task/9830/stat : 9830 (java) S 9821 9823 7829 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 246531945 1840533504 14007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9831] ppid=9821 vsize=1797396 CPUtime=0
/proc/9823/task/9831/stat : 9831 (java) S 9821 9823 7829 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 246531949 1840533504 14007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9832] ppid=9821 vsize=1797396 CPUtime=0.97
/proc/9823/task/9832/stat : 9832 (java) R 9821 9823 7829 0 -1 64 5689 0 0 0 95 2 0 0 19 0 13 0 246531949 1840533504 14007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102395945 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9823/tid=9833] ppid=9821 vsize=1797396 CPUtime=0.81
/proc/9823/task/9833/stat : 9833 (java) R 9821 9823 7829 0 -1 64 4128 0 0 0 79 2 0 0 18 0 13 0 246531949 1840533504 14007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103334846 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9834] ppid=9821 vsize=1797396 CPUtime=0
/proc/9823/task/9834/stat : 9834 (java) S 9821 9823 7829 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 246531949 1840533504 14007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9835] ppid=9821 vsize=1797396 CPUtime=0
/proc/9823/task/9835/stat : 9835 (java) S 9821 9823 7829 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 246531949 1840533504 14007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9836] ppid=9821 vsize=1797396 CPUtime=0
/proc/9823/task/9836/stat : 9836 (java) S 9821 9823 7829 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 246531977 1840533504 14007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.52
Current children cumulated vsize (KiB) 1797396

[startup+3.10273 s]
/proc/loadavg: 0.85 0.97 0.96 3/90 9836
/proc/meminfo: memFree=1740888/2055920 swapFree=4140032/4192956
[pid=9823] ppid=9821 vsize=1798236 CPUtime=4.98
/proc/9823/stat : 9823 (java) S 9821 9823 7829 0 -1 0 53116 0 1 0 474 24 0 0 18 0 13 0 246531940 1841393664 43216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9823/statm: 449559 43216 1320 9 0 447171 0
[pid=9823/tid=9825] ppid=9821 vsize=1798236 CPUtime=1.79
/proc/9823/task/9825/stat : 9825 (java) R 9821 9823 7829 0 -1 64 37735 0 1 0 162 17 0 0 25 0 13 0 246531941 1841393664 43216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109530201 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9823/tid=9826] ppid=9821 vsize=1798236 CPUtime=0
/proc/9823/task/9826/stat : 9826 (java) S 9821 9823 7829 0 -1 64 246 0 0 0 0 0 0 0 16 0 13 0 246531942 1841393664 43216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9827] ppid=9821 vsize=1798236 CPUtime=0
/proc/9823/task/9827/stat : 9827 (java) S 9821 9823 7829 0 -1 64 225 0 0 0 0 0 0 0 16 0 13 0 246531942 1841393664 43216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9823/tid=9828] ppid=9821 vsize=1798236 CPUtime=0
/proc/9823/task/9828/stat : 9828 (java) S 9821 9823 7829 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 246531944 1841393664 43216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9823/tid=9829] ppid=9821 vsize=1798236 CPUtime=0
/proc/9823/task/9829/stat : 9829 (java) S 9821 9823 7829 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 246531945 1841393664 43216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9830] ppid=9821 vsize=1798236 CPUtime=0
/proc/9823/task/9830/stat : 9830 (java) S 9821 9823 7829 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 246531945 1841393664 43216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9831] ppid=9821 vsize=1798236 CPUtime=0
/proc/9823/task/9831/stat : 9831 (java) S 9821 9823 7829 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 246531949 1841393664 43216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9832] ppid=9821 vsize=1798236 CPUtime=1.58
/proc/9823/task/9832/stat : 9832 (java) S 9821 9823 7829 0 -1 64 6805 0 0 0 156 2 0 0 16 0 13 0 246531949 1841393664 43216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9823/tid=9833] ppid=9821 vsize=1798236 CPUtime=1.56
/proc/9823/task/9833/stat : 9833 (java) S 9821 9823 7829 0 -1 64 7374 0 0 0 153 3 0 0 15 0 13 0 246531949 1841393664 43216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9834] ppid=9821 vsize=1798236 CPUtime=0
/proc/9823/task/9834/stat : 9834 (java) S 9821 9823 7829 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 246531949 1841393664 43216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9835] ppid=9821 vsize=1798236 CPUtime=0
/proc/9823/task/9835/stat : 9835 (java) S 9821 9823 7829 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 246531949 1841393664 43216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9836] ppid=9821 vsize=1798236 CPUtime=0
/proc/9823/task/9836/stat : 9836 (java) S 9821 9823 7829 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 246531977 1841393664 43216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.98
Current children cumulated vsize (KiB) 1798236

[startup+6.30106 s]
/proc/loadavg: 0.86 0.97 0.96 4/90 9836
/proc/meminfo: memFree=1642712/2055920 swapFree=4140032/4192956
[pid=9823] ppid=9821 vsize=1798012 CPUtime=8.36
/proc/9823/stat : 9823 (java) S 9821 9823 7829 0 -1 0 57320 0 1 0 810 26 0 0 18 0 13 0 246531940 1841164288 45894 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9823/statm: 449503 45894 1321 9 0 447115 0
[pid=9823/tid=9825] ppid=9821 vsize=1798012 CPUtime=4.84
/proc/9823/task/9825/stat : 9825 (java) R 9821 9823 7829 0 -1 64 37742 0 1 0 467 17 0 0 22 0 13 0 246531941 1841164288 45894 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109566851 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9823/tid=9826] ppid=9821 vsize=1798012 CPUtime=0.09
/proc/9823/task/9826/stat : 9826 (java) S 9821 9823 7829 0 -1 64 2305 0 0 0 9 0 0 0 16 0 13 0 246531942 1841164288 45894 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9823/tid=9827] ppid=9821 vsize=1798012 CPUtime=0.1
/proc/9823/task/9827/stat : 9827 (java) S 9821 9823 7829 0 -1 64 2333 0 0 0 10 0 0 0 16 0 13 0 246531942 1841164288 45894 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9828] ppid=9821 vsize=1798012 CPUtime=0
/proc/9823/task/9828/stat : 9828 (java) S 9821 9823 7829 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 246531944 1841164288 45894 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9823/tid=9829] ppid=9821 vsize=1798012 CPUtime=0
/proc/9823/task/9829/stat : 9829 (java) S 9821 9823 7829 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 246531945 1841164288 45894 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9830] ppid=9821 vsize=1798012 CPUtime=0
/proc/9823/task/9830/stat : 9830 (java) S 9821 9823 7829 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 246531945 1841164288 45894 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9831] ppid=9821 vsize=1798012 CPUtime=0
/proc/9823/task/9831/stat : 9831 (java) S 9821 9823 7829 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 246531949 1841164288 45894 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9832] ppid=9821 vsize=1798012 CPUtime=1.64
/proc/9823/task/9832/stat : 9832 (java) S 9821 9823 7829 0 -1 64 6811 0 0 0 162 2 0 0 16 0 13 0 246531949 1841164288 45894 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9833] ppid=9821 vsize=1798012 CPUtime=1.62
/proc/9823/task/9833/stat : 9833 (java) S 9821 9823 7829 0 -1 64 7377 0 0 0 159 3 0 0 15 0 13 0 246531949 1841164288 45894 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9834] ppid=9821 vsize=1798012 CPUtime=0
/proc/9823/task/9834/stat : 9834 (java) S 9821 9823 7829 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 246531949 1841164288 45894 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9835] ppid=9821 vsize=1798012 CPUtime=0
/proc/9823/task/9835/stat : 9835 (java) S 9821 9823 7829 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 246531949 1841164288 45894 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9836] ppid=9821 vsize=1798012 CPUtime=0
/proc/9823/task/9836/stat : 9836 (java) S 9821 9823 7829 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 246531977 1841164288 45894 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.36
Current children cumulated vsize (KiB) 1798012

[startup+12.7027 s]
/proc/loadavg: 0.87 0.97 0.96 2/90 9836
/proc/meminfo: memFree=1605784/2055920 swapFree=4140032/4192956
[pid=9823] ppid=9821 vsize=1798012 CPUtime=14.89
/proc/9823/stat : 9823 (java) S 9821 9823 7829 0 -1 0 66143 0 1 0 1460 29 0 0 18 0 13 0 246531940 1841164288 54331 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9823/statm: 449503 54331 1328 9 0 447115 0
[pid=9823/tid=9825] ppid=9821 vsize=1798012 CPUtime=11.1
/proc/9823/task/9825/stat : 9825 (java) R 9821 9823 7829 0 -1 64 40367 0 1 0 1093 17 0 0 22 0 13 0 246531941 1841164288 54331 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109566918 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9826] ppid=9821 vsize=1798012 CPUtime=0.23
/proc/9823/task/9826/stat : 9826 (java) S 9821 9823 7829 0 -1 64 5291 0 0 0 21 2 0 0 16 0 13 0 246531942 1841164288 54331 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9823/tid=9827] ppid=9821 vsize=1798012 CPUtime=0.23
/proc/9823/task/9827/stat : 9827 (java) S 9821 9823 7829 0 -1 64 5537 0 0 0 21 2 0 0 16 0 13 0 246531942 1841164288 54331 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9828] ppid=9821 vsize=1798012 CPUtime=0
/proc/9823/task/9828/stat : 9828 (java) S 9821 9823 7829 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 246531944 1841164288 54331 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9823/tid=9829] ppid=9821 vsize=1798012 CPUtime=0
/proc/9823/task/9829/stat : 9829 (java) S 9821 9823 7829 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 246531945 1841164288 54331 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9830] ppid=9821 vsize=1798012 CPUtime=0
/proc/9823/task/9830/stat : 9830 (java) S 9821 9823 7829 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 246531945 1841164288 54331 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9831] ppid=9821 vsize=1798012 CPUtime=0
/proc/9823/task/9831/stat : 9831 (java) S 9821 9823 7829 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 246531949 1841164288 54331 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9832] ppid=9821 vsize=1798012 CPUtime=1.65
/proc/9823/task/9832/stat : 9832 (java) S 9821 9823 7829 0 -1 64 6811 0 0 0 163 2 0 0 15 0 13 0 246531949 1841164288 54331 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9833] ppid=9821 vsize=1798012 CPUtime=1.63
/proc/9823/task/9833/stat : 9833 (java) S 9821 9823 7829 0 -1 64 7384 0 0 0 160 3 0 0 16 0 13 0 246531949 1841164288 54331 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9834] ppid=9821 vsize=1798012 CPUtime=0
/proc/9823/task/9834/stat : 9834 (java) S 9821 9823 7829 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 246531949 1841164288 54331 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9835] ppid=9821 vsize=1798012 CPUtime=0
/proc/9823/task/9835/stat : 9835 (java) S 9821 9823 7829 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 246531949 1841164288 54331 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9836] ppid=9821 vsize=1798012 CPUtime=0
/proc/9823/task/9836/stat : 9836 (java) S 9821 9823 7829 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 246531977 1841164288 54331 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.89
Current children cumulated vsize (KiB) 1798012

[startup+25.5011 s]
/proc/loadavg: 0.90 0.97 0.96 2/90 9836
/proc/meminfo: memFree=1596888/2055920 swapFree=4140032/4192956
[pid=9823] ppid=9821 vsize=1798012 CPUtime=27.85
/proc/9823/stat : 9823 (java) S 9821 9823 7829 0 -1 0 68585 0 1 0 2754 31 0 0 18 0 13 0 246531940 1841164288 56384 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9823/statm: 449503 56384 1328 9 0 447115 0
[pid=9823/tid=9825] ppid=9821 vsize=1798012 CPUtime=23.78
/proc/9823/task/9825/stat : 9825 (java) R 9821 9823 7829 0 -1 64 40377 0 1 0 2360 18 0 0 25 0 13 0 246531941 1841164288 56384 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109475252 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9823/tid=9826] ppid=9821 vsize=1798012 CPUtime=0.34
/proc/9823/task/9826/stat : 9826 (java) S 9821 9823 7829 0 -1 64 6359 0 0 0 32 2 0 0 16 0 13 0 246531942 1841164288 56384 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9823/tid=9827] ppid=9821 vsize=1798012 CPUtime=0.35
/proc/9823/task/9827/stat : 9827 (java) S 9821 9823 7829 0 -1 64 6897 0 0 0 32 3 0 0 16 0 13 0 246531942 1841164288 56384 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=9823/tid=9828] ppid=9821 vsize=1798012 CPUtime=0.18
/proc/9823/task/9828/stat : 9828 (java) S 9821 9823 7829 0 -1 64 49 0 0 0 12 6 0 0 16 0 13 0 246531944 1841164288 100274 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9829] ppid=9821 vsize=1798012 CPUtime=0
/proc/9823/task/9829/stat : 9829 (java) S 9821 9823 7829 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 246531945 1841164288 100274 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9830] ppid=9821 vsize=1798012 CPUtime=0
/proc/9823/task/9830/stat : 9830 (java) S 9821 9823 7829 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 246531945 1841164288 100274 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9831] ppid=9821 vsize=1798012 CPUtime=0
/proc/9823/task/9831/stat : 9831 (java) S 9821 9823 7829 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 246531949 1841164288 100274 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9832] ppid=9821 vsize=1798012 CPUtime=1.69
/proc/9823/task/9832/stat : 9832 (java) S 9821 9823 7829 0 -1 64 6815 0 0 0 167 2 0 0 16 0 13 0 246531949 1841164288 100274 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9833] ppid=9821 vsize=1798012 CPUtime=1.78
/proc/9823/task/9833/stat : 9833 (java) S 9821 9823 7829 0 -1 64 7398 0 0 0 175 3 0 0 16 0 13 0 246531949 1841164288 100274 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9834] ppid=9821 vsize=1798012 CPUtime=0
/proc/9823/task/9834/stat : 9834 (java) S 9821 9823 7829 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 246531949 1841164288 100274 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9835] ppid=9821 vsize=1798012 CPUtime=0
/proc/9823/task/9835/stat : 9835 (java) S 9821 9823 7829 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 246531949 1841164288 100274 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9836] ppid=9821 vsize=1798012 CPUtime=0
/proc/9823/task/9836/stat : 9836 (java) S 9821 9823 7829 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 246531977 1841164288 100274 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1576.69
Current children cumulated vsize (KiB) 1798012

[startup+1602.3 s]
/proc/loadavg: 1.01 1.03 1.00 2/90 9844
/proc/meminfo: memFree=1416856/2055920 swapFree=4140032/4192956
[pid=9823] ppid=9821 vsize=1798012 CPUtime=1638.49
/proc/9823/stat : 9823 (java) S 9821 9823 7829 0 -1 0 125260 0 1 0 163771 78 0 0 18 0 13 0 246531940 1841164288 101175 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9823/statm: 449503 101175 1331 9 0 447115 0
[pid=9823/tid=9825] ppid=9821 vsize=1798012 CPUtime=1565.05
/proc/9823/task/9825/stat : 9825 (java) R 9821 9823 7829 0 -1 64 45587 0 1 0 156472 33 0 0 25 0 13 0 246531941 1841164288 101175 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109567273 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9823/tid=9826] ppid=9821 vsize=1798012 CPUtime=34.83
/proc/9823/task/9826/stat : 9826 (java) S 9821 9823 7829 0 -1 64 33459 0 0 0 3468 15 0 0 16 0 13 0 246531942 1841164288 101175 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9827] ppid=9821 vsize=1798012 CPUtime=34.88
/proc/9823/task/9827/stat : 9827 (java) S 9821 9823 7829 0 -1 64 31230 0 0 0 3473 15 0 0 16 0 13 0 246531942 1841164288 101175 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9823/tid=9828] ppid=9821 vsize=1798012 CPUtime=0.2
/proc/9823/task/9828/stat : 9828 (java) S 9821 9823 7829 0 -1 64 49 0 0 0 13 7 0 0 16 0 13 0 246531944 1841164288 101175 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9829] ppid=9821 vsize=1798012 CPUtime=0
/proc/9823/task/9829/stat : 9829 (java) S 9821 9823 7829 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 246531945 1841164288 101175 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9830] ppid=9821 vsize=1798012 CPUtime=0
/proc/9823/task/9830/stat : 9830 (java) S 9821 9823 7829 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 246531945 1841164288 101175 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9831] ppid=9821 vsize=1798012 CPUtime=0
/proc/9823/task/9831/stat : 9831 (java) S 9821 9823 7829 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 246531949 1841164288 101175 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9832] ppid=9821 vsize=1798012 CPUtime=1.69
/proc/9823/task/9832/stat : 9832 (java) S 9821 9823 7829 0 -1 64 6815 0 0 0 167 2 0 0 16 0 13 0 246531949 1841164288 101175 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9833] ppid=9821 vsize=1798012 CPUtime=1.78
/proc/9823/task/9833/stat : 9833 (java) S 9821 9823 7829 0 -1 64 7398 0 0 0 175 3 0 0 16 0 13 0 246531949 1841164288 101175 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9834] ppid=9821 vsize=1798012 CPUtime=0
/proc/9823/task/9834/stat : 9834 (java) S 9821 9823 7829 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 246531949 1841164288 101175 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9835] ppid=9821 vsize=1798012 CPUtime=0
/proc/9823/task/9835/stat : 9835 (java) S 9821 9823 7829 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 246531949 1841164288 101175 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9836] ppid=9821 vsize=1798012 CPUtime=0
/proc/9823/task/9836/stat : 9836 (java) S 9821 9823 7829 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 246531977 1841164288 101175 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1638.49
Current children cumulated vsize (KiB) 1798012

[startup+1662.3 s]
/proc/loadavg: 1.00 1.03 1.00 2/90 9844
/proc/meminfo: memFree=1413016/2055920 swapFree=4140032/4192956
[pid=9823] ppid=9821 vsize=1798012 CPUtime=1700.3
/proc/9823/stat : 9823 (java) S 9821 9823 7829 0 -1 0 126277 0 1 0 169951 79 0 0 18 0 13 0 246531940 1841164288 102109 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9823/statm: 449503 102109 1331 9 0 447115 0
[pid=9823/tid=9825] ppid=9821 vsize=1798012 CPUtime=1623.18
/proc/9823/task/9825/stat : 9825 (java) R 9821 9823 7829 0 -1 64 45616 0 1 0 162284 34 0 0 24 0 13 0 246531941 1841164288 102109 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109567273 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9823/tid=9826] ppid=9821 vsize=1798012 CPUtime=36.67
/proc/9823/task/9826/stat : 9826 (java) S 9821 9823 7829 0 -1 64 34139 0 0 0 3652 15 0 0 16 0 13 0 246531942 1841164288 102109 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9827] ppid=9821 vsize=1798012 CPUtime=36.71
/proc/9823/task/9827/stat : 9827 (java) S 9821 9823 7829 0 -1 64 31538 0 0 0 3656 15 0 0 17 0 13 0 246531942 1841164288 102109 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9823/tid=9828] ppid=9821 vsize=1798012 CPUtime=0.2
/proc/9823/task/9828/stat : 9828 (java) S 9821 9823 7829 0 -1 64 49 0 0 0 13 7 0 0 16 0 13 0 246531944 1841164288 102109 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9829] ppid=9821 vsize=1798012 CPUtime=0
/proc/9823/task/9829/stat : 9829 (java) S 9821 9823 7829 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 246531945 1841164288 102109 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9830] ppid=9821 vsize=1798012 CPUtime=0
/proc/9823/task/9830/stat : 9830 (java) S 9821 9823 7829 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 246531945 1841164288 102109 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9831] ppid=9821 vsize=1798012 CPUtime=0
/proc/9823/task/9831/stat : 9831 (java) S 9821 9823 7829 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 246531949 1841164288 102109 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9832] ppid=9821 vsize=1798012 CPUtime=1.69
/proc/9823/task/9832/stat : 9832 (java) S 9821 9823 7829 0 -1 64 6815 0 0 0 167 2 0 0 16 0 13 0 246531949 1841164288 102109 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9833] ppid=9821 vsize=1798012 CPUtime=1.78
/proc/9823/task/9833/stat : 9833 (java) S 9821 9823 7829 0 -1 64 7398 0 0 0 175 3 0 0 16 0 13 0 246531949 1841164288 102109 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9834] ppid=9821 vsize=1798012 CPUtime=0
/proc/9823/task/9834/stat : 9834 (java) S 9821 9823 7829 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 246531949 1841164288 102109 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9835] ppid=9821 vsize=1798012 CPUtime=0
/proc/9823/task/9835/stat : 9835 (java) S 9821 9823 7829 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 246531949 1841164288 102109 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9836] ppid=9821 vsize=1798012 CPUtime=0
/proc/9823/task/9836/stat : 9836 (java) S 9821 9823 7829 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 246531977 1841164288 102109 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1700.3
Current children cumulated vsize (KiB) 1798012

[startup+1722.3 s]
/proc/loadavg: 1.04 1.03 1.00 2/90 9844
/proc/meminfo: memFree=1409624/2055920 swapFree=4140032/4192956
[pid=9823] ppid=9821 vsize=1798012 CPUtime=1762.16
/proc/9823/stat : 9823 (java) S 9821 9823 7829 0 -1 0 127196 0 1 0 176135 81 0 0 18 0 13 0 246531940 1841164288 102988 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9823/statm: 449503 102988 1331 9 0 447115 0
[pid=9823/tid=9825] ppid=9821 vsize=1798012 CPUtime=1681.26
/proc/9823/task/9825/stat : 9825 (java) R 9821 9823 7829 0 -1 64 45645 0 1 0 168092 34 0 0 25 0 13 0 246531941 1841164288 102988 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109511641 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9823/tid=9826] ppid=9821 vsize=1798012 CPUtime=38.55
/proc/9823/task/9826/stat : 9826 (java) S 9821 9823 7829 0 -1 64 34681 0 0 0 3839 16 0 0 16 0 13 0 246531942 1841164288 102988 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9827] ppid=9821 vsize=1798012 CPUtime=38.59
/proc/9823/task/9827/stat : 9827 (java) S 9821 9823 7829 0 -1 64 31886 0 0 0 3844 15 0 0 16 0 13 0 246531942 1841164288 102988 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9823/tid=9828] ppid=9821 vsize=1798012 CPUtime=0.22
/proc/9823/task/9828/stat : 9828 (java) S 9821 9823 7829 0 -1 64 49 0 0 0 15 7 0 0 16 0 13 0 246531944 1841164288 102988 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9823/tid=9829] ppid=9821 vsize=1798012 CPUtime=0
/proc/9823/task/9829/stat : 9829 (java) S 9821 9823 7829 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 246531945 1841164288 102988 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9830] ppid=9821 vsize=1798012 CPUtime=0
/proc/9823/task/9830/stat : 9830 (java) S 9821 9823 7829 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 246531945 1841164288 102988 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9831] ppid=9821 vsize=1798012 CPUtime=0
/proc/9823/task/9831/stat : 9831 (java) S 9821 9823 7829 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 246531949 1841164288 102988 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9832] ppid=9821 vsize=1798012 CPUtime=1.69
/proc/9823/task/9832/stat : 9832 (java) S 9821 9823 7829 0 -1 64 6815 0 0 0 167 2 0 0 16 0 13 0 246531949 1841164288 102988 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9833] ppid=9821 vsize=1798012 CPUtime=1.78
/proc/9823/task/9833/stat : 9833 (java) S 9821 9823 7829 0 -1 64 7398 0 0 0 175 3 0 0 16 0 13 0 246531949 1841164288 102988 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9834] ppid=9821 vsize=1798012 CPUtime=0
/proc/9823/task/9834/stat : 9834 (java) S 9821 9823 7829 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 246531949 1841164288 102988 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9835] ppid=9821 vsize=1798012 CPUtime=0
/proc/9823/task/9835/stat : 9835 (java) S 9821 9823 7829 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 246531949 1841164288 102988 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9836] ppid=9821 vsize=1798012 CPUtime=0
/proc/9823/task/9836/stat : 9836 (java) S 9821 9823 7829 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 246531977 1841164288 102988 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1762.16
Current children cumulated vsize (KiB) 1798012



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1759 s]
/proc/loadavg: 1.09 1.04 1.00 2/90 9844
/proc/meminfo: memFree=1407000/2055920 swapFree=4140032/4192956
[pid=9823] ppid=9821 vsize=1798012 CPUtime=1800.03
/proc/9823/stat : 9823 (java) S 9821 9823 7829 0 -1 0 127874 0 1 0 179921 82 0 0 18 0 13 0 246531940 1841164288 103610 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9823/statm: 449503 103610 1331 9 0 447115 0
[pid=9823/tid=9825] ppid=9821 vsize=1798012 CPUtime=1716.77
/proc/9823/task/9825/stat : 9825 (java) R 9821 9823 7829 0 -1 64 45663 0 1 0 171642 35 0 0 25 0 13 0 246531941 1841164288 103610 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109745018 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9823/tid=9826] ppid=9821 vsize=1798012 CPUtime=39.73
/proc/9823/task/9826/stat : 9826 (java) S 9821 9823 7829 0 -1 64 35111 0 0 0 3957 16 0 0 16 0 13 0 246531942 1841164288 103610 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9827] ppid=9821 vsize=1798012 CPUtime=39.77
/proc/9823/task/9827/stat : 9827 (java) S 9821 9823 7829 0 -1 64 32116 0 0 0 3962 15 0 0 16 0 13 0 246531942 1841164288 103610 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9823/tid=9828] ppid=9821 vsize=1798012 CPUtime=0.23
/proc/9823/task/9828/stat : 9828 (java) S 9821 9823 7829 0 -1 64 49 0 0 0 15 8 0 0 16 0 13 0 246531944 1841164288 103610 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9823/tid=9829] ppid=9821 vsize=1798012 CPUtime=0
/proc/9823/task/9829/stat : 9829 (java) S 9821 9823 7829 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 246531945 1841164288 103610 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9830] ppid=9821 vsize=1798012 CPUtime=0
/proc/9823/task/9830/stat : 9830 (java) S 9821 9823 7829 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 246531945 1841164288 103610 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9831] ppid=9821 vsize=1798012 CPUtime=0
/proc/9823/task/9831/stat : 9831 (java) S 9821 9823 7829 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 246531949 1841164288 103610 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9832] ppid=9821 vsize=1798012 CPUtime=1.69
/proc/9823/task/9832/stat : 9832 (java) S 9821 9823 7829 0 -1 64 6815 0 0 0 167 2 0 0 16 0 13 0 246531949 1841164288 103610 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9833] ppid=9821 vsize=1798012 CPUtime=1.78
/proc/9823/task/9833/stat : 9833 (java) S 9821 9823 7829 0 -1 64 7398 0 0 0 175 3 0 0 16 0 13 0 246531949 1841164288 103610 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9834] ppid=9821 vsize=1798012 CPUtime=0
/proc/9823/task/9834/stat : 9834 (java) S 9821 9823 7829 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 246531949 1841164288 103610 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9835] ppid=9821 vsize=1798012 CPUtime=0
/proc/9823/task/9835/stat : 9835 (java) S 9821 9823 7829 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 246531949 1841164288 103610 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9823/tid=9836] ppid=9821 vsize=1798012 CPUtime=0
/proc/9823/task/9836/stat : 9836 (java) S 9821 9823 7829 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 246531977 1841164288 103610 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1798012

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

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

[startup+1759.11 s]
/proc/loadavg: 1.09 1.04 1.00 2/90 9844
/proc/meminfo: memFree=1407000/2055920 swapFree=4140032/4192956
[pid=9823] ppid=9821 vsize=0 CPUtime=1800.14
/proc/9823/stat : 9823 (java) Z 9821 9823 7829 0 -1 1036 127894 0 1 0 179927 87 0 0 15 0 2 0 246531940 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9823/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1759.13
CPU time (s): 1800.16
CPU user time (s): 1799.27
CPU system time (s): 0.891864
CPU usage (%): 102.333
Max. virtual memory (cumulated for all children) (KiB): 1801040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.27
system time used= 0.891864
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 127894
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= 44103
involuntary context switches= 30388

runsolver used 1.75273 second user time and 4.67529 second system time

The end

Launcher Data (download as text)

Begin job on node17 on Tue May  1 02:22:24 UTC 2007

IDJOB= 429509
IDBENCH= 47914
IDSOLVER= 160
FILE ID= node17/429509-1177986144

PBS_JOBID= 4728022

Free space on /tmp= 66561 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=6-P0=47-P1=23-P2=47-P3=53-P4=59-P5=23-P6=37-P7=61-B.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/429509-1177986144/sat4jPseudoCP.jar /tmp/evaluation/429509-1177986144/instance-429509-1177986144.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-429509-1177986144 -o ROOT/results/node17/solver-429509-1177986144 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/429509-1177986144/sat4jPseudoCP.jar /tmp/evaluation/429509-1177986144/instance-429509-1177986144.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  9967eb2b89437d51526bdf8efb5c6065

RANDOM SEED= 118468566

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node17.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.240
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.240
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:       1818520 kB
Buffers:         27088 kB
Cached:         128328 kB
SwapCached:      15196 kB
Active:         120676 kB
Inactive:        57876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1818520 kB
SwapTotal:     4192956 kB
SwapFree:      4140032 kB
Dirty:            3776 kB
Writeback:           0 kB
Mapped:          30000 kB
Slab:            44284 kB
Committed_AS:  7397800 kB
PageTables:       1796 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66561 MiB

End job on node17 on Tue May  1 02:51:45 UTC 2007