Trace number 365948

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 NameAnswerCPU timeWall clock time
sat4jPseudoCP 2007-03-23? (TO) 1800.18 1790.5

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
roussel/normalized-pigeon-clauses-11-10.opb
MD5SUM5f6dec86c5ff7bb6eb57b379c0139788
Bench CategorySATUNSAT-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark8.01978
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables110
Total number of constraints561
Number of constraints which are clauses561
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 constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 11
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

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

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

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


[startup+0 s]
/proc/loadavg: 0.84 0.97 0.98 3/78 13303
/proc/meminfo: memFree=1754296/2055920 swapFree=4159012/4192956
[pid=13303] ppid=13301 vsize=152 CPUtime=0
/proc/13303/stat : 13303 (java) D 13301 13303 13240 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 153457577 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 3167012 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/13303/statm: 38 26 19 9 0 4 0

[startup+0.0160689 s]
/proc/loadavg: 0.84 0.97 0.98 3/78 13303
/proc/meminfo: memFree=1754296/2055920 swapFree=4159012/4192956
[pid=13303] ppid=13301 vsize=12420 CPUtime=0
/proc/13303/stat : 13303 (java) S 13301 13303 13240 0 -1 0 769 0 0 0 0 0 0 0 18 0 2 0 153457577 12718080 551 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/13303/statm: 3105 551 241 9 0 1241 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12420

[startup+0.10197 s]
/proc/loadavg: 0.84 0.97 0.98 3/78 13303
/proc/meminfo: memFree=1754296/2055920 swapFree=4159012/4192956
[pid=13303] ppid=13301 vsize=1780108 CPUtime=0.08
/proc/13303/stat : 13303 (java) S 13301 13303 13240 0 -1 0 3974 0 1 0 6 2 0 0 18 0 12 0 153457577 1822830592 3715 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13303/statm: 445027 3715 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.302011 s]
/proc/loadavg: 0.84 0.97 0.98 3/78 13303
/proc/meminfo: memFree=1754296/2055920 swapFree=4159012/4192956
[pid=13303] ppid=13301 vsize=1782192 CPUtime=0.31
/proc/13303/stat : 13303 (java) S 13301 13303 13240 0 -1 0 5157 0 1 0 28 3 0 0 18 0 12 0 153457577 1824964608 4895 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13303/statm: 445548 4895 1263 9 0 443160 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1782192

[startup+0.702091 s]
/proc/loadavg: 0.84 0.97 0.98 3/78 13303
/proc/meminfo: memFree=1754296/2055920 swapFree=4159012/4192956
[pid=13303] ppid=13301 vsize=1784980 CPUtime=0.97
/proc/13303/stat : 13303 (java) S 13301 13303 13240 0 -1 0 8357 0 1 0 93 4 0 0 18 0 13 0 153457577 1827819520 6443 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13303/statm: 446245 6443 1306 9 0 443857 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 1784980

[startup+1.50124 s]
/proc/loadavg: 0.84 0.97 0.98 2/91 13316
/proc/meminfo: memFree=1726864/2055920 swapFree=4159012/4192956
[pid=13303] ppid=13301 vsize=1784980 CPUtime=2.19
/proc/13303/stat : 13303 (java) S 13301 13303 13240 0 -1 0 21549 0 1 0 208 11 0 0 18 0 13 0 153457577 1827819520 18309 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13303/statm: 446245 18312 1320 9 0 443857 0
[pid=13303/tid=13305] ppid=13301 vsize=1784980 CPUtime=1.02
/proc/13303/task/13305/stat : 13305 (java) R 13301 13303 13240 0 -1 64 16668 0 1 0 94 8 0 0 25 0 13 0 153457578 1827819520 18314 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109523932 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13303/tid=13306] ppid=13301 vsize=1784980 CPUtime=0
/proc/13303/task/13306/stat : 13306 (java) S 13301 13303 13240 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 153457580 1827819520 18316 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13303/tid=13307] ppid=13301 vsize=1784980 CPUtime=0
/proc/13303/task/13307/stat : 13307 (java) S 13301 13303 13240 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 153457580 1827819520 18318 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13303/tid=13308] ppid=13301 vsize=1784980 CPUtime=0
/proc/13303/task/13308/stat : 13308 (java) S 13301 13303 13240 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 153457582 1827819520 18320 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13303/tid=13309] ppid=13301 vsize=1784980 CPUtime=0
/proc/13303/task/13309/stat : 13309 (java) S 13301 13303 13240 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 153457583 1827819520 18322 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13303/tid=13310] ppid=13301 vsize=1784980 CPUtime=0
/proc/13303/task/13310/stat : 13310 (java) S 13301 13303 13240 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 153457583 1827819520 18323 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13303/tid=13311] ppid=13301 vsize=1784980 CPUtime=0
/proc/13303/task/13311/stat : 13311 (java) S 13301 13303 13240 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 153457586 1827819520 18325 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13303/tid=13312] ppid=13301 vsize=1784980 CPUtime=0.56
/proc/13303/task/13312/stat : 13312 (java) S 13301 13303 13240 0 -1 64 2345 0 0 0 55 1 0 0 16 0 13 0 153457586 1827819520 18327 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13303/tid=13313] ppid=13301 vsize=1784980 CPUtime=0.58
/proc/13303/task/13313/stat : 13313 (java) S 13301 13303 13240 0 -1 64 1814 0 0 0 57 1 0 0 16 0 13 0 153457586 1827819520 18329 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13303/tid=13314] ppid=13301 vsize=1784980 CPUtime=0
/proc/13303/task/13314/stat : 13314 (java) S 13301 13303 13240 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 153457586 1827819520 18331 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13303/tid=13315] ppid=13301 vsize=1784980 CPUtime=0
/proc/13303/task/13315/stat : 13315 (java) S 13301 13303 13240 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 153457586 1827819520 18333 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13303/tid=13316] ppid=13301 vsize=1784980 CPUtime=0
/proc/13303/task/13316/stat : 13316 (java) S 13301 13303 13240 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 153457613 1827819520 18335 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 1784980

