Trace number 358603

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
SAT4JPseudoResolution 2007-03-23UNSAT 10.4334 10.0024

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1110968561.opb
MD5SUM6bd9689edc69ff7a2c6dd91eed3e12f3
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 benchmark0.555914
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables169
Total number of constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
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 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1247
Number of bits of the biggest sum of numbers11
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.08/0.19	--- Begin Solver configuration ---
0.08/0.19	c Stops conflict analysis at the first Unique Implication Point
0.08/0.19	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.08/0.19	c Learn all clauses as in MiniSAT
0.08/0.19	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.19	c VSIDS like heuristics from MiniSAT using a heap
0.08/0.19	c No reason simplification
0.08/0.19	c --- End Solver configuration ---
0.08/0.19	c solving /tmp/evaluation/358603-1176916536/instance-358603-1176916536.opb
0.08/0.19	c reading problem ... 
0.33/0.32	c ... done. Wall clock time 0.131s.
0.33/0.32	c CPU time (experimental) 0.27s.
0.33/0.32	c #vars     169
0.33/0.32	c #constraints  101
10.33/9.98	c starts		: 14
10.33/9.98	c conflicts		: 57991
10.33/9.98	c decisions		: 76401
10.33/9.98	c propagations		: 1045798
10.33/9.98	c inspects		: 33960297
10.33/9.98	c learnt literals	: 15
10.33/9.98	c learnt binary clauses	: 5
10.33/9.98	c learnt ternary clauses	: 12
10.33/9.98	c learnt clauses	: 57975
10.33/9.98	c root simplifications	: 0
10.33/9.98	c removed literals (reason simplification)	: 0
10.33/9.98	c reason swapping (by a shorter reason)	: 0
10.33/9.98	c Calls to reduceDB	: 0
10.33/9.98	c speed (decisions/second)	: 7910.644025678194
10.33/9.98	c non guided choices	44
10.33/9.98	s UNSATISFIABLE
10.33/9.98	c Total wall clock time (ms): 9.791

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/node4/watcher-358603-1176916536 -o ROOT/results/node4/solver-358603-1176916536 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/358603-1176916536/sat4jPseudoResolution.jar /tmp/evaluation/358603-1176916536/instance-358603-1176916536.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.95 1.01 0.96 2/77 1963
/proc/meminfo: memFree=1831000/2055920 swapFree=4153812/4192956
[pid=1963] ppid=1961 vsize=18568 CPUtime=0
/proc/1963/stat : 1963 (runsolver) R 1961 1963 994 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 167691333 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 259913215271 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/1963/statm: 4642 292 257 24 0 2626 0

[startup+0.056056 s]
/proc/loadavg: 0.95 1.01 0.96 2/77 1963
/proc/meminfo: memFree=1831000/2055920 swapFree=4153812/4192956
[pid=1963] ppid=1961 vsize=1777060 CPUtime=0.03
/proc/1963/stat : 1963 (java) S 1961 1963 994 0 -1 0 3516 0 1 0 2 1 0 0 18 0 5 0 167691333 1819709440 3260 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/1963/statm: 444265 3260 1046 9 0 441901 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1777060

[startup+0.10106 s]
/proc/loadavg: 0.95 1.01 0.96 2/77 1963
/proc/meminfo: memFree=1831000/2055920 swapFree=4153812/4192956
[pid=1963] ppid=1961 vsize=1780108 CPUtime=0.08
/proc/1963/stat : 1963 (java) S 1961 1963 994 0 -1 0 3938 0 1 0 6 2 0 0 18 0 12 0 167691333 1822830592 3679 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1963/statm: 445027 3679 1119 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.30108 s]
/proc/loadavg: 0.95 1.01 0.96 2/77 1963
/proc/meminfo: memFree=1831000/2055920 swapFree=4153812/4192956
[pid=1963] ppid=1961 vsize=1781896 CPUtime=0.33
/proc/1963/stat : 1963 (java) S 1961 1963 994 0 -1 0 5079 0 1 0 30 3 0 0 18 0 12 0 167691333 1824661504 4817 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1963/statm: 445474 4817 1264 9 0 443086 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1781896

