Trace number 350200

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.13 1785.7

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=240-sizeP=121-sizeQ=240-817963885-max.opb
MD5SUMc58b6100663d5c2a4dc369548046ddd4
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables29401
Total number of constraints87121
Number of constraints which are clauses87120
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 constraint29040
Number of terms in the objective function 121
Biggest coefficient in the objective function 1329227995784915872903807060280344576
Number of bits for the biggest coefficient in the objective function 121
Sum of the numbers in the objective function 2658455991569831745807614120560689151
Number of bits of the sum of numbers in the objective function 121
Biggest number in a constraint 1174271291386916613944740298394668513687841274454159935353645485766104512557304221731849499192384351515967488
Number of bits of the biggest number in a constraint 360
Biggest sum of numbers in a constraint 4697085165547666455778961193578674053925803487664042654232438232254482458885767017065112738772656890028524910
Number of bits of the biggest sum of numbers361
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.06/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.06/0.16	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.06/0.16	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.06/0.16	c no version file found!!!
0.06/0.16	c sun.arch.data.model	32
0.06/0.16	c java.version	1.6.0
0.06/0.16	c os.name	Linux
0.06/0.16	c os.version	2.6.9-22.EL.rootsmp
0.06/0.16	c os.arch	i386
0.06/0.16	c Free memory 1651659224
0.06/0.16	c Max memory 1654456320
0.06/0.16	c Total memory 1654456320
0.06/0.16	c Number of processors 2
0.19/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
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=10000.0 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.21	c solving /tmp/evaluation/350200-1176805553/instance-350200-1176805553.opb
0.19/0.21	c reading problem ... 
4.27/3.50	c ... done. Wall clock time 3.296s.
4.27/3.50	c CPU time (experimental) 2.92s.
4.27/3.50	c #vars     29401
4.27/3.50	c #constraints  87122
1800.04/1785.61	c starts		: 1
1800.04/1785.61	c conflicts		: 7
1800.04/1785.61	c decisions		: 1029
1800.04/1785.61	c propagations		: 81131
1800.04/1785.61	c inspects		: 359225
1800.04/1785.61	c learnt literals	: 0
1800.04/1785.61	c learnt binary clauses	: 0
1800.04/1785.61	c learnt ternary clauses	: 0
1800.04/1785.61	c learnt clauses	: 6
1800.04/1785.61	c root simplifications	: 0
1800.04/1785.61	c removed literals (reason simplification)	: 0
1800.04/1785.61	c reason swapping (by a shorter reason)	: 0
1800.04/1785.61	c Calls to reduceDB	: 0
1800.04/1785.61	c speed (decisions/second)	: 0.5774219596545345
1800.04/1785.61	c non guided choices	2
1800.04/1785.61	s UNKNOWN
1800.04/1785.61	c Total wall clock time (ms): 1785.407

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/node12/watcher-350200-1176805553 -o ROOT/results/node12/solver-350200-1176805553 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350200-1176805553/sat4jPseudoCP.jar /tmp/evaluation/350200-1176805553/instance-350200-1176805553.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.92 0.98 0.99 2/77 26241
/proc/meminfo: memFree=1505320/2055920 swapFree=4154540/4192956
[pid=26241] ppid=26239 vsize=152 CPUtime=0
/proc/26241/stat : 26241 (java) D 26239 26241 25302 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 156592682 155648 26 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 9696036 0 0 4096 0 0 0 0 17 1 0 0
/proc/26241/statm: 38 26 19 9 0 4 0

