Trace number 429205

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCPClause 2007-03-23? (TO) 1800.19 1770.63

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/
factor-mod-B/factor-mod-size=7-P0=127-P1=47-P2=7-P3=127-P4=17-P5=97-P6=127-B.opb
MD5SUMa92642ddb77f2466b803e375801dde37
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.108983
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 constraints13
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 constraints13
Minimum length of a constraint7
Maximum length of a constraint63
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 8192
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 32512
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)294
Sum of products size (including duplicates)588
Number of different products294
Sum of products size588

Solver Data (download as text)

0.13/0.41	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.13/0.41	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.13/0.41	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.13/0.42	c no version file found!!!
0.13/0.42	c sun.arch.data.model	32
0.13/0.42	c java.version	1.6.0
0.13/0.42	c os.name	Linux
0.13/0.43	c os.version	2.6.9-22.EL.rootsmp
0.13/0.43	c os.arch	i386
0.13/0.43	c Free memory 1651659224
0.13/0.43	c Max memory 1654456320
0.13/0.43	c Total memory 1654456320
0.13/0.43	c Number of processors 2
0.13/0.48	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.13/0.48	--- Begin Solver configuration ---
0.13/0.48	c Stops conflict analysis at the first Unique Implication Point
0.13/0.48	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.13/0.48	c Learn all clauses as in MiniSAT
0.13/0.48	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.13/0.48	c VSIDS like heuristics from MiniSAT using a heap
0.13/0.48	c No reason simplification
0.13/0.48	c --- End Solver configuration ---
0.13/0.48	c Simplify asserted PB constraints to clauses
0.13/0.48	c solving /tmp/evaluation/429205-1177981697/instance-429205-1177981697.opb
0.13/0.48	c reading problem ... 
0.35/0.67	c ... done. Wall clock time 0.187s.
0.35/0.67	c CPU time (experimental) 0.32s.
0.35/0.67	c #vars     420
0.35/0.67	c #constraints  607
1800.06/1770.51	c starts		: 2
1800.06/1770.51	c conflicts		: 61757
1800.06/1770.51	c decisions		: 65561
1800.06/1770.51	c propagations		: 661880
1800.06/1770.51	c inspects		: 791130963
1800.06/1770.51	c learnt literals	: 0
1800.06/1770.51	c learnt binary clauses	: 0
1800.06/1770.51	c learnt ternary clauses	: 0
1800.06/1770.51	c learnt clauses	: 61756
1800.06/1770.51	c root simplifications	: 0
1800.06/1770.51	c removed literals (reason simplification)	: 0
1800.06/1770.51	c reason swapping (by a shorter reason)	: 0
1800.06/1770.51	c Calls to reduceDB	: 0
1800.06/1770.51	c speed (decisions/second)	: 37.04360806923591
1800.06/1770.51	c non guided choices	308
1800.06/1770.51	s UNKNOWN
1800.06/1770.51	c Total wall clock time (ms): 1770.026

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

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


[startup+0 s]
/proc/loadavg: 1.21 1.17 1.08 3/77 26278
/proc/meminfo: memFree=1911272/2055924 swapFree=4146664/4192956
[pid=26278] ppid=26276 vsize=152 CPUtime=0
/proc/26278/stat : 26278 (java) R 26276 26278 4662 0 -1 0 40 0 0 0 0 0 0 0 18 0 1 0 274207423 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 2188068 0 0 4096 0 0 0 0 17 1 0 0
/proc/26278/statm: 38 26 19 9 0 4 0

[startup+0.103396 s]
/proc/loadavg: 1.21 1.17 1.08 3/77 26278
/proc/meminfo: memFree=1911272/2055924 swapFree=4146664/4192956
[pid=26278] ppid=26276 vsize=12056 CPUtime=0.01
/proc/26278/stat : 26278 (java) D 26276 26278 4662 0 -1 0 364 0 18 0 0 1 0 0 18 0 1 0 274207423 12345344 191 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 2159402 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/26278/statm: 3014 191 135 9 0 1148 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12056

[startup+0.203358 s]
/proc/loadavg: 1.21 1.17 1.08 3/77 26278
/proc/meminfo: memFree=1911272/2055924 swapFree=4146664/4192956
[pid=26278] ppid=26276 vsize=1774248 CPUtime=0.02
/proc/26278/stat : 26278 (java) S 26276 26278 4662 0 -1 0 2622 0 38 0 0 2 0 0 18 0 4 0 274207423 1816829952 2409 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/26278/statm: 443562 2409 468 9 0 441576 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1774248

