Trace number 365546

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
SAT4JPseudoResolution 2007-03-23UNSAT 14.3358 11.0755

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-d2q06c.opb
MD5SUM7b03b498d913dd1b306399e53ada7e6f
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark5.63514
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables155010
Total number of constraints2171
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 constraints2171
Minimum length of a constraint30
Maximum length of a constraint3270
Number of terms in the objective function 89670
Biggest coefficient in the objective function 36281708852543488
Number of bits for the biggest coefficient in the objective function 56
Sum of the numbers in the objective function 17434532498669331507
Number of bits of the sum of numbers in the objective function 64
Biggest number in a constraint 1246989811751845888
Number of bits of the biggest number in a constraint 61
Biggest sum of numbers in a constraint 17434532498669331507
Number of bits of the biggest sum of numbers64
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.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.14	c no version file found!!!
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 1651659224
0.09/0.14	c Max memory 1654456320
0.09/0.14	c Total memory 1654456320
0.09/0.14	c Number of processors 2
0.09/0.20	--- Begin Solver configuration ---
0.09/0.20	c Stops conflict analysis at the first Unique Implication Point
0.09/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.09/0.20	c Learn all clauses as in MiniSAT
0.09/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.09/0.20	c No reason simplification
0.09/0.20	c --- End Solver configuration ---
0.09/0.20	c solving /tmp/evaluation/365546-1177051167/instance-365546-1177051167.opb
0.09/0.20	c reading problem ... 
12.62/10.02	c ... done. Wall clock time 9.825s.
12.62/10.02	c CPU time (experimental) 7.85s.
12.62/10.02	c #vars     155010
12.62/10.02	c #constraints  3674
14.21/10.98	c starts		: 0
14.21/10.98	c conflicts		: 0
14.21/10.98	c decisions		: 0
14.21/10.98	c propagations		: 52269
14.21/10.98	c inspects		: 61553
14.21/10.98	c learnt literals	: 0
14.21/10.98	c learnt binary clauses	: 0
14.21/10.98	c learnt ternary clauses	: 0
14.21/10.98	c learnt clauses	: 0
14.21/10.98	c root simplifications	: 0
14.21/10.98	c removed literals (reason simplification)	: 0
14.21/10.98	c reason swapping (by a shorter reason)	: 0
14.21/10.98	c Calls to reduceDB	: 0
14.21/10.98	c speed (decisions/second)	: 0.0
14.21/10.98	c non guided choices	0
14.21/10.98	s UNSATISFIABLE
14.21/10.98	c Total wall clock time (ms): 10.781

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/node67/watcher-365546-1177051167 -o ROOT/results/node67/solver-365546-1177051167 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/365546-1177051167/sat4jPseudoResolution.jar /tmp/evaluation/365546-1177051167/instance-365546-1177051167.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.80 0.95 0.98 2/64 4760
/proc/meminfo: memFree=1739864/2055920 swapFree=4180708/4192956
[pid=4760] ppid=4758 vsize=1800 CPUtime=0
/proc/4760/stat : 4760 (java) D 4758 4760 3930 0 -1 0 179 0 0 0 0 0 0 0 18 0 1 0 181106199 1843200 151 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/4760/statm: 450 151 114 9 0 92 0

[startup+0.087519 s]
/proc/loadavg: 0.80 0.95 0.98 2/64 4760
/proc/meminfo: memFree=1739864/2055920 swapFree=4180708/4192956
[pid=4760] ppid=4758 vsize=1777844 CPUtime=0.07
/proc/4760/stat : 4760 (java) S 4758 4760 3930 0 -1 0 3875 0 1 0 6 1 0 0 18 0 7 0 181106199 1820512256 3618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/4760/statm: 444461 3618 1096 9 0 442097 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1777844

[startup+0.10152 s]
/proc/loadavg: 0.80 0.95 0.98 2/64 4760
/proc/meminfo: memFree=1739864/2055920 swapFree=4180708/4192956
[pid=4760] ppid=4758 vsize=1780256 CPUtime=0.09
/proc/4760/stat : 4760 (java) S 4758 4760 3930 0 -1 0 4015 0 1 0 7 2 0 0 18 0 12 0 181106199 1822982144 3757 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4760/statm: 445064 3757 1124 9 0 442683 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780256

