Trace number 339453

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
minisat SAT 2007 (with assertions)UNSAT 386.537 386.667

General information on the benchmark

Namecrafted/Difficult/contest05/jarvisalo/
mod2c-rand3bip-unsat-120-3.sat05-2340.reshuffled-07.cnf
MD5SUMb8ad54973e17f84e99bf9d2e7bc768ce
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark111.144
Satisfiable
(Un)Satisfiability was proved
Number of variables160
Number of clauses640
Sum of the clauses size2560
Maximum clause length4
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 4640
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	c This is MiniSat 2.0 (Feb 1 2007, SAT-Competition version)
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  160                                                  |
0.00/0.00	c |  Number of clauses:    640                                                  |
0.00/0.00	c |  Parsing time:         0.00         s                                       |
0.00/0.00	c ============================[ Search Statistics ]==============================
0.00/0.00	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.00	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.00	c ===============================================================================
0.00/0.00	c |         0 |      76      304     1216 |      101        0    nan |  0.000 % |
0.00/0.00	c |       101 |      76      304     1216 |      111      101     18 |  0.004 % |
0.00/0.00	c |       253 |      76      304     1216 |      122      172     13 |  0.004 % |
0.00/0.01	c |       478 |      76      304     1216 |      134      148     14 |  0.004 % |
0.00/0.01	c |       815 |      76      304     1216 |      148      153     13 |  0.004 % |
0.00/0.01	c |      1322 |      76      304     1216 |      163      117     12 |  0.004 % |
0.00/0.02	c |      2082 |      76      304     1216 |      179      108     11 |  0.004 % |
0.00/0.03	c |      3222 |      76      304     1216 |      197      206     13 |  0.004 % |
0.00/0.05	c |      4931 |      76      304     1216 |      217      172     13 |  0.004 % |
0.00/0.07	c |      7493 |      76      304     1216 |      238      145     11 |  0.004 % |
0.09/0.11	c |     11338 |      76      304     1216 |      262      198     12 |  0.004 % |
0.09/0.17	c |     17105 |      76      304     1216 |      289      228     15 |  0.004 % |
0.19/0.25	c |     25755 |      76      304     1216 |      318      298     14 |  0.004 % |
0.29/0.39	c |     38729 |      76      304     1216 |      349      241     12 |  0.004 % |
0.49/0.59	c |     58191 |      76      304     1216 |      384      234     11 |  0.004 % |
0.80/0.89	c |     87383 |      76      304     1216 |      423      405     14 |  0.004 % |
1.29/1.36	c |    131172 |      76      304     1216 |      465      425     13 |  0.004 % |
1.99/2.02	c |    196856 |      76      304     1216 |      512      483     11 |  0.004 % |
3.09/3.13	c |    295383 |      76      304     1216 |      563      389     14 |  0.004 % |
4.69/4.77	c |    443173 |      76      304     1216 |      619      534     12 |  0.004 % |
7.29/7.33	c |    664857 |      76      304     1216 |      681      473     12 |  0.004 % |
11.09/11.12	c |    997383 |      76      304     1216 |      749      542     12 |  0.004 % |
17.09/17.12	c |   1496172 |      76      304     1216 |      824      612     15 |  0.004 % |
26.29/26.35	c |   2244354 |      76      304     1216 |      907      438     12 |  0.004 % |
40.48/40.59	c |   3366628 |      76      304     1216 |      998      728     14 |  0.004 % |
63.37/63.42	c |   5050040 |      76      304     1216 |     1097      596     13 |  0.004 % |
97.36/97.48	c |   7575157 |      76      304     1216 |     1207      762     13 |  0.004 % |
151.14/151.22	c |  11362832 |      76      304     1216 |     1328      896     13 |  0.008 % |
233.91/234.09	c |  17044344 |      76      304     1216 |     1461     1225     13 |  0.012 % |
364.17/364.32	c |  25566614 |      73      280     1120 |     1607     1285     12 |  1.879 % |
386.46/386.66	c ===============================================================================
386.46/386.66	c restarts              : 30
386.46/386.66	c conflicts             : 27046614       (69974 /sec)
386.46/386.66	c decisions             : 42247460       (1.91 % random) (109302 /sec)
386.46/386.66	c propagations          : 217211322      (561965 /sec)
386.46/386.66	c conflict literals     : 385843092      (18.65 % deleted)
386.46/386.66	c Memory used           : 2.36 MB
386.46/386.66	c CPU time              : 386.521 s
386.46/386.66	c 
386.46/386.66	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node12/watcher-339453-1173705062 -o ROOT/results/node12/solver-339453-1173705062 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/339453-1173705062/minisat /tmp/evaluation/339453-1173705062/instance-339453-1173705062.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 1.00 1.21 3/77 14058
/proc/meminfo: memFree=1489456/2055920 swapFree=4156588/4192956
[pid=14058] ppid=14056 vsize=1884 CPUtime=0
/proc/14058/stat : 14058 (minisat) R 14056 14058 11202 0 -1 4194304 131 0 0 0 0 0 0 0 18 0 1 0 390460675 1929216 115 18446744073709551615 134512640 135078472 4294956720 18446744073709551615 134707275 0 0 4096 3 0 0 0 17 1 0 0
/proc/14058/statm: 471 116 71 138 0 330 0

