Trace number 1884240

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-26UNSAT 63.7153 63.7357

General information on the benchmark

Name/PURE-SAT/SAT07/industrial/
babic/hsatv17/hsat_vc11813.opb
MD5SUM3eb766024b81b3e4b6fb2a9f903374a0
Bench CategoryPURE-SAT (instances containing only clauses)
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.97809
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables312579
Total number of constraints905106
Number of constraints which are clauses905106
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 constraint1
Maximum length of a constraint3
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

61.18/61.24	------------------------
61.18/61.25	Encoding : LINEAR, DIRECT, BDD, POLYW, GLOBC
61.18/61.25	Size : 0, 2325941, 0, 0, 35218
61.18/61.25	Count : 0, 869888, 0, 0, 35218
61.18/61.25	
61.18/61.25	Command line : minisat tmp.dimacs %var 
61.18/61.25	
61.18/61.25	------------------------
61.28/61.36	This is MiniSat 2.0 beta
61.28/61.36	WARNING: for repeatability, setting FPU to use double precision
61.28/61.36	============================[ Problem Statistics ]=============================
61.28/61.36	|                                                                             |
61.28/61.36	|  Number of variables:  312579                                               |
61.28/61.36	|  Number of clauses:    905106                                               |
62.17/62.27	|  Parsing time:         0.80         s                                       |
63.47/63.50	restarts              : 0
63.47/63.50	conflicts             : 0              (0 /sec)
63.47/63.50	decisions             : 0              ( nan % random) (0 /sec)
63.47/63.50	propagations          : 39332          (19610 /sec)
63.47/63.50	conflict literals     : 0              ( nan % deleted)
63.47/63.50	Memory used           : 116.60 MB
63.47/63.50	CPU time              : 2.00569 s
63.47/63.50	
63.47/63.50	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1884240-1245256209/watcher-1884240-1245256209 -o /tmp/evaluation-result-1884240-1245256209/solver-1884240-1245256209 -C 1800 -W 2000 -M 1800 java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1884240-1245256209.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: 0.92 1.00 0.88 3/64 21437
/proc/meminfo: memFree=1259808/2055920 swapFree=4191900/4192956
[pid=21437] ppid=21435 vsize=152 CPUtime=0
/proc/21437/stat : 21437 (java) D 21435 21437 21304 0 -1 0 41 0 0 0 0 0 0 0 19 0 1 0 193222038 155648 26 1992294400 134512640 134550932 4294956192 18446744073709551615 10588964 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/21437/statm: 38 26 19 9 0 4 0

[startup+0.0195931 s]
/proc/loadavg: 0.92 1.00 0.88 3/64 21437
/proc/meminfo: memFree=1259808/2055920 swapFree=4191900/4192956
[pid=21437] ppid=21435 vsize=11044 CPUtime=0.01
/proc/21437/stat : 21437 (java) S 21435 21437 21304 0 -1 0 873 0 1 0 0 1 0 0 18 0 2 0 193222038 11309056 610 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/21437/statm: 2761 610 309 9 0 1198 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 11044

[startup+0.101552 s]
/proc/loadavg: 0.92 1.00 0.88 3/64 21437
/proc/meminfo: memFree=1259808/2055920 swapFree=4191900/4192956
[pid=21437] ppid=21435 vsize=1685288 CPUtime=0.09
/proc/21437/stat : 21437 (java) S 21435 21437 21304 0 -1 0 4156 0 3 0 7 2 0 0 18 0 9 0 193222038 1725734912 3631 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21437/statm: 421322 3631 1333 9 0 416233 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1685288

[startup+0.301587 s]
/proc/loadavg: 0.92 1.00 0.88 3/64 21437
/proc/meminfo: memFree=1259808/2055920 swapFree=4191900/4192956
[pid=21437] ppid=21435 vsize=1685440 CPUtime=0.32
/proc/21437/stat : 21437 (java) S 21435 21437 21304 0 -1 0 6705 0 4 0 29 3 0 0 18 0 9 0 193222038 1725890560 6026 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21437/statm: 421360 6026 2154 9 0 416271 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1685440

[startup+0.701656 s]
/proc/loadavg: 0.92 1.00 0.88 3/64 21437
/proc/meminfo: memFree=1259808/2055920 swapFree=4191900/4192956
[pid=21437] ppid=21435 vsize=1685468 CPUtime=0.72
/proc/21437/stat : 21437 (java) S 21435 21437 21304 0 -1 0 8794 0 4 0 68 4 0 0 18 0 9 0 193222038 1725919232 7870 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21437/statm: 421367 7870 2154 9 0 416278 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 1685468

