Trace number 360914

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.26 1736.19

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/
FPGA_SAT05/normalized-fpga25_25_sat_pb.cnf.cr.opb
MD5SUM67169e121732ee6d464f6ac82d33a699
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.016996
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables938
Total number of constraints700
Number of constraints which are clauses650
Number of constraints which are cardinality constraints (but not clauses)50
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint12
Maximum length of a constraint25
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 26
Number of bits of the biggest sum of numbers5
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.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c solving /tmp/evaluation/360914-1176976907/instance-360914-1176976907.opb
0.20/0.20	c reading problem ... 
1.12/0.87	c ... done. Wall clock time 0.666s.
1.12/0.87	c CPU time (experimental) 0.51s.
1.12/0.87	c #vars     938
1.12/0.87	c #constraints  700
1800.07/1736.01	c starts		: 2
1800.07/1736.01	c conflicts		: 42892
1800.07/1736.01	c decisions		: 1939740
1800.07/1736.01	c propagations		: 4352357
1800.07/1736.01	c inspects		: 340954246
1800.07/1736.01	c learnt literals	: 0
1800.07/1736.01	c learnt binary clauses	: 0
1800.07/1736.01	c learnt ternary clauses	: 0
1800.07/1736.01	c learnt clauses	: 42891
1800.07/1736.01	c root simplifications	: 0
1800.07/1736.01	c removed literals (reason simplification)	: 0
1800.07/1736.01	c reason swapping (by a shorter reason)	: 0
1800.07/1736.01	c Calls to reduceDB	: 0
1800.07/1736.01	c speed (decisions/second)	: 1117.9155572461011
1800.07/1736.01	c non guided choices	290
1800.07/1736.01	s UNKNOWN
1800.07/1736.01	c Total wall clock time (ms): 1735.81

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/node51/watcher-360914-1176976907 -o ROOT/results/node51/solver-360914-1176976907 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/360914-1176976907/sat4jPseudoCP.jar /tmp/evaluation/360914-1176976907/instance-360914-1176976907.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.91 0.95 0.82 2/70 15975
/proc/meminfo: memFree=1707872/2055920 swapFree=4183232/4192956
[pid=15975] ppid=15973 vsize=18568 CPUtime=0
/proc/15975/stat : 15975 (runsolver) R 15973 15975 15263 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 52535847 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 235371293991 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/15975/statm: 4642 292 257 24 0 2626 0

[startup+0.039746 s]
/proc/loadavg: 0.91 0.95 0.82 2/70 15975
/proc/meminfo: memFree=1707872/2055920 swapFree=4183232/4192956
[pid=15975] ppid=15973 vsize=1776088 CPUtime=0.03
/proc/15975/stat : 15975 (java) S 15973 15975 15263 0 -1 0 3186 0 1 0 1 2 0 0 20 0 4 0 52535847 1818714112 2933 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/15975/statm: 444022 2933 887 9 0 441658 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1776088

[startup+0.101747 s]
/proc/loadavg: 0.91 0.95 0.82 2/70 15975
/proc/meminfo: memFree=1707872/2055920 swapFree=4183232/4192956
[pid=15975] ppid=15973 vsize=1780996 CPUtime=0.08
/proc/15975/stat : 15975 (java) S 15973 15975 15263 0 -1 0 3969 0 1 0 6 2 0 0 20 0 12 0 52535847 1823739904 3710 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15975/statm: 445249 3710 1122 9 0 442868 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780996

[startup+0.301763 s]
/proc/loadavg: 0.91 0.95 0.82 2/70 15975
/proc/meminfo: memFree=1707872/2055920 swapFree=4183232/4192956
[pid=15975] ppid=15973 vsize=1782140 CPUtime=0.3
/proc/15975/stat : 15975 (java) S 15973 15975 15263 0 -1 0 5138 0 1 0 27 3 0 0 20 0 12 0 52535847 1824911360 4876 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15975/statm: 445535 4876 1264 9 0 443147 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1782140

[startup+0.701803 s]
/proc/loadavg: 0.91 0.95 0.82 2/70 15975
/proc/meminfo: memFree=1707872/2055920 swapFree=4183232/4192956
[pid=15975] ppid=15973 vsize=1784680 CPUtime=0.91
/proc/15975/stat : 15975 (java) S 15973 15975 15263 0 -1 0 7498 0 1 0 87 4 0 0 20 0 12 0 52535847 1827512320 6792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15975/statm: 446170 6793 1308 9 0 443782 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 1784680

