Trace number 1884590

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
BoolVar 2009-04-26SAT 21.0398 21.1487

General information on the benchmark

Name/PURE-SAT/SAT09/
CRAFTED/ramseycube/Q3inK09.opb
MD5SUM60f6f1b8d77f9b12d95995e3f4ada108
Bench CategoryPURE-SAT (instances containing only clauses)
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.199969
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables36
Total number of constraints15120
Number of constraints which are clauses15120
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint12
Maximum length of a constraint12
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 11
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 23
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

14.90/15.04	------------------------
14.90/15.04	Encoding : LINEAR, DIRECT, BDD, POLYW, GLOBC
14.90/15.04	Size : 0, 181440, 0, 0, 0
14.90/15.04	Count : 0, 15120, 0, 0, 0
14.90/15.04	
14.90/15.04	Command line : minisat tmp.dimacs %var 
14.90/15.04	
14.90/15.04	------------------------
14.90/15.07	This is MiniSat 2.0 beta
14.90/15.07	WARNING: for repeatability, setting FPU to use double precision
14.90/15.07	============================[ Problem Statistics ]=============================
14.90/15.07	|                                                                             |
14.90/15.07	|  Number of variables:  36                                                   |
14.90/15.07	|  Number of clauses:    15120                                                |
14.97/15.10	|  Parsing time:         0.02         s                                       |
20.90/21.08	============================[ Search Statistics ]==============================
20.90/21.08	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
20.90/21.08	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
20.90/21.08	===============================================================================
20.90/21.08	|         0 |      36    15120   181440 |     5040        0    nan |  0.000 % |
20.90/21.08	===============================================================================
20.90/21.08	restarts              : 1
20.90/21.08	conflicts             : 0              (0 /sec)
20.90/21.08	decisions             : 27             (0.00 % random) (4 /sec)
20.90/21.08	propagations          : 36             (6 /sec)
20.90/21.08	conflict literals     : 0              ( nan % deleted)
20.90/21.08	Memory used           : 3.73 MB
20.90/21.09	CPU time              : 6.00009 s
20.90/21.09	
20.90/21.09	s SATISFIABLE
20.90/21.09	v -x1 x2 x3 x4 x5 x6 -x7 -x8 x9 x10 x11 x12 x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 

Verifier Data

OK	0

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1884590-1245259579/watcher-1884590-1245259579 -o /tmp/evaluation-result-1884590-1245259579/solver-1884590-1245259579 -C 1800 -W 2000 -M 1800 java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1884590-1245259579.opb minisat %dimacs %var 

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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.11 1.04 0.95 3/65 23884
/proc/meminfo: memFree=1850224/2055920 swapFree=4094796/4192956
[pid=23884] ppid=23882 vsize=152 CPUtime=0
/proc/23884/stat : 23884 (java) R 23882 23884 23637 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 193555760 155648 26 1992294400 134512640 134550932 4294956192 18446744073709551615 11628843 0 0 4096 0 0 0 0 17 1 0 0
/proc/23884/statm: 38 26 19 9 0 4 0

[startup+0.0720031 s]
/proc/loadavg: 1.11 1.04 0.95 3/65 23884
/proc/meminfo: memFree=1850224/2055920 swapFree=4094796/4192956
[pid=23884] ppid=23882 vsize=1680872 CPUtime=0.02
/proc/23884/stat : 23884 (java) S 23882 23884 23637 0 -1 0 1077 0 43 0 0 2 0 0 18 0 2 0 193555760 1721212928 850 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/23884/statm: 420218 850 471 9 0 415133 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1680872

[startup+0.105782 s]
/proc/loadavg: 1.11 1.04 0.95 3/65 23884
/proc/meminfo: memFree=1850224/2055920 swapFree=4094796/4192956
[pid=23884] ppid=23882 vsize=1682168 CPUtime=0.03
/proc/23884/stat : 23884 (java) S 23882 23884 23637 0 -1 0 1682 0 53 0 1 2 0 0 18 0 5 0 193555760 1722540032 1368 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/23884/statm: 420542 1370 801 9 0 415457 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1682168