[startup+0.30139 s]
/proc/loadavg: 1.21 1.17 1.08 3/77 26278
/proc/meminfo: memFree=1911272/2055924 swapFree=4146664/4192956
[pid=26278] ppid=26276 vsize=1777708 CPUtime=0.07
/proc/26278/stat : 26278 (java) S 26276 26278 4662 0 -1 0 3690 0 45 0 4 3 0 0 18 0 7 0 274207423 1820372992 3478 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/26278/statm: 444427 3478 1082 9 0 442063 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1777708

[startup+0.702759 s]
/proc/loadavg: 1.21 1.17 1.08 3/77 26278
/proc/meminfo: memFree=1911272/2055924 swapFree=4146664/4192956
[pid=26278] ppid=26276 vsize=1782300 CPUtime=0.48
/proc/26278/stat : 26278 (java) S 26276 26278 4662 0 -1 0 5436 0 45 0 43 5 0 0 18 0 13 0 274207423 1825075200 5189 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26278/statm: 445575 5189 1286 9 0 443186 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 1782300

[startup+1.50251 s]
/proc/loadavg: 1.36 1.20 1.09 3/90 26291
/proc/meminfo: memFree=1871424/2055924 swapFree=4146664/4192956
[pid=26278] ppid=26276 vsize=1793444 CPUtime=1.97
/proc/26278/stat : 26278 (java) S 26276 26278 4662 0 -1 0 17126 0 45 0 186 11 0 0 18 0 13 0 274207423 1836486656 12916 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26278/statm: 448361 12916 1313 9 0 445972 0
[pid=26278/tid=26280] ppid=26276 vsize=1793444 CPUtime=0.72
/proc/26278/task/26280/stat : 26280 (java) R 26276 26278 4662 0 -1 64 9388 0 12 0 66 6 0 0 18 0 13 0 274207436 1836486656 12916 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109221638 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26281] ppid=26276 vsize=1793444 CPUtime=0
/proc/26278/task/26281/stat : 26281 (java) S 26276 26278 4662 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 274207443 1836486656 12916 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26282] ppid=26276 vsize=1793444 CPUtime=0
/proc/26278/task/26282/stat : 26282 (java) S 26276 26278 4662 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 274207443 1836486656 12916 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26278/tid=26283] ppid=26276 vsize=1793444 CPUtime=0
/proc/26278/task/26283/stat : 26283 (java) S 26276 26278 4662 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 274207447 1836486656 12916 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26278/tid=26284] ppid=26276 vsize=1793444 CPUtime=0
/proc/26278/task/26284/stat : 26284 (java) S 26276 26278 4662 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 274207448 1836486656 12916 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26285] ppid=26276 vsize=1793444 CPUtime=0
/proc/26278/task/26285/stat : 26285 (java) S 26276 26278 4662 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 274207448 1836486656 12916 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26286] ppid=26276 vsize=1793444 CPUtime=0
/proc/26278/task/26286/stat : 26286 (java) S 26276 26278 4662 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 274207457 1836486656 12916 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26287] ppid=26276 vsize=1793444 CPUtime=0.6
/proc/26278/task/26287/stat : 26287 (java) R 26276 26278 4662 0 -1 64 3551 0 0 0 59 1 0 0 19 0 13 0 274207457 1836486656 12916 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26288] ppid=26276 vsize=1793444 CPUtime=0.61
/proc/26278/task/26288/stat : 26288 (java) R 26276 26278 4662 0 -1 64 3493 0 0 0 60 1 0 0 18 0 13 0 274207457 1836486656 12916 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103025909 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26278/tid=26289] ppid=26276 vsize=1793444 CPUtime=0
/proc/26278/task/26289/stat : 26289 (java) S 26276 26278 4662 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 274207457 1836486656 12916 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26290] ppid=26276 vsize=1793444 CPUtime=0
/proc/26278/task/26290/stat : 26290 (java) S 26276 26278 4662 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 274207457 1836486656 12916 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26291] ppid=26276 vsize=1793444 CPUtime=0
/proc/26278/task/26291/stat : 26291 (java) S 26276 26278 4662 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 274207492 1836486656 12916 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 1793444

