Trace number 349035

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-g250.29.opb
MD5SUMb0a7c1cc13cb603591c6d50e3dba1a47
Bench CategoryOPT-SMALLINT (optimisation, small 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 variables14500
Total number of constraints461872
Number of constraints which are clauses461872
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint29
Number of terms in the objective function 14500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 14500
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 14500
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

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

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 29418
/proc/meminfo: memFree=1837760/2055920 swapFree=4171824/4192956
[pid=29418] ppid=29416 vsize=1800 CPUtime=0
/proc/29418/stat : 29418 (java) D 29416 29418 28587 0 -1 0 171 0 0 0 0 0 0 0 18 0 1 0 140444411 1843200 143 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/29418/statm: 450 143 106 9 0 92 0

[startup+0.0501611 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 29418
/proc/meminfo: memFree=1837760/2055920 swapFree=4171824/4192956
[pid=29418] ppid=29416 vsize=1776376 CPUtime=0.03
/proc/29418/stat : 29418 (java) S 29416 29418 28587 0 -1 0 3461 0 1 0 2 1 0 0 18 0 4 0 140444411 1819009024 3206 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/29418/statm: 444094 3206 1022 9 0 441730 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1776376

[startup+0.10116 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 29418
/proc/meminfo: memFree=1837760/2055920 swapFree=4171824/4192956
[pid=29418] ppid=29416 vsize=1780112 CPUtime=0.08
/proc/29418/stat : 29418 (java) S 29416 29418 28587 0 -1 0 3965 0 1 0 6 2 0 0 18 0 12 0 140444411 1822834688 3706 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29418/statm: 445028 3706 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.305179 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 29418
/proc/meminfo: memFree=1837760/2055920 swapFree=4171824/4192956
[pid=29418] ppid=29416 vsize=1781896 CPUtime=0.31
/proc/29418/stat : 29418 (java) S 29416 29418 28587 0 -1 0 5199 0 1 0 28 3 0 0 18 0 12 0 140444411 1824661504 4937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29418/statm: 445474 4937 1264 9 0 443085 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1781896

[startup+0.701218 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 29418
/proc/meminfo: memFree=1837760/2055920 swapFree=4171824/4192956
[pid=29418] ppid=29416 vsize=1785640 CPUtime=0.91
/proc/29418/stat : 29418 (java) S 29416 29418 28587 0 -1 0 8367 0 1 0 87 4 0 0 18 0 12 0 140444411 1828495360 7623 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29418/statm: 446410 7623 1296 9 0 444021 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 1785640

[startup+1.50229 s]
/proc/loadavg: 1.00 1.00 1.00 4/89 29430
/proc/meminfo: memFree=1805984/2055920 swapFree=4171824/4192956
[pid=29418] ppid=29416 vsize=1786492 CPUtime=2.04
/proc/29418/stat : 29418 (java) S 29416 29418 28587 0 -1 0 19593 0 1 0 195 9 0 0 18 0 12 0 140444411 1829367808 17337 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29418/statm: 446623 17337 1301 9 0 444234 0
[pid=29418/tid=29420] ppid=29416 vsize=1786492 CPUtime=1.14
/proc/29418/task/29420/stat : 29420 (java) R 29416 29418 28587 0 -1 64 15191 0 1 0 107 7 0 0 19 0 12 0 140444412 1829367808 17337 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109626468 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29421] ppid=29416 vsize=1786492 CPUtime=0
/proc/29418/task/29421/stat : 29421 (java) S 29416 29418 28587 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 140444414 1829367808 17337 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29422] ppid=29416 vsize=1786492 CPUtime=0
/proc/29418/task/29422/stat : 29422 (java) S 29416 29418 28587 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 140444414 1829367808 17337 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29418/tid=29423] ppid=29416 vsize=1786492 CPUtime=0
/proc/29418/task/29423/stat : 29423 (java) S 29416 29418 28587 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 140444416 1829367808 17337 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29424] ppid=29416 vsize=1786492 CPUtime=0
/proc/29418/task/29424/stat : 29424 (java) S 29416 29418 28587 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 140444417 1829367808 17337 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29425] ppid=29416 vsize=1786492 CPUtime=0
/proc/29418/task/29425/stat : 29425 (java) S 29416 29418 28587 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 140444417 1829367808 17337 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29426] ppid=29416 vsize=1786492 CPUtime=0
/proc/29418/task/29426/stat : 29426 (java) S 29416 29418 28587 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 140444421 1829367808 17337 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29427] ppid=29416 vsize=1786492 CPUtime=0.48
/proc/29418/task/29427/stat : 29427 (java) S 29416 29418 28587 0 -1 64 2055 0 0 0 48 0 0 0 16 0 12 0 140444421 1829367808 17337 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29418/tid=29428] ppid=29416 vsize=1786492 CPUtime=0.4
/proc/29418/task/29428/stat : 29428 (java) S 29416 29418 28587 0 -1 64 1627 0 0 0 40 0 0 0 16 0 12 0 140444421 1829367808 17337 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29429] ppid=29416 vsize=1786492 CPUtime=0
/proc/29418/task/29429/stat : 29429 (java) S 29416 29418 28587 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 140444421 1829367808 17337 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29430] ppid=29416 vsize=1786492 CPUtime=0
/proc/29418/task/29430/stat : 29430 (java) S 29416 29418 28587 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 140444421 1829367808 17337 18446744073709551615 134512640 134550740 4294956448 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) 1786492