[startup+0.301821 s]
/proc/loadavg: 1.11 1.04 0.95 3/65 23884
/proc/meminfo: memFree=1850224/2055920 swapFree=4094796/4192956
[pid=23884] ppid=23882 vsize=1685448 CPUtime=0.23
/proc/23884/stat : 23884 (java) S 23882 23884 23637 0 -1 0 3207 0 78 0 18 5 0 0 18 0 9 0 193555760 1725898752 2767 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23884/statm: 421362 2767 1226 9 0 416273 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 1685448

[startup+0.701894 s]
/proc/loadavg: 1.11 1.04 0.95 3/65 23884
/proc/meminfo: memFree=1850224/2055920 swapFree=4094796/4192956
[pid=23884] ppid=23882 vsize=1685468 CPUtime=0.62
/proc/23884/stat : 23884 (java) S 23882 23884 23637 0 -1 0 6197 0 81 0 56 6 0 0 18 0 9 0 193555760 1725919232 5532 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23884/statm: 421367 5532 2153 9 0 416278 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 1685468

[startup+1.50205 s]
/proc/loadavg: 1.11 1.04 0.95 2/74 23893
/proc/meminfo: memFree=1815272/2055920 swapFree=4094796/4192956
[pid=23884] ppid=23882 vsize=1685828 CPUtime=1.46
/proc/23884/stat : 23884 (java) S 23882 23884 23637 0 -1 0 9857 0 83 0 137 9 0 0 18 0 9 0 193555760 1726287872 9016 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23884/statm: 421457 9016 2161 9 0 416368 0
[pid=23884/tid=23886] ppid=23882 vsize=1685828 CPUtime=0.95
/proc/23884/task/23886/stat : 23886 (java) S 23882 23884 23637 0 -1 64 2094 0 42 0 93 2 0 0 16 0 9 0 193555765 1726287872 9016 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23887] ppid=23882 vsize=1685828 CPUtime=0.39
/proc/23884/task/23887/stat : 23887 (java) R 23882 23884 23637 0 -1 64 6741 0 3 0 35 4 0 0 17 0 9 0 193555769 1726287872 9016 1992294400 134512640 134550932 4294956032 18446744073709551615 102722491 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23884/tid=23888] ppid=23882 vsize=1685828 CPUtime=0
/proc/23884/task/23888/stat : 23888 (java) S 23882 23884 23637 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 193555770 1726287872 9016 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23884/tid=23889] ppid=23882 vsize=1685828 CPUtime=0
/proc/23884/task/23889/stat : 23889 (java) S 23882 23884 23637 0 -1 64 9 0 2 0 0 0 0 0 15 0 9 0 193555770 1726287872 9016 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23884/tid=23890] ppid=23882 vsize=1685828 CPUtime=0
/proc/23884/task/23890/stat : 23890 (java) S 23882 23884 23637 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 193555773 1726287872 9016 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23884/tid=23891] ppid=23882 vsize=1685828 CPUtime=0.08
/proc/23884/task/23891/stat : 23891 (java) S 23882 23884 23637 0 -1 64 325 0 0 0 8 0 0 0 16 0 9 0 193555773 1726287872 9016 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23884/tid=23892] ppid=23882 vsize=1685828 CPUtime=0
/proc/23884/task/23892/stat : 23892 (java) S 23882 23884 23637 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 193555773 1726287872 9016 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23884/tid=23893] ppid=23882 vsize=1685828 CPUtime=0
/proc/23884/task/23893/stat : 23893 (java) S 23882 23884 23637 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 193555773 1726287872 9016 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 1685828