[startup+0.09144 s]
/proc/loadavg: 0.99 1.00 1.21 3/77 14058
/proc/meminfo: memFree=1489456/2055920 swapFree=4156588/4192956
[pid=14058] ppid=14056 vsize=1884 CPUtime=0.08
/proc/14058/stat : 14058 (minisat) R 14056 14058 11202 0 -1 4194304 136 0 0 0 8 0 0 0 18 0 1 0 390460675 1929216 120 18446744073709551615 134512640 135078472 4294956720 18446744073709551615 134551790 0 0 4096 3 0 0 0 17 1 0 0
/proc/14058/statm: 471 120 73 138 0 330 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1884

[startup+0.101442 s]
/proc/loadavg: 0.99 1.00 1.21 3/77 14058
/proc/meminfo: memFree=1489456/2055920 swapFree=4156588/4192956
[pid=14058] ppid=14056 vsize=1884 CPUtime=0.09
/proc/14058/stat : 14058 (minisat) R 14056 14058 11202 0 -1 4194304 136 0 0 0 9 0 0 0 18 0 1 0 390460675 1929216 120 18446744073709551615 134512640 135078472 4294956720 18446744073709551615 134556460 0 0 4096 3 0 0 0 17 1 0 0
/proc/14058/statm: 471 120 73 138 0 330 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1884

[startup+0.301478 s]
/proc/loadavg: 0.99 1.00 1.21 3/77 14058
/proc/meminfo: memFree=1489456/2055920 swapFree=4156588/4192956
[pid=14058] ppid=14056 vsize=1884 CPUtime=0.29
/proc/14058/stat : 14058 (minisat) R 14056 14058 11202 0 -1 4194304 136 0 0 0 29 0 0 0 19 0 1 0 390460675 1929216 120 18446744073709551615 134512640 135078472 4294956720 18446744073709551615 134556382 0 0 4096 3 0 0 0 17 1 0 0
/proc/14058/statm: 471 120 73 138 0 330 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1884

[startup+0.70155 s]
/proc/loadavg: 0.99 1.00 1.21 3/77 14058
/proc/meminfo: memFree=1489456/2055920 swapFree=4156588/4192956
[pid=14058] ppid=14056 vsize=1884 CPUtime=0.69
/proc/14058/stat : 14058 (minisat) R 14056 14058 11202 0 -1 4194304 139 0 0 0 69 0 0 0 22 0 1 0 390460675 1929216 123 18446744073709551615 134512640 135078472 4294956720 18446744073709551615 134550713 0 0 4096 3 0 0 0 17 1 0 0
/proc/14058/statm: 471 123 73 138 0 330 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1884