[startup+3.10154 s]
/proc/loadavg: 1.01 1.00 1.00 2/91 13316
/proc/meminfo: memFree=1610576/2055920 swapFree=4159012/4192956
[pid=13303] ppid=13301 vsize=1784980 CPUtime=3.81
/proc/13303/stat : 13303 (java) S 13301 13303 13240 0 -1 0 43191 0 1 0 362 19 0 0 18 0 13 0 153457577 1827819520 39944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13303/statm: 446245 39944 1329 9 0 443857 0
[pid=13303/tid=13305] ppid=13301 vsize=1784980 CPUtime=2.58
/proc/13303/task/13305/stat : 13305 (java) R 13301 13303 13240 0 -1 64 37707 0 1 0 242 16 0 0 24 0 13 0 153457578 1827819520 39944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109745157 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13303/tid=13306] ppid=13301 vsize=1784980 CPUtime=0
/proc/13303/task/13306/stat : 13306 (java) S 13301 13303 13240 0 -1 64 314 0 0 0 0 0 0 0 16 0 13 0 153457580 1827819520 39944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13303/tid=13307] ppid=13301 vsize=1784980 CPUtime=0
/proc/13303/task/13307/stat : 13307 (java) S 13301 13303 13240 0 -1 64 275 0 0 0 0 0 0 0 16 0 13 0 153457580 1827819520 39944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13303/tid=13308] ppid=13301 vsize=1784980 CPUtime=0
/proc/13303/task/13308/stat : 13308 (java) S 13301 13303 13240 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 153457582 1827819520 39944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13303/tid=13309] ppid=13301 vsize=1784980 CPUtime=0
/proc/13303/task/13309/stat : 13309 (java) S 13301 13303 13240 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 153457583 1827819520 39944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13303/tid=13310] ppid=13301 vsize=1784980 CPUtime=0
/proc/13303/task/13310/stat : 13310 (java) S 13301 13303 13240 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 153457583 1827819520 39944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13303/tid=13311] ppid=13301 vsize=1784980 CPUtime=0
/proc/13303/task/13311/stat : 13311 (java) S 13301 13303 13240 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 153457586 1827819520 39944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13303/tid=13312] ppid=13301 vsize=1784980 CPUtime=0.59
/proc/13303/task/13312/stat : 13312 (java) S 13301 13303 13240 0 -1 64 2345 0 0 0 58 1 0 0 16 0 13 0 153457586 1827819520 39944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13303/tid=13313] ppid=13301 vsize=1784980 CPUtime=0.61
/proc/13303/task/13313/stat : 13313 (java) S 13301 13303 13240 0 -1 64 1817 0 0 0 60 1 0 0 16 0 13 0 153457586 1827819520 39944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13303/tid=13314] ppid=13301 vsize=1784980 CPUtime=0
/proc/13303/task/13314/stat : 13314 (java) S 13301 13303 13240 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 153457586 1827819520 39944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13303/tid=13315] ppid=13301 vsize=1784980 CPUtime=0
/proc/13303/task/13315/stat : 13315 (java) S 13301 13303 13240 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 153457586 1827819520 39944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13303/tid=13316] ppid=13301 vsize=1784980 CPUtime=0
/proc/13303/task/13316/stat : 13316 (java) S 13301 13303 13240 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 153457613 1827819520 39944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.81
Current children cumulated vsize (KiB) 1784980