[startup+3.1107 s]
/proc/loadavg: 1.36 1.20 1.09 4/90 26291
/proc/meminfo: memFree=1819328/2055924 swapFree=4146664/4192956
[pid=26278] ppid=26276 vsize=1797988 CPUtime=5.02
/proc/26278/stat : 26278 (java) S 26276 26278 4662 0 -1 0 53810 0 45 0 475 27 0 0 18 0 13 0 274207423 1841139712 43324 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26278/statm: 449497 43324 1322 9 0 447108 0
[pid=26278/tid=26280] ppid=26276 vsize=1797988 CPUtime=1.84
/proc/26278/task/26280/stat : 26280 (java) R 26276 26278 4662 0 -1 64 37706 0 12 0 165 19 0 0 19 0 13 0 274207436 1841139712 43324 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109592191 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26278/tid=26281] ppid=26276 vsize=1797988 CPUtime=0.01
/proc/26278/task/26281/stat : 26281 (java) S 26276 26278 4662 0 -1 64 369 0 0 0 1 0 0 0 16 0 13 0 274207443 1841139712 43324 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26282] ppid=26276 vsize=1797988 CPUtime=0.01
/proc/26278/task/26282/stat : 26282 (java) S 26276 26278 4662 0 -1 64 352 0 0 0 1 0 0 0 16 0 13 0 274207443 1841139712 43324 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26278/tid=26283] ppid=26276 vsize=1797988 CPUtime=0
/proc/26278/task/26283/stat : 26283 (java) S 26276 26278 4662 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 274207447 1841139712 43324 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26278/tid=26284] ppid=26276 vsize=1797988 CPUtime=0
/proc/26278/task/26284/stat : 26284 (java) S 26276 26278 4662 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 274207448 1841139712 43324 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26285] ppid=26276 vsize=1797988 CPUtime=0
/proc/26278/task/26285/stat : 26285 (java) S 26276 26278 4662 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 274207448 1841139712 43324 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26286] ppid=26276 vsize=1797988 CPUtime=0
/proc/26278/task/26286/stat : 26286 (java) S 26276 26278 4662 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 274207457 1841139712 43324 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26287] ppid=26276 vsize=1797988 CPUtime=1.5
/proc/26278/task/26287/stat : 26287 (java) R 26276 26278 4662 0 -1 64 8059 0 0 0 146 4 0 0 16 0 13 0 274207457 1841139712 43324 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26288] ppid=26276 vsize=1797988 CPUtime=1.63
/proc/26278/task/26288/stat : 26288 (java) R 26276 26278 4662 0 -1 64 6626 0 0 0 161 2 0 0 16 0 13 0 274207457 1841139712 43324 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 104642303 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26289] ppid=26276 vsize=1797988 CPUtime=0
/proc/26278/task/26289/stat : 26289 (java) S 26276 26278 4662 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 274207457 1841139712 43324 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26290] ppid=26276 vsize=1797988 CPUtime=0
/proc/26278/task/26290/stat : 26290 (java) S 26276 26278 4662 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 274207457 1841139712 43324 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26291] ppid=26276 vsize=1797988 CPUtime=0
/proc/26278/task/26291/stat : 26291 (java) S 26276 26278 4662 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 274207492 1841139712 43324 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.02
Current children cumulated vsize (KiB) 1797988

[startup+6.30106 s]
/proc/loadavg: 1.36 1.20 1.09 2/90 26291
/proc/meminfo: memFree=1721024/2055924 swapFree=4146664/4192956
[pid=26278] ppid=26276 vsize=1797988 CPUtime=8.41
/proc/26278/stat : 26278 (java) S 26276 26278 4662 0 -1 0 57662 0 45 0 811 30 0 0 18 0 13 0 274207423 1841139712 45238 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26278/statm: 449497 45238 1329 9 0 447108 0
[pid=26278/tid=26280] ppid=26276 vsize=1797988 CPUtime=4.9
/proc/26278/task/26280/stat : 26280 (java) R 26276 26278 4662 0 -1 64 37712 0 12 0 471 19 0 0 20 0 13 0 274207436 1841139712 45238 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109539036 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26278/tid=26281] ppid=26276 vsize=1797988 CPUtime=0.12
/proc/26278/task/26281/stat : 26281 (java) S 26276 26278 4662 0 -1 64 2324 0 0 0 11 1 0 0 16 0 13 0 274207443 1841139712 45238 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26282] ppid=26276 vsize=1797988 CPUtime=0.11
/proc/26278/task/26282/stat : 26282 (java) S 26276 26278 4662 0 -1 64 2225 0 0 0 11 0 0 0 16 0 13 0 274207443 1841139712 45238 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26278/tid=26283] ppid=26276 vsize=1797988 CPUtime=0
/proc/26278/task/26283/stat : 26283 (java) S 26276 26278 4662 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 274207447 1841139712 45238 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26284] ppid=26276 vsize=1797988 CPUtime=0
/proc/26278/task/26284/stat : 26284 (java) S 26276 26278 4662 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 274207448 1841139712 45238 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26285] ppid=26276 vsize=1797988 CPUtime=0
/proc/26278/task/26285/stat : 26285 (java) S 26276 26278 4662 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 274207448 1841139712 45238 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26286] ppid=26276 vsize=1797988 CPUtime=0
/proc/26278/task/26286/stat : 26286 (java) S 26276 26278 4662 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 274207457 1841139712 45238 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26287] ppid=26276 vsize=1797988 CPUtime=1.53
/proc/26278/task/26287/stat : 26287 (java) S 26276 26278 4662 0 -1 64 8060 0 0 0 149 4 0 0 16 0 13 0 274207457 1841139712 45238 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26288] ppid=26276 vsize=1797988 CPUtime=1.69
/proc/26278/task/26288/stat : 26288 (java) S 26276 26278 4662 0 -1 64 6635 0 0 0 167 2 0 0 16 0 13 0 274207457 1841139712 45238 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26289] ppid=26276 vsize=1797988 CPUtime=0
/proc/26278/task/26289/stat : 26289 (java) S 26276 26278 4662 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 274207457 1841139712 45238 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26290] ppid=26276 vsize=1797988 CPUtime=0
/proc/26278/task/26290/stat : 26290 (java) S 26276 26278 4662 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 274207457 1841139712 45238 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26291] ppid=26276 vsize=1797988 CPUtime=0
/proc/26278/task/26291/stat : 26291 (java) S 26276 26278 4662 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 274207492 1841139712 45238 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.41
Current children cumulated vsize (KiB) 1797988