[startup+3.10136 s]
/proc/loadavg: 1.11 1.04 0.95 2/74 23893
/proc/meminfo: memFree=1795112/2055920 swapFree=4094796/4192956
[pid=23884] ppid=23882 vsize=1685576 CPUtime=3.02
/proc/23884/stat : 23884 (java) S 23882 23884 23637 0 -1 0 17203 0 83 0 290 12 0 0 18 0 9 0 193555760 1726029824 16168 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23884/statm: 421394 16170 2161 9 0 416305 0
[pid=23884/tid=23886] ppid=23882 vsize=1685576 CPUtime=1.93
/proc/23884/task/23886/stat : 23886 (java) S 23882 23884 23637 0 -1 64 2553 0 42 0 191 2 0 0 17 0 9 0 193555765 1726029824 16171 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23887] ppid=23882 vsize=1685576 CPUtime=0.95
/proc/23884/task/23887/stat : 23887 (java) R 23882 23884 23637 0 -1 64 13618 0 3 0 88 7 0 0 16 0 9 0 193555769 1726029824 16173 1992294400 134512640 134550932 4294956032 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23884/tid=23888] ppid=23882 vsize=1685576 CPUtime=0
/proc/23884/task/23888/stat : 23888 (java) S 23882 23884 23637 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 193555770 1726029824 16174 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23884/tid=23889] ppid=23882 vsize=1685576 CPUtime=0
/proc/23884/task/23889/stat : 23889 (java) S 23882 23884 23637 0 -1 64 9 0 2 0 0 0 0 0 16 0 9 0 193555770 1726029824 16175 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23884/tid=23890] ppid=23882 vsize=1685576 CPUtime=0
/proc/23884/task/23890/stat : 23890 (java) S 23882 23884 23637 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 193555773 1726029824 16177 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23884/tid=23891] ppid=23882 vsize=1685576 CPUtime=0.09
/proc/23884/task/23891/stat : 23891 (java) S 23882 23884 23637 0 -1 64 340 0 0 0 9 0 0 0 16 0 9 0 193555773 1726029824 16178 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23884/tid=23892] ppid=23882 vsize=1685576 CPUtime=0
/proc/23884/task/23892/stat : 23892 (java) S 23882 23884 23637 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 193555773 1726029824 16179 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23884/tid=23893] ppid=23882 vsize=1685576 CPUtime=0
/proc/23884/task/23893/stat : 23893 (java) R 23882 23884 23637 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 193555773 1726029824 16180 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 1685576

[startup+6.30296 s]
/proc/loadavg: 1.10 1.04 0.95 2/74 23893
/proc/meminfo: memFree=1733736/2055920 swapFree=4094796/4192956
[pid=23884] ppid=23882 vsize=1706308 CPUtime=6.21
/proc/23884/stat : 23884 (java) S 23882 23884 23637 0 -1 0 41109 0 83 0 600 21 0 0 18 0 9 0 193555760 1747259392 34881 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23884/statm: 426577 34881 2162 9 0 421488 0
[pid=23884/tid=23886] ppid=23882 vsize=1706308 CPUtime=3.73
/proc/23884/task/23886/stat : 23886 (java) S 23882 23884 23637 0 -1 64 3012 0 42 0 370 3 0 0 17 0 9 0 193555765 1747259392 34881 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23887] ppid=23882 vsize=1706308 CPUtime=2.36
/proc/23884/task/23887/stat : 23887 (java) R 23882 23884 23637 0 -1 64 37060 0 3 0 220 16 0 0 17 0 9 0 193555769 1747259392 34881 1992294400 134512640 134550932 4294956032 18446744073709551615 104195259 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23884/tid=23888] ppid=23882 vsize=1706308 CPUtime=0
/proc/23884/task/23888/stat : 23888 (java) S 23882 23884 23637 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 193555770 1747259392 34881 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23884/tid=23889] ppid=23882 vsize=1706308 CPUtime=0
/proc/23884/task/23889/stat : 23889 (java) S 23882 23884 23637 0 -1 64 9 0 2 0 0 0 0 0 16 0 9 0 193555770 1747259392 34881 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23884/tid=23890] ppid=23882 vsize=1706308 CPUtime=0
/proc/23884/task/23890/stat : 23890 (java) S 23882 23884 23637 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 193555773 1747259392 34881 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23884/tid=23891] ppid=23882 vsize=1706308 CPUtime=0.09
/proc/23884/task/23891/stat : 23891 (java) S 23882 23884 23637 0 -1 64 340 0 0 0 9 0 0 0 16 0 9 0 193555773 1747259392 34881 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23884/tid=23892] ppid=23882 vsize=1706308 CPUtime=0
/proc/23884/task/23892/stat : 23892 (java) S 23882 23884 23637 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 193555773 1747259392 34881 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23884/tid=23893] ppid=23882 vsize=1706308 CPUtime=0
/proc/23884/task/23893/stat : 23893 (java) S 23882 23884 23637 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 193555773 1747259392 34881 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 1706308