[startup+6.30214 s]
/proc/loadavg: 1.01 1.00 1.00 2/91 13316
/proc/meminfo: memFree=1596496/2055920 swapFree=4159012/4192956
[pid=13303] ppid=13301 vsize=1784884 CPUtime=7.09
/proc/13303/stat : 13303 (java) S 13301 13303 13240 0 -1 0 44040 0 1 0 690 19 0 0 18 0 13 0 153457577 1827721216 40472 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13303/statm: 446221 40472 1331 9 0 443833 0
[pid=13303/tid=13305] ppid=13301 vsize=1784884 CPUtime=5.74
/proc/13303/task/13305/stat : 13305 (java) R 13301 13303 13240 0 -1 64 37710 0 1 0 558 16 0 0 25 0 13 0 153457578 1827721216 40472 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109550062 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13303/tid=13306] ppid=13301 vsize=1784884 CPUtime=0.01
/proc/13303/task/13306/stat : 13306 (java) S 13301 13303 13240 0 -1 64 607 0 0 0 1 0 0 0 16 0 13 0 153457580 1827721216 40472 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13303/tid=13307] ppid=13301 vsize=1784884 CPUtime=0.02
/proc/13303/task/13307/stat : 13307 (java) S 13301 13303 13240 0 -1 64 592 0 0 0 2 0 0 0 16 0 13 0 153457580 1827721216 40472 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13303/tid=13308] ppid=13301 vsize=1784884 CPUtime=0
/proc/13303/task/13308/stat : 13308 (java) S 13301 13303 13240 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 153457582 1827721216 40472 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13303/tid=13309] ppid=13301 vsize=1784884 CPUtime=0
/proc/13303/task/13309/stat : 13309 (java) S 13301 13303 13240 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 153457583 1827721216 40472 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13303/tid=13310] ppid=13301 vsize=1784884 CPUtime=0
/proc/13303/task/13310/stat : 13310 (java) S 13301 13303 13240 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 153457583 1827721216 40472 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13303/tid=13311] ppid=13301 vsize=1784884 CPUtime=0
/proc/13303/task/13311/stat : 13311 (java) S 13301 13303 13240 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 153457586 1827721216 40472 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13303/tid=13312] ppid=13301 vsize=1784884 CPUtime=0.65
/proc/13303/task/13312/stat : 13312 (java) S 13301 13303 13240 0 -1 64 2576 0 0 0 64 1 0 0 16 0 13 0 153457586 1827721216 40472 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13303/tid=13313] ppid=13301 vsize=1784884 CPUtime=0.64
/proc/13303/task/13313/stat : 13313 (java) S 13301 13303 13240 0 -1 64 1818 0 0 0 63 1 0 0 16 0 13 0 153457586 1827721216 40472 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13303/tid=13314] ppid=13301 vsize=1784884 CPUtime=0
/proc/13303/task/13314/stat : 13314 (java) S 13301 13303 13240 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 153457586 1827721216 40472 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13303/tid=13315] ppid=13301 vsize=1784884 CPUtime=0
/proc/13303/task/13315/stat : 13315 (java) S 13301 13303 13240 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 153457586 1827721216 40472 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13303/tid=13316] ppid=13301 vsize=1784884 CPUtime=0
/proc/13303/task/13316/stat : 13316 (java) S 13301 13303 13240 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 153457613 1827721216 40472 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.09
Current children cumulated vsize (KiB) 1784884

