Trace number 430199

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=139-P1=67-P2=211-P3=127-P4=137-P5=173-P6=89-P7=223-P8=227-P9=79-B.opb
MD5SUM651e385f00e2858954d8683e891a1dbe
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.227965
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables216
Total number of constraints19
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints19
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)576
Sum of products size (including duplicates)1152
Number of different products576
Sum of products size1152

Solver Data (download as text)

0.07/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.07/0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.07/0.15	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.07/0.16	c no version file found!!!
0.07/0.16	c sun.arch.data.model	32
0.07/0.16	c java.version	1.6.0
0.07/0.16	c os.name	Linux
0.07/0.16	c os.version	2.6.9-22.EL.rootsmp
0.07/0.16	c os.arch	i386
0.07/0.16	c Free memory 1651659224
0.07/0.16	c Max memory 1654456320
0.07/0.16	c Total memory 1654456320
0.07/0.16	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/430199-1177992721/instance-430199-1177992721.opb
0.19/0.21	c reading problem ... 
0.58/0.53	c ... done. Wall clock time 0.316s.
0.58/0.53	c CPU time (experimental) 0.42s.
0.58/0.53	c #vars     792
0.58/0.53	c #constraints  1180
1800.09/1776.41	c starts		: 2
1800.09/1776.41	c conflicts		: 34768
1800.09/1776.41	c decisions		: 37137
1800.09/1776.41	c propagations		: 486637
1800.09/1776.41	c inspects		: 719769395
1800.09/1776.41	c learnt literals	: 0
1800.09/1776.41	c learnt binary clauses	: 0
1800.09/1776.41	c learnt ternary clauses	: 0
1800.09/1776.41	c learnt clauses	: 34767
1800.09/1776.41	c root simplifications	: 0
1800.09/1776.41	c removed literals (reason simplification)	: 0
1800.09/1776.41	c reason swapping (by a shorter reason)	: 0
1800.09/1776.41	c Calls to reduceDB	: 0
1800.09/1776.41	c speed (decisions/second)	: 20.911897713751895
1800.09/1776.41	c non guided choices	366
1800.09/1776.41	s UNKNOWN
1800.09/1776.41	c Total wall clock time (ms): 1776.201

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node11/watcher-430199-1177992721 -o ROOT/results/node11/solver-430199-1177992721 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/430199-1177992721/sat4jPseudoCPClause.jar /tmp/evaluation/430199-1177992721/instance-430199-1177992721.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.89 0.94 0.92 3/77 19855
/proc/meminfo: memFree=1827176/2055920 swapFree=4147120/4192956
[pid=19855] ppid=19853 vsize=18528 CPUtime=0
/proc/19855/stat : 19855 (runsolver) R 19853 19855 19434 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 240321048 18972672 284 18446744073709551615 4194304 4255128 548682068864 18446744073709551615 262910045479 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/19855/statm: 4632 284 249 14 0 2626 0

[startup+0.0791871 s]
/proc/loadavg: 0.89 0.94 0.92 3/77 19855
/proc/meminfo: memFree=1827176/2055920 swapFree=4147120/4192956
[pid=19855] ppid=19853 vsize=1777708 CPUtime=0.05
/proc/19855/stat : 19855 (java) S 19853 19855 19434 0 -1 0 3687 0 1 0 3 2 0 0 18 0 7 0 240321048 1820372992 3431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/19855/statm: 444427 3431 1081 9 0 442063 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1777708

[startup+0.101189 s]
/proc/loadavg: 0.89 0.94 0.92 3/77 19855
/proc/meminfo: memFree=1827176/2055920 swapFree=4147120/4192956
[pid=19855] ppid=19853 vsize=1777844 CPUtime=0.07
/proc/19855/stat : 19855 (java) S 19853 19855 19434 0 -1 0 3858 0 1 0 5 2 0 0 18 0 7 0 240321048 1820512256 3602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/19855/statm: 444461 3602 1091 9 0 442097 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1777844

[startup+0.301211 s]
/proc/loadavg: 0.89 0.94 0.92 3/77 19855
/proc/meminfo: memFree=1827176/2055920 swapFree=4147120/4192956
[pid=19855] ppid=19853 vsize=1782436 CPUtime=0.3
/proc/19855/stat : 19855 (java) S 19853 19855 19434 0 -1 0 5100 0 1 0 26 4 0 0 18 0 12 0 240321048 1825214464 4839 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19855/statm: 445609 4839 1260 9 0 443220 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1782436

[startup+0.701263 s]
/proc/loadavg: 0.89 0.94 0.92 3/77 19855
/proc/meminfo: memFree=1827176/2055920 swapFree=4147120/4192956
[pid=19855] ppid=19853 vsize=1784260 CPUtime=0.93
/proc/19855/stat : 19855 (java) S 19853 19855 19434 0 -1 0 6832 0 1 0 88 5 0 0 18 0 13 0 240321048 1827082240 6091 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19855/statm: 446065 6091 1306 9 0 443676 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 1784260