[startup+12.7028 s]
/proc/loadavg: 1.30 1.19 1.09 2/90 26291
/proc/meminfo: memFree=1683272/2055924 swapFree=4146664/4192956
[pid=26278] ppid=26276 vsize=1797988 CPUtime=15.12
/proc/26278/stat : 26278 (java) S 26276 26278 4662 0 -1 0 69786 0 45 0 1477 35 0 0 18 0 13 0 274207423 1841139712 56203 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26278/statm: 449497 56203 1329 9 0 447108 0
[pid=26278/tid=26280] ppid=26276 vsize=1797988 CPUtime=11.03
/proc/26278/task/26280/stat : 26280 (java) R 26276 26278 4662 0 -1 64 38184 0 12 0 1084 19 0 0 25 0 13 0 274207436 1841139712 56203 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110017574 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26278/tid=26281] ppid=26276 vsize=1797988 CPUtime=0.38
/proc/26278/task/26281/stat : 26281 (java) S 26276 26278 4662 0 -1 64 8429 0 0 0 35 3 0 0 17 0 13 0 274207443 1841139712 56203 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26282] ppid=26276 vsize=1797988 CPUtime=0.38
/proc/26278/task/26282/stat : 26282 (java) S 26276 26278 4662 0 -1 64 7758 0 0 0 35 3 0 0 16 0 13 0 274207443 1841139712 56203 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26278/tid=26283] ppid=26276 vsize=1797988 CPUtime=0
/proc/26278/task/26283/stat : 26283 (java) S 26276 26278 4662 0 -1 64 29 0 0 0 0 0 0 0 16 0 13 0 274207447 1841139712 56203 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26278/tid=26284] ppid=26276 vsize=1797988 CPUtime=0
/proc/26278/task/26284/stat : 26284 (java) S 26276 26278 4662 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 274207448 1841139712 56203 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26285] ppid=26276 vsize=1797988 CPUtime=0
/proc/26278/task/26285/stat : 26285 (java) S 26276 26278 4662 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 274207448 1841139712 56203 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26286] ppid=26276 vsize=1797988 CPUtime=0
/proc/26278/task/26286/stat : 26286 (java) S 26276 26278 4662 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 274207457 1841139712 56203 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26287] ppid=26276 vsize=1797988 CPUtime=1.55
/proc/26278/task/26287/stat : 26287 (java) S 26276 26278 4662 0 -1 64 8062 0 0 0 151 4 0 0 15 0 13 0 274207457 1841139712 56203 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26288] ppid=26276 vsize=1797988 CPUtime=1.69
/proc/26278/task/26288/stat : 26288 (java) S 26276 26278 4662 0 -1 64 6635 0 0 0 167 2 0 0 16 0 13 0 274207457 1841139712 56203 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26289] ppid=26276 vsize=1797988 CPUtime=0
/proc/26278/task/26289/stat : 26289 (java) S 26276 26278 4662 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 274207457 1841139712 56203 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26290] ppid=26276 vsize=1797988 CPUtime=0
/proc/26278/task/26290/stat : 26290 (java) S 26276 26278 4662 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 274207457 1841139712 56203 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26291] ppid=26276 vsize=1797988 CPUtime=0
/proc/26278/task/26291/stat : 26291 (java) S 26276 26278 4662 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 274207492 1841139712 56203 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.12
Current children cumulated vsize (KiB) 1797988