[startup+12.7022 s]
/proc/loadavg: 1.09 1.04 0.95 2/74 23893
/proc/meminfo: memFree=1630568/2055920 swapFree=4094796/4192956
[pid=23884] ppid=23882 vsize=1685568 CPUtime=12.62
/proc/23884/stat : 23884 (java) S 23882 23884 23637 0 -1 0 78292 0 83 0 1227 35 0 0 18 0 9 0 193555760 1726021632 56471 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23884/statm: 421392 56471 2162 9 0 416303 0
[pid=23884/tid=23886] ppid=23882 vsize=1685568 CPUtime=7.01
/proc/23884/task/23886/stat : 23886 (java) R 23882 23884 23637 0 -1 64 4921 0 42 0 697 4 0 0 16 0 9 0 193555765 1726021632 56471 1992294400 134512640 134550932 4294956032 18446744073709551615 4126527450 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23887] ppid=23882 vsize=1685568 CPUtime=5.47
/proc/23884/task/23887/stat : 23887 (java) S 23882 23884 23637 0 -1 64 72334 0 3 0 519 28 0 0 16 0 9 0 193555769 1726021632 56471 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23884/tid=23888] ppid=23882 vsize=1685568 CPUtime=0
/proc/23884/task/23888/stat : 23888 (java) S 23882 23884 23637 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 193555770 1726021632 56471 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23884/tid=23889] ppid=23882 vsize=1685568 CPUtime=0
/proc/23884/task/23889/stat : 23889 (java) S 23882 23884 23637 0 -1 64 9 0 2 0 0 0 0 0 16 0 9 0 193555770 1726021632 56471 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23884/tid=23890] ppid=23882 vsize=1685568 CPUtime=0
/proc/23884/task/23890/stat : 23890 (java) S 23882 23884 23637 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 193555773 1726021632 56471 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23884/tid=23891] ppid=23882 vsize=1685568 CPUtime=0.09
/proc/23884/task/23891/stat : 23891 (java) S 23882 23884 23637 0 -1 64 340 0 0 0 9 0 0 0 16 0 9 0 193555773 1726021632 56471 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23884/tid=23892] ppid=23882 vsize=1685568 CPUtime=0
/proc/23884/task/23892/stat : 23892 (java) S 23882 23884 23637 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 193555773 1726021632 56471 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23884/tid=23893] ppid=23882 vsize=1685568 CPUtime=0
/proc/23884/task/23893/stat : 23893 (java) S 23882 23884 23637 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 193555773 1726021632 56471 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 1685568

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

[startup+15.9028 s]
/proc/loadavg: 1.08 1.04 0.95 2/78 23897
/proc/meminfo: memFree=1565320/2055920 swapFree=4094796/4192956
[pid=23884] ppid=23882 vsize=1686540 CPUtime=14.97
/proc/23884/stat : 23884 (java) S 23882 23884 23637 0 -1 0 90193 0 84 0 1457 40 0 0 18 0 12 0 193555760 1727016960 68116 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23884/statm: 421635 68116 2165 9 0 416546 0
[pid=23895] ppid=23884 vsize=3812 CPUtime=0.82
/proc/23895/stat : 23895 (minisat) R 23884 23884 23637 0 -1 4194304 764 0 0 0 81 1 0 0 25 0 1 0 193557265 3903488 742 1992294400 134512640 135156773 4294956080 18446744073709551615 134537981 0 4 0 3 0 0 0 17 1 0 0
/proc/23895/statm: 953 742 72 157 0 793 0
[pid=23884/tid=23886] ppid=23882 vsize=1686540 CPUtime=8.69
/proc/23884/task/23886/stat : 23886 (java) S 23882 23884 23637 0 -1 64 5088 0 43 0 865 4 0 0 18 0 12 0 193555765 1727016960 68116 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23887] ppid=23882 vsize=1686540 CPUtime=6.12
/proc/23884/task/23887/stat : 23887 (java) S 23882 23884 23637 0 -1 64 83943 0 3 0 581 31 0 0 17 0 12 0 193555769 1727016960 68116 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23884/tid=23888] ppid=23882 vsize=1686540 CPUtime=0
/proc/23884/task/23888/stat : 23888 (java) S 23882 23884 23637 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 193555770 1727016960 68116 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23884/tid=23889] ppid=23882 vsize=1686540 CPUtime=0
/proc/23884/task/23889/stat : 23889 (java) S 23882 23884 23637 0 -1 64 9 0 2 0 0 0 0 0 16 0 12 0 193555770 1727016960 68116 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23884/tid=23890] ppid=23882 vsize=1686540 CPUtime=0
/proc/23884/task/23890/stat : 23890 (java) S 23882 23884 23637 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 193555773 1727016960 68116 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23884/tid=23891] ppid=23882 vsize=1686540 CPUtime=0.09
/proc/23884/task/23891/stat : 23891 (java) S 23882 23884 23637 0 -1 64 341 0 0 0 9 0 0 0 16 0 12 0 193555773 1727016960 68116 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23884/tid=23892] ppid=23882 vsize=1686540 CPUtime=0
/proc/23884/task/23892/stat : 23892 (java) S 23882 23884 23637 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 193555773 1727016960 68116 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23884/tid=23893] ppid=23882 vsize=1686540 CPUtime=0
/proc/23884/task/23893/stat : 23893 (java) S 23882 23884 23637 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 193555773 1727016960 68116 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23894] ppid=23882 vsize=1686540 CPUtime=0.01
/proc/23884/task/23894/stat : 23894 (java) S 23882 23884 23637 0 -1 64 70 0 0 0 0 1 0 0 18 0 12 0 193557265 1727016960 68116 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=23884/tid=23896] ppid=23882 vsize=1686540 CPUtime=0
/proc/23884/task/23896/stat : 23896 (java) S 23882 23884 23637 0 -1 64 38 0 0 0 0 0 0 0 18 0 12 0 193557268 1727016960 68116 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=23884/tid=23897] ppid=23882 vsize=1686540 CPUtime=0
/proc/23884/task/23897/stat : 23897 (java) S 23882 23884 23637 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 193557268 1727016960 68116 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.79
Current children cumulated vsize (KiB) 1690352