[startup+3.10243 s]
/proc/loadavg: 1.00 1.00 1.00 2/89 29430
/proc/meminfo: memFree=1703392/2055920 swapFree=4171824/4192956
[pid=29418] ppid=29416 vsize=1786492 CPUtime=3.7
/proc/29418/stat : 29418 (java) S 29416 29418 28587 0 -1 0 44231 0 1 0 349 21 0 0 18 0 12 0 140444411 1829367808 41958 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29418/statm: 446623 41958 1310 9 0 444234 0
[pid=29418/tid=29420] ppid=29416 vsize=1786492 CPUtime=2.67
/proc/29418/task/29420/stat : 29420 (java) R 29416 29418 28587 0 -1 64 37674 0 1 0 249 18 0 0 23 0 12 0 140444412 1829367808 41958 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109678503 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29418/tid=29421] ppid=29416 vsize=1786492 CPUtime=0.05
/proc/29418/task/29421/stat : 29421 (java) S 29416 29418 28587 0 -1 64 1174 0 0 0 5 0 0 0 17 0 12 0 140444414 1829367808 41958 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29422] ppid=29416 vsize=1786492 CPUtime=0.05
/proc/29418/task/29422/stat : 29422 (java) S 29416 29418 28587 0 -1 64 976 0 0 0 5 0 0 0 17 0 12 0 140444414 1829367808 41958 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29423] ppid=29416 vsize=1786492 CPUtime=0
/proc/29418/task/29423/stat : 29423 (java) S 29416 29418 28587 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 140444416 1829367808 41958 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29424] ppid=29416 vsize=1786492 CPUtime=0
/proc/29418/task/29424/stat : 29424 (java) S 29416 29418 28587 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 140444417 1829367808 41958 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29425] ppid=29416 vsize=1786492 CPUtime=0
/proc/29418/task/29425/stat : 29425 (java) S 29416 29418 28587 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 140444417 1829367808 41958 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29426] ppid=29416 vsize=1786492 CPUtime=0
/proc/29418/task/29426/stat : 29426 (java) S 29416 29418 28587 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 140444421 1829367808 41958 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29427] ppid=29416 vsize=1786492 CPUtime=0.48
/proc/29418/task/29427/stat : 29427 (java) S 29416 29418 28587 0 -1 64 2055 0 0 0 48 0 0 0 16 0 12 0 140444421 1829367808 41958 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29418/tid=29428] ppid=29416 vsize=1786492 CPUtime=0.4
/proc/29418/task/29428/stat : 29428 (java) S 29416 29418 28587 0 -1 64 1627 0 0 0 40 0 0 0 16 0 12 0 140444421 1829367808 41958 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29429] ppid=29416 vsize=1786492 CPUtime=0
/proc/29418/task/29429/stat : 29429 (java) S 29416 29418 28587 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 140444421 1829367808 41958 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29430] ppid=29416 vsize=1786492 CPUtime=0
/proc/29418/task/29430/stat : 29430 (java) S 29416 29418 28587 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 140444421 1829367808 41958 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.7
Current children cumulated vsize (KiB) 1786492