[startup+1.50236 s]
/proc/loadavg: 0.89 0.94 0.92 4/90 19868
/proc/meminfo: memFree=1795968/2055920 swapFree=4147120/4192956
[pid=19855] ppid=19853 vsize=1802428 CPUtime=2.49
/proc/19855/stat : 19855 (java) S 19853 19855 19434 0 -1 0 19533 0 1 0 240 9 0 0 18 0 13 0 240321048 1845686272 13622 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19855/statm: 450607 13622 1313 9 0 448218 0
[pid=19855/tid=19857] ppid=19853 vsize=1802428 CPUtime=0.67
/proc/19855/task/19857/stat : 19857 (java) R 19853 19855 19434 0 -1 64 8005 0 1 0 63 4 0 0 22 0 13 0 240321051 1845686272 13622 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109221890 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19855/tid=19858] ppid=19853 vsize=1802428 CPUtime=0
/proc/19855/task/19858/stat : 19858 (java) S 19853 19855 19434 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 240321052 1845686272 13622 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19855/tid=19859] ppid=19853 vsize=1802428 CPUtime=0
/proc/19855/task/19859/stat : 19859 (java) S 19853 19855 19434 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 240321052 1845686272 13622 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19855/tid=19860] ppid=19853 vsize=1802428 CPUtime=0
/proc/19855/task/19860/stat : 19860 (java) S 19853 19855 19434 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 240321054 1845686272 13622 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19855/tid=19861] ppid=19853 vsize=1802428 CPUtime=0
/proc/19855/task/19861/stat : 19861 (java) S 19853 19855 19434 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 240321055 1845686272 13622 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19855/tid=19862] ppid=19853 vsize=1802428 CPUtime=0
/proc/19855/task/19862/stat : 19862 (java) S 19853 19855 19434 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 240321055 1845686272 13622 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19855/tid=19863] ppid=19853 vsize=1802428 CPUtime=0
/proc/19855/task/19863/stat : 19863 (java) S 19853 19855 19434 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 240321059 1845686272 13622 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19855/tid=19864] ppid=19853 vsize=1802428 CPUtime=0.92
/proc/19855/task/19864/stat : 19864 (java) R 19853 19855 19434 0 -1 64 5376 0 0 0 90 2 0 0 18 0 13 0 240321059 1845686272 13622 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103336923 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19855/tid=19865] ppid=19853 vsize=1802428 CPUtime=0.88
/proc/19855/task/19865/stat : 19865 (java) S 19853 19855 19434 0 -1 64 5425 0 0 0 86 2 0 0 17 0 13 0 240321059 1845686272 13622 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19855/tid=19866] ppid=19853 vsize=1802428 CPUtime=0
/proc/19855/task/19866/stat : 19866 (java) S 19853 19855 19434 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 240321059 1845686272 13622 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19855/tid=19867] ppid=19853 vsize=1802428 CPUtime=0
/proc/19855/task/19867/stat : 19867 (java) S 19853 19855 19434 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 240321059 1845686272 13622 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19855/tid=19868] ppid=19853 vsize=1802428 CPUtime=0
/proc/19855/task/19868/stat : 19868 (java) S 19853 19855 19434 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 240321102 1845686272 13622 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.49
Current children cumulated vsize (KiB) 1802428