[startup+1.50169 s]
/proc/loadavg: 0.99 1.00 1.21 2/78 14059
/proc/meminfo: memFree=1489192/2055920 swapFree=4156588/4192956
[pid=14058] ppid=14056 vsize=1884 CPUtime=1.49
/proc/14058/stat : 14058 (minisat) R 14056 14058 11202 0 -1 4194304 145 0 0 0 149 0 0 0 25 0 1 0 390460675 1929216 129 18446744073709551615 134512640 135078472 4294956720 18446744073709551615 134556354 0 0 4096 3 0 0 0 17 1 0 0
/proc/14058/statm: 471 129 73 138 0 330 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1884

[startup+3.10198 s]
/proc/loadavg: 0.99 1.00 1.21 2/78 14059
/proc/meminfo: memFree=1489064/2055920 swapFree=4156588/4192956
[pid=14058] ppid=14056 vsize=1884 CPUtime=3.09
/proc/14058/stat : 14058 (minisat) R 14056 14058 11202 0 -1 4194304 152 0 0 0 309 0 0 0 25 0 1 0 390460675 1929216 136 18446744073709551615 134512640 135078472 4294956720 18446744073709551615 134552341 0 0 4096 3 0 0 0 17 1 0 0
/proc/14058/statm: 471 136 73 138 0 330 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1884

[startup+6.30256 s]
/proc/loadavg: 0.99 1.00 1.21 2/78 14059
/proc/meminfo: memFree=1488936/2055920 swapFree=4156588/4192956
[pid=14058] ppid=14056 vsize=1884 CPUtime=6.29
/proc/14058/stat : 14058 (minisat) R 14056 14058 11202 0 -1 4194304 165 0 0 0 629 0 0 0 25 0 1 0 390460675 1929216 149 18446744073709551615 134512640 135078472 4294956720 18446744073709551615 134550554 0 0 4096 3 0 0 0 17 1 0 0
/proc/14058/statm: 471 149 73 138 0 330 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1884

[startup+12.7017 s]
/proc/loadavg: 0.99 1.00 1.20 2/78 14059
/proc/meminfo: memFree=1488808/2055920 swapFree=4156588/4192956
[pid=14058] ppid=14056 vsize=2016 CPUtime=12.69
/proc/14058/stat : 14058 (minisat) R 14056 14058 11202 0 -1 4194304 175 0 0 0 1269 0 0 0 25 0 1 0 390460675 2064384 159 18446744073709551615 134512640 135078472 4294956720 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/14058/statm: 504 159 73 138 0 363 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2016

[startup+25.502 s]
/proc/loadavg: 0.99 1.00 1.20 2/78 14059
/proc/meminfo: memFree=1488744/2055920 swapFree=4156588/4192956
[pid=14058] ppid=14056 vsize=2016 CPUtime=25.48
/proc/14058/stat : 14058 (minisat) R 14056 14058 11202 0 -1 4194304 191 0 0 0 2548 0 0 0 25 0 1 0 390460675 2064384 175 18446744073709551615 134512640 135078472 4294956720 18446744073709551615 134557300 0 0 4096 3 0 0 0 17 1 0 0
/proc/14058/statm: 504 175 73 138 0 363 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2016

[startup+51.1016 s]
/proc/loadavg: 0.99 1.00 1.19 2/78 14059
/proc/meminfo: memFree=1488680/2055920 swapFree=4156588/4192956
[pid=14058] ppid=14056 vsize=2148 CPUtime=51.08
/proc/14058/stat : 14058 (minisat) R 14056 14058 11202 0 -1 4194304 215 0 0 0 5108 0 0 0 25 0 1 0 390460675 2199552 199 18446744073709551615 134512640 135078472 4294956720 18446744073709551615 134550676 0 0 4096 3 0 0 0 17 1 0 0
/proc/14058/statm: 537 199 73 138 0 396 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2148