[startup+0.0890901 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 26241
/proc/meminfo: memFree=1505320/2055920 swapFree=4154540/4192956
[pid=26241] ppid=26239 vsize=1777708 CPUtime=0.05
/proc/26241/stat : 26241 (java) S 26239 26241 25302 0 -1 0 3697 0 1 0 3 2 0 0 18 0 7 0 156592682 1820372992 3440 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/26241/statm: 444427 3440 1081 9 0 442063 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1777708

[startup+0.101087 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 26241
/proc/meminfo: memFree=1505320/2055920 swapFree=4154540/4192956
[pid=26241] ppid=26239 vsize=1777844 CPUtime=0.06
/proc/26241/stat : 26241 (java) S 26239 26241 25302 0 -1 0 3789 0 1 0 4 2 0 0 18 0 7 0 156592682 1820512256 3532 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/26241/statm: 444461 3532 1086 9 0 442097 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1777844

[startup+0.301109 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 26241
/proc/meminfo: memFree=1505320/2055920 swapFree=4154540/4192956
[pid=26241] ppid=26239 vsize=1782140 CPUtime=0.33
/proc/26241/stat : 26241 (java) S 26239 26241 25302 0 -1 0 5317 0 1 0 29 4 0 0 18 0 12 0 156592682 1824911360 5056 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26241/statm: 445535 5056 1262 9 0 443147 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1782140

[startup+0.701151 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 26241
/proc/meminfo: memFree=1505320/2055920 swapFree=4154540/4192956
[pid=26241] ppid=26239 vsize=1783848 CPUtime=0.91
/proc/26241/stat : 26241 (java) S 26239 26241 25302 0 -1 0 7137 0 1 0 86 5 0 0 18 0 12 0 156592682 1826660352 6727 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26241/statm: 445962 6727 1301 9 0 443574 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 1783848

[startup+1.50223 s]
/proc/loadavg: 0.92 0.98 0.99 2/89 26253
/proc/meminfo: memFree=1474824/2055920 swapFree=4154540/4192956
[pid=26241] ppid=26239 vsize=1786056 CPUtime=2.04
/proc/26241/stat : 26241 (java) S 26239 26241 25302 0 -1 0 19066 0 1 0 192 12 0 0 18 0 12 0 156592682 1828921344 17440 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26241/statm: 446514 17440 1301 9 0 444126 0
[pid=26241/tid=26243] ppid=26239 vsize=1786056 CPUtime=1.05
/proc/26241/task/26243/stat : 26243 (java) R 26239 26241 25302 0 -1 64 15583 0 1 0 95 10 0 0 18 0 12 0 156592684 1828921344 17440 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109576224 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26241/tid=26244] ppid=26239 vsize=1786056 CPUtime=0
/proc/26241/task/26244/stat : 26244 (java) S 26239 26241 25302 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 156592687 1828921344 17440 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26241/tid=26245] ppid=26239 vsize=1786056 CPUtime=0
/proc/26241/task/26245/stat : 26245 (java) S 26239 26241 25302 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 156592687 1828921344 17440 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26241/tid=26246] ppid=26239 vsize=1786056 CPUtime=0
/proc/26241/task/26246/stat : 26246 (java) S 26239 26241 25302 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 156592689 1828921344 17440 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26241/tid=26247] ppid=26239 vsize=1786056 CPUtime=0
/proc/26241/task/26247/stat : 26247 (java) S 26239 26241 25302 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 156592690 1828921344 17440 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26241/tid=26248] ppid=26239 vsize=1786056 CPUtime=0
/proc/26241/task/26248/stat : 26248 (java) S 26239 26241 25302 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 156592690 1828921344 17440 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26241/tid=26249] ppid=26239 vsize=1786056 CPUtime=0
/proc/26241/task/26249/stat : 26249 (java) S 26239 26241 25302 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 156592694 1828921344 17440 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26241/tid=26250] ppid=26239 vsize=1786056 CPUtime=0.49
/proc/26241/task/26250/stat : 26250 (java) S 26239 26241 25302 0 -1 64 1301 0 0 0 49 0 0 0 16 0 12 0 156592694 1828921344 17440 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26241/tid=26251] ppid=26239 vsize=1786056 CPUtime=0.46
/proc/26241/task/26251/stat : 26251 (java) S 26239 26241 25302 0 -1 64 1464 0 0 0 46 0 0 0 17 0 12 0 156592694 1828921344 17440 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26241/tid=26252] ppid=26239 vsize=1786056 CPUtime=0
/proc/26241/task/26252/stat : 26252 (java) S 26239 26241 25302 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 156592694 1828921344 17440 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26241/tid=26253] ppid=26239 vsize=1786056 CPUtime=0
/proc/26241/task/26253/stat : 26253 (java) S 26239 26241 25302 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 156592694 1828921344 17440 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 1786056