[startup+19.1014 s]
/proc/loadavg: 1.08 1.04 0.95 2/78 23897
/proc/meminfo: memFree=1565256/2055920 swapFree=4094796/4192956
[pid=23884] ppid=23882 vsize=1686540 CPUtime=14.97
/proc/23884/stat : 23884 (java) S 23882 23884 23637 0 -1 0 90213 0 84 0 1457 40 0 0 18 0 12 0 193555760 1727016960 68116 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23884/statm: 421635 68116 2165 9 0 416546 0
[pid=23895] ppid=23884 vsize=3812 CPUtime=4.03
/proc/23895/stat : 23895 (minisat) R 23884 23884 23637 0 -1 4194304 772 0 0 0 401 2 0 0 25 0 1 0 193557265 3903488 750 1992294400 134512640 135156773 4294956080 18446744073709551615 134539375 0 4 0 3 0 0 0 17 1 0 0
/proc/23895/statm: 953 750 72 157 0 793 0
[pid=23884/tid=23886] ppid=23882 vsize=1686540 CPUtime=8.69
/proc/23884/task/23886/stat : 23886 (java) S 23882 23884 23637 0 -1 64 5088 0 43 0 865 4 0 0 18 0 12 0 193555765 1727016960 68116 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23887] ppid=23882 vsize=1686540 CPUtime=6.12
/proc/23884/task/23887/stat : 23887 (java) S 23882 23884 23637 0 -1 64 83963 0 3 0 581 31 0 0 16 0 12 0 193555769 1727016960 68116 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23884/tid=23888] ppid=23882 vsize=1686540 CPUtime=0
/proc/23884/task/23888/stat : 23888 (java) S 23882 23884 23637 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 193555770 1727016960 68116 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23884/tid=23889] ppid=23882 vsize=1686540 CPUtime=0
/proc/23884/task/23889/stat : 23889 (java) S 23882 23884 23637 0 -1 64 9 0 2 0 0 0 0 0 16 0 12 0 193555770 1727016960 68116 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23884/tid=23890] ppid=23882 vsize=1686540 CPUtime=0
/proc/23884/task/23890/stat : 23890 (java) S 23882 23884 23637 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 193555773 1727016960 68116 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23884/tid=23891] ppid=23882 vsize=1686540 CPUtime=0.09
/proc/23884/task/23891/stat : 23891 (java) S 23882 23884 23637 0 -1 64 341 0 0 0 9 0 0 0 16 0 12 0 193555773 1727016960 68116 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23884/tid=23892] ppid=23882 vsize=1686540 CPUtime=0
/proc/23884/task/23892/stat : 23892 (java) S 23882 23884 23637 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 193555773 1727016960 68116 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23884/tid=23893] ppid=23882 vsize=1686540 CPUtime=0
/proc/23884/task/23893/stat : 23893 (java) S 23882 23884 23637 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 193555773 1727016960 68116 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23894] ppid=23882 vsize=1686540 CPUtime=0.01
/proc/23884/task/23894/stat : 23894 (java) S 23882 23884 23637 0 -1 64 70 0 0 0 0 1 0 0 18 0 12 0 193557265 1727016960 68116 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=23884/tid=23896] ppid=23882 vsize=1686540 CPUtime=0
/proc/23884/task/23896/stat : 23896 (java) S 23882 23884 23637 0 -1 64 38 0 0 0 0 0 0 0 18 0 12 0 193557268 1727016960 68116 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=23884/tid=23897] ppid=23882 vsize=1686540 CPUtime=0
/proc/23884/task/23897/stat : 23897 (java) S 23882 23884 23637 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 193557268 1727016960 68116 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 19
Current children cumulated vsize (KiB) 1690352