[startup+102.306 s]
/proc/loadavg: 0.99 1.00 1.18 2/78 14059
/proc/meminfo: memFree=1488552/2055920 swapFree=4156588/4192956
[pid=14058] ppid=14056 vsize=2280 CPUtime=102.26
/proc/14058/stat : 14058 (minisat) R 14056 14058 11202 0 -1 4194304 237 0 0 0 10226 0 0 0 25 0 1 0 390460675 2334720 221 18446744073709551615 134512640 135078472 4294956720 18446744073709551615 134556020 0 0 4096 3 0 0 0 17 1 0 0
/proc/14058/statm: 570 221 73 138 0 429 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 2280

[startup+162.302 s]
/proc/loadavg: 0.99 1.00 1.17 2/78 14059
/proc/meminfo: memFree=1488424/2055920 swapFree=4156588/4192956
[pid=14058] ppid=14056 vsize=2280 CPUtime=162.23
/proc/14058/stat : 14058 (minisat) R 14056 14058 11202 0 -1 4194304 264 0 0 0 16223 0 0 0 25 0 1 0 390460675 2334720 248 18446744073709551615 134512640 135078472 4294956720 18446744073709551615 134550717 0 0 4096 3 0 0 0 17 1 0 0
/proc/14058/statm: 570 248 73 138 0 429 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 2280

[startup+222.301 s]
/proc/loadavg: 0.99 1.00 1.16 2/78 14059
/proc/meminfo: memFree=1488424/2055920 swapFree=4156588/4192956
[pid=14058] ppid=14056 vsize=2412 CPUtime=222.21
/proc/14058/stat : 14058 (minisat) R 14056 14058 11202 0 -1 4194304 274 0 0 0 22221 0 0 0 25 0 1 0 390460675 2469888 258 18446744073709551615 134512640 135078472 4294956720 18446744073709551615 134550652 0 0 4096 3 0 0 0 17 1 0 0
/proc/14058/statm: 603 258 73 138 0 462 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 2412

[startup+282.301 s]
/proc/loadavg: 0.99 1.00 1.14 2/78 14059
/proc/meminfo: memFree=1488360/2055920 swapFree=4156588/4192956
[pid=14058] ppid=14056 vsize=2412 CPUtime=282.2
/proc/14058/stat : 14058 (minisat) R 14056 14058 11202 0 -1 4194304 279 0 0 0 28219 1 0 0 25 0 1 0 390460675 2469888 263 18446744073709551615 134512640 135078472 4294956720 18446744073709551615 134550713 0 0 4096 3 0 0 0 17 1 0 0
/proc/14058/statm: 603 263 73 138 0 462 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 2412

[startup+342.302 s]
/proc/loadavg: 0.99 1.00 1.13 2/78 14059
/proc/meminfo: memFree=1488296/2055920 swapFree=4156588/4192956
[pid=14058] ppid=14056 vsize=2412 CPUtime=342.18
/proc/14058/stat : 14058 (minisat) R 14056 14058 11202 0 -1 4194304 296 0 0 0 34217 1 0 0 25 0 1 0 390460675 2469888 280 18446744073709551615 134512640 135078472 4294956720 18446744073709551615 134556690 0 0 4096 3 0 0 0 17 1 0 0
/proc/14058/statm: 603 280 73 138 0 462 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 2412

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

[startup+358.302 s]
/proc/loadavg: 0.99 1.00 1.13 2/78 14059
/proc/meminfo: memFree=1488296/2055920 swapFree=4156588/4192956
[pid=14058] ppid=14056 vsize=2412 CPUtime=358.17
/proc/14058/stat : 14058 (minisat) R 14056 14058 11202 0 -1 4194304 296 0 0 0 35816 1 0 0 25 0 1 0 390460675 2469888 280 18446744073709551615 134512640 135078472 4294956720 18446744073709551615 134551025 0 0 4096 3 0 0 0 17 1 0 0
/proc/14058/statm: 603 280 73 138 0 462 0
Current children cumulated CPU time (s) 358.17
Current children cumulated vsize (KiB) 2412