[startup+1.50288 s]
/proc/loadavg: 0.91 0.95 0.82 3/83 15988
/proc/meminfo: memFree=1683000/2055920 swapFree=4183232/4192956
[pid=15975] ppid=15973 vsize=1786016 CPUtime=2.22
/proc/15975/stat : 15975 (java) S 15973 15975 15263 0 -1 0 22688 0 1 0 212 10 0 0 20 0 13 0 52535847 1828880384 21268 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15975/statm: 446504 21268 1317 9 0 444116 0
[pid=15975/tid=15977] ppid=15973 vsize=1786016 CPUtime=0.99
/proc/15975/task/15977/stat : 15977 (java) R 15973 15975 15263 0 -1 64 19380 0 1 0 91 8 0 0 25 0 13 0 52535848 1828880384 21268 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109711864 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15978] ppid=15973 vsize=1786016 CPUtime=0
/proc/15975/task/15978/stat : 15978 (java) S 15973 15975 15263 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 52535850 1828880384 21268 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15979] ppid=15973 vsize=1786016 CPUtime=0
/proc/15975/task/15979/stat : 15979 (java) S 15973 15975 15263 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 52535850 1828880384 21268 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15980] ppid=15973 vsize=1786016 CPUtime=0
/proc/15975/task/15980/stat : 15980 (java) S 15973 15975 15263 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 52535852 1828880384 21268 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15981] ppid=15973 vsize=1786016 CPUtime=0
/proc/15975/task/15981/stat : 15981 (java) S 15973 15975 15263 0 -1 64 10 0 0 0 0 0 0 0 25 0 13 0 52535853 1828880384 21268 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15982] ppid=15973 vsize=1786016 CPUtime=0
/proc/15975/task/15982/stat : 15982 (java) S 15973 15975 15263 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 52535853 1828880384 21268 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15975/tid=15983] ppid=15973 vsize=1786016 CPUtime=0
/proc/15975/task/15983/stat : 15983 (java) S 15973 15975 15263 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 52535856 1828880384 21268 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15984] ppid=15973 vsize=1786016 CPUtime=0.63
/proc/15975/task/15984/stat : 15984 (java) S 15973 15975 15263 0 -1 64 1854 0 0 0 63 0 0 0 16 0 13 0 52535856 1828880384 21268 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15975/tid=15985] ppid=15973 vsize=1786016 CPUtime=0.57
/proc/15975/task/15985/stat : 15985 (java) S 15973 15975 15263 0 -1 64 728 0 0 0 57 0 0 0 16 0 13 0 52535856 1828880384 21268 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15986] ppid=15973 vsize=1786016 CPUtime=0
/proc/15975/task/15986/stat : 15986 (java) S 15973 15975 15263 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 52535856 1828880384 21268 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15987] ppid=15973 vsize=1786016 CPUtime=0
/proc/15975/task/15987/stat : 15987 (java) S 15973 15975 15263 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 52535856 1828880384 21268 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15988] ppid=15973 vsize=1786016 CPUtime=0
/proc/15975/task/15988/stat : 15988 (java) S 15973 15975 15263 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 52535935 1828880384 21268 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 1786016