[startup+12.7013 s]
/proc/loadavg: 1.01 1.00 1.00 2/91 13316
/proc/meminfo: memFree=1591328/2055920 swapFree=4159012/4192956
[pid=13303] ppid=13301 vsize=1783540 CPUtime=13.54
/proc/13303/stat : 13303 (java) S 13301 13303 13240 0 -1 0 47874 0 1 0 1333 21 0 0 18 0 13 0 153457577 1826344960 41760 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13303/statm: 445885 41760 1331 9 0 443497 0
[pid=13303/tid=13305] ppid=13301 vsize=1783540 CPUtime=12.08
/proc/13303/task/13305/stat : 13305 (java) R 13301 13303 13240 0 -1 64 37715 0 1 0 1192 16 0 0 25 0 13 0 153457578 1826344960 41760 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109550052 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13303/tid=13306] ppid=13301 vsize=1783540 CPUtime=0.06
/proc/13303/task/13306/stat : 13306 (java) S 13301 13303 13240 0 -1 64 2569 0 0 0 6 0 0 0 16 0 13 0 153457580 1826344960 41760 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13303/tid=13307] ppid=13301 vsize=1783540 CPUtime=0.06
/proc/13303/task/13307/stat : 13307 (java) S 13301 13303 13240 0 -1 64 2454 0 0 0 6 0 0 0 17 0 13 0 153457580 1826344960 41760 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13303/tid=13308] ppid=13301 vsize=1783540 CPUtime=0
/proc/13303/task/13308/stat : 13308 (java) S 13301 13303 13240 0 -1 64 18 0 0 0 0 0 0 0 16 0 13 0 153457582 1826344960 41760 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13303/tid=13309] ppid=13301 vsize=1783540 CPUtime=0
/proc/13303/task/13309/stat : 13309 (java) S 13301 13303 13240 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 153457583 1826344960 41760 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13303/tid=13310] ppid=13301 vsize=1783540 CPUtime=0
/proc/13303/task/13310/stat : 13310 (java) S 13301 13303 13240 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 153457583 1826344960 41760 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13303/tid=13311] ppid=13301 vsize=1783540 CPUtime=0
/proc/13303/task/13311/stat : 13311 (java) S 13301 13303 13240 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 153457586 1826344960 41760 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13303/tid=13312] ppid=13301 vsize=1783540 CPUtime=0.65
/proc/13303/task/13312/stat : 13312 (java) S 13301 13303 13240 0 -1 64 2576 0 0 0 64 1 0 0 16 0 13 0 153457586 1826344960 41760 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13303/tid=13313] ppid=13301 vsize=1783540 CPUtime=0.64
/proc/13303/task/13313/stat : 13313 (java) S 13301 13303 13240 0 -1 64 1818 0 0 0 63 1 0 0 16 0 13 0 153457586 1826344960 41760 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13303/tid=13314] ppid=13301 vsize=1783540 CPUtime=0
/proc/13303/task/13314/stat : 13314 (java) S 13301 13303 13240 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 153457586 1826344960 41760 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13303/tid=13315] ppid=13301 vsize=1783540 CPUtime=0
/proc/13303/task/13315/stat : 13315 (java) S 13301 13303 13240 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 153457586 1826344960 41760 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13303/tid=13316] ppid=13301 vsize=1783540 CPUtime=0
/proc/13303/task/13316/stat : 13316 (java) S 13301 13303 13240 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 153457613 1826344960 41760 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.54
Current children cumulated vsize (KiB) 1783540