[startup+0.301554 s]
/proc/loadavg: 0.80 0.95 0.98 2/64 4760
/proc/meminfo: memFree=1739864/2055920 swapFree=4180708/4192956
[pid=4760] ppid=4758 vsize=1782624 CPUtime=0.34
/proc/4760/stat : 4760 (java) S 4758 4760 3930 0 -1 0 6436 0 1 0 31 3 0 0 18 0 12 0 181106199 1825406976 6172 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4760/statm: 445656 6172 1267 9 0 443268 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1782624

[startup+0.701625 s]
/proc/loadavg: 0.80 0.95 0.98 2/64 4760
/proc/meminfo: memFree=1739864/2055920 swapFree=4180708/4192956
[pid=4760] ppid=4758 vsize=1783376 CPUtime=0.89
/proc/4760/stat : 4760 (java) S 4758 4760 3930 0 -1 0 10123 0 1 0 84 5 0 0 18 0 12 0 181106199 1826177024 9567 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4760/statm: 445844 9568 1297 9 0 443456 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 1783376

[startup+1.50278 s]
/proc/loadavg: 0.80 0.95 0.98 2/76 4772
/proc/meminfo: memFree=1687672/2055920 swapFree=4180708/4192956
[pid=4760] ppid=4758 vsize=1790956 CPUtime=1.96
/proc/4760/stat : 4760 (java) S 4758 4760 3930 0 -1 0 21596 0 1 0 185 11 0 0 18 0 12 0 181106199 1833938944 20451 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4760/statm: 447739 20452 1303 9 0 445351 0
[pid=4760/tid=4762] ppid=4758 vsize=1790956 CPUtime=1.21
/proc/4760/task/4762/stat : 4762 (java) R 4758 4760 3930 0 -1 64 17461 0 1 0 113 8 0 0 25 0 12 0 181106200 1833938944 20453 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109529193 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4760/tid=4763] ppid=4758 vsize=1790956 CPUtime=0
/proc/4760/task/4763/stat : 4763 (java) S 4758 4760 3930 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 181106202 1833938944 20453 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4760/tid=4764] ppid=4758 vsize=1790956 CPUtime=0
/proc/4760/task/4764/stat : 4764 (java) S 4758 4760 3930 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 181106202 1833938944 20454 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4760/tid=4765] ppid=4758 vsize=1790956 CPUtime=0
/proc/4760/task/4765/stat : 4765 (java) S 4758 4760 3930 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 181106204 1833938944 20454 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4760/tid=4766] ppid=4758 vsize=1790956 CPUtime=0
/proc/4760/task/4766/stat : 4766 (java) S 4758 4760 3930 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 181106204 1833938944 20455 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4760/tid=4767] ppid=4758 vsize=1790956 CPUtime=0
/proc/4760/task/4767/stat : 4767 (java) S 4758 4760 3930 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 181106204 1833938944 20456 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4760/tid=4768] ppid=4758 vsize=1790956 CPUtime=0
/proc/4760/task/4768/stat : 4768 (java) S 4758 4760 3930 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 181106208 1833938944 20456 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4760/tid=4769] ppid=4758 vsize=1790956 CPUtime=0.31
/proc/4760/task/4769/stat : 4769 (java) S 4758 4760 3930 0 -1 64 1201 0 0 0 31 0 0 0 16 0 12 0 181106208 1833938944 20457 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4760/tid=4770] ppid=4758 vsize=1790956 CPUtime=0.39
/proc/4760/task/4770/stat : 4770 (java) R 4758 4760 3930 0 -1 64 2219 0 0 0 39 0 0 0 17 0 12 0 181106208 1833938944 20457 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102062689 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4760/tid=4771] ppid=4758 vsize=1790956 CPUtime=0
/proc/4760/task/4771/stat : 4771 (java) S 4758 4760 3930 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 181106208 1833938944 20458 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4760/tid=4772] ppid=4758 vsize=1790956 CPUtime=0
/proc/4760/task/4772/stat : 4772 (java) S 4758 4760 3930 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 181106208 1833938944 20458 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 1790956