[startup+19.9026 s]
/proc/loadavg: 1.08 1.04 0.95 2/78 23897
/proc/meminfo: memFree=1565192/2055920 swapFree=4094796/4192956
[pid=23884] ppid=23882 vsize=1686540 CPUtime=14.97
/proc/23884/stat : 23884 (java) S 23882 23884 23637 0 -1 0 90213 0 84 0 1457 40 0 0 18 0 12 0 193555760 1727016960 68116 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23884/statm: 421635 68116 2165 9 0 416546 0
[pid=23895] ppid=23884 vsize=3812 CPUtime=4.83
/proc/23895/stat : 23895 (minisat) R 23884 23884 23637 0 -1 4194304 772 0 0 0 481 2 0 0 25 0 1 0 193557265 3903488 750 1992294400 134512640 135156773 4294956080 18446744073709551615 134539380 0 4 0 3 0 0 0 17 1 0 0
/proc/23895/statm: 953 750 72 157 0 793 0
[pid=23884/tid=23886] ppid=23882 vsize=1686540 CPUtime=8.69
/proc/23884/task/23886/stat : 23886 (java) S 23882 23884 23637 0 -1 64 5088 0 43 0 865 4 0 0 18 0 12 0 193555765 1727016960 68116 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23887] ppid=23882 vsize=1686540 CPUtime=6.12
/proc/23884/task/23887/stat : 23887 (java) S 23882 23884 23637 0 -1 64 83963 0 3 0 581 31 0 0 16 0 12 0 193555769 1727016960 68116 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23884/tid=23888] ppid=23882 vsize=1686540 CPUtime=0
/proc/23884/task/23888/stat : 23888 (java) S 23882 23884 23637 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 193555770 1727016960 68116 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23884/tid=23889] ppid=23882 vsize=1686540 CPUtime=0
/proc/23884/task/23889/stat : 23889 (java) S 23882 23884 23637 0 -1 64 9 0 2 0 0 0 0 0 16 0 12 0 193555770 1727016960 68116 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23884/tid=23890] ppid=23882 vsize=1686540 CPUtime=0
/proc/23884/task/23890/stat : 23890 (java) S 23882 23884 23637 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 193555773 1727016960 68116 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23884/tid=23891] ppid=23882 vsize=1686540 CPUtime=0.09
/proc/23884/task/23891/stat : 23891 (java) S 23882 23884 23637 0 -1 64 341 0 0 0 9 0 0 0 16 0 12 0 193555773 1727016960 68116 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23884/tid=23892] ppid=23882 vsize=1686540 CPUtime=0
/proc/23884/task/23892/stat : 23892 (java) S 23882 23884 23637 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 193555773 1727016960 68116 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23884/tid=23893] ppid=23882 vsize=1686540 CPUtime=0
/proc/23884/task/23893/stat : 23893 (java) S 23882 23884 23637 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 193555773 1727016960 68116 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23894] ppid=23882 vsize=1686540 CPUtime=0.01
/proc/23884/task/23894/stat : 23894 (java) S 23882 23884 23637 0 -1 64 70 0 0 0 0 1 0 0 18 0 12 0 193557265 1727016960 68116 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=23884/tid=23896] ppid=23882 vsize=1686540 CPUtime=0
/proc/23884/task/23896/stat : 23896 (java) S 23882 23884 23637 0 -1 64 38 0 0 0 0 0 0 0 18 0 12 0 193557268 1727016960 68116 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=23884/tid=23897] ppid=23882 vsize=1686540 CPUtime=0
/proc/23884/task/23897/stat : 23897 (java) S 23882 23884 23637 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 193557268 1727016960 68116 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 19.8
Current children cumulated vsize (KiB) 1690352