[startup+3.10255 s]
/proc/loadavg: 0.89 0.94 0.92 4/90 19868
/proc/meminfo: memFree=1747136/2055920 swapFree=4147120/4192956
[pid=19855] ppid=19853 vsize=1800168 CPUtime=4.84
/proc/19855/stat : 19855 (java) S 19853 19855 19434 0 -1 0 53487 0 1 0 454 30 0 0 18 0 13 0 240321048 1843372032 43886 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19855/statm: 450042 43886 1324 9 0 447653 0
[pid=19855/tid=19857] ppid=19853 vsize=1800168 CPUtime=1.89
/proc/19855/task/19857/stat : 19857 (java) R 19853 19855 19434 0 -1 64 37742 0 1 0 171 18 0 0 20 0 13 0 240321051 1843372032 43886 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109604584 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19855/tid=19858] ppid=19853 vsize=1800168 CPUtime=0.01
/proc/19855/task/19858/stat : 19858 (java) S 19853 19855 19434 0 -1 64 372 0 0 0 1 0 0 0 16 0 13 0 240321052 1843372032 43886 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19855/tid=19859] ppid=19853 vsize=1800168 CPUtime=0.01
/proc/19855/task/19859/stat : 19859 (java) S 19853 19855 19434 0 -1 64 330 0 0 0 1 0 0 0 16 0 13 0 240321052 1843372032 43886 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19855/tid=19860] ppid=19853 vsize=1800168 CPUtime=0.05
/proc/19855/task/19860/stat : 19860 (java) S 19853 19855 19434 0 -1 64 9 0 0 0 1 4 0 0 16 0 13 0 240321054 1843372032 43886 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19855/tid=19861] ppid=19853 vsize=1800168 CPUtime=0
/proc/19855/task/19861/stat : 19861 (java) S 19853 19855 19434 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 240321055 1843372032 43886 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19855/tid=19862] ppid=19853 vsize=1800168 CPUtime=0
/proc/19855/task/19862/stat : 19862 (java) S 19853 19855 19434 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 240321055 1843372032 43886 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19855/tid=19863] ppid=19853 vsize=1800168 CPUtime=0
/proc/19855/task/19863/stat : 19863 (java) S 19853 19855 19434 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 240321059 1843372032 43886 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19855/tid=19864] ppid=19853 vsize=1800168 CPUtime=1.48
/proc/19855/task/19864/stat : 19864 (java) S 19853 19855 19434 0 -1 64 7196 0 0 0 145 3 0 0 15 0 13 0 240321059 1843372032 43886 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19855/tid=19865] ppid=19853 vsize=1800168 CPUtime=1.36
/proc/19855/task/19865/stat : 19865 (java) S 19853 19855 19434 0 -1 64 7117 0 0 0 133 3 0 0 17 0 13 0 240321059 1843372032 43886 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19855/tid=19866] ppid=19853 vsize=1800168 CPUtime=0
/proc/19855/task/19866/stat : 19866 (java) S 19853 19855 19434 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 240321059 1843372032 43886 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19855/tid=19867] ppid=19853 vsize=1800168 CPUtime=0
/proc/19855/task/19867/stat : 19867 (java) S 19853 19855 19434 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 240321059 1843372032 43886 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19855/tid=19868] ppid=19853 vsize=1800168 CPUtime=0
/proc/19855/task/19868/stat : 19868 (java) S 19853 19855 19434 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 240321102 1843372032 43886 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.84
Current children cumulated vsize (KiB) 1800168

[startup+6.30192 s]
/proc/loadavg: 0.90 0.94 0.92 2/90 19868
/proc/meminfo: memFree=1648704/2055920 swapFree=4147120/4192956
[pid=19855] ppid=19853 vsize=1797928 CPUtime=8.13
/proc/19855/stat : 19855 (java) S 19853 19855 19434 0 -1 0 56335 0 1 0 782 31 0 0 18 0 13 0 240321048 1841078272 44524 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19855/statm: 449482 44524 1325 9 0 447093 0
[pid=19855/tid=19857] ppid=19853 vsize=1797928 CPUtime=4.98
/proc/19855/task/19857/stat : 19857 (java) R 19853 19855 19434 0 -1 64 37748 0 1 0 480 18 0 0 25 0 13 0 240321051 1841078272 44524 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109579581 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19855/tid=19858] ppid=19853 vsize=1797928 CPUtime=0.09
/proc/19855/task/19858/stat : 19858 (java) S 19853 19855 19434 0 -1 64 1828 0 0 0 9 0 0 0 16 0 13 0 240321052 1841078272 44524 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19855/tid=19859] ppid=19853 vsize=1797928 CPUtime=0.09
/proc/19855/task/19859/stat : 19859 (java) S 19853 19855 19434 0 -1 64 1706 0 0 0 9 0 0 0 16 0 13 0 240321052 1841078272 44524 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19855/tid=19860] ppid=19853 vsize=1797928 CPUtime=0.06
/proc/19855/task/19860/stat : 19860 (java) S 19853 19855 19434 0 -1 64 17 0 0 0 2 4 0 0 16 0 13 0 240321054 1841078272 44524 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19855/tid=19861] ppid=19853 vsize=1797928 CPUtime=0
/proc/19855/task/19861/stat : 19861 (java) S 19853 19855 19434 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 240321055 1841078272 44524 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19855/tid=19862] ppid=19853 vsize=1797928 CPUtime=0
/proc/19855/task/19862/stat : 19862 (java) S 19853 19855 19434 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 240321055 1841078272 44524 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19855/tid=19863] ppid=19853 vsize=1797928 CPUtime=0
/proc/19855/task/19863/stat : 19863 (java) S 19853 19855 19434 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 240321059 1841078272 44524 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19855/tid=19864] ppid=19853 vsize=1797928 CPUtime=1.49
/proc/19855/task/19864/stat : 19864 (java) S 19853 19855 19434 0 -1 64 7197 0 0 0 146 3 0 0 16 0 13 0 240321059 1841078272 44524 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19855/tid=19865] ppid=19853 vsize=1797928 CPUtime=1.36
/proc/19855/task/19865/stat : 19865 (java) S 19853 19855 19434 0 -1 64 7118 0 0 0 133 3 0 0 16 0 13 0 240321059 1841078272 44524 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19855/tid=19866] ppid=19853 vsize=1797928 CPUtime=0
/proc/19855/task/19866/stat : 19866 (java) S 19853 19855 19434 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 240321059 1841078272 44524 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19855/tid=19867] ppid=19853 vsize=1797928 CPUtime=0
/proc/19855/task/19867/stat : 19867 (java) S 19853 19855 19434 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 240321059 1841078272 44524 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19855/tid=19868] ppid=19853 vsize=1797928 CPUtime=0
/proc/19855/task/19868/stat : 19868 (java) S 19853 19855 19434 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 240321102 1841078272 44524 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.13
Current children cumulated vsize (KiB) 1797928