[startup+25.5028 s]
/proc/loadavg: 1.01 1.00 1.00 2/91 13316
/proc/meminfo: memFree=1593568/2055920 swapFree=4159012/4192956
[pid=13303] ppid=13301 vsize=1783540 CPUtime=26.37
/proc/13303/stat : 13303 (java) S 13301 13303 13240 0 -1 0 49965 0 1 0 2615 22 0 0 18 0 13 0 153457577 1826344960 41177 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13303/statm: 445885 41177 1331 9 0 443497 0
[pid=13303/tid=13305] ppid=13301 vsize=1783540 CPUtime=24.83
/proc/13303/task/13305/stat : 13305 (java) R 13301 13303 13240 0 -1 64 37723 0 1 0 2467 16 0 0 25 0 13 0 153457578 1826344960 41177 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109525421 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13303/tid=13306] ppid=13301 vsize=1783540 CPUtime=0.1
/proc/13303/task/13306/stat : 13306 (java) S 13301 13303 13240 0 -1 64 3431 0 0 0 9 1 0 0 16 0 13 0 153457580 1826344960 41177 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13303/tid=13307] ppid=13301 vsize=1783540 CPUtime=0.11
/proc/13303/task/13307/stat : 13307 (java) S 13301 13303 13240 0 -1 64 3675 0 0 0 10 1 0 0 16 0 13 0 153457580 1826344960 41177 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=13303] ppid=13301 vsize=1783540 CPUtime=1610.96
/proc/13303/stat : 13303 (java) S 13301 13303 13240 0 -1 0 91592 0 1 0 161004 92 0 0 18 0 13 0 153457577 1826344960 52943 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13303/statm: 445885 52943 1331 9 0 443497 0
[pid=13303/tid=13305] ppid=13301 vsize=1783540 CPUtime=1589.36
/proc/13303/task/13305/stat : 13305 (java) R 13301 13303 13240 0 -1 64 44067 0 1 0 158899 37 0 0 25 0 13 0 153457578 1826344960 52943 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109587080 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13303/tid=13306] ppid=13301 vsize=1783540 CPUtime=10.24
/proc/13303/task/13306/stat : 13306 (java) S 13301 13303 13240 0 -1 64 20885 0 0 0 1003 21 0 0 17 0 13 0 153457580 1826344960 52943 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13303/tid=13307] ppid=13301 vsize=1783540 CPUtime=9.88
/proc/13303/task/13307/stat : 13307 (java) S 13301 13303 13240 0 -1 64 21490 0 0 0 965 23 0 0 16 0 13 0 153457580 1826344960 52943 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13303/tid=13308] ppid=13301 vsize=1783540 CPUtime=0.15
/proc/13303/task/13308/stat : 13308 (java) S 13301 13303 13240 0 -1 64 32 0 0 0 9 6 0 0 16 0 13 0 153457582 1826344960 52943 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13303/tid=13309] ppid=13301 vsize=1783540 CPUtime=0
/proc/13303/task/13309/stat : 13309 (java) S 13301 13303 13240 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 153457583 1826344960 52943 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13303/tid=13310] ppid=13301 vsize=1783540 CPUtime=0
/proc/13303/task/13310/stat : 13310 (java) S 13301 13303 13240 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 153457583 1826344960 52943 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13303/tid=13311] ppid=13301 vsize=1783540 CPUtime=0
/proc/13303/task/13311/stat : 13311 (java) S 13301 13303 13240 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 153457586 1826344960 52943 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13303/tid=13312] ppid=13301 vsize=1783540 CPUtime=0.65
/proc/13303/task/13312/stat : 13312 (java) S 13301 13303 13240 0 -1 64 2576 0 0 0 64 1 0 0 16 0 13 0 153457586 1826344960 52943 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13303/tid=13313] ppid=13301 vsize=1783540 CPUtime=0.64
/proc/13303/task/13313/stat : 13313 (java) S 13301 13303 13240 0 -1 64 1818 0 0 0 63 1 0 0 16 0 13 0 153457586 1826344960 52943 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13303/tid=13314] ppid=13301 vsize=1783540 CPUtime=0
/proc/13303/task/13314/stat : 13314 (java) S 13301 13303 13240 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 153457586 1826344960 52943 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13303/tid=13315] ppid=13301 vsize=1783540 CPUtime=0
/proc/13303/task/13315/stat : 13315 (java) S 13301 13303 13240 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 153457586 1826344960 52943 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13303/tid=13316] ppid=13301 vsize=1783540 CPUtime=0
/proc/13303/task/13316/stat : 13316 (java) S 13301 13303 13240 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 153457613 1826344960 52943 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1610.96
Current children cumulated vsize (KiB) 1783540

[startup+1662.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/91 13514
/proc/meminfo: memFree=1547744/2055920 swapFree=4159012/4192956
[pid=13303] ppid=13301 vsize=1783540 CPUtime=1671.2
/proc/13303/stat : 13303 (java) S 13301 13303 13240 0 -1 0 92503 0 1 0 167027 93 0 0 18 0 13 0 153457577 1826344960 52487 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13303/statm: 445885 52487 1331 9 0 443497 0
[pid=13303/tid=13305] ppid=13301 vsize=1783540 CPUtime=1648.98
/proc/13303/task/13305/stat : 13305 (java) R 13301 13303 13240 0 -1 64 44077 0 1 0 164861 37 0 0 25 0 13 0 153457578 1826344960 52487 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109587080 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13303/tid=13306] ppid=13301 vsize=1783540 CPUtime=10.55
/proc/13303/task/13306/stat : 13306 (java) S 13301 13303 13240 0 -1 64 21447 0 0 0 1033 22 0 0 17 0 13 0 153457580 1826344960 52487 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13303/tid=13307] ppid=13301 vsize=1783540 CPUtime=10.18
/proc/13303/task/13307/stat : 13307 (java) S 13301 13303 13240 0 -1 64 21829 0 0 0 995 23 0 0 16 0 13 0 153457580 1826344960 52487 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13303/tid=13308] ppid=13301 vsize=1783540 CPUtime=0.15
/proc/13303/task/13308/stat : 13308 (java) S 13301 13303 13240 0 -1 64 32 0 0 0 9 6 0 0 16 0 13 0 153457582 1826344960 52487 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13303/tid=13309] ppid=13301 vsize=1783540 CPUtime=0
/proc/13303/task/13309/stat : 13309 (java) S 13301 13303 13240 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 153457583 1826344960 52487 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13303/tid=13310] ppid=13301 vsize=1783540 CPUtime=0
/proc/13303/task/13310/stat : 13310 (java) S 13301 13303 13240 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 153457583 1826344960 52487 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13303/tid=13311] ppid=13301 vsize=1783540 CPUtime=0
/proc/13303/task/13311/stat : 13311 (java) S 13301 13303 13240 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 153457586 1826344960 52487 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13303/tid=13312] ppid=13301 vsize=1783540 CPUtime=0.65
/proc/13303/task/13312/stat : 13312 (java) S 13301 13303 13240 0 -1 64 2576 0 0 0 64 1 0 0 16 0 13 0 153457586 1826344960 52487 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13303/tid=13313] ppid=13301 vsize=1783540 CPUtime=0.64
/proc/13303/task/13313/stat : 13313 (java) S 13301 13303 13240 0 -1 64 1818 0 0 0 63 1 0 0 16 0 13 0 153457586 1826344960 52487 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13303/tid=13314] ppid=13301 vsize=1783540 CPUtime=0
/proc/13303/task/13314/stat : 13314 (java) S 13301 13303 13240 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 153457586 1826344960 52487 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13303/tid=13315] ppid=13301 vsize=1783540 CPUtime=0
/proc/13303/task/13315/stat : 13315 (java) S 13301 13303 13240 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 153457586 1826344960 52487 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13303/tid=13316] ppid=13301 vsize=1783540 CPUtime=0
/proc/13303/task/13316/stat : 13316 (java) S 13301 13303 13240 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 153457613 1826344960 52487 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1671.2
Current children cumulated vsize (KiB) 1783540