[startup+20.7027 s]
/proc/loadavg: 1.08 1.04 0.95 2/78 23897
/proc/meminfo: memFree=1565192/2055920 swapFree=4094796/4192956
[pid=23884] ppid=23882 vsize=1686540 CPUtime=14.97
/proc/23884/stat : 23884 (java) S 23882 23884 23637 0 -1 0 90213 0 84 0 1457 40 0 0 18 0 12 0 193555760 1727016960 68116 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23884/statm: 421635 68116 2165 9 0 416546 0
[pid=23895] ppid=23884 vsize=3976 CPUtime=5.63
/proc/23895/stat : 23895 (minisat) R 23884 23884 23637 0 -1 4194304 806 0 0 0 561 2 0 0 25 0 1 0 193557265 4071424 784 1992294400 134512640 135156773 4294956080 18446744073709551615 134537648 0 4 0 3 0 0 0 17 1 0 0
/proc/23895/statm: 994 784 72 157 0 834 0
[pid=23884/tid=23886] ppid=23882 vsize=1686540 CPUtime=8.69
/proc/23884/task/23886/stat : 23886 (java) S 23882 23884 23637 0 -1 64 5088 0 43 0 865 4 0 0 18 0 12 0 193555765 1727016960 68116 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23887] ppid=23882 vsize=1686540 CPUtime=6.12
/proc/23884/task/23887/stat : 23887 (java) S 23882 23884 23637 0 -1 64 83963 0 3 0 581 31 0 0 16 0 12 0 193555769 1727016960 68116 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23884/tid=23888] ppid=23882 vsize=1686540 CPUtime=0
/proc/23884/task/23888/stat : 23888 (java) S 23882 23884 23637 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 193555770 1727016960 68116 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23884/tid=23889] ppid=23882 vsize=1686540 CPUtime=0
/proc/23884/task/23889/stat : 23889 (java) S 23882 23884 23637 0 -1 64 9 0 2 0 0 0 0 0 16 0 12 0 193555770 1727016960 68116 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23884/tid=23890] ppid=23882 vsize=1686540 CPUtime=0
/proc/23884/task/23890/stat : 23890 (java) S 23882 23884 23637 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 193555773 1727016960 68116 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23884/tid=23891] ppid=23882 vsize=1686540 CPUtime=0.09
/proc/23884/task/23891/stat : 23891 (java) S 23882 23884 23637 0 -1 64 341 0 0 0 9 0 0 0 16 0 12 0 193555773 1727016960 68116 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23884/tid=23892] ppid=23882 vsize=1686540 CPUtime=0
/proc/23884/task/23892/stat : 23892 (java) S 23882 23884 23637 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 193555773 1727016960 68116 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23884/tid=23893] ppid=23882 vsize=1686540 CPUtime=0
/proc/23884/task/23893/stat : 23893 (java) S 23882 23884 23637 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 193555773 1727016960 68116 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23894] ppid=23882 vsize=1686540 CPUtime=0.01
/proc/23884/task/23894/stat : 23894 (java) S 23882 23884 23637 0 -1 64 70 0 0 0 0 1 0 0 18 0 12 0 193557265 1727016960 68116 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=23884/tid=23896] ppid=23882 vsize=1686540 CPUtime=0
/proc/23884/task/23896/stat : 23896 (java) S 23882 23884 23637 0 -1 64 38 0 0 0 0 0 0 0 18 0 12 0 193557268 1727016960 68116 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=23884/tid=23897] ppid=23882 vsize=1686540 CPUtime=0
/proc/23884/task/23897/stat : 23897 (java) S 23882 23884 23637 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 193557268 1727016960 68116 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.6
Current children cumulated vsize (KiB) 1690516