[startup+12.7027 s]
/proc/loadavg: 0.90 0.94 0.92 2/90 19868
/proc/meminfo: memFree=1614472/2055920 swapFree=4147120/4192956
[pid=19855] ppid=19853 vsize=1797928 CPUtime=14.72
/proc/19855/stat : 19855 (java) S 19853 19855 19434 0 -1 0 66601 0 1 0 1436 36 0 0 18 0 13 0 240321048 1841078272 54228 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19855/statm: 449482 54228 1331 9 0 447093 0
[pid=19855/tid=19857] ppid=19853 vsize=1797928 CPUtime=11.21
/proc/19855/task/19857/stat : 19857 (java) R 19853 19855 19434 0 -1 64 39697 0 1 0 1102 19 0 0 25 0 13 0 240321051 1841078272 54228 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109870217 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19855/tid=19858] ppid=19853 vsize=1797928 CPUtime=0.27
/proc/19855/task/19858/stat : 19858 (java) S 19853 19855 19434 0 -1 64 5795 0 0 0 25 2 0 0 16 0 13 0 240321052 1841078272 54228 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19855/tid=19859] ppid=19853 vsize=1797928 CPUtime=0.26
/proc/19855/task/19859/stat : 19859 (java) S 19853 19855 19434 0 -1 64 6037 0 0 0 24 2 0 0 16 0 13 0 240321052 1841078272 54228 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19855/tid=19860] ppid=19853 vsize=1797928 CPUtime=0.06
/proc/19855/task/19860/stat : 19860 (java) S 19853 19855 19434 0 -1 64 30 0 0 0 2 4 0 0 16 0 13 0 240321054 1841078272 54228 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19855/tid=19861] ppid=19853 vsize=1797928 CPUtime=0
/proc/19855/task/19861/stat : 19861 (java) S 19853 19855 19434 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 240321055 1841078272 54228 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19855/tid=19862] ppid=19853 vsize=1797928 CPUtime=0
/proc/19855/task/19862/stat : 19862 (java) S 19853 19855 19434 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 240321055 1841078272 54228 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19855/tid=19863] ppid=19853 vsize=1797928 CPUtime=0
/proc/19855/task/19863/stat : 19863 (java) S 19853 19855 19434 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 240321059 1841078272 54228 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19855/tid=19864] ppid=19853 vsize=1797928 CPUtime=1.5
/proc/19855/task/19864/stat : 19864 (java) S 19853 19855 19434 0 -1 64 7203 0 0 0 147 3 0 0 15 0 13 0 240321059 1841078272 54228 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19855/tid=19865] ppid=19853 vsize=1797928 CPUtime=1.36
/proc/19855/task/19865/stat : 19865 (java) S 19853 19855 19434 0 -1 64 7118 0 0 0 133 3 0 0 16 0 13 0 240321059 1841078272 54228 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19855/tid=19866] ppid=19853 vsize=1797928 CPUtime=0
/proc/19855/task/19866/stat : 19866 (java) S 19853 19855 19434 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 240321059 1841078272 54228 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19855/tid=19867] ppid=19853 vsize=1797928 CPUtime=0
/proc/19855/task/19867/stat : 19867 (java) S 19853 19855 19434 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 240321059 1841078272 54228 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19855/tid=19868] ppid=19853 vsize=1797928 CPUtime=0
/proc/19855/task/19868/stat : 19868 (java) S 19853 19855 19434 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 240321102 1841078272 54228 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.72
Current children cumulated vsize (KiB) 1797928