[startup+371.101 s]
/proc/loadavg: 0.99 1.00 1.13 2/78 14059
/proc/meminfo: memFree=1488296/2055920 swapFree=4156588/4192956
[pid=14058] ppid=14056 vsize=2412 CPUtime=370.97
/proc/14058/stat : 14058 (minisat) R 14056 14058 11202 0 -1 4194304 296 0 0 0 37096 1 0 0 25 0 1 0 390460675 2469888 280 18446744073709551615 134512640 135078472 4294956720 18446744073709551615 134550726 0 0 4096 3 0 0 0 17 1 0 0
/proc/14058/statm: 603 280 73 138 0 462 0
Current children cumulated CPU time (s) 370.97
Current children cumulated vsize (KiB) 2412

[startup+377.501 s]
/proc/loadavg: 0.99 1.00 1.13 2/78 14059
/proc/meminfo: memFree=1488296/2055920 swapFree=4156588/4192956
[pid=14058] ppid=14056 vsize=2412 CPUtime=377.37
/proc/14058/stat : 14058 (minisat) R 14056 14058 11202 0 -1 4194304 296 0 0 0 37736 1 0 0 25 0 1 0 390460675 2469888 280 18446744073709551615 134512640 135078472 4294956720 18446744073709551615 134556309 0 0 4096 3 0 0 0 17 1 0 0
/proc/14058/statm: 603 280 73 138 0 462 0
Current children cumulated CPU time (s) 377.37
Current children cumulated vsize (KiB) 2412

[startup+380.702 s]
/proc/loadavg: 0.99 1.00 1.13 2/78 14059
/proc/meminfo: memFree=1488296/2055920 swapFree=4156588/4192956
[pid=14058] ppid=14056 vsize=2412 CPUtime=380.56
/proc/14058/stat : 14058 (minisat) R 14056 14058 11202 0 -1 4194304 296 0 0 0 38055 1 0 0 25 0 1 0 390460675 2469888 280 18446744073709551615 134512640 135078472 4294956720 18446744073709551615 134550624 0 0 4096 3 0 0 0 17 1 0 0
/proc/14058/statm: 603 280 73 138 0 462 0
Current children cumulated CPU time (s) 380.56
Current children cumulated vsize (KiB) 2412

[startup+383.905 s]
/proc/loadavg: 0.99 1.00 1.12 2/78 14059
/proc/meminfo: memFree=1488296/2055920 swapFree=4156588/4192956
[pid=14058] ppid=14056 vsize=2412 CPUtime=383.77
/proc/14058/stat : 14058 (minisat) R 14056 14058 11202 0 -1 4194304 296 0 0 0 38376 1 0 0 25 0 1 0 390460675 2469888 280 18446744073709551615 134512640 135078472 4294956720 18446744073709551615 134556670 0 0 4096 3 0 0 0 17 1 0 0
/proc/14058/statm: 603 280 73 138 0 462 0
Current children cumulated CPU time (s) 383.77
Current children cumulated vsize (KiB) 2412

[startup+385.502 s]
/proc/loadavg: 0.99 1.00 1.12 2/78 14059
/proc/meminfo: memFree=1488296/2055920 swapFree=4156588/4192956
[pid=14058] ppid=14056 vsize=2412 CPUtime=385.36
/proc/14058/stat : 14058 (minisat) R 14056 14058 11202 0 -1 4194304 296 0 0 0 38535 1 0 0 25 0 1 0 390460675 2469888 280 18446744073709551615 134512640 135078472 4294956720 18446744073709551615 134550642 0 0 4096 3 0 0 0 17 1 0 0
/proc/14058/statm: 603 280 73 138 0 462 0
Current children cumulated CPU time (s) 385.36
Current children cumulated vsize (KiB) 2412