[startup+1.50299 s]
/proc/loadavg: 0.92 1.00 0.88 2/73 21446
/proc/meminfo: memFree=1229976/2055920 swapFree=4191900/4192956
[pid=21437] ppid=21435 vsize=1685468 CPUtime=1.52
/proc/21437/stat : 21437 (java) S 21435 21437 21304 0 -1 0 12828 0 4 0 145 7 0 0 18 0 9 0 193222038 1725919232 11408 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21437/statm: 421367 11408 2154 9 0 416278 0
[pid=21437/tid=21439] ppid=21435 vsize=1685468 CPUtime=0.92
/proc/21437/task/21439/stat : 21439 (java) R 21435 21437 21304 0 -1 64 2517 0 1 0 90 2 0 0 16 0 9 0 193222040 1725919232 11408 1992294400 134512640 134550932 4294956032 18446744073709551615 4126420606 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21437/tid=21440] ppid=21435 vsize=1685468 CPUtime=0.54
/proc/21437/task/21440/stat : 21440 (java) S 21435 21437 21304 0 -1 64 9291 0 3 0 50 4 0 0 15 0 9 0 193222041 1725919232 11408 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21441] ppid=21435 vsize=1685468 CPUtime=0
/proc/21437/task/21441/stat : 21441 (java) S 21435 21437 21304 0 -1 64 14 0 0 0 0 0 0 0 15 0 9 0 193222041 1725919232 11408 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21442] ppid=21435 vsize=1685468 CPUtime=0
/proc/21437/task/21442/stat : 21442 (java) S 21435 21437 21304 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 193222041 1725919232 11408 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21443] ppid=21435 vsize=1685468 CPUtime=0
/proc/21437/task/21443/stat : 21443 (java) S 21435 21437 21304 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 193222043 1725919232 11408 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21444] ppid=21435 vsize=1685468 CPUtime=0.04
/proc/21437/task/21444/stat : 21444 (java) S 21435 21437 21304 0 -1 64 287 0 0 0 4 0 0 0 15 0 9 0 193222043 1725919232 11408 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21445] ppid=21435 vsize=1685468 CPUtime=0
/proc/21437/task/21445/stat : 21445 (java) S 21435 21437 21304 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 193222043 1725919232 11408 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21446] ppid=21435 vsize=1685468 CPUtime=0
/proc/21437/task/21446/stat : 21446 (java) S 21435 21437 21304 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 193222043 1725919232 11408 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 1685468

[startup+3.10126 s]
/proc/loadavg: 0.92 1.00 0.88 2/73 21446
/proc/meminfo: memFree=1211608/2055920 swapFree=4191900/4192956
[pid=21437] ppid=21435 vsize=1685468 CPUtime=3.13
/proc/21437/stat : 21437 (java) S 21435 21437 21304 0 -1 0 21069 0 4 0 301 12 0 0 18 0 9 0 193222038 1725919232 18644 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21437/statm: 421367 18644 2154 9 0 416278 0
[pid=21437/tid=21439] ppid=21435 vsize=1685468 CPUtime=2
/proc/21437/task/21439/stat : 21439 (java) R 21435 21437 21304 0 -1 64 2826 0 1 0 196 4 0 0 17 0 9 0 193222040 1725919232 18644 1992294400 134512640 134550932 4294956032 18446744073709551615 4126360985 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21437/tid=21440] ppid=21435 vsize=1685468 CPUtime=1.07
/proc/21437/task/21440/stat : 21440 (java) S 21435 21437 21304 0 -1 64 17223 0 3 0 100 7 0 0 15 0 9 0 193222041 1725919232 18644 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21441] ppid=21435 vsize=1685468 CPUtime=0
/proc/21437/task/21441/stat : 21441 (java) S 21435 21437 21304 0 -1 64 14 0 0 0 0 0 0 0 15 0 9 0 193222041 1725919232 18644 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21442] ppid=21435 vsize=1685468 CPUtime=0
/proc/21437/task/21442/stat : 21442 (java) S 21435 21437 21304 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 193222041 1725919232 18644 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21443] ppid=21435 vsize=1685468 CPUtime=0
/proc/21437/task/21443/stat : 21443 (java) S 21435 21437 21304 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 193222043 1725919232 18644 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21444] ppid=21435 vsize=1685468 CPUtime=0.04
/proc/21437/task/21444/stat : 21444 (java) S 21435 21437 21304 0 -1 64 287 0 0 0 4 0 0 0 15 0 9 0 193222043 1725919232 18644 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21445] ppid=21435 vsize=1685468 CPUtime=0
/proc/21437/task/21445/stat : 21445 (java) S 21435 21437 21304 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 193222043 1725919232 18644 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21446] ppid=21435 vsize=1685468 CPUtime=0
/proc/21437/task/21446/stat : 21446 (java) S 21435 21437 21304 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 193222043 1725919232 18644 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.13
Current children cumulated vsize (KiB) 1685468