[startup+25.5012 s]
/proc/loadavg: 0.92 0.95 0.92 2/90 19868
/proc/meminfo: memFree=1610248/2055920 swapFree=4147120/4192956
[pid=19855] ppid=19853 vsize=1797928 CPUtime=27.64
/proc/19855/stat : 19855 (java) S 19853 19855 19434 0 -1 0 69176 0 1 0 2726 38 0 0 18 0 13 0 240321048 1841078272 55223 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19855/statm: 449482 55223 1331 9 0 447093 0
[pid=19855/tid=19857] ppid=19853 vsize=1797928 CPUtime=23.88
/proc/19855/task/19857/stat : 19857 (java) R 19853 19855 19434 0 -1 64 39709 0 1 0 2369 19 0 0 16 0 13 0 240321051 1841078272 55223 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109592268 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19855/tid=19858] ppid=19853 vsize=1797928 CPUtime=0.38
/proc/19855/task/19858/stat : 19858 (java) S 19853 19855 19434 0 -1 64 6993 0 0 0 36 2 0 0 16 0 13 0 240321052 1841078272 55223 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19855/tid=19859] ppid=19853 vsize=1797928 CPUtime=0.38
/proc/19855/task/19859/stat : 19859 (java) S 19853 19855 19434 0 -1 64 7402 0 0 0 35 3 0 0 16 0 13 0 240321052 1841078272 55223 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=19855] ppid=19853 vsize=1791204 CPUtime=1562.08
/proc/19855/stat : 19855 (java) S 19853 19855 19434 0 -1 0 160683 0 1 0 156107 101 0 0 18 0 13 0 240321048 1834192896 100276 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19855/statm: 447801 100276 1333 9 0 445412 0
[pid=19855/tid=19857] ppid=19853 vsize=1791204 CPUtime=1521.71
/proc/19855/task/19857/stat : 19857 (java) R 19853 19855 19434 0 -1 64 69739 0 1 0 152126 45 0 0 25 0 13 0 240321051 1834192896 100276 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109537324 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19855/tid=19858] ppid=19853 vsize=1791204 CPUtime=18.52
/proc/19855/task/19858/stat : 19858 (java) S 19853 19855 19434 0 -1 64 36283 0 0 0 1835 17 0 0 16 0 13 0 240321052 1834192896 100276 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19855/tid=19859] ppid=19853 vsize=1791204 CPUtime=18.55
/proc/19855/task/19859/stat : 19859 (java) S 19853 19855 19434 0 -1 64 38874 0 0 0 1838 17 0 0 17 0 13 0 240321052 1834192896 100276 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19855/tid=19860] ppid=19853 vsize=1791204 CPUtime=0.24
/proc/19855/task/19860/stat : 19860 (java) S 19853 19855 19434 0 -1 64 157 0 0 0 11 13 0 0 16 0 13 0 240321054 1834192896 100276 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19855/tid=19861] ppid=19853 vsize=1791204 CPUtime=0
/proc/19855/task/19861/stat : 19861 (java) S 19853 19855 19434 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 240321055 1834192896 100276 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19855/tid=19862] ppid=19853 vsize=1791204 CPUtime=0
/proc/19855/task/19862/stat : 19862 (java) S 19853 19855 19434 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 240321055 1834192896 100276 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19855/tid=19863] ppid=19853 vsize=1791204 CPUtime=0
/proc/19855/task/19863/stat : 19863 (java) S 19853 19855 19434 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 240321059 1834192896 100276 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19855/tid=19864] ppid=19853 vsize=1791204 CPUtime=1.61
/proc/19855/task/19864/stat : 19864 (java) S 19853 19855 19434 0 -1 64 7791 0 0 0 158 3 0 0 17 0 13 0 240321059 1834192896 100276 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19855/tid=19865] ppid=19853 vsize=1791204 CPUtime=1.38
/proc/19855/task/19865/stat : 19865 (java) S 19853 19855 19434 0 -1 64 7118 0 0 0 135 3 0 0 17 0 13 0 240321059 1834192896 100276 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19855/tid=19866] ppid=19853 vsize=1791204 CPUtime=0
/proc/19855/task/19866/stat : 19866 (java) S 19853 19855 19434 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 240321059 1834192896 100276 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19855/tid=19867] ppid=19853 vsize=1791204 CPUtime=0
/proc/19855/task/19867/stat : 19867 (java) S 19853 19855 19434 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 240321059 1834192896 100276 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19855/tid=19868] ppid=19853 vsize=1791204 CPUtime=0
/proc/19855/task/19868/stat : 19868 (java) S 19853 19855 19434 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 240321102 1834192896 100276 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1562.08
Current children cumulated vsize (KiB) 1791204