[startup+3.10106 s]
/proc/loadavg: 0.80 0.95 0.98 2/76 4772
/proc/meminfo: memFree=1632248/2055920 swapFree=4180708/4192956
[pid=4760] ppid=4758 vsize=1792784 CPUtime=4.25
/proc/4760/stat : 4760 (java) S 4758 4760 3930 0 -1 0 52276 0 1 0 401 24 0 0 18 0 12 0 181106199 1835810816 47847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4760/statm: 448196 47847 1314 9 0 445808 0
[pid=4760/tid=4762] ppid=4758 vsize=1792784 CPUtime=2.42
/proc/4760/task/4762/stat : 4762 (java) R 4758 4760 3930 0 -1 64 37686 0 1 0 225 17 0 0 18 0 12 0 181106200 1835810816 47847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4760/tid=4763] ppid=4758 vsize=1792784 CPUtime=0.14
/proc/4760/task/4763/stat : 4763 (java) S 4758 4760 3930 0 -1 64 3756 0 0 0 12 2 0 0 18 0 12 0 181106202 1835810816 47847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4760/tid=4764] ppid=4758 vsize=1792784 CPUtime=0.12
/proc/4760/task/4764/stat : 4764 (java) S 4758 4760 3930 0 -1 64 3160 0 0 0 11 1 0 0 18 0 12 0 181106202 1835810816 47847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4760/tid=4765] ppid=4758 vsize=1792784 CPUtime=0
/proc/4760/task/4765/stat : 4765 (java) S 4758 4760 3930 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 181106204 1835810816 47847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4760/tid=4766] ppid=4758 vsize=1792784 CPUtime=0
/proc/4760/task/4766/stat : 4766 (java) S 4758 4760 3930 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 181106204 1835810816 47847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4760/tid=4767] ppid=4758 vsize=1792784 CPUtime=0
/proc/4760/task/4767/stat : 4767 (java) S 4758 4760 3930 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 181106204 1835810816 47847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4760/tid=4768] ppid=4758 vsize=1792784 CPUtime=0
/proc/4760/task/4768/stat : 4768 (java) S 4758 4760 3930 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 181106208 1835810816 47847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4760/tid=4769] ppid=4758 vsize=1792784 CPUtime=0.57
/proc/4760/task/4769/stat : 4769 (java) S 4758 4760 3930 0 -1 64 1730 0 0 0 57 0 0 0 16 0 12 0 181106208 1835810816 47847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4760/tid=4770] ppid=4758 vsize=1792784 CPUtime=0.97
/proc/4760/task/4770/stat : 4770 (java) S 4758 4760 3930 0 -1 64 5220 0 0 0 95 2 0 0 16 0 12 0 181106208 1835810816 47847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4760/tid=4771] ppid=4758 vsize=1792784 CPUtime=0
/proc/4760/task/4771/stat : 4771 (java) S 4758 4760 3930 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 181106208 1835810816 47847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4760/tid=4772] ppid=4758 vsize=1792784 CPUtime=0
/proc/4760/task/4772/stat : 4772 (java) S 4758 4760 3930 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 181106208 1835810816 47847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.25
Current children cumulated vsize (KiB) 1792784