[startup+6.30283 s]
/proc/loadavg: 0.93 1.00 0.88 2/73 21446
/proc/meminfo: memFree=1145752/2055920 swapFree=4191900/4192956
[pid=21437] ppid=21435 vsize=1685468 CPUtime=6.33
/proc/21437/stat : 21437 (java) S 21435 21437 21304 0 -1 0 51348 0 4 0 609 24 0 0 18 0 9 0 193222038 1725919232 32792 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21437/statm: 421367 32792 2155 9 0 416278 0
[pid=21437/tid=21439] ppid=21435 vsize=1685468 CPUtime=3.62
/proc/21437/task/21439/stat : 21439 (java) R 21435 21437 21304 0 -1 64 4095 0 1 0 357 5 0 0 17 0 9 0 193222040 1725919232 32792 1992294400 134512640 134550932 4294956032 18446744073709551615 4126360787 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21437/tid=21440] ppid=21435 vsize=1685468 CPUtime=2.63
/proc/21437/task/21440/stat : 21440 (java) S 21435 21437 21304 0 -1 64 46230 0 3 0 246 17 0 0 16 0 9 0 193222041 1725919232 32792 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21441] ppid=21435 vsize=1685468 CPUtime=0
/proc/21437/task/21441/stat : 21441 (java) S 21435 21437 21304 0 -1 64 14 0 0 0 0 0 0 0 15 0 9 0 193222041 1725919232 32792 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21442] ppid=21435 vsize=1685468 CPUtime=0
/proc/21437/task/21442/stat : 21442 (java) S 21435 21437 21304 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 193222041 1725919232 32792 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21443] ppid=21435 vsize=1685468 CPUtime=0
/proc/21437/task/21443/stat : 21443 (java) S 21435 21437 21304 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 193222043 1725919232 32792 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21444] ppid=21435 vsize=1685468 CPUtime=0.05
/proc/21437/task/21444/stat : 21444 (java) S 21435 21437 21304 0 -1 64 290 0 0 0 5 0 0 0 15 0 9 0 193222043 1725919232 32792 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21445] ppid=21435 vsize=1685468 CPUtime=0
/proc/21437/task/21445/stat : 21445 (java) S 21435 21437 21304 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 193222043 1725919232 32792 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21446] ppid=21435 vsize=1685468 CPUtime=0
/proc/21437/task/21446/stat : 21446 (java) S 21435 21437 21304 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 193222043 1725919232 32792 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.33
Current children cumulated vsize (KiB) 1685468

[startup+12.7029 s]
/proc/loadavg: 0.93 1.00 0.88 2/73 21446
/proc/meminfo: memFree=1019608/2055920 swapFree=4191900/4192956
[pid=21437] ppid=21435 vsize=1685468 CPUtime=12.72
/proc/21437/stat : 21437 (java) S 21435 21437 21304 0 -1 0 93669 0 4 0 1230 42 0 0 18 0 9 0 193222038 1725919232 66068 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21437/statm: 421367 66070 2155 9 0 416278 0
[pid=21437/tid=21439] ppid=21435 vsize=1685468 CPUtime=7.29
/proc/21437/task/21439/stat : 21439 (java) S 21435 21437 21304 0 -1 64 5305 0 1 0 722 7 0 0 16 0 9 0 193222040 1725919232 66071 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21437/tid=21440] ppid=21435 vsize=1685468 CPUtime=5.35
/proc/21437/task/21440/stat : 21440 (java) R 21435 21437 21304 0 -1 64 87342 0 3 0 501 34 0 0 17 0 9 0 193222041 1725919232 66072 1992294400 134512640 134550932 4294956032 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21441] ppid=21435 vsize=1685468 CPUtime=0
/proc/21437/task/21441/stat : 21441 (java) S 21435 21437 21304 0 -1 64 14 0 0 0 0 0 0 0 15 0 9 0 193222041 1725919232 66074 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21442] ppid=21435 vsize=1685468 CPUtime=0
/proc/21437/task/21442/stat : 21442 (java) S 21435 21437 21304 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 193222041 1725919232 66075 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21443] ppid=21435 vsize=1685468 CPUtime=0
/proc/21437/task/21443/stat : 21443 (java) S 21435 21437 21304 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 193222043 1725919232 66076 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21444] ppid=21435 vsize=1685468 CPUtime=0.05
/proc/21437/task/21444/stat : 21444 (java) S 21435 21437 21304 0 -1 64 293 0 0 0 5 0 0 0 16 0 9 0 193222043 1725919232 66078 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21445] ppid=21435 vsize=1685468 CPUtime=0
/proc/21437/task/21445/stat : 21445 (java) S 21435 21437 21304 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 193222043 1725919232 66079 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21446] ppid=21435 vsize=1685468 CPUtime=0
/proc/21437/task/21446/stat : 21446 (java) S 21435 21437 21304 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 193222043 1725919232 66080 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 1685468