[startup+1602.3 s]
/proc/loadavg: 1.00 1.01 0.96 2/90 19868
/proc/meminfo: memFree=1426440/2055920 swapFree=4147120/4192956
[pid=19855] ppid=19853 vsize=1791204 CPUtime=1623.07
/proc/19855/stat : 19855 (java) S 19853 19855 19434 0 -1 0 161561 0 1 0 162204 103 0 0 18 0 13 0 240321048 1834192896 101082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19855/statm: 447801 101082 1333 9 0 445412 0
[pid=19855/tid=19857] ppid=19853 vsize=1791204 CPUtime=1580.67
/proc/19855/task/19857/stat : 19857 (java) R 19853 19855 19434 0 -1 64 69763 0 1 0 158021 46 0 0 25 0 13 0 240321051 1834192896 101082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109592280 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19855/tid=19858] ppid=19853 vsize=1791204 CPUtime=19.53
/proc/19855/task/19858/stat : 19858 (java) S 19853 19855 19434 0 -1 64 36669 0 0 0 1936 17 0 0 16 0 13 0 240321052 1834192896 101082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19855/tid=19859] ppid=19853 vsize=1791204 CPUtime=19.57
/proc/19855/task/19859/stat : 19859 (java) S 19853 19855 19434 0 -1 64 39342 0 0 0 1939 18 0 0 16 0 13 0 240321052 1834192896 101082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19855/tid=19860] ppid=19853 vsize=1791204 CPUtime=0.25
/proc/19855/task/19860/stat : 19860 (java) S 19853 19855 19434 0 -1 64 157 0 0 0 12 13 0 0 15 0 13 0 240321054 1834192896 101082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19855/tid=19861] ppid=19853 vsize=1791204 CPUtime=0
/proc/19855/task/19861/stat : 19861 (java) S 19853 19855 19434 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 240321055 1834192896 101082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19855/tid=19862] ppid=19853 vsize=1791204 CPUtime=0
/proc/19855/task/19862/stat : 19862 (java) S 19853 19855 19434 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 240321055 1834192896 101082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19855/tid=19863] ppid=19853 vsize=1791204 CPUtime=0
/proc/19855/task/19863/stat : 19863 (java) S 19853 19855 19434 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 240321059 1834192896 101082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19855/tid=19864] ppid=19853 vsize=1791204 CPUtime=1.61
/proc/19855/task/19864/stat : 19864 (java) S 19853 19855 19434 0 -1 64 7791 0 0 0 158 3 0 0 17 0 13 0 240321059 1834192896 101082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19855/tid=19865] ppid=19853 vsize=1791204 CPUtime=1.38
/proc/19855/task/19865/stat : 19865 (java) S 19853 19855 19434 0 -1 64 7118 0 0 0 135 3 0 0 17 0 13 0 240321059 1834192896 101082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19855/tid=19866] ppid=19853 vsize=1791204 CPUtime=0
/proc/19855/task/19866/stat : 19866 (java) S 19853 19855 19434 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 240321059 1834192896 101082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19855/tid=19867] ppid=19853 vsize=1791204 CPUtime=0
/proc/19855/task/19867/stat : 19867 (java) S 19853 19855 19434 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 240321059 1834192896 101082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19855/tid=19868] ppid=19853 vsize=1791204 CPUtime=0
/proc/19855/task/19868/stat : 19868 (java) S 19853 19855 19434 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 240321102 1834192896 101082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1623.07
Current children cumulated vsize (KiB) 1791204

[startup+1662.3 s]
/proc/loadavg: 1.04 1.02 0.97 2/90 19868
/proc/meminfo: memFree=1422792/2055920 swapFree=4147120/4192956
[pid=19855] ppid=19853 vsize=1791204 CPUtime=1684.04
/proc/19855/stat : 19855 (java) S 19853 19855 19434 0 -1 0 162508 0 1 0 168300 104 0 0 18 0 13 0 240321048 1834192896 101939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19855/statm: 447801 101939 1333 9 0 445412 0
[pid=19855/tid=19857] ppid=19853 vsize=1791204 CPUtime=1639.65
/proc/19855/task/19857/stat : 19857 (java) R 19853 19855 19434 0 -1 64 69786 0 1 0 163919 46 0 0 25 0 13 0 240321051 1834192896 101939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109536206 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19855/tid=19858] ppid=19853 vsize=1791204 CPUtime=20.52
/proc/19855/task/19858/stat : 19858 (java) S 19853 19855 19434 0 -1 64 36950 0 0 0 2035 17 0 0 16 0 13 0 240321052 1834192896 101939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19855/tid=19859] ppid=19853 vsize=1791204 CPUtime=20.56
/proc/19855/task/19859/stat : 19859 (java) S 19853 19855 19434 0 -1 64 39985 0 0 0 2038 18 0 0 16 0 13 0 240321052 1834192896 101939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19855/tid=19860] ppid=19853 vsize=1791204 CPUtime=0.26
/proc/19855/task/19860/stat : 19860 (java) S 19853 19855 19434 0 -1 64 157 0 0 0 12 14 0 0 16 0 13 0 240321054 1834192896 101939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19855/tid=19861] ppid=19853 vsize=1791204 CPUtime=0
/proc/19855/task/19861/stat : 19861 (java) S 19853 19855 19434 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 240321055 1834192896 101939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19855/tid=19862] ppid=19853 vsize=1791204 CPUtime=0
/proc/19855/task/19862/stat : 19862 (java) S 19853 19855 19434 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 240321055 1834192896 101939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19855/tid=19863] ppid=19853 vsize=1791204 CPUtime=0
/proc/19855/task/19863/stat : 19863 (java) S 19853 19855 19434 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 240321059 1834192896 101939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19855/tid=19864] ppid=19853 vsize=1791204 CPUtime=1.61
/proc/19855/task/19864/stat : 19864 (java) S 19853 19855 19434 0 -1 64 7791 0 0 0 158 3 0 0 17 0 13 0 240321059 1834192896 101939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19855/tid=19865] ppid=19853 vsize=1791204 CPUtime=1.38
/proc/19855/task/19865/stat : 19865 (java) S 19853 19855 19434 0 -1 64 7118 0 0 0 135 3 0 0 17 0 13 0 240321059 1834192896 101939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19855/tid=19866] ppid=19853 vsize=1791204 CPUtime=0
/proc/19855/task/19866/stat : 19866 (java) S 19853 19855 19434 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 240321059 1834192896 101939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19855/tid=19867] ppid=19853 vsize=1791204 CPUtime=0
/proc/19855/task/19867/stat : 19867 (java) S 19853 19855 19434 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 240321059 1834192896 101939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19855/tid=19868] ppid=19853 vsize=1791204 CPUtime=0
/proc/19855/task/19868/stat : 19868 (java) S 19853 19855 19434 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 240321102 1834192896 101939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1684.04
Current children cumulated vsize (KiB) 1791204