[startup+3.10238 s]
/proc/loadavg: 0.93 0.98 0.99 2/89 26253
/proc/meminfo: memFree=1371400/2055920 swapFree=4154540/4192956
[pid=26241] ppid=26239 vsize=1786380 CPUtime=3.72
/proc/26241/stat : 26241 (java) S 26239 26241 25302 0 -1 0 43658 0 1 0 349 23 0 0 18 0 12 0 156592682 1829253120 42015 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26241/statm: 446595 42015 1310 9 0 444207 0
[pid=26241/tid=26243] ppid=26239 vsize=1786380 CPUtime=2.56
/proc/26241/task/26243/stat : 26243 (java) R 26239 26241 25302 0 -1 64 37715 0 1 0 236 20 0 0 23 0 12 0 156592684 1829253120 42015 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109474948 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26241/tid=26244] ppid=26239 vsize=1786380 CPUtime=0.07
/proc/26241/task/26244/stat : 26244 (java) S 26239 26241 25302 0 -1 64 1291 0 0 0 7 0 0 0 17 0 12 0 156592687 1829253120 42015 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26241/tid=26245] ppid=26239 vsize=1786380 CPUtime=0.07
/proc/26241/task/26245/stat : 26245 (java) S 26239 26241 25302 0 -1 64 1163 0 0 0 7 0 0 0 16 0 12 0 156592687 1829253120 42015 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26241/tid=26246] ppid=26239 vsize=1786380 CPUtime=0
/proc/26241/task/26246/stat : 26246 (java) S 26239 26241 25302 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 156592689 1829253120 42015 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26241/tid=26247] ppid=26239 vsize=1786380 CPUtime=0
/proc/26241/task/26247/stat : 26247 (java) S 26239 26241 25302 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 156592690 1829253120 42015 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26241/tid=26248] ppid=26239 vsize=1786380 CPUtime=0
/proc/26241/task/26248/stat : 26248 (java) S 26239 26241 25302 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 156592690 1829253120 42015 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26241/tid=26249] ppid=26239 vsize=1786380 CPUtime=0
/proc/26241/task/26249/stat : 26249 (java) S 26239 26241 25302 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 156592694 1829253120 42015 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26241/tid=26250] ppid=26239 vsize=1786380 CPUtime=0.49
/proc/26241/task/26250/stat : 26250 (java) S 26239 26241 25302 0 -1 64 1301 0 0 0 49 0 0 0 16 0 12 0 156592694 1829253120 42015 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26241/tid=26251] ppid=26239 vsize=1786380 CPUtime=0.47
/proc/26241/task/26251/stat : 26251 (java) S 26239 26241 25302 0 -1 64 1464 0 0 0 47 0 0 0 16 0 12 0 156592694 1829253120 42015 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26241/tid=26252] ppid=26239 vsize=1786380 CPUtime=0
/proc/26241/task/26252/stat : 26252 (java) S 26239 26241 25302 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 156592694 1829253120 42015 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26241/tid=26253] ppid=26239 vsize=1786380 CPUtime=0
/proc/26241/task/26253/stat : 26253 (java) S 26239 26241 25302 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 156592694 1829253120 42015 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.72
Current children cumulated vsize (KiB) 1786380

[startup+6.3017 s]
/proc/loadavg: 0.93 0.98 0.99 2/90 26254
/proc/meminfo: memFree=1303616/2055920 swapFree=4154540/4192956
[pid=26241] ppid=26239 vsize=1787252 CPUtime=7.91
/proc/26241/stat : 26241 (java) S 26239 26241 25302 0 -1 0 54617 0 1 0 763 28 0 0 18 0 13 0 156592682 1830146048 51453 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26241/statm: 446813 51453 1321 9 0 444425 0
[pid=26241/tid=26243] ppid=26239 vsize=1787252 CPUtime=5.15
/proc/26241/task/26243/stat : 26243 (java) R 26239 26241 25302 0 -1 64 37761 0 1 0 495 20 0 0 17 0 13 0 156592684 1830146048 51453 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109978309 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26241/tid=26244] ppid=26239 vsize=1787252 CPUtime=0.39
/proc/26241/task/26244/stat : 26244 (java) S 26239 26241 25302 0 -1 64 6467 0 0 0 37 2 0 0 16 0 13 0 156592687 1830146048 51453 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26241/tid=26245] ppid=26239 vsize=1787252 CPUtime=0.4
/proc/26241/task/26245/stat : 26245 (java) S 26239 26241 25302 0 -1 64 5504 0 0 0 37 3 0 0 16 0 13 0 156592687 1830146048 51453 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26241/tid=26246] ppid=26239 vsize=1787252 CPUtime=0
/proc/26241/task/26246/stat : 26246 (java) S 26239 26241 25302 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 156592689 1830146048 51453 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26241/tid=26247] ppid=26239 vsize=1787252 CPUtime=0
/proc/26241/task/26247/stat : 26247 (java) S 26239 26241 25302 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 156592690 1830146048 51453 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26241/tid=26248] ppid=26239 vsize=1787252 CPUtime=0
/proc/26241/task/26248/stat : 26248 (java) S 26239 26241 25302 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 156592690 1830146048 51453 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26241/tid=26249] ppid=26239 vsize=1787252 CPUtime=0
/proc/26241/task/26249/stat : 26249 (java) S 26239 26241 25302 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 156592694 1830146048 51453 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26241/tid=26250] ppid=26239 vsize=1787252 CPUtime=0.93
/proc/26241/task/26250/stat : 26250 (java) S 26239 26241 25302 0 -1 64 1962 0 0 0 93 0 0 0 17 0 13 0 156592694 1830146048 51453 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26241/tid=26251] ppid=26239 vsize=1787252 CPUtime=0.99
/proc/26241/task/26251/stat : 26251 (java) S 26239 26241 25302 0 -1 64 2193 0 0 0 99 0 0 0 17 0 13 0 156592694 1830146048 51453 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26241/tid=26252] ppid=26239 vsize=1787252 CPUtime=0
/proc/26241/task/26252/stat : 26252 (java) S 26239 26241 25302 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 156592694 1830146048 51453 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26241/tid=26253] ppid=26239 vsize=1787252 CPUtime=0
/proc/26241/task/26253/stat : 26253 (java) S 26239 26241 25302 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 156592694 1830146048 51453 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26241/tid=26254] ppid=26239 vsize=1787252 CPUtime=0
/proc/26241/task/26254/stat : 26254 (java) S 26239 26241 25302 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 156593039 1830146048 51453 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.91
Current children cumulated vsize (KiB) 1787252