[startup+25.5012 s]
/proc/loadavg: 0.95 1.00 0.88 2/73 21446
/proc/meminfo: memFree=695640/2055920 swapFree=4191900/4192956
[pid=21437] ppid=21435 vsize=1711824 CPUtime=25.54
/proc/21437/stat : 21437 (java) S 21435 21437 21304 0 -1 0 188951 0 4 0 2473 81 0 0 18 0 9 0 193222038 1752907776 141825 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21437/statm: 427956 141825 2163 9 0 422867 0
[pid=21437/tid=21439] ppid=21435 vsize=1711824 CPUtime=13.41
/proc/21437/task/21439/stat : 21439 (java) S 21435 21437 21304 0 -1 64 7438 0 1 0 1331 10 0 0 16 0 9 0 193222040 1752907776 141825 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21437/tid=21440] ppid=21435 vsize=1711824 CPUtime=12
/proc/21437/task/21440/stat : 21440 (java) R 21435 21437 21304 0 -1 64 180434 0 3 0 1131 69 0 0 17 0 9 0 193222041 1752907776 141825 1992294400 134512640 134550932 4294956032 18446744073709551615 104188798 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21441] ppid=21435 vsize=1711824 CPUtime=0
/proc/21437/task/21441/stat : 21441 (java) S 21435 21437 21304 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 193222041 1752907776 141825 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21442] ppid=21435 vsize=1711824 CPUtime=0
/proc/21437/task/21442/stat : 21442 (java) S 21435 21437 21304 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 193222041 1752907776 141825 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21443] ppid=21435 vsize=1711824 CPUtime=0
/proc/21437/task/21443/stat : 21443 (java) S 21435 21437 21304 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 193222043 1752907776 141825 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21444] ppid=21435 vsize=1711824 CPUtime=0.1
/proc/21437/task/21444/stat : 21444 (java) S 21435 21437 21304 0 -1 64 346 0 0 0 10 0 0 0 15 0 9 0 193222043 1752907776 141825 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21445] ppid=21435 vsize=1711824 CPUtime=0
/proc/21437/task/21445/stat : 21445 (java) S 21435 21437 21304 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 193222043 1752907776 141825 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21446] ppid=21435 vsize=1711824 CPUtime=0
/proc/21437/task/21446/stat : 21446 (java) S 21435 21437 21304 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 193222043 1752907776 141825 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.54
Current children cumulated vsize (KiB) 1711824

[startup+51.1027 s]
/proc/loadavg: 0.96 1.00 0.88 2/73 21446
/proc/meminfo: memFree=154136/2055920 swapFree=4191900/4192956
[pid=21437] ppid=21435 vsize=1685572 CPUtime=51.11
/proc/21437/stat : 21437 (java) S 21435 21437 21304 0 -1 0 344871 0 4 0 4965 146 0 0 18 0 9 0 193222038 1726025728 280708 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21437/statm: 421393 280708 2163 9 0 416304 0
[pid=21437/tid=21439] ppid=21435 vsize=1685572 CPUtime=25.11
/proc/21437/task/21439/stat : 21439 (java) R 21435 21437 21304 0 -1 64 16510 0 1 0 2490 21 0 0 17 0 9 0 193222040 1726025728 280708 1992294400 134512640 134550932 4294956032 18446744073709551615 4126647207 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21437/tid=21440] ppid=21435 vsize=1685572 CPUtime=25.85
/proc/21437/task/21440/stat : 21440 (java) S 21435 21437 21304 0 -1 64 327278 0 3 0 2462 123 0 0 16 0 9 0 193222041 1726025728 280708 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21441] ppid=21435 vsize=1685572 CPUtime=0
/proc/21437/task/21441/stat : 21441 (java) S 21435 21437 21304 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 193222041 1726025728 280708 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21442] ppid=21435 vsize=1685572 CPUtime=0
/proc/21437/task/21442/stat : 21442 (java) S 21435 21437 21304 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 193222041 1726025728 280708 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21443] ppid=21435 vsize=1685572 CPUtime=0
/proc/21437/task/21443/stat : 21443 (java) S 21435 21437 21304 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 193222043 1726025728 280708 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21444] ppid=21435 vsize=1685572 CPUtime=0.11
/proc/21437/task/21444/stat : 21444 (java) S 21435 21437 21304 0 -1 64 350 0 0 0 11 0 0 0 15 0 9 0 193222043 1726025728 280708 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21445] ppid=21435 vsize=1685572 CPUtime=0
/proc/21437/task/21445/stat : 21445 (java) S 21435 21437 21304 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 193222043 1726025728 280708 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21446] ppid=21435 vsize=1685572 CPUtime=0
/proc/21437/task/21446/stat : 21446 (java) S 21435 21437 21304 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 193222043 1726025728 280708 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 1685572

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