[startup+1722.3 s]
/proc/loadavg: 1.01 1.01 0.97 2/90 19868
/proc/meminfo: memFree=1419656/2055920 swapFree=4147120/4192956
[pid=19855] ppid=19853 vsize=1791204 CPUtime=1745.07
/proc/19855/stat : 19855 (java) S 19853 19855 19434 0 -1 0 163486 0 1 0 174402 105 0 0 18 0 13 0 240321048 1834192896 102754 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19855/statm: 447801 102754 1333 9 0 445412 0
[pid=19855/tid=19857] ppid=19853 vsize=1791204 CPUtime=1698.58
/proc/19855/task/19857/stat : 19857 (java) R 19853 19855 19434 0 -1 64 69810 0 1 0 169811 47 0 0 25 0 13 0 240321051 1834192896 102754 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109532091 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19855/tid=19858] ppid=19853 vsize=1791204 CPUtime=21.57
/proc/19855/task/19858/stat : 19858 (java) S 19853 19855 19434 0 -1 64 37396 0 0 0 2140 17 0 0 16 0 13 0 240321052 1834192896 102754 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19855/tid=19859] ppid=19853 vsize=1791204 CPUtime=21.61
/proc/19855/task/19859/stat : 19859 (java) S 19853 19855 19434 0 -1 64 40493 0 0 0 2143 18 0 0 16 0 13 0 240321052 1834192896 102754 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19855/tid=19860] ppid=19853 vsize=1791204 CPUtime=0.27
/proc/19855/task/19860/stat : 19860 (java) S 19853 19855 19434 0 -1 64 157 0 0 0 13 14 0 0 16 0 13 0 240321054 1834192896 102754 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19855/tid=19861] ppid=19853 vsize=1791204 CPUtime=0
/proc/19855/task/19861/stat : 19861 (java) S 19853 19855 19434 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 240321055 1834192896 102754 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19855/tid=19862] ppid=19853 vsize=1791204 CPUtime=0
/proc/19855/task/19862/stat : 19862 (java) S 19853 19855 19434 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 240321055 1834192896 102754 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19855/tid=19863] ppid=19853 vsize=1791204 CPUtime=0
/proc/19855/task/19863/stat : 19863 (java) S 19853 19855 19434 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 240321059 1834192896 102754 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19855/tid=19864] ppid=19853 vsize=1791204 CPUtime=1.61
/proc/19855/task/19864/stat : 19864 (java) S 19853 19855 19434 0 -1 64 7791 0 0 0 158 3 0 0 17 0 13 0 240321059 1834192896 102754 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19855/tid=19865] ppid=19853 vsize=1791204 CPUtime=1.38
/proc/19855/task/19865/stat : 19865 (java) S 19853 19855 19434 0 -1 64 7118 0 0 0 135 3 0 0 17 0 13 0 240321059 1834192896 102754 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19855/tid=19866] ppid=19853 vsize=1791204 CPUtime=0
/proc/19855/task/19866/stat : 19866 (java) S 19853 19855 19434 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 240321059 1834192896 102754 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19855/tid=19867] ppid=19853 vsize=1791204 CPUtime=0
/proc/19855/task/19867/stat : 19867 (java) S 19853 19855 19434 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 240321059 1834192896 102754 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19855/tid=19868] ppid=19853 vsize=1791204 CPUtime=0
/proc/19855/task/19868/stat : 19868 (java) S 19853 19855 19434 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 240321102 1834192896 102754 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1745.07
Current children cumulated vsize (KiB) 1791204



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1776.4 s]
/proc/loadavg: 1.08 1.04 0.98 2/90 19868
/proc/meminfo: memFree=1417416/2055920 swapFree=4147120/4192956
[pid=19855] ppid=19853 vsize=1791204 CPUtime=1800.09
/proc/19855/stat : 19855 (java) S 19853 19855 19434 0 -1 0 164092 0 1 0 179902 107 0 0 18 0 13 0 240321048 1834192896 103285 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19855/statm: 447801 103285 1333 9 0 445412 0
[pid=19855/tid=19857] ppid=19853 vsize=1791204 CPUtime=1751.72
/proc/19855/task/19857/stat : 19857 (java) R 19853 19855 19434 0 -1 64 69831 0 1 0 175125 47 0 0 22 0 13 0 240321051 1834192896 103285 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109716099 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19855/tid=19858] ppid=19853 vsize=1791204 CPUtime=22.5
/proc/19855/task/19858/stat : 19858 (java) S 19853 19855 19434 0 -1 64 37622 0 0 0 2232 18 0 0 16 0 13 0 240321052 1834192896 103285 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19855/tid=19859] ppid=19853 vsize=1791204 CPUtime=22.54
/proc/19855/task/19859/stat : 19859 (java) S 19853 19855 19434 0 -1 64 40851 0 0 0 2236 18 0 0 16 0 13 0 240321052 1834192896 103285 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19855/tid=19860] ppid=19853 vsize=1791204 CPUtime=0.27
/proc/19855/task/19860/stat : 19860 (java) S 19853 19855 19434 0 -1 64 158 0 0 0 13 14 0 0 15 0 13 0 240321054 1834192896 103285 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19855/tid=19861] ppid=19853 vsize=1791204 CPUtime=0
/proc/19855/task/19861/stat : 19861 (java) S 19853 19855 19434 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 240321055 1834192896 103285 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19855/tid=19862] ppid=19853 vsize=1791204 CPUtime=0
/proc/19855/task/19862/stat : 19862 (java) S 19853 19855 19434 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 240321055 1834192896 103285 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19855/tid=19863] ppid=19853 vsize=1791204 CPUtime=0
/proc/19855/task/19863/stat : 19863 (java) S 19853 19855 19434 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 240321059 1834192896 103285 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19855/tid=19864] ppid=19853 vsize=1791204 CPUtime=1.61
/proc/19855/task/19864/stat : 19864 (java) S 19853 19855 19434 0 -1 64 7791 0 0 0 158 3 0 0 17 0 13 0 240321059 1834192896 103285 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19855/tid=19865] ppid=19853 vsize=1791204 CPUtime=1.38
/proc/19855/task/19865/stat : 19865 (java) S 19853 19855 19434 0 -1 64 7118 0 0 0 135 3 0 0 17 0 13 0 240321059 1834192896 103285 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19855/tid=19866] ppid=19853 vsize=1791204 CPUtime=0
/proc/19855/task/19866/stat : 19866 (java) S 19853 19855 19434 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 240321059 1834192896 103285 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19855/tid=19867] ppid=19853 vsize=1791204 CPUtime=0
/proc/19855/task/19867/stat : 19867 (java) S 19853 19855 19434 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 240321059 1834192896 103285 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19855/tid=19868] ppid=19853 vsize=1791204 CPUtime=0
/proc/19855/task/19868/stat : 19868 (java) S 19853 19855 19434 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 240321102 1834192896 103285 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1791204

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): 1776.5
CPU time (s): 1800.19
CPU user time (s): 1799.05
CPU system time (s): 1.13583
CPU usage (%): 101.333
Max. virtual memory (cumulated for all children) (KiB): 1803848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.05
system time used= 1.13583
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 164112
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= 43781
involuntary context switches= 53755