[startup+0.701116 s]
/proc/loadavg: 0.95 1.01 0.96 2/77 1963
/proc/meminfo: memFree=1831000/2055920 swapFree=4153812/4192956
[pid=1963] ppid=1961 vsize=1785744 CPUtime=0.95
/proc/1963/stat : 1963 (java) S 1961 1963 994 0 -1 0 6759 0 1 0 91 4 0 0 18 0 13 0 167691333 1828601856 6017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1963/statm: 446436 6017 1307 9 0 444048 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 1785744

[startup+1.5012 s]
/proc/loadavg: 0.95 1.01 0.96 3/90 1977
/proc/meminfo: memFree=1809968/2055920 swapFree=4153812/4192956
[pid=1963] ppid=1961 vsize=1785744 CPUtime=1.92
/proc/1963/stat : 1963 (java) S 1961 1963 994 0 -1 0 8281 0 1 0 188 4 0 0 18 0 13 0 167691333 1828601856 7279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1963/statm: 446436 7279 1313 9 0 444048 0
[pid=1963/tid=1966] ppid=1961 vsize=1785744 CPUtime=1.23
/proc/1963/task/1966/stat : 1966 (java) R 1961 1963 994 0 -1 64 5569 0 1 0 120 3 0 0 25 0 13 0 167691335 1828601856 7279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109518532 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1963/tid=1967] ppid=1961 vsize=1785744 CPUtime=0
/proc/1963/task/1967/stat : 1967 (java) S 1961 1963 994 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 167691336 1828601856 7279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1963/tid=1968] ppid=1961 vsize=1785744 CPUtime=0
/proc/1963/task/1968/stat : 1968 (java) S 1961 1963 994 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 167691336 1828601856 7279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1963/tid=1969] ppid=1961 vsize=1785744 CPUtime=0
/proc/1963/task/1969/stat : 1969 (java) S 1961 1963 994 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 167691339 1828601856 7279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1963/tid=1970] ppid=1961 vsize=1785744 CPUtime=0
/proc/1963/task/1970/stat : 1970 (java) S 1961 1963 994 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 167691339 1828601856 7279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1963/tid=1971] ppid=1961 vsize=1785744 CPUtime=0
/proc/1963/task/1971/stat : 1971 (java) S 1961 1963 994 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 167691339 1828601856 7279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1963/tid=1972] ppid=1961 vsize=1785744 CPUtime=0
/proc/1963/task/1972/stat : 1972 (java) S 1961 1963 994 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 167691343 1828601856 7279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1963/tid=1973] ppid=1961 vsize=1785744 CPUtime=0.34
/proc/1963/task/1973/stat : 1973 (java) S 1961 1963 994 0 -1 64 1065 0 0 0 34 0 0 0 16 0 13 0 167691343 1828601856 7279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1963/tid=1974] ppid=1961 vsize=1785744 CPUtime=0.33
/proc/1963/task/1974/stat : 1974 (java) S 1961 1963 994 0 -1 64 922 0 0 0 33 0 0 0 17 0 13 0 167691343 1828601856 7279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1963/tid=1975] ppid=1961 vsize=1785744 CPUtime=0
/proc/1963/task/1975/stat : 1975 (java) S 1961 1963 994 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 167691343 1828601856 7279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1963/tid=1976] ppid=1961 vsize=1785744 CPUtime=0
/proc/1963/task/1976/stat : 1976 (java) S 1961 1963 994 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 167691343 1828601856 7279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1963/tid=1977] ppid=1961 vsize=1785744 CPUtime=0
/proc/1963/task/1977/stat : 1977 (java) S 1961 1963 994 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 167691366 1828601856 7279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 1785744