[startup+25.5023 s]
/proc/loadavg: 1.25 1.19 1.08 2/90 26291
/proc/meminfo: memFree=1671440/2055924 swapFree=4146664/4192956
[pid=26278] ppid=26276 vsize=1797988 CPUtime=28.1
/proc/26278/stat : 26278 (java) S 26276 26278 4662 0 -1 0 72918 0 45 0 2772 38 0 0 18 0 13 0 274207423 1841139712 58811 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26278/statm: 449497 58811 1331 9 0 447108 0
[pid=26278/tid=26280] ppid=26276 vsize=1797988 CPUtime=23.7
/proc/26278/task/26280/stat : 26280 (java) R 26276 26278 4662 0 -1 64 38195 0 12 0 2351 19 0 0 25 0 13 0 274207436 1841139712 58811 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109519781 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26278/tid=26281] ppid=26276 vsize=1797988 CPUtime=0.5
/proc/26278/task/26281/stat : 26281 (java) S 26276 26278 4662 0 -1 64 9870 0 0 0 46 4 0 0 16 0 13 0 274207443 1841139712 58811 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26282] ppid=26276 vsize=1797988 CPUtime=0.51
/proc/26278/task/26282/stat : 26282 (java) S 26276 26278 4662 0 -1 64 9430 0 0 0 47 4 0 0 16 0 13 0 274207443 1841139712 58811 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=26278/tid=26283] ppid=26276 vsize=1797988 CPUtime=0.19
/proc/26278/task/26283/stat : 26283 (java) S 26276 26278 4662 0 -1 64 101 0 0 0 10 9 0 0 15 0 13 0 274207447 1841139712 133786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26278/tid=26284] ppid=26276 vsize=1797988 CPUtime=0
/proc/26278/task/26284/stat : 26284 (java) S 26276 26278 4662 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 274207448 1841139712 133786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26285] ppid=26276 vsize=1797988 CPUtime=0
/proc/26278/task/26285/stat : 26285 (java) S 26276 26278 4662 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 274207448 1841139712 133786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26286] ppid=26276 vsize=1797988 CPUtime=0
/proc/26278/task/26286/stat : 26286 (java) S 26276 26278 4662 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 274207457 1841139712 133786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26287] ppid=26276 vsize=1797988 CPUtime=1.58
/proc/26278/task/26287/stat : 26287 (java) S 26276 26278 4662 0 -1 64 8065 0 0 0 154 4 0 0 16 0 13 0 274207457 1841139712 133786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26288] ppid=26276 vsize=1797988 CPUtime=1.77
/proc/26278/task/26288/stat : 26288 (java) S 26276 26278 4662 0 -1 64 6643 0 0 0 175 2 0 0 16 0 13 0 274207457 1841139712 133786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26289] ppid=26276 vsize=1797988 CPUtime=0
/proc/26278/task/26289/stat : 26289 (java) S 26276 26278 4662 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 274207457 1841139712 133786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26290] ppid=26276 vsize=1797988 CPUtime=0
/proc/26278/task/26290/stat : 26290 (java) S 26276 26278 4662 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 274207457 1841139712 133786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26291] ppid=26276 vsize=1797988 CPUtime=0
/proc/26278/task/26291/stat : 26291 (java) S 26276 26278 4662 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 274207492 1841139712 133786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1567.41
Current children cumulated vsize (KiB) 1797988