[startup+6.30265 s]
/proc/loadavg: 0.89 0.97 0.99 3/76 4772
/proc/meminfo: memFree=1510136/2055920 swapFree=4180708/4192956
[pid=4760] ppid=4758 vsize=1793264 CPUtime=7.97
/proc/4760/stat : 4760 (java) S 4758 4760 3930 0 -1 0 70079 0 1 0 762 35 0 0 18 0 12 0 181106199 1836302336 63226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4760/statm: 448316 63226 1314 9 0 445928 0
[pid=4760/tid=4762] ppid=4758 vsize=1793264 CPUtime=5.07
/proc/4760/task/4762/stat : 4762 (java) R 4758 4760 3930 0 -1 64 37688 0 1 0 489 18 0 0 23 0 12 0 181106200 1836302336 63226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109474122 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4760/tid=4763] ppid=4758 vsize=1793264 CPUtime=0.66
/proc/4760/task/4763/stat : 4763 (java) S 4758 4760 3930 0 -1 64 12887 0 0 0 60 6 0 0 16 0 12 0 181106202 1836302336 63226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4760/tid=4764] ppid=4758 vsize=1793264 CPUtime=0.65
/proc/4760/task/4764/stat : 4764 (java) S 4758 4760 3930 0 -1 64 11830 0 0 0 59 6 0 0 18 0 12 0 181106202 1836302336 63226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4760/tid=4765] ppid=4758 vsize=1793264 CPUtime=0
/proc/4760/task/4765/stat : 4765 (java) S 4758 4760 3930 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 181106204 1836302336 63226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4760/tid=4766] ppid=4758 vsize=1793264 CPUtime=0
/proc/4760/task/4766/stat : 4766 (java) S 4758 4760 3930 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 181106204 1836302336 63226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4760/tid=4767] ppid=4758 vsize=1793264 CPUtime=0
/proc/4760/task/4767/stat : 4767 (java) S 4758 4760 3930 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 181106204 1836302336 63226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4760/tid=4768] ppid=4758 vsize=1793264 CPUtime=0
/proc/4760/task/4768/stat : 4768 (java) S 4758 4760 3930 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 181106208 1836302336 63226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4760/tid=4769] ppid=4758 vsize=1793264 CPUtime=0.57
/proc/4760/task/4769/stat : 4769 (java) S 4758 4760 3930 0 -1 64 1730 0 0 0 57 0 0 0 16 0 12 0 181106208 1836302336 63226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4760/tid=4770] ppid=4758 vsize=1793264 CPUtime=0.97
/proc/4760/task/4770/stat : 4770 (java) S 4758 4760 3930 0 -1 64 5220 0 0 0 95 2 0 0 16 0 12 0 181106208 1836302336 63226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4760/tid=4771] ppid=4758 vsize=1793264 CPUtime=0
/proc/4760/task/4771/stat : 4771 (java) S 4758 4760 3930 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 181106208 1836302336 63226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4760/tid=4772] ppid=4758 vsize=1793264 CPUtime=0
/proc/4760/task/4772/stat : 4772 (java) S 4758 4760 3930 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 181106208 1836302336 63226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.97
Current children cumulated vsize (KiB) 1793264

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