[startup+57.5028 s]
/proc/loadavg: 0.97 1.00 0.88 2/73 21446
/proc/meminfo: memFree=16216/2055920 swapFree=4182028/4192956
[pid=21437] ppid=21435 vsize=1685572 CPUtime=57.49
/proc/21437/stat : 21437 (java) S 21435 21437 21304 0 -1 0 386971 0 4 0 5585 164 0 0 18 0 9 0 193222038 1726025728 322800 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21437/statm: 421393 322800 2163 9 0 416304 0
[pid=21437/tid=21439] ppid=21435 vsize=1685572 CPUtime=29.1
/proc/21437/task/21439/stat : 21439 (java) S 21435 21437 21304 0 -1 64 16518 0 1 0 2887 23 0 0 17 0 9 0 193222040 1726025728 322800 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21437/tid=21440] ppid=21435 vsize=1685572 CPUtime=28.25
/proc/21437/task/21440/stat : 21440 (java) R 21435 21437 21304 0 -1 64 369370 0 3 0 2686 139 0 0 16 0 9 0 193222041 1726025728 322800 1992294400 134512640 134550932 4294956032 18446744073709551615 102549376 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21441] ppid=21435 vsize=1685572 CPUtime=0
/proc/21437/task/21441/stat : 21441 (java) S 21435 21437 21304 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 193222041 1726025728 322800 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21442] ppid=21435 vsize=1685572 CPUtime=0
/proc/21437/task/21442/stat : 21442 (java) S 21435 21437 21304 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 193222041 1726025728 322800 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21443] ppid=21435 vsize=1685572 CPUtime=0
/proc/21437/task/21443/stat : 21443 (java) S 21435 21437 21304 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 193222043 1726025728 322800 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21444] ppid=21435 vsize=1685572 CPUtime=0.11
/proc/21437/task/21444/stat : 21444 (java) S 21435 21437 21304 0 -1 64 350 0 0 0 11 0 0 0 15 0 9 0 193222043 1726025728 322800 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21445] ppid=21435 vsize=1685572 CPUtime=0
/proc/21437/task/21445/stat : 21445 (java) S 21435 21437 21304 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 193222043 1726025728 322800 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21446] ppid=21435 vsize=1685572 CPUtime=0
/proc/21437/task/21446/stat : 21446 (java) S 21435 21437 21304 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 193222043 1726025728 322800 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 57.49
Current children cumulated vsize (KiB) 1685572

[startup+60.7013 s]
/proc/loadavg: 0.97 1.00 0.88 2/73 21446
/proc/meminfo: memFree=14936/2055920 swapFree=4182028/4192956
[pid=21437] ppid=21435 vsize=1685572 CPUtime=60.68
/proc/21437/stat : 21437 (java) S 21435 21437 21304 0 -1 0 410216 0 4 0 5893 175 0 0 18 0 9 0 193222038 1726025728 346042 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21437/statm: 421393 346042 2163 9 0 416304 0
[pid=21437/tid=21439] ppid=21435 vsize=1685572 CPUtime=31.05
/proc/21437/task/21439/stat : 21439 (java) R 21435 21437 21304 0 -1 64 16521 0 1 0 3080 25 0 0 17 0 9 0 193222040 1726025728 346042 1992294400 134512640 134550932 4294956032 18446744073709551615 4126462279 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21440] ppid=21435 vsize=1685572 CPUtime=29.5
/proc/21437/task/21440/stat : 21440 (java) S 21435 21437 21304 0 -1 64 392612 0 3 0 2801 149 0 0 17 0 9 0 193222041 1726025728 346042 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21441] ppid=21435 vsize=1685572 CPUtime=0
/proc/21437/task/21441/stat : 21441 (java) S 21435 21437 21304 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 193222041 1726025728 346042 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21442] ppid=21435 vsize=1685572 CPUtime=0
/proc/21437/task/21442/stat : 21442 (java) S 21435 21437 21304 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 193222041 1726025728 346042 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21443] ppid=21435 vsize=1685572 CPUtime=0
/proc/21437/task/21443/stat : 21443 (java) S 21435 21437 21304 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 193222043 1726025728 346042 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21444] ppid=21435 vsize=1685572 CPUtime=0.11
/proc/21437/task/21444/stat : 21444 (java) S 21435 21437 21304 0 -1 64 350 0 0 0 11 0 0 0 15 0 9 0 193222043 1726025728 346042 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21445] ppid=21435 vsize=1685572 CPUtime=0
/proc/21437/task/21445/stat : 21445 (java) S 21435 21437 21304 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 193222043 1726025728 346042 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21446] ppid=21435 vsize=1685572 CPUtime=0
/proc/21437/task/21446/stat : 21446 (java) S 21435 21437 21304 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 193222043 1726025728 346042 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 60.68
Current children cumulated vsize (KiB) 1685572