[startup+1602.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 26293
/proc/meminfo: memFree=1362256/2055924 swapFree=4146664/4192956
[pid=26278] ppid=26276 vsize=1797988 CPUtime=1628.62
/proc/26278/stat : 26278 (java) S 26276 26278 4662 0 -1 0 188061 0 45 0 162749 113 0 0 18 0 13 0 274207423 1841139712 135784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26278/statm: 449497 135784 1331 9 0 447108 0
[pid=26278/tid=26280] ppid=26276 vsize=1797988 CPUtime=1575.19
/proc/26278/task/26280/stat : 26280 (java) R 26276 26278 4662 0 -1 64 57117 0 12 0 157478 41 0 0 25 0 13 0 274207436 1841139712 135784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109553268 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26278/tid=26281] ppid=26276 vsize=1797988 CPUtime=24.9
/proc/26278/task/26281/stat : 26281 (java) S 26276 26278 4662 0 -1 64 58368 0 0 0 2463 27 0 0 16 0 13 0 274207443 1841139712 135784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26282] ppid=26276 vsize=1797988 CPUtime=24.93
/proc/26278/task/26282/stat : 26282 (java) S 26276 26278 4662 0 -1 64 57078 0 0 0 2467 26 0 0 16 0 13 0 274207443 1841139712 135784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26278/tid=26283] ppid=26276 vsize=1797988 CPUtime=0.19
/proc/26278/task/26283/stat : 26283 (java) S 26276 26278 4662 0 -1 64 101 0 0 0 10 9 0 0 15 0 13 0 274207447 1841139712 135784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26284] ppid=26276 vsize=1797988 CPUtime=0
/proc/26278/task/26284/stat : 26284 (java) S 26276 26278 4662 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 274207448 1841139712 135784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26285] ppid=26276 vsize=1797988 CPUtime=0
/proc/26278/task/26285/stat : 26285 (java) S 26276 26278 4662 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 274207448 1841139712 135784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26286] ppid=26276 vsize=1797988 CPUtime=0
/proc/26278/task/26286/stat : 26286 (java) S 26276 26278 4662 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 274207457 1841139712 135784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26287] ppid=26276 vsize=1797988 CPUtime=1.58
/proc/26278/task/26287/stat : 26287 (java) S 26276 26278 4662 0 -1 64 8065 0 0 0 154 4 0 0 16 0 13 0 274207457 1841139712 135784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26288] ppid=26276 vsize=1797988 CPUtime=1.77
/proc/26278/task/26288/stat : 26288 (java) S 26276 26278 4662 0 -1 64 6643 0 0 0 175 2 0 0 16 0 13 0 274207457 1841139712 135784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26289] ppid=26276 vsize=1797988 CPUtime=0
/proc/26278/task/26289/stat : 26289 (java) S 26276 26278 4662 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 274207457 1841139712 135784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26290] ppid=26276 vsize=1797988 CPUtime=0
/proc/26278/task/26290/stat : 26290 (java) S 26276 26278 4662 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 274207457 1841139712 135784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26291] ppid=26276 vsize=1797988 CPUtime=0
/proc/26278/task/26291/stat : 26291 (java) S 26276 26278 4662 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 274207492 1841139712 135784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1628.62
Current children cumulated vsize (KiB) 1797988

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 26293
/proc/meminfo: memFree=1352016/2055924 swapFree=4146664/4192956
[pid=26278] ppid=26276 vsize=1797988 CPUtime=1689.93
/proc/26278/stat : 26278 (java) S 26276 26278 4662 0 -1 0 190930 0 45 0 168878 115 0 0 18 0 13 0 274207423 1841139712 138289 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26278/statm: 449497 138289 1331 9 0 447108 0
[pid=26278/tid=26280] ppid=26276 vsize=1797988 CPUtime=1633.83
/proc/26278/task/26280/stat : 26280 (java) R 26276 26278 4662 0 -1 64 57142 0 12 0 163342 41 0 0 25 0 13 0 274207436 1841139712 138289 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109746618 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26278/tid=26281] ppid=26276 vsize=1797988 CPUtime=26.23
/proc/26278/task/26281/stat : 26281 (java) S 26276 26278 4662 0 -1 64 60158 0 0 0 2595 28 0 0 17 0 13 0 274207443 1841139712 138289 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26282] ppid=26276 vsize=1797988 CPUtime=26.26
/proc/26278/task/26282/stat : 26282 (java) S 26276 26278 4662 0 -1 64 58132 0 0 0 2600 26 0 0 17 0 13 0 274207443 1841139712 138289 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26283] ppid=26276 vsize=1797988 CPUtime=0.21
/proc/26278/task/26283/stat : 26283 (java) S 26276 26278 4662 0 -1 64 101 0 0 0 11 10 0 0 16 0 13 0 274207447 1841139712 138289 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26284] ppid=26276 vsize=1797988 CPUtime=0
/proc/26278/task/26284/stat : 26284 (java) S 26276 26278 4662 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 274207448 1841139712 138289 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26285] ppid=26276 vsize=1797988 CPUtime=0
/proc/26278/task/26285/stat : 26285 (java) S 26276 26278 4662 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 274207448 1841139712 138289 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26286] ppid=26276 vsize=1797988 CPUtime=0
/proc/26278/task/26286/stat : 26286 (java) S 26276 26278 4662 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 274207457 1841139712 138289 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26287] ppid=26276 vsize=1797988 CPUtime=1.58
/proc/26278/task/26287/stat : 26287 (java) S 26276 26278 4662 0 -1 64 8065 0 0 0 154 4 0 0 16 0 13 0 274207457 1841139712 138289 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26288] ppid=26276 vsize=1797988 CPUtime=1.77
/proc/26278/task/26288/stat : 26288 (java) S 26276 26278 4662 0 -1 64 6643 0 0 0 175 2 0 0 16 0 13 0 274207457 1841139712 138289 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26289] ppid=26276 vsize=1797988 CPUtime=0
/proc/26278/task/26289/stat : 26289 (java) S 26276 26278 4662 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 274207457 1841139712 138289 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26290] ppid=26276 vsize=1797988 CPUtime=0
/proc/26278/task/26290/stat : 26290 (java) S 26276 26278 4662 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 274207457 1841139712 138289 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26291] ppid=26276 vsize=1797988 CPUtime=0
/proc/26278/task/26291/stat : 26291 (java) S 26276 26278 4662 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 274207492 1841139712 138289 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1689.93
Current children cumulated vsize (KiB) 1797988