[startup+9.50224 s]
/proc/loadavg: 0.89 0.97 0.99 2/76 4772
/proc/meminfo: memFree=1453880/2055920 swapFree=4180708/4192956
[pid=4760] ppid=4758 vsize=1793264 CPUtime=12.12
/proc/4760/stat : 4760 (java) S 4758 4760 3930 0 -1 0 88322 0 1 0 1168 44 0 0 18 0 12 0 181106199 1836302336 77545 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4760/statm: 448316 77545 1321 9 0 445928 0
[pid=4760/tid=4762] ppid=4758 vsize=1793264 CPUtime=7.34
/proc/4760/task/4762/stat : 4762 (java) R 4758 4760 3930 0 -1 64 37692 0 1 0 715 19 0 0 16 0 12 0 181106200 1836302336 77545 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109611763 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4760/tid=4763] ppid=4758 vsize=1793264 CPUtime=1.59
/proc/4760/task/4763/stat : 4763 (java) S 4758 4760 3930 0 -1 64 23590 0 0 0 149 10 0 0 16 0 12 0 181106202 1836302336 77545 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4760/tid=4764] ppid=4758 vsize=1793264 CPUtime=1.58
/proc/4760/task/4764/stat : 4764 (java) S 4758 4760 3930 0 -1 64 19359 0 0 0 149 9 0 0 16 0 12 0 181106202 1836302336 77545 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4760/tid=4765] ppid=4758 vsize=1793264 CPUtime=0
/proc/4760/task/4765/stat : 4765 (java) S 4758 4760 3930 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 181106204 1836302336 77545 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4760/tid=4766] ppid=4758 vsize=1793264 CPUtime=0
/proc/4760/task/4766/stat : 4766 (java) S 4758 4760 3930 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 181106204 1836302336 77545 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4760/tid=4767] ppid=4758 vsize=1793264 CPUtime=0
/proc/4760/task/4767/stat : 4767 (java) S 4758 4760 3930 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 181106204 1836302336 77545 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4760/tid=4768] ppid=4758 vsize=1793264 CPUtime=0
/proc/4760/task/4768/stat : 4768 (java) S 4758 4760 3930 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 181106208 1836302336 77545 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4760/tid=4769] ppid=4758 vsize=1793264 CPUtime=0.57
/proc/4760/task/4769/stat : 4769 (java) S 4758 4760 3930 0 -1 64 1737 0 0 0 57 0 0 0 17 0 12 0 181106208 1836302336 77545 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4760/tid=4770] ppid=4758 vsize=1793264 CPUtime=0.97
/proc/4760/task/4770/stat : 4770 (java) S 4758 4760 3930 0 -1 64 5220 0 0 0 95 2 0 0 16 0 12 0 181106208 1836302336 77545 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4760/tid=4771] ppid=4758 vsize=1793264 CPUtime=0
/proc/4760/task/4771/stat : 4771 (java) S 4758 4760 3930 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 181106208 1836302336 77545 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4760/tid=4772] ppid=4758 vsize=1793264 CPUtime=0
/proc/4760/task/4772/stat : 4772 (java) S 4758 4760 3930 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 181106208 1836302336 77545 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.12
Current children cumulated vsize (KiB) 1793264

[startup+10.3049 s]
/proc/loadavg: 0.98 0.98 0.99 2/76 4772
/proc/meminfo: memFree=1434168/2055920 swapFree=4180708/4192956
[pid=4760] ppid=4758 vsize=1793904 CPUtime=13.19
/proc/4760/stat : 4760 (java) S 4758 4760 3930 0 -1 0 89170 0 1 0 1275 44 0 0 18 0 12 0 181106199 1836957696 78231 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4760/statm: 448476 78231 1327 9 0 446088 0
[pid=4760/tid=4762] ppid=4758 vsize=1793904 CPUtime=7.86
/proc/4760/task/4762/stat : 4762 (java) R 4758 4760 3930 0 -1 64 37714 0 1 0 767 19 0 0 15 0 12 0 181106200 1836957696 78231 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109221854 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4760/tid=4763] ppid=4758 vsize=1793904 CPUtime=1.86
/proc/4760/task/4763/stat : 4763 (java) S 4758 4760 3930 0 -1 64 24407 0 0 0 175 11 0 0 16 0 12 0 181106202 1836957696 78231 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4760/tid=4764] ppid=4758 vsize=1793904 CPUtime=1.84
/proc/4760/task/4764/stat : 4764 (java) S 4758 4760 3930 0 -1 64 19368 0 0 0 175 9 0 0 16 0 12 0 181106202 1836957696 78231 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4760/tid=4765] ppid=4758 vsize=1793904 CPUtime=0
/proc/4760/task/4765/stat : 4765 (java) S 4758 4760 3930 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 181106204 1836957696 78231 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4760/tid=4766] ppid=4758 vsize=1793904 CPUtime=0
/proc/4760/task/4766/stat : 4766 (java) S 4758 4760 3930 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 181106204 1836957696 78231 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4760/tid=4767] ppid=4758 vsize=1793904 CPUtime=0
/proc/4760/task/4767/stat : 4767 (java) S 4758 4760 3930 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 181106204 1836957696 78231 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4760/tid=4768] ppid=4758 vsize=1793904 CPUtime=0
/proc/4760/task/4768/stat : 4768 (java) S 4758 4760 3930 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 181106208 1836957696 78231 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4760/tid=4769] ppid=4758 vsize=1793904 CPUtime=0.58
/proc/4760/task/4769/stat : 4769 (java) S 4758 4760 3930 0 -1 64 1737 0 0 0 58 0 0 0 17 0 12 0 181106208 1836957696 78231 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4760/tid=4770] ppid=4758 vsize=1793904 CPUtime=0.99
/proc/4760/task/4770/stat : 4770 (java) S 4758 4760 3930 0 -1 64 5220 0 0 0 97 2 0 0 15 0 12 0 181106208 1836957696 78231 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4760/tid=4771] ppid=4758 vsize=1793904 CPUtime=0
/proc/4760/task/4771/stat : 4771 (java) S 4758 4760 3930 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 181106208 1836957696 78231 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4760/tid=4772] ppid=4758 vsize=1793904 CPUtime=0
/proc/4760/task/4772/stat : 4772 (java) S 4758 4760 3930 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 181106208 1836957696 78231 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.19
Current children cumulated vsize (KiB) 1793904