[startup+3.10134 s]
/proc/loadavg: 0.95 1.01 0.96 2/90 1977
/proc/meminfo: memFree=1802864/2055920 swapFree=4153812/4192956
[pid=1963] ppid=1961 vsize=1785744 CPUtime=3.53
/proc/1963/stat : 1963 (java) S 1961 1963 994 0 -1 0 10357 0 1 0 347 6 0 0 18 0 13 0 167691333 1828601856 9354 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1963/statm: 446436 9354 1313 9 0 444048 0
[pid=1963/tid=1966] ppid=1961 vsize=1785744 CPUtime=2.82
/proc/1963/task/1966/stat : 1966 (java) R 1961 1963 994 0 -1 64 7645 0 1 0 278 4 0 0 25 0 13 0 167691335 1828601856 9354 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109601951 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1963/tid=1967] ppid=1961 vsize=1785744 CPUtime=0
/proc/1963/task/1967/stat : 1967 (java) S 1961 1963 994 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 167691336 1828601856 9354 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1963/tid=1968] ppid=1961 vsize=1785744 CPUtime=0
/proc/1963/task/1968/stat : 1968 (java) S 1961 1963 994 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 167691336 1828601856 9354 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1963/tid=1969] ppid=1961 vsize=1785744 CPUtime=0
/proc/1963/task/1969/stat : 1969 (java) S 1961 1963 994 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 167691339 1828601856 9354 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1963/tid=1970] ppid=1961 vsize=1785744 CPUtime=0
/proc/1963/task/1970/stat : 1970 (java) S 1961 1963 994 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 167691339 1828601856 9354 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1963/tid=1971] ppid=1961 vsize=1785744 CPUtime=0
/proc/1963/task/1971/stat : 1971 (java) S 1961 1963 994 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 167691339 1828601856 9354 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1963/tid=1972] ppid=1961 vsize=1785744 CPUtime=0
/proc/1963/task/1972/stat : 1972 (java) S 1961 1963 994 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 167691343 1828601856 9354 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1963/tid=1973] ppid=1961 vsize=1785744 CPUtime=0.34
/proc/1963/task/1973/stat : 1973 (java) S 1961 1963 994 0 -1 64 1065 0 0 0 34 0 0 0 16 0 13 0 167691343 1828601856 9354 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1963/tid=1974] ppid=1961 vsize=1785744 CPUtime=0.33
/proc/1963/task/1974/stat : 1974 (java) S 1961 1963 994 0 -1 64 922 0 0 0 33 0 0 0 17 0 13 0 167691343 1828601856 9355 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1963/tid=1975] ppid=1961 vsize=1785744 CPUtime=0
/proc/1963/task/1975/stat : 1975 (java) S 1961 1963 994 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 167691343 1828601856 9355 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1963/tid=1976] ppid=1961 vsize=1785744 CPUtime=0
/proc/1963/task/1976/stat : 1976 (java) S 1961 1963 994 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 167691343 1828601856 9355 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1963/tid=1977] ppid=1961 vsize=1785744 CPUtime=0
/proc/1963/task/1977/stat : 1977 (java) S 1961 1963 994 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 167691366 1828601856 9355 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.53
Current children cumulated vsize (KiB) 1785744