[startup+1722.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/90 26293
/proc/meminfo: memFree=1347984/2055924 swapFree=4146664/4192956
[pid=26278] ppid=26276 vsize=1797988 CPUtime=1751.02
/proc/26278/stat : 26278 (java) S 26276 26278 4662 0 -1 0 192103 0 45 0 174986 116 0 0 18 0 13 0 274207423 1841139712 139325 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26278/statm: 449497 139325 1331 9 0 447108 0
[pid=26278/tid=26280] ppid=26276 vsize=1797988 CPUtime=1692.68
/proc/26278/task/26280/stat : 26280 (java) R 26276 26278 4662 0 -1 64 57168 0 12 0 169226 42 0 0 25 0 13 0 274207436 1841139712 139325 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109572692 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26278/tid=26281] ppid=26276 vsize=1797988 CPUtime=27.34
/proc/26278/task/26281/stat : 26281 (java) S 26276 26278 4662 0 -1 64 60831 0 0 0 2706 28 0 0 16 0 13 0 274207443 1841139712 139325 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26278/tid=26282] ppid=26276 vsize=1797988 CPUtime=27.38
/proc/26278/task/26282/stat : 26282 (java) S 26276 26278 4662 0 -1 64 58606 0 0 0 2711 27 0 0 16 0 13 0 274207443 1841139712 139325 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26283] ppid=26276 vsize=1797988 CPUtime=0.21
/proc/26278/task/26283/stat : 26283 (java) S 26276 26278 4662 0 -1 64 101 0 0 0 11 10 0 0 16 0 13 0 274207447 1841139712 139325 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26278/tid=26284] ppid=26276 vsize=1797988 CPUtime=0
/proc/26278/task/26284/stat : 26284 (java) S 26276 26278 4662 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 274207448 1841139712 139325 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26285] ppid=26276 vsize=1797988 CPUtime=0
/proc/26278/task/26285/stat : 26285 (java) S 26276 26278 4662 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 274207448 1841139712 139325 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26286] ppid=26276 vsize=1797988 CPUtime=0
/proc/26278/task/26286/stat : 26286 (java) S 26276 26278 4662 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 274207457 1841139712 139325 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26287] ppid=26276 vsize=1797988 CPUtime=1.58
/proc/26278/task/26287/stat : 26287 (java) S 26276 26278 4662 0 -1 64 8065 0 0 0 154 4 0 0 16 0 13 0 274207457 1841139712 139325 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26288] ppid=26276 vsize=1797988 CPUtime=1.77
/proc/26278/task/26288/stat : 26288 (java) S 26276 26278 4662 0 -1 64 6643 0 0 0 175 2 0 0 16 0 13 0 274207457 1841139712 139325 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26289] ppid=26276 vsize=1797988 CPUtime=0
/proc/26278/task/26289/stat : 26289 (java) S 26276 26278 4662 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 274207457 1841139712 139325 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26290] ppid=26276 vsize=1797988 CPUtime=0
/proc/26278/task/26290/stat : 26290 (java) S 26276 26278 4662 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 274207457 1841139712 139325 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26291] ppid=26276 vsize=1797988 CPUtime=0
/proc/26278/task/26291/stat : 26291 (java) S 26276 26278 4662 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 274207492 1841139712 139325 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1751.02
Current children cumulated vsize (KiB) 1797988



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1770.5 s]
/proc/loadavg: 1.02 1.01 1.00 2/90 26293
/proc/meminfo: memFree=1345104/2055924 swapFree=4146664/4192956
[pid=26278] ppid=26276 vsize=1797988 CPUtime=1800.06
/proc/26278/stat : 26278 (java) S 26276 26278 4662 0 -1 0 192920 0 45 0 179889 117 0 0 18 0 13 0 274207423 1841139712 140046 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26278/statm: 449497 140046 1331 9 0 447108 0
[pid=26278/tid=26280] ppid=26276 vsize=1797988 CPUtime=1739.98
/proc/26278/task/26280/stat : 26280 (java) R 26276 26278 4662 0 -1 64 57188 0 12 0 173956 42 0 0 25 0 13 0 274207436 1841139712 140046 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109573759 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26278/tid=26281] ppid=26276 vsize=1797988 CPUtime=28.2
/proc/26278/task/26281/stat : 26281 (java) S 26276 26278 4662 0 -1 64 61278 0 0 0 2792 28 0 0 16 0 13 0 274207443 1841139712 140046 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26282] ppid=26276 vsize=1797988 CPUtime=28.25
/proc/26278/task/26282/stat : 26282 (java) S 26276 26278 4662 0 -1 64 58956 0 0 0 2798 27 0 0 16 0 13 0 274207443 1841139712 140046 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26278/tid=26283] ppid=26276 vsize=1797988 CPUtime=0.22
/proc/26278/task/26283/stat : 26283 (java) S 26276 26278 4662 0 -1 64 101 0 0 0 12 10 0 0 16 0 13 0 274207447 1841139712 140046 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26278/tid=26284] ppid=26276 vsize=1797988 CPUtime=0
/proc/26278/task/26284/stat : 26284 (java) S 26276 26278 4662 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 274207448 1841139712 140046 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26285] ppid=26276 vsize=1797988 CPUtime=0
/proc/26278/task/26285/stat : 26285 (java) S 26276 26278 4662 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 274207448 1841139712 140046 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26286] ppid=26276 vsize=1797988 CPUtime=0
/proc/26278/task/26286/stat : 26286 (java) S 26276 26278 4662 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 274207457 1841139712 140046 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26287] ppid=26276 vsize=1797988 CPUtime=1.58
/proc/26278/task/26287/stat : 26287 (java) S 26276 26278 4662 0 -1 64 8065 0 0 0 154 4 0 0 16 0 13 0 274207457 1841139712 140046 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26288] ppid=26276 vsize=1797988 CPUtime=1.77
/proc/26278/task/26288/stat : 26288 (java) S 26276 26278 4662 0 -1 64 6643 0 0 0 175 2 0 0 16 0 13 0 274207457 1841139712 140046 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26289] ppid=26276 vsize=1797988 CPUtime=0
/proc/26278/task/26289/stat : 26289 (java) S 26276 26278 4662 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 274207457 1841139712 140046 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26290] ppid=26276 vsize=1797988 CPUtime=0
/proc/26278/task/26290/stat : 26290 (java) S 26276 26278 4662 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 274207457 1841139712 140046 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26278/tid=26291] ppid=26276 vsize=1797988 CPUtime=0
/proc/26278/task/26291/stat : 26291 (java) S 26276 26278 4662 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 274207492 1841139712 140046 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1797988

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

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