[startup+1722.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/91 13514
/proc/meminfo: memFree=1550944/2055920 swapFree=4159012/4192956
[pid=13303] ppid=13301 vsize=1783540 CPUtime=1731.52
/proc/13303/stat : 13303 (java) S 13301 13303 13240 0 -1 0 92970 0 1 0 173059 93 0 0 18 0 13 0 153457577 1826344960 51675 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13303/statm: 445885 51675 1331 9 0 443497 0
[pid=13303/tid=13305] ppid=13301 vsize=1783540 CPUtime=1708.5
/proc/13303/task/13305/stat : 13305 (java) R 13301 13303 13240 0 -1 64 44090 0 1 0 170813 37 0 0 25 0 13 0 153457578 1826344960 51675 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109550245 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13303/tid=13306] ppid=13301 vsize=1783540 CPUtime=10.94
/proc/13303/task/13306/stat : 13306 (java) S 13301 13303 13240 0 -1 64 21624 0 0 0 1072 22 0 0 16 0 13 0 153457580 1826344960 51675 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13303/tid=13307] ppid=13301 vsize=1783540 CPUtime=10.59
/proc/13303/task/13307/stat : 13307 (java) S 13301 13303 13240 0 -1 64 22106 0 0 0 1036 23 0 0 16 0 13 0 153457580 1826344960 51675 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13303/tid=13308] ppid=13301 vsize=1783540 CPUtime=0.16
/proc/13303/task/13308/stat : 13308 (java) S 13301 13303 13240 0 -1 64 32 0 0 0 9 7 0 0 16 0 13 0 153457582 1826344960 51675 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13303/tid=13309] ppid=13301 vsize=1783540 CPUtime=0
/proc/13303/task/13309/stat : 13309 (java) S 13301 13303 13240 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 153457583 1826344960 51675 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13303/tid=13310] ppid=13301 vsize=1783540 CPUtime=0
/proc/13303/task/13310/stat : 13310 (java) S 13301 13303 13240 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 153457583 1826344960 51675 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13303/tid=13311] ppid=13301 vsize=1783540 CPUtime=0
/proc/13303/task/13311/stat : 13311 (java) S 13301 13303 13240 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 153457586 1826344960 51675 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13303/tid=13312] ppid=13301 vsize=1783540 CPUtime=0.65
/proc/13303/task/13312/stat : 13312 (java) S 13301 13303 13240 0 -1 64 2576 0 0 0 64 1 0 0 16 0 13 0 153457586 1826344960 51675 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13303/tid=13313] ppid=13301 vsize=1783540 CPUtime=0.64
/proc/13303/task/13313/stat : 13313 (java) S 13301 13303 13240 0 -1 64 1818 0 0 0 63 1 0 0 16 0 13 0 153457586 1826344960 51675 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13303/tid=13314] ppid=13301 vsize=1783540 CPUtime=0
/proc/13303/task/13314/stat : 13314 (java) S 13301 13303 13240 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 153457586 1826344960 51675 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13303/tid=13315] ppid=13301 vsize=1783540 CPUtime=0
/proc/13303/task/13315/stat : 13315 (java) S 13301 13303 13240 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 153457586 1826344960 51675 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13303/tid=13316] ppid=13301 vsize=1783540 CPUtime=0
/proc/13303/task/13316/stat : 13316 (java) S 13301 13303 13240 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 153457613 1826344960 51675 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1731.52
Current children cumulated vsize (KiB) 1783540