[startup+10.7025 s]
/proc/loadavg: 0.98 0.98 0.99 2/76 4772
/proc/meminfo: memFree=1434168/2055920 swapFree=4180708/4192956
[pid=4760] ppid=4758 vsize=1790972 CPUtime=13.9
/proc/4760/stat : 4760 (java) S 4758 4760 3930 0 -1 0 89874 0 1 0 1345 45 0 0 18 0 12 0 181106199 1833955328 77699 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4760/statm: 447743 77699 1334 9 0 445355 0
[pid=4760/tid=4762] ppid=4758 vsize=1790972 CPUtime=8.15
/proc/4760/task/4762/stat : 4762 (java) R 4758 4760 3930 0 -1 64 37723 0 1 0 796 19 0 0 18 0 12 0 181106200 1833955328 77699 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109781587 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4760/tid=4763] ppid=4758 vsize=1790972 CPUtime=1.86
/proc/4760/task/4763/stat : 4763 (java) S 4758 4760 3930 0 -1 64 24407 0 0 0 175 11 0 0 16 0 12 0 181106202 1833955328 77699 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4760/tid=4764] ppid=4758 vsize=1790840 CPUtime=1.84
/proc/4760/task/4764/stat : 4764 (java) S 4758 4760 3930 0 -1 64 19368 0 0 0 175 9 0 0 16 0 12 0 181106202 1833820160 77666 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4760/tid=4765] ppid=4758 vsize=1790972 CPUtime=0
/proc/4760/task/4765/stat : 4765 (java) S 4758 4760 3930 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 181106204 1833955328 77672 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4760/tid=4766] ppid=4758 vsize=1790972 CPUtime=0
/proc/4760/task/4766/stat : 4766 (java) S 4758 4760 3930 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 181106204 1833955328 77682 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4760/tid=4767] ppid=4758 vsize=1790972 CPUtime=0
/proc/4760/task/4767/stat : 4767 (java) S 4758 4760 3930 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 181106204 1833955328 77691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4760/tid=4768] ppid=4758 vsize=1790972 CPUtime=0
/proc/4760/task/4768/stat : 4768 (java) S 4758 4760 3930 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 181106208 1833955328 77699 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4760/tid=4769] ppid=4758 vsize=1790972 CPUtime=0.84
/proc/4760/task/4769/stat : 4769 (java) R 4758 4760 3930 0 -1 64 2444 0 0 0 83 1 0 0 17 0 12 0 181106208 1833955328 77699 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103335981 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4760/tid=4770] ppid=4758 vsize=1790972 CPUtime=1.15
/proc/4760/task/4770/stat : 4770 (java) S 4758 4760 3930 0 -1 64 5241 0 0 0 113 2 0 0 17 0 12 0 181106208 1833955328 77699 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4760/tid=4771] ppid=4758 vsize=1790972 CPUtime=0
/proc/4760/task/4771/stat : 4771 (java) S 4758 4760 3930 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 181106208 1833955328 77699 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4760/tid=4772] ppid=4758 vsize=1790972 CPUtime=0
/proc/4760/task/4772/stat : 4772 (java) S 4758 4760 3930 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 181106208 1833955328 77699 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.9
Current children cumulated vsize (KiB) 1790972