[startup+6.30266 s]
/proc/loadavg: 0.95 1.01 0.96 2/90 1977
/proc/meminfo: memFree=1790576/2055920 swapFree=4153812/4192956
[pid=1963] ppid=1961 vsize=1785584 CPUtime=6.73
/proc/1963/stat : 1963 (java) S 1961 1963 994 0 -1 0 12844 0 1 0 666 7 0 0 18 0 13 0 167691333 1828438016 11781 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1963/statm: 446396 11781 1313 9 0 444008 0
[pid=1963/tid=1966] ppid=1961 vsize=1785584 CPUtime=6.02
/proc/1963/task/1966/stat : 1966 (java) R 1961 1963 994 0 -1 64 10132 0 1 0 597 5 0 0 25 0 13 0 167691335 1828438016 11781 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109514366 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1963/tid=1967] ppid=1961 vsize=1785584 CPUtime=0
/proc/1963/task/1967/stat : 1967 (java) S 1961 1963 994 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 167691336 1828438016 11781 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1963/tid=1968] ppid=1961 vsize=1785584 CPUtime=0
/proc/1963/task/1968/stat : 1968 (java) S 1961 1963 994 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 167691336 1828438016 11781 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1963/tid=1969] ppid=1961 vsize=1785584 CPUtime=0
/proc/1963/task/1969/stat : 1969 (java) S 1961 1963 994 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 167691339 1828438016 11781 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1963/tid=1970] ppid=1961 vsize=1785584 CPUtime=0
/proc/1963/task/1970/stat : 1970 (java) S 1961 1963 994 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 167691339 1828438016 11781 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1963/tid=1971] ppid=1961 vsize=1785584 CPUtime=0
/proc/1963/task/1971/stat : 1971 (java) S 1961 1963 994 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 167691339 1828438016 11781 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1963/tid=1972] ppid=1961 vsize=1785584 CPUtime=0
/proc/1963/task/1972/stat : 1972 (java) S 1961 1963 994 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 167691343 1828438016 11781 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1963/tid=1973] ppid=1961 vsize=1785584 CPUtime=0.35
/proc/1963/task/1973/stat : 1973 (java) S 1961 1963 994 0 -1 64 1065 0 0 0 35 0 0 0 17 0 13 0 167691343 1828438016 11781 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1963/tid=1974] ppid=1961 vsize=1785584 CPUtime=0.33
/proc/1963/task/1974/stat : 1974 (java) S 1961 1963 994 0 -1 64 922 0 0 0 33 0 0 0 16 0 13 0 167691343 1828438016 11781 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1963/tid=1975] ppid=1961 vsize=1785584 CPUtime=0
/proc/1963/task/1975/stat : 1975 (java) S 1961 1963 994 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 167691343 1828438016 11781 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1963/tid=1976] ppid=1961 vsize=1785584 CPUtime=0
/proc/1963/task/1976/stat : 1976 (java) S 1961 1963 994 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 167691343 1828438016 11781 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1963/tid=1977] ppid=1961 vsize=1785584 CPUtime=0
/proc/1963/task/1977/stat : 1977 (java) S 1961 1963 994 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 167691366 1828438016 11781 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.73
Current children cumulated vsize (KiB) 1785584

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

[startup+7.9028 s]
/proc/loadavg: 0.96 1.01 0.96 2/90 1977
/proc/meminfo: memFree=1784176/2055920 swapFree=4153812/4192956
[pid=1963] ppid=1961 vsize=1785584 CPUtime=8.34
/proc/1963/stat : 1963 (java) S 1961 1963 994 0 -1 0 14030 0 1 0 826 8 0 0 18 0 13 0 167691333 1828438016 12967 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1963/statm: 446396 12967 1313 9 0 444008 0
[pid=1963/tid=1966] ppid=1961 vsize=1785584 CPUtime=7.62
/proc/1963/task/1966/stat : 1966 (java) R 1961 1963 994 0 -1 64 11318 0 1 0 756 6 0 0 25 0 13 0 167691335 1828438016 12967 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109514167 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1963/tid=1967] ppid=1961 vsize=1785584 CPUtime=0
/proc/1963/task/1967/stat : 1967 (java) S 1961 1963 994 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 167691336 1828438016 12967 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1963/tid=1968] ppid=1961 vsize=1785584 CPUtime=0
/proc/1963/task/1968/stat : 1968 (java) S 1961 1963 994 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 167691336 1828438016 12967 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1963/tid=1969] ppid=1961 vsize=1785584 CPUtime=0
/proc/1963/task/1969/stat : 1969 (java) S 1961 1963 994 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 167691339 1828438016 12967 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1963/tid=1970] ppid=1961 vsize=1785584 CPUtime=0
/proc/1963/task/1970/stat : 1970 (java) S 1961 1963 994 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 167691339 1828438016 12967 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1963/tid=1971] ppid=1961 vsize=1785584 CPUtime=0
/proc/1963/task/1971/stat : 1971 (java) S 1961 1963 994 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 167691339 1828438016 12967 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1963/tid=1972] ppid=1961 vsize=1785584 CPUtime=0
/proc/1963/task/1972/stat : 1972 (java) S 1961 1963 994 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 167691343 1828438016 12967 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1963/tid=1973] ppid=1961 vsize=1785584 CPUtime=0.35
/proc/1963/task/1973/stat : 1973 (java) S 1961 1963 994 0 -1 64 1065 0 0 0 35 0 0 0 17 0 13 0 167691343 1828438016 12967 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1963/tid=1974] ppid=1961 vsize=1785584 CPUtime=0.33
/proc/1963/task/1974/stat : 1974 (java) S 1961 1963 994 0 -1 64 922 0 0 0 33 0 0 0 16 0 13 0 167691343 1828438016 12967 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1963/tid=1975] ppid=1961 vsize=1785584 CPUtime=0
/proc/1963/task/1975/stat : 1975 (java) S 1961 1963 994 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 167691343 1828438016 12967 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1963/tid=1976] ppid=1961 vsize=1785584 CPUtime=0
/proc/1963/task/1976/stat : 1976 (java) S 1961 1963 994 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 167691343 1828438016 12967 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1963/tid=1977] ppid=1961 vsize=1785584 CPUtime=0
/proc/1963/task/1977/stat : 1977 (java) S 1961 1963 994 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 167691366 1828438016 12967 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.34
Current children cumulated vsize (KiB) 1785584