[startup+1782.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/91 13514
/proc/meminfo: memFree=1540512/2055920 swapFree=4159012/4192956
[pid=13303] ppid=13301 vsize=1783540 CPUtime=1791.95
/proc/13303/stat : 13303 (java) S 13301 13303 13240 0 -1 0 96187 0 1 0 179099 96 0 0 18 0 13 0 153457577 1826344960 54271 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13303/statm: 445885 54271 1331 9 0 443497 0
[pid=13303/tid=13305] ppid=13301 vsize=1783540 CPUtime=1767.89
/proc/13303/task/13305/stat : 13305 (java) R 13301 13303 13240 0 -1 64 45578 0 1 0 176751 38 0 0 25 0 13 0 153457578 1826344960 54271 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109587080 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13303/tid=13306] ppid=13301 vsize=1783540 CPUtime=11.47
/proc/13303/task/13306/stat : 13306 (java) S 13301 13303 13240 0 -1 64 22511 0 0 0 1124 23 0 0 17 0 13 0 153457580 1826344960 54271 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13303/tid=13307] ppid=13301 vsize=1783540 CPUtime=11.1
/proc/13303/task/13307/stat : 13307 (java) S 13301 13303 13240 0 -1 64 22945 0 0 0 1086 24 0 0 16 0 13 0 153457580 1826344960 54271 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13303/tid=13308] ppid=13301 vsize=1783540 CPUtime=0.16
/proc/13303/task/13308/stat : 13308 (java) S 13301 13303 13240 0 -1 64 35 0 0 0 9 7 0 0 16 0 13 0 153457582 1826344960 54271 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13303/tid=13309] ppid=13301 vsize=1783540 CPUtime=0
/proc/13303/task/13309/stat : 13309 (java) S 13301 13303 13240 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 153457583 1826344960 54271 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13303/tid=13310] ppid=13301 vsize=1783540 CPUtime=0
/proc/13303/task/13310/stat : 13310 (java) S 13301 13303 13240 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 153457583 1826344960 54271 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13303/tid=13311] ppid=13301 vsize=1783540 CPUtime=0
/proc/13303/task/13311/stat : 13311 (java) S 13301 13303 13240 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 153457586 1826344960 54271 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13303/tid=13312] ppid=13301 vsize=1783540 CPUtime=0.65
/proc/13303/task/13312/stat : 13312 (java) S 13301 13303 13240 0 -1 64 2576 0 0 0 64 1 0 0 16 0 13 0 153457586 1826344960 54271 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13303/tid=13313] ppid=13301 vsize=1783540 CPUtime=0.64
/proc/13303/task/13313/stat : 13313 (java) S 13301 13303 13240 0 -1 64 1818 0 0 0 63 1 0 0 16 0 13 0 153457586 1826344960 54271 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13303/tid=13314] ppid=13301 vsize=1783540 CPUtime=0
/proc/13303/task/13314/stat : 13314 (java) S 13301 13303 13240 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 153457586 1826344960 54271 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13303/tid=13315] ppid=13301 vsize=1783540 CPUtime=0
/proc/13303/task/13315/stat : 13315 (java) S 13301 13303 13240 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 153457586 1826344960 54271 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13303/tid=13316] ppid=13301 vsize=1783540 CPUtime=0
/proc/13303/task/13316/stat : 13316 (java) S 13301 13303 13240 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 153457613 1826344960 54271 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1791.95
Current children cumulated vsize (KiB) 1783540



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1790.4 s]
/proc/loadavg: 1.07 1.02 1.00 2/91 13514
/proc/meminfo: memFree=1540576/2055920 swapFree=4159012/4192956
[pid=13303] ppid=13301 vsize=1783540 CPUtime=1800.08
/proc/13303/stat : 13303 (java) S 13301 13303 13240 0 -1 0 96213 0 1 0 179912 96 0 0 18 0 13 0 153457577 1826344960 54248 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13303/statm: 445885 54248 1331 9 0 443497 0
[pid=13303/tid=13305] ppid=13301 vsize=1783540 CPUtime=1775.95
/proc/13303/task/13305/stat : 13305 (java) R 13301 13303 13240 0 -1 64 45579 0 1 0 177557 38 0 0 25 0 13 0 153457578 1826344960 54248 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109549942 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13303/tid=13306] ppid=13301 vsize=1783540 CPUtime=11.51
/proc/13303/task/13306/stat : 13306 (java) S 13301 13303 13240 0 -1 64 22536 0 0 0 1128 23 0 0 16 0 13 0 153457580 1826344960 54248 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13303/tid=13307] ppid=13301 vsize=1783540 CPUtime=11.13
/proc/13303/task/13307/stat : 13307 (java) S 13301 13303 13240 0 -1 64 22945 0 0 0 1089 24 0 0 17 0 13 0 153457580 1826344960 54248 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13303/tid=13308] ppid=13301 vsize=1783540 CPUtime=0.16
/proc/13303/task/13308/stat : 13308 (java) S 13301 13303 13240 0 -1 64 35 0 0 0 9 7 0 0 16 0 13 0 153457582 1826344960 54248 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13303/tid=13309] ppid=13301 vsize=1783540 CPUtime=0
/proc/13303/task/13309/stat : 13309 (java) S 13301 13303 13240 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 153457583 1826344960 54248 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13303/tid=13310] ppid=13301 vsize=1783540 CPUtime=0
/proc/13303/task/13310/stat : 13310 (java) S 13301 13303 13240 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 153457583 1826344960 54248 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13303/tid=13311] ppid=13301 vsize=1783540 CPUtime=0
/proc/13303/task/13311/stat : 13311 (java) S 13301 13303 13240 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 153457586 1826344960 54248 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13303/tid=13312] ppid=13301 vsize=1783540 CPUtime=0.65
/proc/13303/task/13312/stat : 13312 (java) S 13301 13303 13240 0 -1 64 2576 0 0 0 64 1 0 0 16 0 13 0 153457586 1826344960 54248 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13303/tid=13313] ppid=13301 vsize=1783540 CPUtime=0.64
/proc/13303/task/13313/stat : 13313 (java) S 13301 13303 13240 0 -1 64 1818 0 0 0 63 1 0 0 16 0 13 0 153457586 1826344960 54248 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13303/tid=13314] ppid=13301 vsize=1783540 CPUtime=0
/proc/13303/task/13314/stat : 13314 (java) S 13301 13303 13240 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 153457586 1826344960 54248 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13303/tid=13315] ppid=13301 vsize=1783540 CPUtime=0
/proc/13303/task/13315/stat : 13315 (java) S 13301 13303 13240 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 153457586 1826344960 54248 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13303/tid=13316] ppid=13301 vsize=1783540 CPUtime=0
/proc/13303/task/13316/stat : 13316 (java) S 13301 13303 13240 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 153457613 1826344960 54248 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1783540

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): 1790.5
CPU time (s): 1800.18
CPU user time (s): 1799.18
CPU system time (s): 1.00485
CPU usage (%): 100.541
Max. virtual memory (cumulated for all children) (KiB): 1786228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.18
system time used= 1.00485
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96233
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 45000
involuntary context switches= 66655