runsolver used 1.68074 second user time and 4.80927 second system time

The end

Launcher Data (download as text)

Begin job on node11 on Tue May  1 04:12:01 UTC 2007

IDJOB= 430199
IDBENCH= 47963
IDSOLVER= 164
FILE ID= node11/430199-1177992721

PBS_JOBID= 4728241

Free space on /tmp= 66561 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=139-P1=67-P2=211-P3=127-P4=137-P5=173-P6=89-P7=223-P8=227-P9=79-B.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/430199-1177992721/sat4jPseudoCPClause.jar /tmp/evaluation/430199-1177992721/instance-430199-1177992721.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-430199-1177992721 -o ROOT/results/node11/solver-430199-1177992721 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/430199-1177992721/sat4jPseudoCPClause.jar /tmp/evaluation/430199-1177992721/instance-430199-1177992721.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  651e385f00e2858954d8683e891a1dbe

RANDOM SEED= 357618227

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node11.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.235
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.235
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:       1827584 kB
Buffers:         33476 kB
Cached:         105260 kB
SwapCached:      14128 kB
Active:          53196 kB
Inactive:       108552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1827584 kB
SwapTotal:     4192956 kB
SwapFree:      4147120 kB
Dirty:            3652 kB
Writeback:           0 kB
Mapped:          30020 kB
Slab:            51984 kB
Committed_AS:  6482312 kB
PageTables:       1848 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66561 MiB

End job on node11 on Tue May  1 04:41:40 UTC 2007