[startup+3.10302 s]
/proc/loadavg: 0.91 0.95 0.82 4/83 15990
/proc/meminfo: memFree=1558904/2055920 swapFree=4183232/4192956
[pid=15975] ppid=15973 vsize=1794444 CPUtime=4.95
/proc/15975/stat : 15975 (java) S 15973 15975 15263 0 -1 0 48613 0 1 0 474 21 0 0 20 0 13 0 52535847 1837510656 42006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15975/statm: 448611 42006 1329 9 0 446223 0
[pid=15975/tid=15977] ppid=15973 vsize=1794444 CPUtime=2.11
/proc/15975/task/15977/stat : 15977 (java) R 15973 15975 15263 0 -1 64 37724 0 1 0 195 16 0 0 24 0 13 0 52535848 1837510656 42006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109711487 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15978] ppid=15973 vsize=1794444 CPUtime=0
/proc/15975/task/15978/stat : 15978 (java) S 15973 15975 15263 0 -1 64 191 0 0 0 0 0 0 0 16 0 13 0 52535850 1837510656 42006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15979] ppid=15973 vsize=1794444 CPUtime=0
/proc/15975/task/15979/stat : 15979 (java) S 15973 15975 15263 0 -1 64 89 0 0 0 0 0 0 0 16 0 13 0 52535850 1837510656 42006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15975/tid=15980] ppid=15973 vsize=1794444 CPUtime=0
/proc/15975/task/15980/stat : 15980 (java) S 15973 15975 15263 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 52535852 1837510656 42006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15981] ppid=15973 vsize=1794444 CPUtime=0
/proc/15975/task/15981/stat : 15981 (java) S 15973 15975 15263 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 52535853 1837510656 42006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15982] ppid=15973 vsize=1794444 CPUtime=0
/proc/15975/task/15982/stat : 15982 (java) S 15973 15975 15263 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 52535853 1837510656 42006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15983] ppid=15973 vsize=1794444 CPUtime=0
/proc/15975/task/15983/stat : 15983 (java) S 15973 15975 15263 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 52535856 1837510656 42006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15984] ppid=15973 vsize=1794444 CPUtime=1.74
/proc/15975/task/15984/stat : 15984 (java) S 15973 15975 15263 0 -1 64 7670 0 0 0 172 2 0 0 17 0 13 0 52535856 1837510656 42006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15975/tid=15985] ppid=15973 vsize=1794444 CPUtime=1.06
/proc/15975/task/15985/stat : 15985 (java) S 15973 15975 15263 0 -1 64 2210 0 0 0 105 1 0 0 16 0 13 0 52535856 1837510656 42006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15986] ppid=15973 vsize=1794444 CPUtime=0
/proc/15975/task/15986/stat : 15986 (java) S 15973 15975 15263 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 52535856 1837510656 42006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15987] ppid=15973 vsize=1794444 CPUtime=0
/proc/15975/task/15987/stat : 15987 (java) S 15973 15975 15263 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 52535856 1837510656 42006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15988] ppid=15973 vsize=1794444 CPUtime=0
/proc/15975/task/15988/stat : 15988 (java) S 15973 15975 15263 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 52535935 1837510656 42006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.95
Current children cumulated vsize (KiB) 1794444

[startup+6.3013 s]
/proc/loadavg: 1.16 1.00 0.84 4/83 15992
/proc/meminfo: memFree=1540280/2055920 swapFree=4183232/4192956
[pid=15975] ppid=15973 vsize=1793576 CPUtime=8.65
/proc/15975/stat : 15975 (java) S 15973 15975 15263 0 -1 0 52483 0 1 0 843 22 0 0 20 0 13 0 52535847 1836621824 43598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15975/statm: 448394 43598 1330 9 0 446006 0
[pid=15975/tid=15977] ppid=15973 vsize=1793576 CPUtime=4.95
/proc/15975/task/15977/stat : 15977 (java) R 15973 15975 15263 0 -1 64 37733 0 1 0 479 16 0 0 17 0 13 0 52535848 1836621824 43598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109698091 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15975/tid=15978] ppid=15973 vsize=1793576 CPUtime=0.05
/proc/15975/task/15978/stat : 15978 (java) S 15973 15975 15263 0 -1 64 1287 0 0 0 5 0 0 0 16 0 13 0 52535850 1836621824 43598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15979] ppid=15973 vsize=1793576 CPUtime=0.05
/proc/15975/task/15979/stat : 15979 (java) S 15973 15975 15263 0 -1 64 1380 0 0 0 5 0 0 0 16 0 13 0 52535850 1836621824 43598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15975/tid=15980] ppid=15973 vsize=1793576 CPUtime=0
/proc/15975/task/15980/stat : 15980 (java) S 15973 15975 15263 0 -1 64 29 0 0 0 0 0 0 0 16 0 13 0 52535852 1836621824 43598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15981] ppid=15973 vsize=1793576 CPUtime=0
/proc/15975/task/15981/stat : 15981 (java) S 15973 15975 15263 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 52535853 1836621824 43598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15982] ppid=15973 vsize=1793576 CPUtime=0
/proc/15975/task/15982/stat : 15982 (java) S 15973 15975 15263 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 52535853 1836621824 43598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15983] ppid=15973 vsize=1793576 CPUtime=0
/proc/15975/task/15983/stat : 15983 (java) S 15973 15975 15263 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 52535856 1836621824 43598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15984] ppid=15973 vsize=1793576 CPUtime=2.1
/proc/15975/task/15984/stat : 15984 (java) S 15973 15975 15263 0 -1 64 7696 0 0 0 208 2 0 0 16 0 13 0 52535856 1836621824 43598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15975/tid=15985] ppid=15973 vsize=1793576 CPUtime=1.44
/proc/15975/task/15985/stat : 15985 (java) S 15973 15975 15263 0 -1 64 3636 0 0 0 143 1 0 0 16 0 13 0 52535856 1836621824 43598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15986] ppid=15973 vsize=1793576 CPUtime=0
/proc/15975/task/15986/stat : 15986 (java) S 15973 15975 15263 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 52535856 1836621824 43598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15987] ppid=15973 vsize=1793576 CPUtime=0
/proc/15975/task/15987/stat : 15987 (java) S 15973 15975 15263 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 52535856 1836621824 43598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15988] ppid=15973 vsize=1793576 CPUtime=0
/proc/15975/task/15988/stat : 15988 (java) S 15973 15975 15263 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 52535935 1836621824 43598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.65
Current children cumulated vsize (KiB) 1793576