[startup+12.7023 s]
/proc/loadavg: 1.01 1.00 1.00 2/90 26254
/proc/meminfo: memFree=1290176/2055920 swapFree=4154540/4192956
[pid=26241] ppid=26239 vsize=1787252 CPUtime=14.6
/proc/26241/stat : 26241 (java) S 26239 26241 25302 0 -1 0 61059 0 1 0 1428 32 0 0 18 0 13 0 156592682 1830146048 53423 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26241/statm: 446813 53423 1321 9 0 444425 0
[pid=26241/tid=26243] ppid=26239 vsize=1787252 CPUtime=11.25
/proc/26241/task/26243/stat : 26243 (java) R 26239 26241 25302 0 -1 64 37775 0 1 0 1105 20 0 0 25 0 13 0 156592684 1830146048 53423 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109758713 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26241/tid=26244] ppid=26239 vsize=1787252 CPUtime=0.68
/proc/26241/task/26244/stat : 26244 (java) S 26239 26241 25302 0 -1 64 8990 0 0 0 65 3 0 0 16 0 13 0 156592687 1830146048 53423 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26241/tid=26245] ppid=26239 vsize=1787252 CPUtime=0.68
/proc/26241/task/26245/stat : 26245 (java) S 26239 26241 25302 0 -1 64 9408 0 0 0 64 4 0 0 16 0 13 0 156592687 1830146048 53423 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26241/tid=26246] ppid=26239 vsize=1787252 CPUtime=0
/proc/26241/task/26246/stat : 26246 (java) S 26239 26241 25302 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 156592689 1830146048 53423 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26241/tid=26247] ppid=26239 vsize=1787252 CPUtime=0
/proc/26241/task/26247/stat : 26247 (java) S 26239 26241 25302 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 156592690 1830146048 53423 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26241/tid=26248] ppid=26239 vsize=1787252 CPUtime=0
/proc/26241/task/26248/stat : 26248 (java) S 26239 26241 25302 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 156592690 1830146048 53423 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26241/tid=26249] ppid=26239 vsize=1787252 CPUtime=0
/proc/26241/task/26249/stat : 26249 (java) S 26239 26241 25302 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 156592694 1830146048 53423 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26241/tid=26250] ppid=26239 vsize=1787252 CPUtime=0.93
/proc/26241/task/26250/stat : 26250 (java) S 26239 26241 25302 0 -1 64 1962 0 0 0 93 0 0 0 17 0 13 0 156592694 1830146048 53423 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26241/tid=26251] ppid=26239 vsize=1787252 CPUtime=0.99
/proc/26241/task/26251/stat : 26251 (java) S 26239 26241 25302 0 -1 64 2193 0 0 0 99 0 0 0 17 0 13 0 156592694 1830146048 53423 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26241/tid=26252] ppid=26239 vsize=1787252 CPUtime=0
/proc/26241/task/26252/stat : 26252 (java) S 26239 26241 25302 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 156592694 1830146048 53423 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26241/tid=26253] ppid=26239 vsize=1787252 CPUtime=0
/proc/26241/task/26253/stat : 26253 (java) S 26239 26241 25302 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 156592694 1830146048 53423 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26241/tid=26254] ppid=26239 vsize=1787252 CPUtime=0
/proc/26241/task/26254/stat : 26254 (java) S 26239 26241 25302 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 156593039 1830146048 53423 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.6
Current children cumulated vsize (KiB) 1787252