[startup+6.30272 s]
/proc/loadavg: 1.00 1.00 1.00 2/89 29430
/proc/meminfo: memFree=1644960/2055920 swapFree=4171824/4192956
[pid=29418] ppid=29416 vsize=1788420 CPUtime=7.24
/proc/29418/stat : 29418 (java) S 29416 29418 28587 0 -1 0 54855 0 1 0 697 27 0 0 18 0 12 0 140444411 1831342080 52220 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29418/statm: 447105 52220 1310 9 0 444716 0
[pid=29418/tid=29420] ppid=29416 vsize=1788420 CPUtime=5.52
/proc/29418/task/29420/stat : 29420 (java) R 29416 29418 28587 0 -1 64 37679 0 1 0 533 19 0 0 22 0 12 0 140444412 1831342080 52220 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109626644 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29418/tid=29421] ppid=29416 vsize=1788420 CPUtime=0.39
/proc/29418/task/29421/stat : 29421 (java) S 29416 29418 28587 0 -1 64 5846 0 0 0 37 2 0 0 16 0 12 0 140444414 1831342080 52220 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29422] ppid=29416 vsize=1788420 CPUtime=0.39
/proc/29418/task/29422/stat : 29422 (java) S 29416 29418 28587 0 -1 64 6917 0 0 0 37 2 0 0 17 0 12 0 140444414 1831342080 52220 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29418/tid=29423] ppid=29416 vsize=1788420 CPUtime=0
/proc/29418/task/29423/stat : 29423 (java) S 29416 29418 28587 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 140444416 1831342080 52220 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29424] ppid=29416 vsize=1788420 CPUtime=0
/proc/29418/task/29424/stat : 29424 (java) S 29416 29418 28587 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 140444417 1831342080 52220 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29425] ppid=29416 vsize=1788420 CPUtime=0
/proc/29418/task/29425/stat : 29425 (java) S 29416 29418 28587 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 140444417 1831342080 52220 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29426] ppid=29416 vsize=1788420 CPUtime=0
/proc/29418/task/29426/stat : 29426 (java) S 29416 29418 28587 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 140444421 1831342080 52220 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29427] ppid=29416 vsize=1788420 CPUtime=0.48
/proc/29418/task/29427/stat : 29427 (java) S 29416 29418 28587 0 -1 64 2055 0 0 0 48 0 0 0 16 0 12 0 140444421 1831342080 52220 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29418/tid=29428] ppid=29416 vsize=1788420 CPUtime=0.4
/proc/29418/task/29428/stat : 29428 (java) S 29416 29418 28587 0 -1 64 1627 0 0 0 40 0 0 0 16 0 12 0 140444421 1831342080 52220 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29429] ppid=29416 vsize=1788420 CPUtime=0
/proc/29418/task/29429/stat : 29429 (java) S 29416 29418 28587 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 140444421 1831342080 52220 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29430] ppid=29416 vsize=1788420 CPUtime=0
/proc/29418/task/29430/stat : 29430 (java) S 29416 29418 28587 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 140444421 1831342080 52220 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.24
Current children cumulated vsize (KiB) 1788420