[startup+62.3026 s]
/proc/loadavg: 0.97 1.00 0.88 2/77 21450
/proc/meminfo: memFree=15224/2055920 swapFree=4182028/4192956
[pid=21437] ppid=21435 vsize=1686544 CPUtime=61.28
/proc/21437/stat : 21437 (java) S 21435 21437 21304 0 -1 0 416435 0 4 0 5944 184 0 0 18 0 12 0 193222038 1727021056 351996 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21437/statm: 421636 351996 2166 9 0 416547 0
[pid=21448] ppid=21437 vsize=96552 CPUtime=0.99
/proc/21448/stat : 21448 (minisat) R 21437 21437 21304 0 -1 4194304 21145 0 0 0 82 17 0 0 25 0 1 0 193228163 98869248 20857 1992294400 134512640 135156773 4294956080 18446744073709551615 134537664 0 4 0 3 0 0 0 17 0 0 0
/proc/21448/statm: 24138 20857 72 157 0 23978 0
[pid=21437/tid=21439] ppid=21435 vsize=1686544 CPUtime=31.27
/proc/21437/task/21439/stat : 21439 (java) S 21435 21437 21304 0 -1 64 16668 0 1 0 3102 25 0 0 16 0 12 0 193222040 1727021056 351996 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21437/tid=21440] ppid=21435 vsize=1686544 CPUtime=29.82
/proc/21437/task/21440/stat : 21440 (java) S 21435 21437 21304 0 -1 64 398555 0 3 0 2830 152 0 0 16 0 12 0 193222041 1727021056 351996 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21441] ppid=21435 vsize=1686544 CPUtime=0
/proc/21437/task/21441/stat : 21441 (java) S 21435 21437 21304 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 193222041 1727021056 351996 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21442] ppid=21435 vsize=1686544 CPUtime=0
/proc/21437/task/21442/stat : 21442 (java) S 21435 21437 21304 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 193222041 1727021056 351996 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21443] ppid=21435 vsize=1686544 CPUtime=0
/proc/21437/task/21443/stat : 21443 (java) S 21435 21437 21304 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 193222043 1727021056 351996 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21444] ppid=21435 vsize=1686544 CPUtime=0.11
/proc/21437/task/21444/stat : 21444 (java) S 21435 21437 21304 0 -1 64 350 0 0 0 11 0 0 0 15 0 12 0 193222043 1727021056 351996 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21445] ppid=21435 vsize=1686544 CPUtime=0
/proc/21437/task/21445/stat : 21445 (java) S 21435 21437 21304 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 193222043 1727021056 351996 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21446] ppid=21435 vsize=1686544 CPUtime=0
/proc/21437/task/21446/stat : 21446 (java) S 21435 21437 21304 0 -1 64 8 0 0 0 0 0 0 0 15 0 12 0 193222043 1727021056 351996 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21437/tid=21447] ppid=21435 vsize=1686544 CPUtime=0.04
/proc/21437/task/21447/stat : 21447 (java) S 21435 21437 21304 0 -1 64 73 0 0 0 0 4 0 0 16 0 12 0 193228163 1727021056 351996 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=21437/tid=21449] ppid=21435 vsize=1686544 CPUtime=0
/proc/21437/task/21449/stat : 21449 (java) S 21435 21437 21304 0 -1 64 37 0 0 0 0 0 0 0 16 0 12 0 193228175 1727021056 351996 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=21437/tid=21450] ppid=21435 vsize=1686544 CPUtime=0
/proc/21437/task/21450/stat : 21450 (java) S 21435 21437 21304 0 -1 64 12 0 0 0 0 0 0 0 17 0 12 0 193228175 1727021056 351996 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 62.27
Current children cumulated vsize (KiB) 1783096