runsolver used 2.18867 second user time and 5.9021 second system time

The end

Launcher Data (download as text)

Begin job on node37 on Fri Apr 20 07:50:51 UTC 2007

IDJOB= 365948
IDBENCH= 2594
IDSOLVER= 160
FILE ID= node37/365948-1177055451

PBS_JOBID= 4640213

Free space on /tmp= 66413 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-clauses-11-10.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/365948-1177055451/sat4jPseudoCP.jar /tmp/evaluation/365948-1177055451/instance-365948-1177055451.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node37/watcher-365948-1177055451 -o ROOT/results/node37/solver-365948-1177055451 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/365948-1177055451/sat4jPseudoCP.jar /tmp/evaluation/365948-1177055451/instance-365948-1177055451.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  5f6dec86c5ff7bb6eb57b379c0139788

RANDOM SEED= 362157084

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node37.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.281
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.281
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:       1754832 kB
Buffers:         39264 kB
Cached:         171148 kB
SwapCached:       2292 kB
Active:         121832 kB
Inactive:       112136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1754832 kB
SwapTotal:     4192956 kB
SwapFree:      4159012 kB
Dirty:            3768 kB
Writeback:           0 kB
Mapped:          31204 kB
Slab:            52476 kB
Committed_AS:  1984292 kB
PageTables:       2000 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= 66413 MiB

End job on node37 on Fri Apr 20 08:20:44 UTC 2007