[startup+12.7023 s]
/proc/loadavg: 1.07 1.02 1.00 2/90 29431
/proc/meminfo: memFree=1590424/2055920 swapFree=4171824/4192956
[pid=29418] ppid=29416 vsize=1794760 CPUtime=15.21
/proc/29418/stat : 29418 (java) S 29416 29418 28587 0 -1 0 69991 0 1 0 1486 35 0 0 18 0 13 0 140444411 1837834240 62746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29418/statm: 448690 62746 1326 9 0 446301 0
[pid=29418/tid=29420] ppid=29416 vsize=1794760 CPUtime=10.69
/proc/29418/task/29420/stat : 29420 (java) R 29416 29418 28587 0 -1 64 37733 0 1 0 1049 20 0 0 25 0 13 0 140444412 1837834240 62746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109822664 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29421] ppid=29416 vsize=1794760 CPUtime=1.06
/proc/29418/task/29421/stat : 29421 (java) S 29416 29418 28587 0 -1 64 12008 0 0 0 100 6 0 0 16 0 13 0 140444414 1837834240 62746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29422] ppid=29416 vsize=1794760 CPUtime=1.09
/proc/29418/task/29422/stat : 29422 (java) S 29416 29418 28587 0 -1 64 12598 0 0 0 104 5 0 0 16 0 13 0 140444414 1837834240 62746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29418/tid=29423] ppid=29416 vsize=1794760 CPUtime=0
/proc/29418/task/29423/stat : 29423 (java) S 29416 29418 28587 0 -1 64 14 0 0 0 0 0 0 0 17 0 13 0 140444416 1837834240 62746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29424] ppid=29416 vsize=1794760 CPUtime=0
/proc/29418/task/29424/stat : 29424 (java) S 29416 29418 28587 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 140444417 1837834240 62746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29425] ppid=29416 vsize=1794760 CPUtime=0
/proc/29418/task/29425/stat : 29425 (java) S 29416 29418 28587 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 140444417 1837834240 62746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29426] ppid=29416 vsize=1794760 CPUtime=0
/proc/29418/task/29426/stat : 29426 (java) S 29416 29418 28587 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 140444421 1837834240 62746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29427] ppid=29416 vsize=1794760 CPUtime=1.13
/proc/29418/task/29427/stat : 29427 (java) S 29416 29418 28587 0 -1 64 2312 0 0 0 113 0 0 0 16 0 13 0 140444421 1837834240 62746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29418/tid=29428] ppid=29416 vsize=1794760 CPUtime=1.2
/proc/29418/task/29428/stat : 29428 (java) S 29416 29418 28587 0 -1 64 4603 0 0 0 118 2 0 0 17 0 13 0 140444421 1837834240 62746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29418/tid=29429] ppid=29416 vsize=1794760 CPUtime=0
/proc/29418/task/29429/stat : 29429 (java) S 29416 29418 28587 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 140444421 1837834240 62746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29430] ppid=29416 vsize=1794760 CPUtime=0
/proc/29418/task/29430/stat : 29430 (java) S 29416 29418 28587 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 140444421 1837834240 62746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29431] ppid=29416 vsize=1794760 CPUtime=0
/proc/29418/task/29431/stat : 29431 (java) S 29416 29418 28587 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 140445164 1837834240 62746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.21
Current children cumulated vsize (KiB) 1794760