[startup+12.7019 s]
/proc/loadavg: 1.15 1.00 0.84 2/77 16012
/proc/meminfo: memFree=1496880/2055920 swapFree=4183232/4192956
[pid=15975] ppid=15973 vsize=1793252 CPUtime=15.25
/proc/15975/stat : 15975 (java) S 15973 15975 15263 0 -1 0 63601 0 1 0 1499 26 0 0 20 0 13 0 52535847 1836290048 54312 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15975/statm: 448313 54312 1332 9 0 445925 0
[pid=15975/tid=15977] ppid=15973 vsize=1793252 CPUtime=11.22
/proc/15975/task/15977/stat : 15977 (java) R 15973 15975 15263 0 -1 64 43830 0 1 0 1104 18 0 0 25 0 13 0 52535848 1836290048 54312 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109677017 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15975/tid=15978] ppid=15973 vsize=1793252 CPUtime=0.17
/proc/15975/task/15978/stat : 15978 (java) S 15973 15975 15263 0 -1 64 3972 0 0 0 16 1 0 0 16 0 13 0 52535850 1836290048 54312 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15979] ppid=15973 vsize=1793252 CPUtime=0.16
/proc/15975/task/15979/stat : 15979 (java) S 15973 15975 15263 0 -1 64 3707 0 0 0 15 1 0 0 16 0 13 0 52535850 1836290048 54312 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15975/tid=15980] ppid=15973 vsize=1793252 CPUtime=0
/proc/15975/task/15980/stat : 15980 (java) S 15973 15975 15263 0 -1 64 29 0 0 0 0 0 0 0 16 0 13 0 52535852 1836290048 54312 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15975/tid=15981] ppid=15973 vsize=1793252 CPUtime=0
/proc/15975/task/15981/stat : 15981 (java) S 15973 15975 15263 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 52535853 1836290048 54312 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15982] ppid=15973 vsize=1793252 CPUtime=0
/proc/15975/task/15982/stat : 15982 (java) S 15973 15975 15263 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 52535853 1836290048 54312 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15983] ppid=15973 vsize=1793252 CPUtime=0
/proc/15975/task/15983/stat : 15983 (java) S 15973 15975 15263 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 52535856 1836290048 54312 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15984] ppid=15973 vsize=1793252 CPUtime=2.12
/proc/15975/task/15984/stat : 15984 (java) S 15973 15975 15263 0 -1 64 7697 0 0 0 210 2 0 0 16 0 13 0 52535856 1836290048 54312 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15975/tid=15985] ppid=15973 vsize=1793252 CPUtime=1.53
/proc/15975/task/15985/stat : 15985 (java) S 15973 15975 15263 0 -1 64 3644 0 0 0 152 1 0 0 16 0 13 0 52535856 1836290048 54312 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15986] ppid=15973 vsize=1793252 CPUtime=0
/proc/15975/task/15986/stat : 15986 (java) S 15973 15975 15263 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 52535856 1836290048 54312 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15987] ppid=15973 vsize=1793252 CPUtime=0
/proc/15975/task/15987/stat : 15987 (java) S 15973 15975 15263 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 52535856 1836290048 54312 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15988] ppid=15973 vsize=1793252 CPUtime=0
/proc/15975/task/15988/stat : 15988 (java) S 15973 15975 15263 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 52535935 1836290048 54312 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.25
Current children cumulated vsize (KiB) 1793252