[startup+8.70187 s]
/proc/loadavg: 0.96 1.01 0.96 2/90 1977
/proc/meminfo: memFree=1781744/2055920 swapFree=4153812/4192956
[pid=1963] ppid=1961 vsize=1785584 CPUtime=9.14
/proc/1963/stat : 1963 (java) S 1961 1963 994 0 -1 0 14478 0 1 0 906 8 0 0 18 0 13 0 167691333 1828438016 13415 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1963/statm: 446396 13415 1313 9 0 444008 0
[pid=1963/tid=1966] ppid=1961 vsize=1785584 CPUtime=8.42
/proc/1963/task/1966/stat : 1966 (java) R 1961 1963 994 0 -1 64 11766 0 1 0 836 6 0 0 25 0 13 0 167691335 1828438016 13415 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109514464 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1963/tid=1967] ppid=1961 vsize=1785584 CPUtime=0
/proc/1963/task/1967/stat : 1967 (java) S 1961 1963 994 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 167691336 1828438016 13415 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1963/tid=1968] ppid=1961 vsize=1785584 CPUtime=0
/proc/1963/task/1968/stat : 1968 (java) S 1961 1963 994 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 167691336 1828438016 13415 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1963/tid=1969] ppid=1961 vsize=1785584 CPUtime=0
/proc/1963/task/1969/stat : 1969 (java) S 1961 1963 994 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 167691339 1828438016 13415 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1963/tid=1970] ppid=1961 vsize=1785584 CPUtime=0
/proc/1963/task/1970/stat : 1970 (java) S 1961 1963 994 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 167691339 1828438016 13415 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1963/tid=1971] ppid=1961 vsize=1785584 CPUtime=0
/proc/1963/task/1971/stat : 1971 (java) S 1961 1963 994 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 167691339 1828438016 13415 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1963/tid=1972] ppid=1961 vsize=1785584 CPUtime=0
/proc/1963/task/1972/stat : 1972 (java) S 1961 1963 994 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 167691343 1828438016 13415 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1963/tid=1973] ppid=1961 vsize=1785584 CPUtime=0.35
/proc/1963/task/1973/stat : 1973 (java) S 1961 1963 994 0 -1 64 1065 0 0 0 35 0 0 0 17 0 13 0 167691343 1828438016 13415 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1963/tid=1974] ppid=1961 vsize=1785584 CPUtime=0.33
/proc/1963/task/1974/stat : 1974 (java) S 1961 1963 994 0 -1 64 922 0 0 0 33 0 0 0 16 0 13 0 167691343 1828438016 13415 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1963/tid=1975] ppid=1961 vsize=1785584 CPUtime=0
/proc/1963/task/1975/stat : 1975 (java) S 1961 1963 994 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 167691343 1828438016 13415 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1963/tid=1976] ppid=1961 vsize=1785584 CPUtime=0
/proc/1963/task/1976/stat : 1976 (java) S 1961 1963 994 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 167691343 1828438016 13415 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1963/tid=1977] ppid=1961 vsize=1785584 CPUtime=0
/proc/1963/task/1977/stat : 1977 (java) S 1961 1963 994 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 167691366 1828438016 13415 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.14
Current children cumulated vsize (KiB) 1785584