[startup+10.9025 s]
/proc/loadavg: 0.98 0.98 0.99 2/76 4772
/proc/meminfo: memFree=1433528/2055920 swapFree=4180708/4192956
[pid=4760] ppid=4758 vsize=1790708 CPUtime=14.21
/proc/4760/stat : 4760 (java) S 4758 4760 3930 0 -1 0 89951 0 1 0 1376 45 0 0 18 0 12 0 181106199 1833684992 77672 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4760/statm: 447677 77672 1334 9 0 445289 0
[pid=4760/tid=4762] ppid=4758 vsize=1790708 CPUtime=8.36
/proc/4760/task/4762/stat : 4762 (java) R 4758 4760 3930 0 -1 64 37723 0 1 0 817 19 0 0 19 0 12 0 181106200 1833684992 77672 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109881579 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4760/tid=4763] ppid=4758 vsize=1790708 CPUtime=1.86
/proc/4760/task/4763/stat : 4763 (java) S 4758 4760 3930 0 -1 64 24407 0 0 0 175 11 0 0 16 0 12 0 181106202 1833684992 77672 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4760/tid=4764] ppid=4758 vsize=1790708 CPUtime=1.84
/proc/4760/task/4764/stat : 4764 (java) S 4758 4760 3930 0 -1 64 19368 0 0 0 175 9 0 0 16 0 12 0 181106202 1833684992 77672 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4760/tid=4765] ppid=4758 vsize=1790708 CPUtime=0
/proc/4760/task/4765/stat : 4765 (java) S 4758 4760 3930 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 181106204 1833684992 77672 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4760/tid=4766] ppid=4758 vsize=1790708 CPUtime=0
/proc/4760/task/4766/stat : 4766 (java) S 4758 4760 3930 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 181106204 1833684992 77672 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4760/tid=4767] ppid=4758 vsize=1790708 CPUtime=0
/proc/4760/task/4767/stat : 4767 (java) S 4758 4760 3930 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 181106204 1833684992 77672 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4760/tid=4768] ppid=4758 vsize=1790708 CPUtime=0
/proc/4760/task/4768/stat : 4768 (java) S 4758 4760 3930 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 181106208 1833684992 77672 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4760/tid=4769] ppid=4758 vsize=1790708 CPUtime=0.87
/proc/4760/task/4769/stat : 4769 (java) S 4758 4760 3930 0 -1 64 2484 0 0 0 86 1 0 0 16 0 12 0 181106208 1833684992 77672 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4760/tid=4770] ppid=4758 vsize=1790708 CPUtime=1.22
/proc/4760/task/4770/stat : 4770 (java) S 4758 4760 3930 0 -1 64 5245 0 0 0 120 2 0 0 17 0 12 0 181106208 1833684992 77672 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4760/tid=4771] ppid=4758 vsize=1790708 CPUtime=0
/proc/4760/task/4771/stat : 4771 (java) S 4758 4760 3930 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 181106208 1833684992 77672 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4760/tid=4772] ppid=4758 vsize=1790708 CPUtime=0
/proc/4760/task/4772/stat : 4772 (java) S 4758 4760 3930 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 181106208 1833684992 77672 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.21
Current children cumulated vsize (KiB) 1790708