[startup+1770.61 s]
/proc/loadavg: 1.02 1.01 1.00 2/90 26293
/proc/meminfo: memFree=1345104/2055924 swapFree=4146664/4192956
[pid=26278] ppid=26276 vsize=0 CPUtime=1800.16
/proc/26278/stat : 26278 (java) Z 26276 26278 4662 0 -1 1036 192941 0 45 0 179892 124 0 0 16 0 2 0 274207423 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26278/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1770.63
CPU time (s): 1800.19
CPU user time (s): 1798.93
CPU system time (s): 1.25681
CPU usage (%): 101.67
Max. virtual memory (cumulated for all children) (KiB): 1800288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.93
system time used= 1.25681
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 192941
page faults= 45
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 44523
involuntary context switches= 29779

runsolver used 1.78973 second user time and 4.67929 second system time

The end

Launcher Data (download as text)

Begin job on node6 on Tue May  1 01:08:18 UTC 2007

IDJOB= 429205
IDBENCH= 47892
IDSOLVER= 164
FILE ID= node6/429205-1177981697

PBS_JOBID= 4728142

Free space on /tmp= 66561 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=7-P0=127-P1=47-P2=7-P3=127-P4=17-P5=97-P6=127-B.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/429205-1177981697/sat4jPseudoCPClause.jar /tmp/evaluation/429205-1177981697/instance-429205-1177981697.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-429205-1177981697 -o ROOT/results/node6/solver-429205-1177981697 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/429205-1177981697/sat4jPseudoCPClause.jar /tmp/evaluation/429205-1177981697/instance-429205-1177981697.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  a92642ddb77f2466b803e375801dde37

RANDOM SEED= 379359597

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node6.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.232
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.232
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:      2055924 kB
MemFree:       1911872 kB
Buffers:         29516 kB
Cached:          40956 kB
SwapCached:      13644 kB
Active:          48396 kB
Inactive:        48900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1911872 kB
SwapTotal:     4192956 kB
SwapFree:      4146664 kB
Dirty:            3712 kB
Writeback:           0 kB
Mapped:          33192 kB
Slab:            32352 kB
Committed_AS:  8164860 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 node6 on Tue May  1 01:37:50 UTC 2007