[startup+9.50195 s]
/proc/loadavg: 0.96 1.01 0.96 2/90 1977
/proc/meminfo: memFree=1781744/2055920 swapFree=4153812/4192956
[pid=1963] ppid=1961 vsize=1785584 CPUtime=9.93
/proc/1963/stat : 1963 (java) S 1961 1963 994 0 -1 0 14836 0 1 0 985 8 0 0 18 0 13 0 167691333 1828438016 13773 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1963/statm: 446396 13774 1313 9 0 444008 0
[pid=1963/tid=1966] ppid=1961 vsize=1785584 CPUtime=9.21
/proc/1963/task/1966/stat : 1966 (java) R 1961 1963 994 0 -1 64 12125 0 1 0 915 6 0 0 25 0 13 0 167691335 1828438016 13774 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109605564 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1963/tid=1967] ppid=1961 vsize=1785584 CPUtime=0
/proc/1963/task/1967/stat : 1967 (java) S 1961 1963 994 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 167691336 1828438016 13774 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1963/tid=1968] ppid=1961 vsize=1785584 CPUtime=0
/proc/1963/task/1968/stat : 1968 (java) S 1961 1963 994 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 167691336 1828438016 13774 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1963/tid=1969] ppid=1961 vsize=1785584 CPUtime=0
/proc/1963/task/1969/stat : 1969 (java) S 1961 1963 994 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 167691339 1828438016 13774 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1963/tid=1970] ppid=1961 vsize=1785584 CPUtime=0
/proc/1963/task/1970/stat : 1970 (java) S 1961 1963 994 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 167691339 1828438016 13774 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1963/tid=1971] ppid=1961 vsize=1785584 CPUtime=0
/proc/1963/task/1971/stat : 1971 (java) S 1961 1963 994 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 167691339 1828438016 13774 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1963/tid=1972] ppid=1961 vsize=1785584 CPUtime=0
/proc/1963/task/1972/stat : 1972 (java) S 1961 1963 994 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 167691343 1828438016 13774 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1963/tid=1973] ppid=1961 vsize=1785584 CPUtime=0.35
/proc/1963/task/1973/stat : 1973 (java) S 1961 1963 994 0 -1 64 1065 0 0 0 35 0 0 0 17 0 13 0 167691343 1828438016 13774 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1963/tid=1974] ppid=1961 vsize=1785584 CPUtime=0.33
/proc/1963/task/1974/stat : 1974 (java) S 1961 1963 994 0 -1 64 922 0 0 0 33 0 0 0 16 0 13 0 167691343 1828438016 13774 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1963/tid=1975] ppid=1961 vsize=1785584 CPUtime=0
/proc/1963/task/1975/stat : 1975 (java) S 1961 1963 994 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 167691343 1828438016 13774 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1963/tid=1976] ppid=1961 vsize=1785584 CPUtime=0
/proc/1963/task/1976/stat : 1976 (java) S 1961 1963 994 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 167691343 1828438016 13774 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1963/tid=1977] ppid=1961 vsize=1785584 CPUtime=0
/proc/1963/task/1977/stat : 1977 (java) S 1961 1963 994 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 167691366 1828438016 13774 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.93
Current children cumulated vsize (KiB) 1785584