[startup+11.0065 s]
/proc/loadavg: 0.98 0.98 0.99 2/76 4772
/proc/meminfo: memFree=1433528/2055920 swapFree=4180708/4192956
[pid=4760] ppid=4758 vsize=1791032 CPUtime=14.28
/proc/4760/stat : 4760 (java) S 4758 4760 3930 0 -1 0 89963 0 1 0 1383 45 0 0 18 0 12 0 181106199 1834016768 77684 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4760/statm: 447758 77684 1335 9 0 445370 0
[pid=4760/tid=4762] ppid=4758 vsize=1791032 CPUtime=8.43
/proc/4760/task/4762/stat : 4762 (java) S 4758 4760 3930 0 -1 64 37729 0 1 0 824 19 0 0 21 0 12 0 181106200 1834016768 77684 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4760/tid=4763] ppid=4758 vsize=1791032 CPUtime=1.86
/proc/4760/task/4763/stat : 4763 (java) S 4758 4760 3930 0 -1 64 24407 0 0 0 175 11 0 0 16 0 12 0 181106202 1834016768 77684 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4760/tid=4764] ppid=4758 vsize=1791032 CPUtime=1.84
/proc/4760/task/4764/stat : 4764 (java) S 4758 4760 3930 0 -1 64 19368 0 0 0 175 9 0 0 16 0 12 0 181106202 1834016768 77684 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4760/tid=4765] ppid=4758 vsize=1791032 CPUtime=0
/proc/4760/task/4765/stat : 4765 (java) S 4758 4760 3930 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 181106204 1834016768 77684 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4760/tid=4766] ppid=4758 vsize=1791032 CPUtime=0
/proc/4760/task/4766/stat : 4766 (java) S 4758 4760 3930 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 181106204 1834016768 77684 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4760/tid=4767] ppid=4758 vsize=1791032 CPUtime=0
/proc/4760/task/4767/stat : 4767 (java) S 4758 4760 3930 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 181106204 1834016768 77684 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4760/tid=4768] ppid=4758 vsize=1791032 CPUtime=0
/proc/4760/task/4768/stat : 4768 (java) S 4758 4760 3930 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 181106208 1834016768 77684 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4760/tid=4769] ppid=4758 vsize=1791032 CPUtime=0.87
/proc/4760/task/4769/stat : 4769 (java) S 4758 4760 3930 0 -1 64 2484 0 0 0 86 1 0 0 16 0 12 0 181106208 1834016768 77684 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4760/tid=4770] ppid=4758 vsize=1791032 CPUtime=1.22
/proc/4760/task/4770/stat : 4770 (java) S 4758 4760 3930 0 -1 64 5245 0 0 0 120 2 0 0 17 0 12 0 181106208 1834016768 77684 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4760/tid=4771] ppid=4758 vsize=1791032 CPUtime=0
/proc/4760/task/4771/stat : 4771 (java) S 4758 4760 3930 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 181106208 1834016768 77684 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4760/tid=4772] ppid=4758 vsize=1791032 CPUtime=0
/proc/4760/task/4772/stat : 4772 (java) S 4758 4760 3930 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 181106208 1834016768 77684 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.28
Current children cumulated vsize (KiB) 1791032

Child status: 20
Real time (s): 11.0755
CPU time (s): 14.3358
CPU user time (s): 13.8379
CPU system time (s): 0.497924
CPU usage (%): 129.437
Max. virtual memory (cumulated for all children) (KiB): 1794276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.8379
system time used= 0.497924
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89963
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= 769
involuntary context switches= 694

runsolver used 0.021996 second user time and 0.032994 second system time

The end

Launcher Data (download as text)

Begin job on node67 on Fri Apr 20 06:39:27 UTC 2007

IDJOB= 365546
IDBENCH= 2428
IDSOLVER= 159
FILE ID= node67/365546-1177051167

PBS_JOBID= 4640164

Free space on /tmp= 66435 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-d2q06c.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/365546-1177051167/sat4jPseudoResolution.jar /tmp/evaluation/365546-1177051167/instance-365546-1177051167.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node67/watcher-365546-1177051167 -o ROOT/results/node67/solver-365546-1177051167 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/365546-1177051167/sat4jPseudoResolution.jar /tmp/evaluation/365546-1177051167/instance-365546-1177051167.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  7b03b498d913dd1b306399e53ada7e6f

RANDOM SEED= 509785507

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node67.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.263
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.263
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:       1740336 kB
Buffers:         40408 kB
Cached:         220992 kB
SwapCached:       5976 kB
Active:          89892 kB
Inactive:       183864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1740336 kB
SwapTotal:     4192956 kB
SwapFree:      4180708 kB
Dirty:           21624 kB
Writeback:           0 kB
Mapped:          15956 kB
Slab:            27832 kB
Committed_AS:  1063272 kB
PageTables:       1452 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= 66435 MiB

End job on node67 on Fri Apr 20 06:39:38 UTC 2007