[startup+63.1028 s]
/proc/loadavg: 0.97 1.00 0.88 3/77 21450
/proc/meminfo: memFree=16184/2055920 swapFree=4182028/4192956
[pid=21437] ppid=21435 vsize=1686544 CPUtime=61.28
/proc/21437/stat : 21437 (java) S 21435 21437 21304 0 -1 0 416435 0 4 0 5944 184 0 0 18 0 12 0 193222038 1727021056 351996 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21437/statm: 421636 351996 2166 9 0 416547 0
[pid=21448] ppid=21437 vsize=110148 CPUtime=1.79
/proc/21448/stat : 21448 (minisat) R 21437 21437 21304 0 -1 4194304 24803 0 0 0 161 18 0 0 25 0 1 0 193228163 112791552 24515 1992294400 134512640 135156773 4294956080 18446744073709551615 134710443 0 4 0 3 0 0 0 17 0 0 0
/proc/21448/statm: 27537 24515 72 157 0 27377 0
[pid=21437/tid=21439] ppid=21435 vsize=1686544 CPUtime=31.27
/proc/21437/task/21439/stat : 21439 (java) S 21435 21437 21304 0 -1 64 16668 0 1 0 3102 25 0 0 16 0 12 0 193222040 1727021056 351996 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21437/tid=21440] ppid=21435 vsize=1686544 CPUtime=29.82
/proc/21437/task/21440/stat : 21440 (java) S 21435 21437 21304 0 -1 64 398555 0 3 0 2830 152 0 0 16 0 12 0 193222041 1727021056 351996 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21441] ppid=21435 vsize=1686544 CPUtime=0
/proc/21437/task/21441/stat : 21441 (java) S 21435 21437 21304 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 193222041 1727021056 351996 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21442] ppid=21435 vsize=1686544 CPUtime=0
/proc/21437/task/21442/stat : 21442 (java) S 21435 21437 21304 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 193222041 1727021056 351996 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21443] ppid=21435 vsize=1686544 CPUtime=0
/proc/21437/task/21443/stat : 21443 (java) S 21435 21437 21304 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 193222043 1727021056 351996 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21444] ppid=21435 vsize=1686544 CPUtime=0.11
/proc/21437/task/21444/stat : 21444 (java) S 21435 21437 21304 0 -1 64 350 0 0 0 11 0 0 0 15 0 12 0 193222043 1727021056 351996 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21445] ppid=21435 vsize=1686544 CPUtime=0
/proc/21437/task/21445/stat : 21445 (java) S 21435 21437 21304 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 193222043 1727021056 351996 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21446] ppid=21435 vsize=1686544 CPUtime=0
/proc/21437/task/21446/stat : 21446 (java) S 21435 21437 21304 0 -1 64 8 0 0 0 0 0 0 0 15 0 12 0 193222043 1727021056 351996 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21437/tid=21447] ppid=21435 vsize=1686544 CPUtime=0.04
/proc/21437/task/21447/stat : 21447 (java) S 21435 21437 21304 0 -1 64 73 0 0 0 0 4 0 0 16 0 12 0 193228163 1727021056 351996 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=21437/tid=21449] ppid=21435 vsize=1686544 CPUtime=0
/proc/21437/task/21449/stat : 21449 (java) S 21435 21437 21304 0 -1 64 37 0 0 0 0 0 0 0 16 0 12 0 193228175 1727021056 351996 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=21437/tid=21450] ppid=21435 vsize=1686544 CPUtime=0
/proc/21437/task/21450/stat : 21450 (java) S 21435 21437 21304 0 -1 64 12 0 0 0 0 0 0 0 17 0 12 0 193228175 1727021056 351996 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 63.07
Current children cumulated vsize (KiB) 1796692