[startup+9.90599 s]
/proc/loadavg: 0.96 1.01 0.96 2/90 1977
/proc/meminfo: memFree=1779760/2055920 swapFree=4153812/4192956
[pid=1963] ppid=1961 vsize=1785584 CPUtime=10.33
/proc/1963/stat : 1963 (java) S 1961 1963 994 0 -1 0 14999 0 1 0 1025 8 0 0 18 0 13 0 167691333 1828438016 13936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1963/statm: 446396 13936 1313 9 0 444008 0
[pid=1963/tid=1966] ppid=1961 vsize=1785584 CPUtime=9.62
/proc/1963/task/1966/stat : 1966 (java) R 1961 1963 994 0 -1 64 12287 0 1 0 955 7 0 0 25 0 13 0 167691335 1828438016 13936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109514027 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1963/tid=1967] ppid=1961 vsize=1785584 CPUtime=0
/proc/1963/task/1967/stat : 1967 (java) S 1961 1963 994 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 167691336 1828438016 13936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1963/tid=1968] ppid=1961 vsize=1785584 CPUtime=0
/proc/1963/task/1968/stat : 1968 (java) S 1961 1963 994 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 167691336 1828438016 13936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1963/tid=1969] ppid=1961 vsize=1785584 CPUtime=0
/proc/1963/task/1969/stat : 1969 (java) S 1961 1963 994 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 167691339 1828438016 13936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1963/tid=1970] ppid=1961 vsize=1785584 CPUtime=0
/proc/1963/task/1970/stat : 1970 (java) S 1961 1963 994 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 167691339 1828438016 13936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1963/tid=1971] ppid=1961 vsize=1785584 CPUtime=0
/proc/1963/task/1971/stat : 1971 (java) S 1961 1963 994 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 167691339 1828438016 13936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1963/tid=1972] ppid=1961 vsize=1785584 CPUtime=0
/proc/1963/task/1972/stat : 1972 (java) S 1961 1963 994 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 167691343 1828438016 13936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1963/tid=1973] ppid=1961 vsize=1785584 CPUtime=0.35
/proc/1963/task/1973/stat : 1973 (java) S 1961 1963 994 0 -1 64 1065 0 0 0 35 0 0 0 17 0 13 0 167691343 1828438016 13936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1963/tid=1974] ppid=1961 vsize=1785584 CPUtime=0.33
/proc/1963/task/1974/stat : 1974 (java) S 1961 1963 994 0 -1 64 922 0 0 0 33 0 0 0 16 0 13 0 167691343 1828438016 13936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1963/tid=1975] ppid=1961 vsize=1785584 CPUtime=0
/proc/1963/task/1975/stat : 1975 (java) S 1961 1963 994 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 167691343 1828438016 13936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1963/tid=1976] ppid=1961 vsize=1785584 CPUtime=0
/proc/1963/task/1976/stat : 1976 (java) S 1961 1963 994 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 167691343 1828438016 13936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1963/tid=1977] ppid=1961 vsize=1785584 CPUtime=0
/proc/1963/task/1977/stat : 1977 (java) S 1961 1963 994 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 167691366 1828438016 13936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.33
Current children cumulated vsize (KiB) 1785584

[startup+10.002 s]
/proc/loadavg: 0.96 1.01 0.96 2/90 1977
/proc/meminfo: memFree=1779760/2055920 swapFree=4153812/4192956
[pid=1963] ppid=1961 vsize=0 CPUtime=10.42
/proc/1963/stat : 1963 (java) Z 1961 1963 994 0 -1 1036 15028 0 1 0 1033 9 0 0 16 0 2 0 167691333 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1963/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 10.42
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 10.0024
CPU time (s): 10.4334
CPU user time (s): 10.3344
CPU system time (s): 0.098984
CPU usage (%): 104.309
Max. virtual memory (cumulated for all children) (KiB): 1786040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.3344
system time used= 0.098984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15028
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= 596
involuntary context switches= 664

runsolver used 0.012998 second user time and 0.035994 second system time

The end

Launcher Data (download as text)

Begin job on node4 on Wed Apr 18 17:15:36 UTC 2007

IDJOB= 358603
IDBENCH= 1226
IDSOLVER= 159
FILE ID= node4/358603-1176916536

PBS_JOBID= 4595253

Free space on /tmp= 66471 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110968561.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/358603-1176916536/sat4jPseudoResolution.jar /tmp/evaluation/358603-1176916536/instance-358603-1176916536.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node4/watcher-358603-1176916536 -o ROOT/results/node4/solver-358603-1176916536 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/358603-1176916536/sat4jPseudoResolution.jar /tmp/evaluation/358603-1176916536/instance-358603-1176916536.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  6bd9689edc69ff7a2c6dd91eed3e12f3

RANDOM SEED= 324442964

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node4.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.218
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.218
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:       1831472 kB
Buffers:         24472 kB
Cached:         120924 kB
SwapCached:       2300 kB
Active:          66560 kB
Inactive:       101596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1831472 kB
SwapTotal:     4192956 kB
SwapFree:      4153812 kB
Dirty:            3608 kB
Writeback:           0 kB
Mapped:          30316 kB
Slab:            41852 kB
Committed_AS:  5249964 kB
PageTables:       1816 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= 66471 MiB

End job on node4 on Wed Apr 18 17:15:46 UTC 2007