[startup+25.5015 s]
/proc/loadavg: 1.06 1.02 1.00 2/90 29431
/proc/meminfo: memFree=1632664/2055920 swapFree=4171824/4192956
[pid=29418] ppid=29416 vsize=1794760 CPUtime=28.06
/proc/29418/stat : 29418 (java) S 29416 29418 28587 0 -1 0 70567 0 3 0 2768 38 0 0 18 0 13 0 140444411 1837834240 52098 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29418/statm: 448690 52098 1332 9 0 446301 0
[pid=29418/tid=29420] ppid=29416 vsize=1794760 CPUtime=23.33
/proc/29418/task/29420/stat : 29420 (java) R 29416 29418 28587 0 -1 64 37753 0 1 0 2313 20 0 0 25 0 13 0 140444412 1837834240 52098 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109783487 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29418/tid=29421] ppid=29416 vsize=1794760 CPUtime=1.14
/proc/29418/task/29421/stat : 29421 (java) S 29416 29418 28587 0 -1 64 12220 0 0 0 108 6 0 0 16 0 13 0 140444414 1837834240 52098 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29418/tid=29422] ppid=29416 vsize=1794760 CPUtime=1.17
/proc/29418/task/29422/stat : 29422 (java) S 29416 29418 28587 0 -1 64 12935 0 0 0 111 6 0 0 16 0 13 0 140444414 1837834240 52098 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29423] ppid=29416 vsize=1794760 CPUtime=0
/proc/29418/task/29423/stat : 29423 (java) S 29416 29418 28587 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 140444416 1837834240 52098 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29424] ppid=29416 vsize=1794760 CPUtime=0
/proc/29418/task/29424/stat : 29424 (java) S 29416 29418 28587 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 140444417 1837834240 52098 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29425] ppid=29416 vsize=1794760 CPUtime=0
/proc/29418/task/29425/stat : 29425 (java) S 29416 29418 28587 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 140444417 1837834240 52098 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=29418] ppid=29416 vsize=1794760 CPUtime=1613.3
/proc/29418/stat : 29418 (java) S 29416 29418 28587 0 -1 0 139794 0 3 0 161060 270 0 0 18 0 13 0 140444411 1837834240 89939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29418/statm: 448690 89939 1332 9 0 446301 0
[pid=29418/tid=29420] ppid=29416 vsize=1794760 CPUtime=1583.83
/proc/29418/task/29420/stat : 29420 (java) R 29416 29418 28587 0 -1 64 68699 0 1 0 158342 41 0 0 25 0 13 0 140444412 1837834240 89939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109822813 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29421] ppid=29416 vsize=1794760 CPUtime=13.11
/proc/29418/task/29421/stat : 29421 (java) S 29416 29418 28587 0 -1 64 31374 0 0 0 1208 103 0 0 16 0 13 0 140444414 1837834240 89939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29418/tid=29422] ppid=29416 vsize=1794760 CPUtime=13.39
/proc/29418/task/29422/stat : 29422 (java) S 29416 29418 28587 0 -1 64 31936 0 0 0 1234 105 0 0 16 0 13 0 140444414 1837834240 89939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29423] ppid=29416 vsize=1794760 CPUtime=0.42
/proc/29418/task/29423/stat : 29423 (java) S 29416 29418 28587 0 -1 64 137 0 0 0 27 15 0 0 16 0 13 0 140444416 1837834240 89939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29424] ppid=29416 vsize=1794760 CPUtime=0
/proc/29418/task/29424/stat : 29424 (java) S 29416 29418 28587 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 140444417 1837834240 89939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29425] ppid=29416 vsize=1794760 CPUtime=0
/proc/29418/task/29425/stat : 29425 (java) S 29416 29418 28587 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 140444417 1837834240 89939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29426] ppid=29416 vsize=1794760 CPUtime=0
/proc/29418/task/29426/stat : 29426 (java) S 29416 29418 28587 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 140444421 1837834240 89939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29427] ppid=29416 vsize=1794760 CPUtime=1.19
/proc/29418/task/29427/stat : 29427 (java) S 29416 29418 28587 0 -1 64 2316 0 2 0 118 1 0 0 16 0 13 0 140444421 1837834240 89939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29418/tid=29428] ppid=29416 vsize=1794760 CPUtime=1.3
/proc/29418/task/29428/stat : 29428 (java) S 29416 29418 28587 0 -1 64 4609 0 0 0 128 2 0 0 16 0 13 0 140444421 1837834240 89939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29418/tid=29429] ppid=29416 vsize=1794760 CPUtime=0
/proc/29418/task/29429/stat : 29429 (java) S 29416 29418 28587 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 140444421 1837834240 89939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29430] ppid=29416 vsize=1794760 CPUtime=0
/proc/29418/task/29430/stat : 29430 (java) S 29416 29418 28587 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 140444421 1837834240 89939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29431] ppid=29416 vsize=1794760 CPUtime=0
/proc/29418/task/29431/stat : 29431 (java) S 29416 29418 28587 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 140445164 1837834240 89939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1613.3
Current children cumulated vsize (KiB) 1794760

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 29633
/proc/meminfo: memFree=1472528/2055920 swapFree=4171824/4192956
[pid=29418] ppid=29416 vsize=1794760 CPUtime=1673.63
/proc/29418/stat : 29418 (java) S 29416 29418 28587 0 -1 0 142386 0 3 0 167075 288 0 0 18 0 13 0 140444411 1837834240 91702 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29418/statm: 448690 91702 1332 9 0 446301 0
[pid=29418/tid=29420] ppid=29416 vsize=1794760 CPUtime=1643.22
/proc/29418/task/29420/stat : 29420 (java) R 29416 29418 28587 0 -1 64 69349 0 1 0 164270 52 0 0 25 0 13 0 140444412 1837834240 91702 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109839439 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29421] ppid=29416 vsize=1794760 CPUtime=13.61
/proc/29418/task/29421/stat : 29421 (java) S 29416 29418 28587 0 -1 64 32210 0 0 0 1254 107 0 0 16 0 13 0 140444414 1837834240 91702 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29418/tid=29422] ppid=29416 vsize=1794760 CPUtime=13.84
/proc/29418/task/29422/stat : 29422 (java) S 29416 29418 28587 0 -1 64 33040 0 0 0 1276 108 0 0 16 0 13 0 140444414 1837834240 91702 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29423] ppid=29416 vsize=1794760 CPUtime=0.42
/proc/29418/task/29423/stat : 29423 (java) S 29416 29418 28587 0 -1 64 139 0 0 0 27 15 0 0 16 0 13 0 140444416 1837834240 91702 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29424] ppid=29416 vsize=1794760 CPUtime=0
/proc/29418/task/29424/stat : 29424 (java) S 29416 29418 28587 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 140444417 1837834240 91702 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29425] ppid=29416 vsize=1794760 CPUtime=0
/proc/29418/task/29425/stat : 29425 (java) S 29416 29418 28587 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 140444417 1837834240 91702 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29426] ppid=29416 vsize=1794760 CPUtime=0
/proc/29418/task/29426/stat : 29426 (java) S 29416 29418 28587 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 140444421 1837834240 91702 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29427] ppid=29416 vsize=1794760 CPUtime=1.19
/proc/29418/task/29427/stat : 29427 (java) S 29416 29418 28587 0 -1 64 2316 0 2 0 118 1 0 0 16 0 13 0 140444421 1837834240 91702 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29418/tid=29428] ppid=29416 vsize=1794760 CPUtime=1.3
/proc/29418/task/29428/stat : 29428 (java) S 29416 29418 28587 0 -1 64 4609 0 0 0 128 2 0 0 16 0 13 0 140444421 1837834240 91702 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29418/tid=29429] ppid=29416 vsize=1794760 CPUtime=0
/proc/29418/task/29429/stat : 29429 (java) S 29416 29418 28587 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 140444421 1837834240 91702 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29430] ppid=29416 vsize=1794760 CPUtime=0
/proc/29418/task/29430/stat : 29430 (java) S 29416 29418 28587 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 140444421 1837834240 91702 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29431] ppid=29416 vsize=1794760 CPUtime=0
/proc/29418/task/29431/stat : 29431 (java) S 29416 29418 28587 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 140445164 1837834240 91702 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1673.63
Current children cumulated vsize (KiB) 1794760

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 29633
/proc/meminfo: memFree=1465744/2055920 swapFree=4171824/4192956
[pid=29418] ppid=29416 vsize=1794760 CPUtime=1733.95
/proc/29418/stat : 29418 (java) S 29416 29418 28587 0 -1 0 144903 0 3 0 173103 292 0 0 18 0 13 0 140444411 1837834240 93369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29418/statm: 448690 93369 1332 9 0 446301 0
[pid=29418/tid=29420] ppid=29416 vsize=1794760 CPUtime=1702.59
/proc/29418/task/29420/stat : 29420 (java) R 29416 29418 28587 0 -1 64 70063 0 1 0 170206 53 0 0 25 0 13 0 140444412 1837834240 93369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109839320 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29421] ppid=29416 vsize=1794760 CPUtime=14.09
/proc/29418/task/29421/stat : 29421 (java) S 29416 29418 28587 0 -1 64 33152 0 0 0 1300 109 0 0 16 0 13 0 140444414 1837834240 93369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29418/tid=29422] ppid=29416 vsize=1794760 CPUtime=14.3
/proc/29418/task/29422/stat : 29422 (java) S 29416 29418 28587 0 -1 64 33899 0 0 0 1320 110 0 0 16 0 13 0 140444414 1837834240 93369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29423] ppid=29416 vsize=1794760 CPUtime=0.43
/proc/29418/task/29423/stat : 29423 (java) S 29416 29418 28587 0 -1 64 141 0 0 0 28 15 0 0 16 0 13 0 140444416 1837834240 93369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29424] ppid=29416 vsize=1794760 CPUtime=0
/proc/29418/task/29424/stat : 29424 (java) S 29416 29418 28587 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 140444417 1837834240 93369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29425] ppid=29416 vsize=1794760 CPUtime=0
/proc/29418/task/29425/stat : 29425 (java) S 29416 29418 28587 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 140444417 1837834240 93369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29426] ppid=29416 vsize=1794760 CPUtime=0
/proc/29418/task/29426/stat : 29426 (java) S 29416 29418 28587 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 140444421 1837834240 93369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29427] ppid=29416 vsize=1794760 CPUtime=1.19
/proc/29418/task/29427/stat : 29427 (java) S 29416 29418 28587 0 -1 64 2316 0 2 0 118 1 0 0 16 0 13 0 140444421 1837834240 93369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29418/tid=29428] ppid=29416 vsize=1794760 CPUtime=1.3
/proc/29418/task/29428/stat : 29428 (java) S 29416 29418 28587 0 -1 64 4609 0 0 0 128 2 0 0 16 0 13 0 140444421 1837834240 93369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29418/tid=29429] ppid=29416 vsize=1794760 CPUtime=0
/proc/29418/task/29429/stat : 29429 (java) S 29416 29418 28587 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 140444421 1837834240 93369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29430] ppid=29416 vsize=1794760 CPUtime=0
/proc/29418/task/29430/stat : 29430 (java) S 29416 29418 28587 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 140444421 1837834240 93369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29431] ppid=29416 vsize=1794760 CPUtime=0
/proc/29418/task/29431/stat : 29431 (java) S 29416 29418 28587 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 140445164 1837834240 93369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1733.95
Current children cumulated vsize (KiB) 1794760

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 29633
/proc/meminfo: memFree=1461200/2055920 swapFree=4171824/4192956
[pid=29418] ppid=29416 vsize=1794760 CPUtime=1794.29
/proc/29418/stat : 29418 (java) S 29416 29418 28587 0 -1 0 146783 0 3 0 179132 297 0 0 18 0 13 0 140444411 1837834240 94505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29418/statm: 448690 94505 1332 9 0 446301 0
[pid=29418/tid=29420] ppid=29416 vsize=1794760 CPUtime=1761.98
/proc/29418/task/29420/stat : 29420 (java) R 29416 29418 28587 0 -1 64 70423 0 1 0 176145 53 0 0 25 0 13 0 140444412 1837834240 94505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109839450 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29421] ppid=29416 vsize=1794760 CPUtime=14.58
/proc/29418/task/29421/stat : 29421 (java) S 29416 29418 28587 0 -1 64 33818 0 0 0 1347 111 0 0 16 0 13 0 140444414 1837834240 94505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29418/tid=29422] ppid=29416 vsize=1794760 CPUtime=14.75
/proc/29418/task/29422/stat : 29422 (java) S 29416 29418 28587 0 -1 64 34751 0 0 0 1363 112 0 0 16 0 13 0 140444414 1837834240 94505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29423] ppid=29416 vsize=1794760 CPUtime=0.43
/proc/29418/task/29423/stat : 29423 (java) S 29416 29418 28587 0 -1 64 143 0 0 0 28 15 0 0 16 0 13 0 140444416 1837834240 94505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29424] ppid=29416 vsize=1794760 CPUtime=0
/proc/29418/task/29424/stat : 29424 (java) S 29416 29418 28587 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 140444417 1837834240 94505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29425] ppid=29416 vsize=1794760 CPUtime=0
/proc/29418/task/29425/stat : 29425 (java) S 29416 29418 28587 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 140444417 1837834240 94505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29426] ppid=29416 vsize=1794760 CPUtime=0
/proc/29418/task/29426/stat : 29426 (java) S 29416 29418 28587 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 140444421 1837834240 94505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29427] ppid=29416 vsize=1794760 CPUtime=1.19
/proc/29418/task/29427/stat : 29427 (java) S 29416 29418 28587 0 -1 64 2316 0 2 0 118 1 0 0 16 0 13 0 140444421 1837834240 94505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29418/tid=29428] ppid=29416 vsize=1794760 CPUtime=1.3
/proc/29418/task/29428/stat : 29428 (java) S 29416 29418 28587 0 -1 64 4609 0 0 0 128 2 0 0 16 0 13 0 140444421 1837834240 94505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29418/tid=29429] ppid=29416 vsize=1794760 CPUtime=0
/proc/29418/task/29429/stat : 29429 (java) S 29416 29418 28587 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 140444421 1837834240 94505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29430] ppid=29416 vsize=1794760 CPUtime=0
/proc/29418/task/29430/stat : 29430 (java) S 29416 29418 28587 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 140444421 1837834240 94505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29431] ppid=29416 vsize=1794760 CPUtime=0
/proc/29418/task/29431/stat : 29431 (java) S 29416 29418 28587 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 140445164 1837834240 94505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1794.29
Current children cumulated vsize (KiB) 1794760



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1788 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 29633
/proc/meminfo: memFree=1460560/2055920 swapFree=4171824/4192956
[pid=29418] ppid=29416 vsize=1794760 CPUtime=1800.03
/proc/29418/stat : 29418 (java) S 29416 29418 28587 0 -1 0 146995 0 3 0 179706 297 0 0 18 0 13 0 140444411 1837834240 94661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29418/statm: 448690 94661 1332 9 0 446301 0
[pid=29418/tid=29420] ppid=29416 vsize=1794760 CPUtime=1767.63
/proc/29418/task/29420/stat : 29420 (java) R 29416 29418 28587 0 -1 64 70428 0 1 0 176710 53 0 0 25 0 13 0 140444412 1837834240 94661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109783404 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29421] ppid=29416 vsize=1794760 CPUtime=14.63
/proc/29418/task/29421/stat : 29421 (java) S 29416 29418 28587 0 -1 64 33928 0 0 0 1352 111 0 0 16 0 13 0 140444414 1837834240 94661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29418/tid=29422] ppid=29416 vsize=1794760 CPUtime=14.79
/proc/29418/task/29422/stat : 29422 (java) S 29416 29418 28587 0 -1 64 34848 0 0 0 1367 112 0 0 17 0 13 0 140444414 1837834240 94661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29423] ppid=29416 vsize=1794760 CPUtime=0.43
/proc/29418/task/29423/stat : 29423 (java) S 29416 29418 28587 0 -1 64 143 0 0 0 28 15 0 0 16 0 13 0 140444416 1837834240 94661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29424] ppid=29416 vsize=1794760 CPUtime=0
/proc/29418/task/29424/stat : 29424 (java) S 29416 29418 28587 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 140444417 1837834240 94661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29425] ppid=29416 vsize=1794760 CPUtime=0
/proc/29418/task/29425/stat : 29425 (java) S 29416 29418 28587 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 140444417 1837834240 94661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29426] ppid=29416 vsize=1794760 CPUtime=0
/proc/29418/task/29426/stat : 29426 (java) S 29416 29418 28587 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 140444421 1837834240 94661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29427] ppid=29416 vsize=1794760 CPUtime=1.19
/proc/29418/task/29427/stat : 29427 (java) S 29416 29418 28587 0 -1 64 2316 0 2 0 118 1 0 0 16 0 13 0 140444421 1837834240 94661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29418/tid=29428] ppid=29416 vsize=1794760 CPUtime=1.3
/proc/29418/task/29428/stat : 29428 (java) S 29416 29418 28587 0 -1 64 4609 0 0 0 128 2 0 0 16 0 13 0 140444421 1837834240 94661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29418/tid=29429] ppid=29416 vsize=1794760 CPUtime=0
/proc/29418/task/29429/stat : 29429 (java) S 29416 29418 28587 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 140444421 1837834240 94661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29430] ppid=29416 vsize=1794760 CPUtime=0
/proc/29418/task/29430/stat : 29430 (java) S 29416 29418 28587 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 140444421 1837834240 94661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29418/tid=29431] ppid=29416 vsize=1794760 CPUtime=0
/proc/29418/task/29431/stat : 29431 (java) S 29416 29418 28587 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 140445164 1837834240 94661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1794760

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): 1788.1
CPU time (s): 1800.13
CPU user time (s): 1797.09
CPU system time (s): 3.03954
CPU usage (%): 100.673
Max. virtual memory (cumulated for all children) (KiB): 1796040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.09
system time used= 3.03954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 147015
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 60251
involuntary context switches= 46934