[startup+25.503 s]
/proc/loadavg: 1.11 1.00 0.84 2/77 16012
/proc/meminfo: memFree=1481272/2055920 swapFree=4183232/4192956
[pid=15975] ppid=15973 vsize=1793252 CPUtime=28.23
/proc/15975/stat : 15975 (java) S 15973 15975 15263 0 -1 0 68292 0 1 0 2795 28 0 0 20 0 13 0 52535847 1836290048 58379 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15975/statm: 448313 58379 1332 9 0 445925 0
[pid=15975/tid=15977] ppid=15973 vsize=1793252 CPUtime=23.84
/proc/15975/task/15977/stat : 15977 (java) R 15973 15975 15263 0 -1 64 43844 0 1 0 2366 18 0 0 25 0 13 0 52535848 1836290048 58379 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109551376 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15975/tid=15978] ppid=15973 vsize=1793252 CPUtime=0.33
/proc/15975/task/15978/stat : 15978 (java) S 15973 15975 15263 0 -1 64 6560 0 0 0 31 2 0 0 16 0 13 0 52535850 1836290048 58379 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15979] ppid=15973 vsize=1793252 CPUtime=0.32
/proc/15975/task/15979/stat : 15979 (java) S 15973 15975 15263 0 -1 64 5796 0 0 0 31 1 0 0 16 0 13 0 52535850 1836290048 58379 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=15975/tid=15980] ppid=15973 vsize=1793252 CPUtime=0.26
/proc/15975/task/15980/stat : 15980 (java) S 15973 15975 15263 0 -1 64 35 0 0 0 17 9 0 0 15 0 13 0 52535852 1836290048 247893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15981] ppid=15973 vsize=1793252 CPUtime=0
/proc/15975/task/15981/stat : 15981 (java) S 15973 15975 15263 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 52535853 1836290048 247893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15982] ppid=15973 vsize=1793252 CPUtime=0
/proc/15975/task/15982/stat : 15982 (java) S 15973 15975 15263 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 52535853 1836290048 247893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15983] ppid=15973 vsize=1793252 CPUtime=0
/proc/15975/task/15983/stat : 15983 (java) S 15973 15975 15263 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 52535856 1836290048 247893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15984] ppid=15973 vsize=1793252 CPUtime=2.17
/proc/15975/task/15984/stat : 15984 (java) S 15973 15975 15263 0 -1 64 7697 0 0 0 215 2 0 0 17 0 13 0 52535856 1836290048 247893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15975/tid=15985] ppid=15973 vsize=1793252 CPUtime=1.58
/proc/15975/task/15985/stat : 15985 (java) S 15973 15975 15263 0 -1 64 3645 0 0 0 157 1 0 0 16 0 13 0 52535856 1836290048 247893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15986] ppid=15973 vsize=1793252 CPUtime=0
/proc/15975/task/15986/stat : 15986 (java) S 15973 15975 15263 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 52535856 1836290048 247893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15987] ppid=15973 vsize=1793252 CPUtime=0
/proc/15975/task/15987/stat : 15987 (java) S 15973 15975 15263 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 52535856 1836290048 247893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15988] ppid=15973 vsize=1793252 CPUtime=0
/proc/15975/task/15988/stat : 15988 (java) S 15973 15975 15263 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 52535935 1836290048 247893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1597.81
Current children cumulated vsize (KiB) 1793252

[startup+1602.3 s]
/proc/loadavg: 1.02 1.03 0.98 2/77 16014
/proc/meminfo: memFree=701240/2055920 swapFree=4183232/4192956
[pid=15975] ppid=15973 vsize=1793252 CPUtime=1660.47
/proc/15975/stat : 15975 (java) S 15973 15975 15263 0 -1 0 287367 0 1 0 165909 138 0 0 20 0 13 0 52535847 1836290048 252533 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15975/statm: 448313 252533 1332 9 0 445925 0
[pid=15975/tid=15977] ppid=15973 vsize=1793252 CPUtime=1543.13
/proc/15975/task/15977/stat : 15977 (java) R 15973 15975 15263 0 -1 64 44990 0 1 0 154289 24 0 0 25 0 13 0 52535848 1836290048 252533 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109746758 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15975/tid=15978] ppid=15973 vsize=1793252 CPUtime=56.65
/proc/15975/task/15978/stat : 15978 (java) S 15973 15975 15263 0 -1 64 115153 0 0 0 5617 48 0 0 17 0 13 0 52535850 1836290048 252533 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15979] ppid=15973 vsize=1793252 CPUtime=56.6
/proc/15975/task/15979/stat : 15979 (java) S 15973 15975 15263 0 -1 64 115124 0 0 0 5609 51 0 0 17 0 13 0 52535850 1836290048 252533 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15980] ppid=15973 vsize=1793252 CPUtime=0.27
/proc/15975/task/15980/stat : 15980 (java) S 15973 15975 15263 0 -1 64 36 0 0 0 18 9 0 0 16 0 13 0 52535852 1836290048 252533 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15981] ppid=15973 vsize=1793252 CPUtime=0
/proc/15975/task/15981/stat : 15981 (java) S 15973 15975 15263 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 52535853 1836290048 252533 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15982] ppid=15973 vsize=1793252 CPUtime=0
/proc/15975/task/15982/stat : 15982 (java) S 15973 15975 15263 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 52535853 1836290048 252533 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15983] ppid=15973 vsize=1793252 CPUtime=0
/proc/15975/task/15983/stat : 15983 (java) S 15973 15975 15263 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 52535856 1836290048 252533 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15984] ppid=15973 vsize=1793252 CPUtime=2.17
/proc/15975/task/15984/stat : 15984 (java) S 15973 15975 15263 0 -1 64 7697 0 0 0 215 2 0 0 17 0 13 0 52535856 1836290048 252533 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15975/tid=15985] ppid=15973 vsize=1793252 CPUtime=1.58
/proc/15975/task/15985/stat : 15985 (java) S 15973 15975 15263 0 -1 64 3645 0 0 0 157 1 0 0 16 0 13 0 52535856 1836290048 252533 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15986] ppid=15973 vsize=1793252 CPUtime=0
/proc/15975/task/15986/stat : 15986 (java) S 15973 15975 15263 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 52535856 1836290048 252533 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15987] ppid=15973 vsize=1793252 CPUtime=0
/proc/15975/task/15987/stat : 15987 (java) S 15973 15975 15263 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 52535856 1836290048 252533 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15988] ppid=15973 vsize=1793252 CPUtime=0
/proc/15975/task/15988/stat : 15988 (java) S 15973 15975 15263 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 52535935 1836290048 252533 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1660.47
Current children cumulated vsize (KiB) 1793252