[startup+25.5016 s]
/proc/loadavg: 1.01 1.00 1.00 2/90 26254
/proc/meminfo: memFree=1408448/2055920 swapFree=4154540/4192956
[pid=26241] ppid=26239 vsize=1787252 CPUtime=27.41
/proc/26241/stat : 26241 (java) S 26239 26241 25302 0 -1 0 61106 0 1 0 2706 35 0 0 18 0 13 0 156592682 1830146048 25224 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26241/statm: 446813 25224 1321 9 0 444425 0
[pid=26241/tid=26243] ppid=26239 vsize=1787252 CPUtime=24
/proc/26241/task/26243/stat : 26243 (java) R 26239 26241 25302 0 -1 64 37822 0 1 0 2380 20 0 0 25 0 13 0 156592684 1830146048 25224 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109978439 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26241/tid=26244] ppid=26239 vsize=1787252 CPUtime=0.69
/proc/26241/task/26244/stat : 26244 (java) S 26239 26241 25302 0 -1 64 8990 0 0 0 66 3 0 0 16 0 13 0 156592687 1830146048 25224 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26241/tid=26245] ppid=26239 vsize=1787252 CPUtime=0.7
/proc/26241/task/26245/stat : 26245 (java) S 26239 26241 25302 0 -1 64 9408 0 0 0 65 5 0 0 15 0 13 0 156592687 1830146048 25224 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26241/tid=26246] ppid=26239 vsize=1787252 CPUtime=0.03
/proc/26241/task/26246/stat : 26246 (java) S 26239 26241 25302 0 -1 64 10 0 0 0 0 3 0 0 16 0 13 0 156592689 1830146048 25224 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26241/tid=26247] ppid=26239 vsize=1787252 CPUtime=0
/proc/26241/task/26247/stat : 26247 (java) S 26239 26241 25302 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 156592690 1830146048 25224 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=26241] ppid=26239 vsize=1788276 CPUtime=1615.37
/proc/26241/stat : 26241 (java) S 26239 26241 25302 0 -1 0 149414 0 1 0 161279 258 0 0 18 0 13 0 156592682 1831194624 69250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26241/statm: 447069 69250 1325 9 0 444681 0
[pid=26241/tid=26243] ppid=26239 vsize=1788276 CPUtime=1585.57
/proc/26241/task/26243/stat : 26243 (java) R 26239 26241 25302 0 -1 64 100445 0 1 0 158485 72 0 0 25 0 13 0 156592684 1831194624 69250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109978173 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26241/tid=26244] ppid=26239 vsize=1788276 CPUtime=12.54
/proc/26241/task/26244/stat : 26244 (java) S 26239 26241 25302 0 -1 64 20482 0 0 0 1192 62 0 0 15 0 13 0 156592687 1831194624 69250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26241/tid=26245] ppid=26239 vsize=1788276 CPUtime=12.56
/proc/26241/task/26245/stat : 26245 (java) S 26239 26241 25302 0 -1 64 20837 0 0 0 1200 56 0 0 16 0 13 0 156592687 1831194624 69250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26241/tid=26246] ppid=26239 vsize=1788276 CPUtime=1.45
/proc/26241/task/26246/stat : 26246 (java) S 26239 26241 25302 0 -1 64 157 0 0 0 82 63 0 0 16 0 13 0 156592689 1831194624 69250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26241/tid=26247] ppid=26239 vsize=1788276 CPUtime=0
/proc/26241/task/26247/stat : 26247 (java) S 26239 26241 25302 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 156592690 1831194624 69250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26241/tid=26248] ppid=26239 vsize=1788276 CPUtime=0
/proc/26241/task/26248/stat : 26248 (java) S 26239 26241 25302 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 156592690 1831194624 69250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26241/tid=26249] ppid=26239 vsize=1788276 CPUtime=0
/proc/26241/task/26249/stat : 26249 (java) S 26239 26241 25302 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 156592694 1831194624 69250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26241/tid=26250] ppid=26239 vsize=1788276 CPUtime=1.62
/proc/26241/task/26250/stat : 26250 (java) S 26239 26241 25302 0 -1 64 4547 0 0 0 160 2 0 0 16 0 13 0 156592694 1831194624 69250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26241/tid=26251] ppid=26239 vsize=1788276 CPUtime=1.58
/proc/26241/task/26251/stat : 26251 (java) S 26239 26241 25302 0 -1 64 2225 0 0 0 157 1 0 0 16 0 13 0 156592694 1831194624 69250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26241/tid=26252] ppid=26239 vsize=1788276 CPUtime=0
/proc/26241/task/26252/stat : 26252 (java) S 26239 26241 25302 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 156592694 1831194624 69250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26241/tid=26253] ppid=26239 vsize=1788276 CPUtime=0
/proc/26241/task/26253/stat : 26253 (java) S 26239 26241 25302 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 156592694 1831194624 69250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26241/tid=26254] ppid=26239 vsize=1788276 CPUtime=0
/proc/26241/task/26254/stat : 26254 (java) S 26239 26241 25302 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 156593039 1831194624 69250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1615.37
Current children cumulated vsize (KiB) 1788276

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 26256
/proc/meminfo: memFree=1231808/2055920 swapFree=4154540/4192956
[pid=26241] ppid=26239 vsize=1788276 CPUtime=1675.79
/proc/26241/stat : 26241 (java) S 26239 26241 25302 0 -1 0 149600 0 1 0 167314 265 0 0 18 0 13 0 156592682 1831194624 69250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26241/statm: 447069 69250 1325 9 0 444681 0
[pid=26241/tid=26243] ppid=26239 vsize=1788276 CPUtime=1645.02
/proc/26241/task/26243/stat : 26243 (java) R 26239 26241 25302 0 -1 64 100631 0 1 0 164429 73 0 0 17 0 13 0 156592684 1831194624 69250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109759055 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26241/tid=26244] ppid=26239 vsize=1788276 CPUtime=13
/proc/26241/task/26244/stat : 26244 (java) S 26239 26241 25302 0 -1 64 20482 0 0 0 1235 65 0 0 16 0 13 0 156592687 1831194624 69250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26241/tid=26245] ppid=26239 vsize=1788276 CPUtime=13.02
/proc/26241/task/26245/stat : 26245 (java) S 26239 26241 25302 0 -1 64 20837 0 0 0 1246 56 0 0 16 0 13 0 156592687 1831194624 69250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26241/tid=26246] ppid=26239 vsize=1788276 CPUtime=1.48
/proc/26241/task/26246/stat : 26246 (java) S 26239 26241 25302 0 -1 64 157 0 0 0 84 64 0 0 15 0 13 0 156592689 1831194624 69250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26241/tid=26247] ppid=26239 vsize=1788276 CPUtime=0
/proc/26241/task/26247/stat : 26247 (java) S 26239 26241 25302 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 156592690 1831194624 69250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26241/tid=26248] ppid=26239 vsize=1788276 CPUtime=0
/proc/26241/task/26248/stat : 26248 (java) S 26239 26241 25302 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 156592690 1831194624 69250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26241/tid=26249] ppid=26239 vsize=1788276 CPUtime=0
/proc/26241/task/26249/stat : 26249 (java) S 26239 26241 25302 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 156592694 1831194624 69250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26241/tid=26250] ppid=26239 vsize=1788276 CPUtime=1.62
/proc/26241/task/26250/stat : 26250 (java) S 26239 26241 25302 0 -1 64 4547 0 0 0 160 2 0 0 16 0 13 0 156592694 1831194624 69250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26241/tid=26251] ppid=26239 vsize=1788276 CPUtime=1.58
/proc/26241/task/26251/stat : 26251 (java) S 26239 26241 25302 0 -1 64 2225 0 0 0 157 1 0 0 16 0 13 0 156592694 1831194624 69250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26241/tid=26252] ppid=26239 vsize=1788276 CPUtime=0
/proc/26241/task/26252/stat : 26252 (java) S 26239 26241 25302 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 156592694 1831194624 69250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26241/tid=26253] ppid=26239 vsize=1788276 CPUtime=0
/proc/26241/task/26253/stat : 26253 (java) S 26239 26241 25302 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 156592694 1831194624 69250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26241/tid=26254] ppid=26239 vsize=1788276 CPUtime=0
/proc/26241/task/26254/stat : 26254 (java) S 26239 26241 25302 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 156593039 1831194624 69250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1675.79
Current children cumulated vsize (KiB) 1788276

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 26256
/proc/meminfo: memFree=1231808/2055920 swapFree=4154540/4192956
[pid=26241] ppid=26239 vsize=1788276 CPUtime=1736.28
/proc/26241/stat : 26241 (java) S 26239 26241 25302 0 -1 0 149812 0 1 0 173357 271 0 0 18 0 13 0 156592682 1831194624 69250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26241/statm: 447069 69250 1325 9 0 444681 0
[pid=26241/tid=26243] ppid=26239 vsize=1788276 CPUtime=1704.42
/proc/26241/task/26243/stat : 26243 (java) R 26239 26241 25302 0 -1 64 100843 0 1 0 170369 73 0 0 17 0 13 0 156592684 1831194624 69250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109978439 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26241/tid=26244] ppid=26239 vsize=1788276 CPUtime=13.53
/proc/26241/task/26244/stat : 26244 (java) S 26239 26241 25302 0 -1 64 20482 0 0 0 1285 68 0 0 15 0 13 0 156592687 1831194624 69250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26241/tid=26245] ppid=26239 vsize=1788276 CPUtime=13.54
/proc/26241/task/26245/stat : 26245 (java) S 26239 26241 25302 0 -1 64 20837 0 0 0 1297 57 0 0 16 0 13 0 156592687 1831194624 69250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26241/tid=26246] ppid=26239 vsize=1788276 CPUtime=1.52
/proc/26241/task/26246/stat : 26246 (java) S 26239 26241 25302 0 -1 64 157 0 0 0 86 66 0 0 15 0 13 0 156592689 1831194624 69250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26241/tid=26247] ppid=26239 vsize=1788276 CPUtime=0
/proc/26241/task/26247/stat : 26247 (java) S 26239 26241 25302 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 156592690 1831194624 69250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26241/tid=26248] ppid=26239 vsize=1788276 CPUtime=0
/proc/26241/task/26248/stat : 26248 (java) S 26239 26241 25302 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 156592690 1831194624 69250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26241/tid=26249] ppid=26239 vsize=1788276 CPUtime=0
/proc/26241/task/26249/stat : 26249 (java) S 26239 26241 25302 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 156592694 1831194624 69250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26241/tid=26250] ppid=26239 vsize=1788276 CPUtime=1.62
/proc/26241/task/26250/stat : 26250 (java) S 26239 26241 25302 0 -1 64 4547 0 0 0 160 2 0 0 16 0 13 0 156592694 1831194624 69250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26241/tid=26251] ppid=26239 vsize=1788276 CPUtime=1.58
/proc/26241/task/26251/stat : 26251 (java) S 26239 26241 25302 0 -1 64 2225 0 0 0 157 1 0 0 16 0 13 0 156592694 1831194624 69250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26241/tid=26252] ppid=26239 vsize=1788276 CPUtime=0
/proc/26241/task/26252/stat : 26252 (java) S 26239 26241 25302 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 156592694 1831194624 69250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26241/tid=26253] ppid=26239 vsize=1788276 CPUtime=0
/proc/26241/task/26253/stat : 26253 (java) S 26239 26241 25302 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 156592694 1831194624 69250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26241/tid=26254] ppid=26239 vsize=1788276 CPUtime=0
/proc/26241/task/26254/stat : 26254 (java) S 26239 26241 25302 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 156593039 1831194624 69250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1736.28
Current children cumulated vsize (KiB) 1788276

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 26256
/proc/meminfo: memFree=1231808/2055920 swapFree=4154540/4192956
[pid=26241] ppid=26239 vsize=1788276 CPUtime=1796.71
/proc/26241/stat : 26241 (java) S 26239 26241 25302 0 -1 0 150005 0 1 0 179395 276 0 0 18 0 13 0 156592682 1831194624 69250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26241/statm: 447069 69250 1325 9 0 444681 0
[pid=26241/tid=26243] ppid=26239 vsize=1788276 CPUtime=1763.85
/proc/26241/task/26243/stat : 26243 (java) R 26239 26241 25302 0 -1 64 101036 0 1 0 176311 74 0 0 25 0 13 0 156592684 1831194624 69250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109978439 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26241/tid=26244] ppid=26239 vsize=1788276 CPUtime=14.02
/proc/26241/task/26244/stat : 26244 (java) S 26239 26241 25302 0 -1 64 20482 0 0 0 1331 71 0 0 16 0 13 0 156592687 1831194624 69250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26241/tid=26245] ppid=26239 vsize=1788276 CPUtime=14.03
/proc/26241/task/26245/stat : 26245 (java) S 26239 26241 25302 0 -1 64 20837 0 0 0 1345 58 0 0 16 0 13 0 156592687 1831194624 69250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26241/tid=26246] ppid=26239 vsize=1788276 CPUtime=1.56
/proc/26241/task/26246/stat : 26246 (java) S 26239 26241 25302 0 -1 64 157 0 0 0 88 68 0 0 15 0 13 0 156592689 1831194624 69250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26241/tid=26247] ppid=26239 vsize=1788276 CPUtime=0
/proc/26241/task/26247/stat : 26247 (java) S 26239 26241 25302 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 156592690 1831194624 69250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26241/tid=26248] ppid=26239 vsize=1788276 CPUtime=0
/proc/26241/task/26248/stat : 26248 (java) S 26239 26241 25302 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 156592690 1831194624 69250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26241/tid=26249] ppid=26239 vsize=1788276 CPUtime=0
/proc/26241/task/26249/stat : 26249 (java) S 26239 26241 25302 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 156592694 1831194624 69250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26241/tid=26250] ppid=26239 vsize=1788276 CPUtime=1.62
/proc/26241/task/26250/stat : 26250 (java) S 26239 26241 25302 0 -1 64 4547 0 0 0 160 2 0 0 16 0 13 0 156592694 1831194624 69250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26241/tid=26251] ppid=26239 vsize=1788276 CPUtime=1.58
/proc/26241/task/26251/stat : 26251 (java) S 26239 26241 25302 0 -1 64 2225 0 0 0 157 1 0 0 16 0 13 0 156592694 1831194624 69250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26241/tid=26252] ppid=26239 vsize=1788276 CPUtime=0
/proc/26241/task/26252/stat : 26252 (java) S 26239 26241 25302 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 156592694 1831194624 69250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26241/tid=26253] ppid=26239 vsize=1788276 CPUtime=0
/proc/26241/task/26253/stat : 26253 (java) S 26239 26241 25302 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 156592694 1831194624 69250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26241/tid=26254] ppid=26239 vsize=1788276 CPUtime=0
/proc/26241/task/26254/stat : 26254 (java) S 26239 26241 25302 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 156593039 1831194624 69250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.71
Current children cumulated vsize (KiB) 1788276



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1785.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 26256
/proc/meminfo: memFree=1231808/2055920 swapFree=4154540/4192956
[pid=26241] ppid=26239 vsize=1788276 CPUtime=1800.04
/proc/26241/stat : 26241 (java) S 26239 26241 25302 0 -1 0 150016 0 1 0 179727 277 0 0 18 0 13 0 156592682 1831194624 69250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26241/statm: 447069 69250 1325 9 0 444681 0
[pid=26241/tid=26243] ppid=26239 vsize=1788276 CPUtime=1767.11
/proc/26241/task/26243/stat : 26243 (java) R 26239 26241 25302 0 -1 64 101047 0 1 0 176637 74 0 0 17 0 13 0 156592684 1831194624 69250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109883057 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26241/tid=26244] ppid=26239 vsize=1788276 CPUtime=14.05
/proc/26241/task/26244/stat : 26244 (java) S 26239 26241 25302 0 -1 64 20482 0 0 0 1334 71 0 0 16 0 13 0 156592687 1831194624 69250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26241/tid=26245] ppid=26239 vsize=1788276 CPUtime=14.06
/proc/26241/task/26245/stat : 26245 (java) S 26239 26241 25302 0 -1 64 20837 0 0 0 1348 58 0 0 16 0 13 0 156592687 1831194624 69250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26241/tid=26246] ppid=26239 vsize=1788276 CPUtime=1.57
/proc/26241/task/26246/stat : 26246 (java) S 26239 26241 25302 0 -1 64 157 0 0 0 89 68 0 0 16 0 13 0 156592689 1831194624 69250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26241/tid=26247] ppid=26239 vsize=1788276 CPUtime=0
/proc/26241/task/26247/stat : 26247 (java) S 26239 26241 25302 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 156592690 1831194624 69250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26241/tid=26248] ppid=26239 vsize=1788276 CPUtime=0
/proc/26241/task/26248/stat : 26248 (java) S 26239 26241 25302 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 156592690 1831194624 69250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26241/tid=26249] ppid=26239 vsize=1788276 CPUtime=0
/proc/26241/task/26249/stat : 26249 (java) S 26239 26241 25302 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 156592694 1831194624 69250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26241/tid=26250] ppid=26239 vsize=1788276 CPUtime=1.62
/proc/26241/task/26250/stat : 26250 (java) S 26239 26241 25302 0 -1 64 4547 0 0 0 160 2 0 0 16 0 13 0 156592694 1831194624 69250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26241/tid=26251] ppid=26239 vsize=1788276 CPUtime=1.58
/proc/26241/task/26251/stat : 26251 (java) S 26239 26241 25302 0 -1 64 2225 0 0 0 157 1 0 0 16 0 13 0 156592694 1831194624 69250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26241/tid=26252] ppid=26239 vsize=1788276 CPUtime=0
/proc/26241/task/26252/stat : 26252 (java) S 26239 26241 25302 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 156592694 1831194624 69250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26241/tid=26253] ppid=26239 vsize=1788276 CPUtime=0
/proc/26241/task/26253/stat : 26253 (java) S 26239 26241 25302 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 156592694 1831194624 69250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26241/tid=26254] ppid=26239 vsize=1788276 CPUtime=0
/proc/26241/task/26254/stat : 26254 (java) S 26239 26241 25302 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 156593039 1831194624 69250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1788276

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

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