runsolver used 1.9437 second user time and 6.00909 second system time

The end

Launcher Data (download as text)

Begin job on node72 on Sun Apr 15 13:34:20 UTC 2007

IDJOB= 349035
IDBENCH= 2058
IDSOLVER= 164
FILE ID= node72/349035-1176644059

PBS_JOBID= 4559841

Free space on /tmp= 66549 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-g250.29.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349035-1176644059/sat4jPseudoCPClause.jar /tmp/evaluation/349035-1176644059/instance-349035-1176644059.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node72/watcher-349035-1176644059 -o ROOT/results/node72/solver-349035-1176644059 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349035-1176644059/sat4jPseudoCPClause.jar /tmp/evaluation/349035-1176644059/instance-349035-1176644059.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  b0a7c1cc13cb603591c6d50e3dba1a47

RANDOM SEED= 600220996

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node72.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.222
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	: 5931.00
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.222
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:       1838104 kB
Buffers:         18804 kB
Cached:         106472 kB
SwapCached:       2224 kB
Active:          49924 kB
Inactive:        98532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1838104 kB
SwapTotal:     4192956 kB
SwapFree:      4171824 kB
Dirty:           15396 kB
Writeback:           0 kB
Mapped:          38288 kB
Slab:            54880 kB
Committed_AS:  1934032 kB
PageTables:       1788 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= 66549 MiB

End job on node72 on Sun Apr 15 14:04:10 UTC 2007