[startup+1662.3 s]
/proc/loadavg: 1.01 1.02 0.98 2/77 16014
/proc/meminfo: memFree=683576/2055920 swapFree=4183232/4192956
[pid=15975] ppid=15973 vsize=1793252 CPUtime=1723.11
/proc/15975/stat : 15975 (java) S 15973 15975 15263 0 -1 0 292191 0 1 0 172170 141 0 0 20 0 13 0 52535847 1836290048 256928 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15975/statm: 448313 256928 1332 9 0 445925 0
[pid=15975/tid=15977] ppid=15973 vsize=1793252 CPUtime=1600.42
/proc/15975/task/15977/stat : 15977 (java) R 15973 15975 15263 0 -1 64 45023 0 1 0 160018 24 0 0 25 0 13 0 52535848 1836290048 256928 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109747464 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15975/tid=15978] ppid=15973 vsize=1793252 CPUtime=59.32
/proc/15975/task/15978/stat : 15978 (java) S 15973 15975 15263 0 -1 64 117763 0 0 0 5883 49 0 0 17 0 13 0 52535850 1836290048 256928 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15975/tid=15979] ppid=15973 vsize=1793252 CPUtime=59.26
/proc/15975/task/15979/stat : 15979 (java) S 15973 15975 15263 0 -1 64 117305 0 0 0 5875 51 0 0 16 0 13 0 52535850 1836290048 256928 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15980] ppid=15973 vsize=1793252 CPUtime=0.28
/proc/15975/task/15980/stat : 15980 (java) S 15973 15975 15263 0 -1 64 36 0 0 0 19 9 0 0 16 0 13 0 52535852 1836290048 256928 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15981] ppid=15973 vsize=1793252 CPUtime=0
/proc/15975/task/15981/stat : 15981 (java) S 15973 15975 15263 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 52535853 1836290048 256928 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15982] ppid=15973 vsize=1793252 CPUtime=0
/proc/15975/task/15982/stat : 15982 (java) S 15973 15975 15263 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 52535853 1836290048 256928 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15983] ppid=15973 vsize=1793252 CPUtime=0
/proc/15975/task/15983/stat : 15983 (java) S 15973 15975 15263 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 52535856 1836290048 256928 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15984] ppid=15973 vsize=1793252 CPUtime=2.17
/proc/15975/task/15984/stat : 15984 (java) S 15973 15975 15263 0 -1 64 7697 0 0 0 215 2 0 0 17 0 13 0 52535856 1836290048 256928 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15975/tid=15985] ppid=15973 vsize=1793252 CPUtime=1.58
/proc/15975/task/15985/stat : 15985 (java) S 15973 15975 15263 0 -1 64 3645 0 0 0 157 1 0 0 16 0 13 0 52535856 1836290048 256928 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15986] ppid=15973 vsize=1793252 CPUtime=0
/proc/15975/task/15986/stat : 15986 (java) S 15973 15975 15263 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 52535856 1836290048 256928 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15987] ppid=15973 vsize=1793252 CPUtime=0
/proc/15975/task/15987/stat : 15987 (java) S 15973 15975 15263 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 52535856 1836290048 256928 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15988] ppid=15973 vsize=1793252 CPUtime=0
/proc/15975/task/15988/stat : 15988 (java) S 15973 15975 15263 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 52535935 1836290048 256928 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1723.11
Current children cumulated vsize (KiB) 1793252