Child status: 143
Real time (s): 1785.7
CPU time (s): 1800.13
CPU user time (s): 1797.32
CPU system time (s): 2.81557
CPU usage (%): 100.808
Max. virtual memory (cumulated for all children) (KiB): 1789528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.32
system time used= 2.81557
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 150037
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= 119850
involuntary context switches= 74526

runsolver used 2.03969 second user time and 5.53116 second system time

The end

Launcher Data (download as text)

Begin job on node12 on Tue Apr 17 10:25:53 UTC 2007

IDJOB= 350200
IDBENCH= 3032
IDSOLVER= 160
FILE ID= node12/350200-1176805553

PBS_JOBID= 4586223

Free space on /tmp= 66142 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  c58b6100663d5c2a4dc369548046ddd4

RANDOM SEED= 319194337

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node12.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.239
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.239
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:       1505920 kB
Buffers:         35220 kB
Cached:         406888 kB
SwapCached:      17572 kB
Active:          61412 kB
Inactive:       418760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1505920 kB
SwapTotal:     4192956 kB
SwapFree:      4154540 kB
Dirty:            7700 kB
Writeback:           0 kB
Mapped:          39036 kB
Slab:            55328 kB
Committed_AS:  4276072 kB
PageTables:       1816 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= 66142 MiB

End job on node12 on Tue Apr 17 10:55:41 UTC 2007