[startup+386.302 s]
/proc/loadavg: 0.99 1.00 1.12 2/78 14059
/proc/meminfo: memFree=1488296/2055920 swapFree=4156588/4192956
[pid=14058] ppid=14056 vsize=2412 CPUtime=386.16
/proc/14058/stat : 14058 (minisat) R 14056 14058 11202 0 -1 4194304 296 0 0 0 38615 1 0 0 25 0 1 0 390460675 2469888 280 18446744073709551615 134512640 135078472 4294956720 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/14058/statm: 603 280 73 138 0 462 0
Current children cumulated CPU time (s) 386.16
Current children cumulated vsize (KiB) 2412

[startup+386.502 s]
/proc/loadavg: 0.99 1.00 1.12 2/78 14059
/proc/meminfo: memFree=1488296/2055920 swapFree=4156588/4192956
[pid=14058] ppid=14056 vsize=2412 CPUtime=386.36
/proc/14058/stat : 14058 (minisat) R 14056 14058 11202 0 -1 4194304 296 0 0 0 38635 1 0 0 25 0 1 0 390460675 2469888 280 18446744073709551615 134512640 135078472 4294956720 18446744073709551615 134549418 0 0 4096 3 0 0 0 17 1 0 0
/proc/14058/statm: 603 280 73 138 0 462 0
Current children cumulated CPU time (s) 386.36
Current children cumulated vsize (KiB) 2412

[startup+386.602 s]
/proc/loadavg: 0.99 1.00 1.12 2/78 14059
/proc/meminfo: memFree=1488296/2055920 swapFree=4156588/4192956
[pid=14058] ppid=14056 vsize=2412 CPUtime=386.46
/proc/14058/stat : 14058 (minisat) R 14056 14058 11202 0 -1 4194304 296 0 0 0 38645 1 0 0 25 0 1 0 390460675 2469888 280 18446744073709551615 134512640 135078472 4294956720 18446744073709551615 134556033 0 0 4096 3 0 0 0 17 1 0 0
/proc/14058/statm: 603 280 73 138 0 462 0
Current children cumulated CPU time (s) 386.46
Current children cumulated vsize (KiB) 2412

Child status: 0
Real time (s): 386.667
CPU time (s): 386.537
CPU user time (s): 386.521
CPU system time (s): 0.015997
CPU usage (%): 99.9664
Max. virtual memory (cumulated for all children) (KiB): 2412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 386.521
system time used= 0.015997
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 302
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7
involuntary context switches= 485

runsolver used 0.464929 second user time and 0.937857 second system time

The end

Launcher Data (download as text)

Begin job on node12 on Mon Mar 12 13:11:02 UTC 2007

IDJOB= 339453
IDBENCH= 24747
IDSOLVER= 109
FILE ID= node12/339453-1173705062

PBS_JOBID= 4101477

Free space on /tmp= 66286 MiB

SOLVER NAME= minisat SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/crafted/Difficult/contest05/jarvisalo/mod2c-rand3bip-unsat-120-3.sat05-2340.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/339453-1173705062/minisat /tmp/evaluation/339453-1173705062/instance-339453-1173705062.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node12/watcher-339453-1173705062 -o ROOT/results/node12/solver-339453-1173705062 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/339453-1173705062/minisat /tmp/evaluation/339453-1173705062/instance-339453-1173705062.cnf            

META MD5SUM SOLVER= 120abd248b069e44985635f055606c5a
MD5SUM BENCH=  b8ad54973e17f84e99bf9d2e7bc768ce

RANDOM SEED= 734412746

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.285
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.285
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:       1489800 kB
Buffers:         39764 kB
Cached:         432316 kB
SwapCached:      14596 kB
Active:         294340 kB
Inactive:       200516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1489800 kB
SwapTotal:     4192956 kB
SwapFree:      4156588 kB
Dirty:             896 kB
Writeback:           0 kB
Mapped:          29864 kB
Slab:            56792 kB
Committed_AS:  1731788 kB
PageTables:       1692 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66286 MiB

End job on node12 on Mon Mar 12 13:17:29 UTC 2007