[startup+63.5028 s]
/proc/loadavg: 0.97 1.00 0.88 3/77 21450
/proc/meminfo: memFree=16184/2055920 swapFree=4182028/4192956
[pid=21437] ppid=21435 vsize=1686544 CPUtime=61.28
/proc/21437/stat : 21437 (java) S 21435 21437 21304 0 -1 0 416435 0 4 0 5944 184 0 0 18 0 12 0 193222038 1727021056 351996 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21437/statm: 421636 351996 2166 9 0 416547 0
[pid=21448] ppid=21437 vsize=119392 CPUtime=2.19
/proc/21448/stat : 21448 (minisat) R 21437 21437 21304 0 -1 4194304 26735 0 0 0 200 19 0 0 25 0 1 0 193228163 122257408 26447 1992294400 134512640 135156773 4294956080 18446744073709551615 134533555 0 4 0 3 0 0 0 17 0 0 0
/proc/21448/statm: 29848 26447 72 157 0 29688 0
[pid=21437/tid=21439] ppid=21435 vsize=1686544 CPUtime=31.27
/proc/21437/task/21439/stat : 21439 (java) S 21435 21437 21304 0 -1 64 16668 0 1 0 3102 25 0 0 16 0 12 0 193222040 1727021056 351996 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21437/tid=21440] ppid=21435 vsize=1686544 CPUtime=29.82
/proc/21437/task/21440/stat : 21440 (java) S 21435 21437 21304 0 -1 64 398555 0 3 0 2830 152 0 0 16 0 12 0 193222041 1727021056 351996 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21441] ppid=21435 vsize=1686544 CPUtime=0
/proc/21437/task/21441/stat : 21441 (java) S 21435 21437 21304 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 193222041 1727021056 351996 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21442] ppid=21435 vsize=1686544 CPUtime=0
/proc/21437/task/21442/stat : 21442 (java) S 21435 21437 21304 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 193222041 1727021056 351996 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21443] ppid=21435 vsize=1686544 CPUtime=0
/proc/21437/task/21443/stat : 21443 (java) S 21435 21437 21304 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 193222043 1727021056 351996 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21444] ppid=21435 vsize=1686544 CPUtime=0.11
/proc/21437/task/21444/stat : 21444 (java) S 21435 21437 21304 0 -1 64 350 0 0 0 11 0 0 0 15 0 12 0 193222043 1727021056 351996 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21445] ppid=21435 vsize=1686544 CPUtime=0
/proc/21437/task/21445/stat : 21445 (java) S 21435 21437 21304 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 193222043 1727021056 351996 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21446] ppid=21435 vsize=1686544 CPUtime=0
/proc/21437/task/21446/stat : 21446 (java) S 21435 21437 21304 0 -1 64 8 0 0 0 0 0 0 0 15 0 12 0 193222043 1727021056 351996 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21437/tid=21447] ppid=21435 vsize=1686544 CPUtime=0.04
/proc/21437/task/21447/stat : 21447 (java) S 21435 21437 21304 0 -1 64 73 0 0 0 0 4 0 0 16 0 12 0 193228163 1727021056 351996 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=21437/tid=21449] ppid=21435 vsize=1686544 CPUtime=0
/proc/21437/task/21449/stat : 21449 (java) S 21435 21437 21304 0 -1 64 37 0 0 0 0 0 0 0 16 0 12 0 193228175 1727021056 351996 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=21437/tid=21450] ppid=21435 vsize=1686544 CPUtime=0
/proc/21437/task/21450/stat : 21450 (java) S 21435 21437 21304 0 -1 64 12 0 0 0 0 0 0 0 17 0 12 0 193228175 1727021056 351996 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 63.47
Current children cumulated vsize (KiB) 1805936

[startup+63.7029 s]
/proc/loadavg: 0.97 1.00 0.88 2/66 21450
/proc/meminfo: memFree=1342208/2055920 swapFree=4182028/4192956
[pid=21437] ppid=21435 vsize=0 CPUtime=63.67
/proc/21437/stat : 21437 (java) Z 21435 21437 21304 0 -1 12 416525 26752 4 0 5945 201 200 21 16 0 2 0 193222038 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21437/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 63.67
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 63.7357
CPU time (s): 63.7153
CPU user time (s): 61.4567
CPU system time (s): 2.25866
CPU usage (%): 99.9679
Max. virtual memory (cumulated for all children) (KiB): 1805936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 61.4567
system time used= 2.25866
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 443277
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2230
involuntary context switches= 1231

runsolver used 0.073988 second user time and 0.205968 second system time

The end

Launcher Data

Begin job on node4 at 2009-06-17 18:30:11
IDJOB=1884240
IDBENCH=71937
IDSOLVER=688
FILE ID=node4/1884240-1245256209
PBS_JOBID= 9372449
Free space on /tmp= 66380 MiB

SOLVER NAME= BoolVar 2009-04-26
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT07/industrial/babic/hsatv17/hsat_vc11813.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-1884240-1245256209/watcher-1884240-1245256209 -o /tmp/evaluation-result-1884240-1245256209/solver-1884240-1245256209 -C 1800 -W 2000 -M 1800  java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1884240-1245256209.opb minisat %dimacs %var

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

MD5SUM BENCH= 3eb766024b81b3e4b6fb2a9f903374a0
RANDOM SEED=1188872776

node4.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.259
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.259
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:       1260288 kB
Buffers:         75256 kB
Cached:         621076 kB
SwapCached:        260 kB
Active:         140512 kB
Inactive:       569136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1260288 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           31580 kB
Writeback:           0 kB
Mapped:          21808 kB
Slab:            72012 kB
Committed_AS:   162504 kB
PageTables:       1472 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-1884240-1245256209.opb

Free space on /tmp at the end= 66376 MiB
End job on node4 at 2009-06-17 18:31:15