[startup+21.1028 s]
/proc/loadavg: 1.08 1.04 0.95 2/78 23897
/proc/meminfo: memFree=1565064/2055920 swapFree=4094796/4192956
[pid=23884] ppid=23882 vsize=1686540 CPUtime=20.99
/proc/23884/stat : 23884 (java) S 23882 23884 23637 0 -1 0 90341 814 84 0 1457 40 600 2 18 0 9 0 193555760 1727016960 68120 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23884/statm: 421635 68120 2166 9 0 416546 0
[pid=23884/tid=23886] ppid=23882 vsize=1686540 CPUtime=14.72
/proc/23884/task/23886/stat : 23886 (java) S 23882 23884 23637 0 -1 64 5130 814 43 0 866 4 600 2 16 0 9 0 193555765 1727016960 68120 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23884/tid=23887] ppid=23882 vsize=1686540 CPUtime=12.14
/proc/23884/task/23887/stat : 23887 (java) S 23882 23884 23637 0 -1 64 83968 814 3 0 581 31 600 2 16 0 9 0 193555769 1727016960 68120 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23884/tid=23888] ppid=23882 vsize=1686540 CPUtime=6.02
/proc/23884/task/23888/stat : 23888 (java) S 23882 23884 23637 0 -1 64 15 814 0 0 0 0 600 2 16 0 9 0 193555770 1727016960 68120 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23884/tid=23889] ppid=23882 vsize=1686540 CPUtime=6.02
/proc/23884/task/23889/stat : 23889 (java) S 23882 23884 23637 0 -1 64 9 814 2 0 0 0 600 2 16 0 9 0 193555770 1727016960 68120 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23884/tid=23890] ppid=23882 vsize=1686540 CPUtime=6.02
/proc/23884/task/23890/stat : 23890 (java) S 23882 23884 23637 0 -1 64 1 814 0 0 0 0 600 2 18 0 9 0 193555773 1727016960 68120 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23884/tid=23891] ppid=23882 vsize=1686540 CPUtime=6.12
/proc/23884/task/23891/stat : 23891 (java) S 23882 23884 23637 0 -1 64 412 814 0 0 10 0 600 2 16 0 9 0 193555773 1727016960 68120 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23884/tid=23892] ppid=23882 vsize=1686540 CPUtime=6.02
/proc/23884/task/23892/stat : 23892 (java) S 23882 23884 23637 0 -1 64 0 814 0 0 0 0 600 2 19 0 9 0 193555773 1727016960 68120 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23884/tid=23893] ppid=23882 vsize=1686540 CPUtime=6.02
/proc/23884/task/23893/stat : 23893 (java) S 23882 23884 23637 0 -1 64 5 814 0 0 0 0 600 2 15 0 9 0 193555773 1727016960 68120 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 20.99
Current children cumulated vsize (KiB) 1686540

Child status: 0
Real time (s): 21.1487
CPU time (s): 21.0398
CPU user time (s): 20.5769
CPU system time (s): 0.462929
CPU usage (%): 99.4851
Max. virtual memory (cumulated for all children) (KiB): 1706564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.5769
system time used= 0.462929
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 91184
page faults= 84
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1322
involuntary context switches= 539

runsolver used 0.025996 second user time and 0.06499 second system time

The end

Launcher Data

Begin job on node91 at 2009-06-17 19:26:19
IDJOB=1884590
IDBENCH=71972
IDSOLVER=688
FILE ID=node91/1884590-1245259579
PBS_JOBID= 9372373
Free space on /tmp= 66444 MiB

SOLVER NAME= BoolVar 2009-04-26
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT09/CRAFTED/ramseycube/Q3inK09.opb
COMMAND LINE= java -Xmx1500m -jar pb2cnfsolver.jar 6 BENCHNAME minisat %dimacs %var
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1884590-1245259579/watcher-1884590-1245259579 -o /tmp/evaluation-result-1884590-1245259579/solver-1884590-1245259579 -C 1800 -W 2000 -M 1800  java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1884590-1245259579.opb minisat %dimacs %var

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 60f6f1b8d77f9b12d95995e3f4ada108
RANDOM SEED=248546322

node91.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.261
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.261
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1850768 kB
Buffers:         15124 kB
Cached:          68988 kB
SwapCached:      91872 kB
Active:          35084 kB
Inactive:       142876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1850768 kB
SwapTotal:     4192956 kB
SwapFree:      4094796 kB
Dirty:            2160 kB
Writeback:           0 kB
Mapped:          15100 kB
Slab:            13068 kB
Committed_AS:   100812 kB
PageTables:       1364 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-1884590-1245259579.opb

Free space on /tmp at the end= 66444 MiB
End job on node91 at 2009-06-17 19:26:40