[startup+1722.3 s]
/proc/loadavg: 1.00 1.02 0.98 2/77 16014
/proc/meminfo: memFree=668024/2055920 swapFree=4183232/4192956
[pid=15975] ppid=15973 vsize=1793252 CPUtime=1785.71
/proc/15975/stat : 15975 (java) S 15973 15975 15263 0 -1 0 296699 0 1 0 178428 143 0 0 20 0 13 0 52535847 1836290048 260947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15975/statm: 448313 260947 1332 9 0 445925 0
[pid=15975/tid=15977] ppid=15973 vsize=1793252 CPUtime=1657.75
/proc/15975/task/15977/stat : 15977 (java) R 15973 15975 15263 0 -1 64 45055 0 1 0 165751 24 0 0 25 0 13 0 52535848 1836290048 260947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109584159 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15975/tid=15978] ppid=15973 vsize=1793252 CPUtime=61.96
/proc/15975/task/15978/stat : 15978 (java) S 15973 15975 15263 0 -1 64 120706 0 0 0 6146 50 0 0 17 0 13 0 52535850 1836290048 260947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15979] ppid=15973 vsize=1793252 CPUtime=61.88
/proc/15975/task/15979/stat : 15979 (java) S 15973 15975 15263 0 -1 64 118838 0 0 0 6136 52 0 0 16 0 13 0 52535850 1836290048 260947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15975/tid=15980] ppid=15973 vsize=1793252 CPUtime=0.29
/proc/15975/task/15980/stat : 15980 (java) S 15973 15975 15263 0 -1 64 36 0 0 0 20 9 0 0 16 0 13 0 52535852 1836290048 260947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15981] ppid=15973 vsize=1793252 CPUtime=0
/proc/15975/task/15981/stat : 15981 (java) S 15973 15975 15263 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 52535853 1836290048 260947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15982] ppid=15973 vsize=1793252 CPUtime=0
/proc/15975/task/15982/stat : 15982 (java) S 15973 15975 15263 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 52535853 1836290048 260947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15983] ppid=15973 vsize=1793252 CPUtime=0
/proc/15975/task/15983/stat : 15983 (java) S 15973 15975 15263 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 52535856 1836290048 260947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15984] ppid=15973 vsize=1793252 CPUtime=2.17
/proc/15975/task/15984/stat : 15984 (java) S 15973 15975 15263 0 -1 64 7697 0 0 0 215 2 0 0 17 0 13 0 52535856 1836290048 260947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15975/tid=15985] ppid=15973 vsize=1793252 CPUtime=1.58
/proc/15975/task/15985/stat : 15985 (java) S 15973 15975 15263 0 -1 64 3645 0 0 0 157 1 0 0 16 0 13 0 52535856 1836290048 260947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15986] ppid=15973 vsize=1793252 CPUtime=0
/proc/15975/task/15986/stat : 15986 (java) S 15973 15975 15263 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 52535856 1836290048 260947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15987] ppid=15973 vsize=1793252 CPUtime=0
/proc/15975/task/15987/stat : 15987 (java) S 15973 15975 15263 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 52535856 1836290048 260947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15988] ppid=15973 vsize=1793252 CPUtime=0
/proc/15975/task/15988/stat : 15988 (java) S 15973 15975 15263 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 52535935 1836290048 260947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1785.71
Current children cumulated vsize (KiB) 1793252



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1736 s]
/proc/loadavg: 1.00 1.02 0.98 2/77 16014
/proc/meminfo: memFree=663032/2055920 swapFree=4183232/4192956
[pid=15975] ppid=15973 vsize=1793252 CPUtime=1800.07
/proc/15975/stat : 15975 (java) S 15973 15975 15263 0 -1 0 297835 0 1 0 179864 143 0 0 20 0 13 0 52535847 1836290048 262045 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15975/statm: 448313 262045 1332 9 0 445925 0
[pid=15975/tid=15977] ppid=15973 vsize=1793252 CPUtime=1670.79
/proc/15975/task/15977/stat : 15977 (java) R 15973 15975 15263 0 -1 64 45063 0 1 0 167055 24 0 0 17 0 13 0 52535848 1836290048 262045 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109747237 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15975/tid=15978] ppid=15973 vsize=1793252 CPUtime=62.62
/proc/15975/task/15978/stat : 15978 (java) S 15973 15975 15263 0 -1 64 121628 0 0 0 6212 50 0 0 16 0 13 0 52535850 1836290048 262045 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15979] ppid=15973 vsize=1793252 CPUtime=62.54
/proc/15975/task/15979/stat : 15979 (java) S 15973 15975 15263 0 -1 64 119044 0 0 0 6202 52 0 0 16 0 13 0 52535850 1836290048 262045 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15975/tid=15980] ppid=15973 vsize=1793252 CPUtime=0.29
/proc/15975/task/15980/stat : 15980 (java) S 15973 15975 15263 0 -1 64 36 0 0 0 20 9 0 0 16 0 13 0 52535852 1836290048 262045 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15981] ppid=15973 vsize=1793252 CPUtime=0
/proc/15975/task/15981/stat : 15981 (java) S 15973 15975 15263 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 52535853 1836290048 262045 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15982] ppid=15973 vsize=1793252 CPUtime=0
/proc/15975/task/15982/stat : 15982 (java) S 15973 15975 15263 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 52535853 1836290048 262045 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15983] ppid=15973 vsize=1793252 CPUtime=0
/proc/15975/task/15983/stat : 15983 (java) S 15973 15975 15263 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 52535856 1836290048 262045 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15984] ppid=15973 vsize=1793252 CPUtime=2.17
/proc/15975/task/15984/stat : 15984 (java) S 15973 15975 15263 0 -1 64 7697 0 0 0 215 2 0 0 17 0 13 0 52535856 1836290048 262045 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15975/tid=15985] ppid=15973 vsize=1793252 CPUtime=1.58
/proc/15975/task/15985/stat : 15985 (java) S 15973 15975 15263 0 -1 64 3645 0 0 0 157 1 0 0 16 0 13 0 52535856 1836290048 262045 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15986] ppid=15973 vsize=1793252 CPUtime=0
/proc/15975/task/15986/stat : 15986 (java) S 15973 15975 15263 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 52535856 1836290048 262045 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15987] ppid=15973 vsize=1793252 CPUtime=0
/proc/15975/task/15987/stat : 15987 (java) S 15973 15975 15263 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 52535856 1836290048 262045 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15975/tid=15988] ppid=15973 vsize=1793252 CPUtime=0
/proc/15975/task/15988/stat : 15988 (java) S 15973 15975 15263 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 52535935 1836290048 262045 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1793252

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

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

[startup+1736.11 s]
/proc/loadavg: 1.00 1.02 0.98 2/77 16014
/proc/meminfo: memFree=663032/2055920 swapFree=4183232/4192956
[pid=15975] ppid=15973 vsize=0 CPUtime=1800.18
/proc/15975/stat : 15975 (java) Z 15973 15975 15263 0 -1 1036 297855 0 1 0 179867 151 0 0 16 0 2 0 52535847 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15975/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1736.19
CPU time (s): 1800.26
CPU user time (s): 1798.67
CPU system time (s): 1.58776
CPU usage (%): 103.69
Max. virtual memory (cumulated for all children) (KiB): 1798260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.67
system time used= 1.58776
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 297855
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= 47256
involuntary context switches= 28228

runsolver used 1.66175 second user time and 4.68729 second system time

The end

Launcher Data (download as text)

Begin job on node51 on Thu Apr 19 10:01:47 UTC 2007

IDJOB= 360914
IDBENCH= 1405
IDSOLVER= 160
FILE ID= node51/360914-1176976907

PBS_JOBID= 4630323

Free space on /tmp= 66458 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-fpga25_25_sat_pb.cnf.cr.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/360914-1176976907/sat4jPseudoCP.jar /tmp/evaluation/360914-1176976907/instance-360914-1176976907.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node51/watcher-360914-1176976907 -o ROOT/results/node51/solver-360914-1176976907 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/360914-1176976907/sat4jPseudoCP.jar /tmp/evaluation/360914-1176976907/instance-360914-1176976907.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  67169e121732ee6d464f6ac82d33a699

RANDOM SEED= 507110311

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node51.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.223
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.223
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:       1708344 kB
Buffers:         23444 kB
Cached:         274308 kB
SwapCached:       3556 kB
Active:         201232 kB
Inactive:       107528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1708344 kB
SwapTotal:     4192956 kB
SwapFree:      4183232 kB
Dirty:            3700 kB
Writeback:           0 kB
Mapped:          17480 kB
Slab:            24536 kB
Committed_AS:  2629908 kB
PageTables:       1644 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= 66458 MiB

End job on node51 on Thu Apr 19 10:30:45 UTC 2007