Trace number 305262

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
barcelogic 2007-02-08? (exit code) 857.177 890.587

General information on the benchmark

Namerandom/LargeSize/3SAT/v16000/
unif-k3-r4.2-v16000-c67200-S1415445307-13.cnf
MD5SUM532ec8d121b791b638eeecfaf862b136
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables16000
Number of clauses67200
Sum of the clauses size201600
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 367200
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	c Parsing...
0.00/0.08	c ==============================================================================
0.00/0.08	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.08	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.08	c ==============================================================================
0.00/0.08	c |         0 |   67200   201600 |   20159       0        0     nan |  0.000 % |
0.00/0.23	c |         0 |   66750   202802 |      --       0       --      -- |     --   | -450/1202
0.00/0.23	c ==============================================================================
0.00/0.23	c Result  :   #vars: 15588   #clauses: 66750   #literals: 202802
0.00/0.23	c CPU time:   0.215967 s
0.00/0.23	c ==============================================================================
857.10/889.36	/tmp/evaluation/305262-1172075280/Barcelogic: line 42: 16186 Segmentation fault      (core dumped) $BS $TMP.cnf >$TMP.result

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node13/watcher-305262-1172075280 -o ROOT/results/node13/solver-305262-1172075280 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/305262-1172075280/Barcelogic /tmp/evaluation/305262-1172075280/instance-305262-1172075280.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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: 1.00 1.00 1.00 2/77 16180
/proc/meminfo: memFree=1446208/2055920 swapFree=4192812/4192956
[pid=16180] ppid=16178 vsize=5352 CPUtime=0
/proc/16180/stat : 16180 (Barcelogic) S 16178 16180 15051 0 -1 4194304 274 0 0 0 0 0 0 0 18 0 1 0 227482492 5480448 232 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 269757415506 0 0 4100 65536 18446744071563648864 0 0 17 1 0 0
/proc/16180/statm: 1338 232 195 169 0 49 0
[pid=16181] ppid=16180 vsize=5352 CPUtime=0
/proc/16181/stat : 16181 (Barcelogic) R 16180 16180 15051 0 -1 4194368 54 188 0 0 0 0 0 0 20 0 1 0 227482492 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 269756852723 0 65536 4096 65538 0 0 0 17 1 0 0
/proc/16181/statm: 1338 236 198 169 0 49 0

[startup+0.107805 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 16180
/proc/meminfo: memFree=1446208/2055920 swapFree=4192812/4192956
[pid=16180] ppid=16178 vsize=5352 CPUtime=0
/proc/16180/stat : 16180 (Barcelogic) S 16178 16180 15051 0 -1 4194304 308 252 0 0 0 0 0 0 18 0 1 0 227482492 5480448 235 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16180/statm: 1338 235 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.515848 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 16180
/proc/meminfo: memFree=1446208/2055920 swapFree=4192812/4192956
[pid=16180] ppid=16178 vsize=5352 CPUtime=0.32
/proc/16180/stat : 16180 (Barcelogic) S 16178 16180 15051 0 -1 4194304 332 2291 0 0 0 0 30 2 16 0 1 0 227482492 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16180/statm: 1338 236 197 169 0 49 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 5352

[startup+1.33696 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 16186
/proc/meminfo: memFree=1431024/2055920 swapFree=4192812/4192956
[pid=16180] ppid=16178 vsize=5352 CPUtime=0.32
/proc/16180/stat : 16180 (Barcelogic) S 16178 16180 15051 0 -1 4194304 332 2291 0 0 0 0 30 2 16 0 1 0 227482492 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16180/statm: 1338 236 197 169 0 49 0
[pid=16186] ppid=16180 vsize=1475292 CPUtime=1
/proc/16186/stat : 16186 (bsat) R 16180 16180 15051 0 -1 4194304 3936 0 0 0 99 1 0 0 25 0 1 0 227482525 1510699008 3684 18446744073709551615 134512640 135463285 4294956784 18446744073709551615 134517808 0 0 4096 0 0 0 0 17 1 0 0
/proc/16186/statm: 368823 3684 81 232 0 368588 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 1480644

[startup+2.98118 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 16186
/proc/meminfo: memFree=1426352/2055920 swapFree=4192812/4192956
[pid=16180] ppid=16178 vsize=5352 CPUtime=0.32
/proc/16180/stat : 16180 (Barcelogic) S 16178 16180 15051 0 -1 4194304 332 2291 0 0 0 0 30 2 16 0 1 0 227482492 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16180/statm: 1338 236 197 169 0 49 0
[pid=16186] ppid=16180 vsize=1475292 CPUtime=2.64
/proc/16186/stat : 16186 (bsat) R 16180 16180 15051 0 -1 4194304 5593 0 0 0 262 2 0 0 25 0 1 0 227482525 1510699008 5341 18446744073709551615 134512640 135463285 4294956784 18446744073709551615 134529786 0 0 4096 0 0 0 0 17 1 0 0
/proc/16186/statm: 368823 5341 81 232 0 368588 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 1480644

[startup+6.26161 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 16186
/proc/meminfo: memFree=1411056/2055920 swapFree=4192812/4192956
[pid=16180] ppid=16178 vsize=5352 CPUtime=0.32
/proc/16180/stat : 16180 (Barcelogic) S 16178 16180 15051 0 -1 4194304 332 2291 0 0 0 0 30 2 16 0 1 0 227482492 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16180/statm: 1338 236 197 169 0 49 0
[pid=16186] ppid=16180 vsize=1475292 CPUtime=5.92
/proc/16186/stat : 16186 (bsat) R 16180 16180 15051 0 -1 4194304 9213 0 0 0 587 5 0 0 25 0 1 0 227482525 1510699008 8961 18446744073709551615 134512640 135463285 4294956784 18446744073709551615 134540209 0 0 4096 0 0 0 0 17 1 0 0
/proc/16186/statm: 368823 8961 81 232 0 368588 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 1480644

[startup+12.7245 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 16186
/proc/meminfo: memFree=1384240/2055920 swapFree=4192812/4192956
[pid=16180] ppid=16178 vsize=5352 CPUtime=0.32
/proc/16180/stat : 16180 (Barcelogic) S 16178 16180 15051 0 -1 4194304 332 2291 0 0 0 0 30 2 16 0 1 0 227482492 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16180/statm: 1338 236 197 169 0 49 0
[pid=16186] ppid=16180 vsize=1475292 CPUtime=12.38
/proc/16186/stat : 16186 (bsat) R 16180 16180 15051 0 -1 4194304 15607 0 0 0 1229 9 0 0 25 0 1 0 227482525 1510699008 15355 18446744073709551615 134512640 135463285 4294956784 18446744073709551615 134561991 0 0 4096 0 0 0 0 17 1 0 0
/proc/16186/statm: 368823 15355 81 232 0 368588 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 1480644

[startup+25.5322 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 16186
/proc/meminfo: memFree=1334832/2055920 swapFree=4192812/4192956
[pid=16180] ppid=16178 vsize=5352 CPUtime=0.32
/proc/16180/stat : 16180 (Barcelogic) S 16178 16180 15051 0 -1 4194304 332 2291 0 0 0 0 30 2 16 0 1 0 227482492 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16180/statm: 1338 236 197 169 0 49 0
[pid=16186] ppid=16180 vsize=1475292 CPUtime=25.19
/proc/16186/stat : 16186 (bsat) R 16180 16180 15051 0 -1 4194304 28261 0 0 0 2503 16 0 0 25 0 1 0 227482525 1510699008 28008 18446744073709551615 134512640 135463285 4294956784 18446744073709551615 134529786 0 0 4096 0 0 0 0 17 1 0 0
/proc/16186/statm: 368823 28009 81 232 0 368588 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 1480644

[startup+51.1616 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 16186
/proc/meminfo: memFree=1244720/2055920 swapFree=4192812/4192956
[pid=16180] ppid=16178 vsize=5352 CPUtime=0.32
/proc/16180/stat : 16180 (Barcelogic) S 16178 16180 15051 0 -1 4194304 332 2291 0 0 0 0 30 2 16 0 1 0 227482492 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16180/statm: 1338 236 197 169 0 49 0
[pid=16186] ppid=16180 vsize=1475292 CPUtime=50.81
/proc/16186/stat : 16186 (bsat) R 16180 16180 15051 0 -1 4194304 50415 0 0 0 5052 29 0 0 25 0 1 0 227482525 1510699008 50162 18446744073709551615 134512640 135463285 4294956784 18446744073709551615 134518175 0 0 4096 0 0 0 0 17 1 0 0
/proc/16186/statm: 368823 50162 81 232 0 368588 0
Current children cumulated CPU time (s) 51.13
Current children cumulated vsize (KiB) 1480644

[startup+102.415 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 16186
/proc/meminfo: memFree=1050992/2055920 swapFree=4192812/4192956
[pid=16180] ppid=16178 vsize=5352 CPUtime=0.32
/proc/16180/stat : 16180 (Barcelogic) S 16178 16180 15051 0 -1 4194304 332 2291 0 0 0 0 30 2 16 0 1 0 227482492 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16180/statm: 1338 236 197 169 0 49 0
[pid=16186] ppid=16180 vsize=1475292 CPUtime=102.04
/proc/16186/stat : 16186 (bsat) R 16180 16180 15051 0 -1 4194304 99411 0 0 0 10144 60 0 0 25 0 1 0 227482525 1510699008 99158 18446744073709551615 134512640 135463285 4294956784 18446744073709551615 134518821 0 0 4096 0 0 0 0 17 1 0 0
/proc/16186/statm: 368823 99159 81 232 0 368588 0
Current children cumulated CPU time (s) 102.36
Current children cumulated vsize (KiB) 1480644

[startup+162.487 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 16186
/proc/meminfo: memFree=828656/2055920 swapFree=4192812/4192956
[pid=16180] ppid=16178 vsize=5352 CPUtime=0.32
/proc/16180/stat : 16180 (Barcelogic) S 16178 16180 15051 0 -1 4194304 332 2291 0 0 0 0 30 2 16 0 1 0 227482492 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16180/statm: 1338 236 197 169 0 49 0
[pid=16186] ppid=16180 vsize=1475292 CPUtime=162.09
/proc/16186/stat : 16186 (bsat) R 16180 16180 15051 0 -1 4194304 154009 0 0 0 16117 92 0 0 25 0 1 0 227482525 1510699008 153756 18446744073709551615 134512640 135463285 4294956784 18446744073709551615 134531524 0 0 4096 0 0 0 0 17 1 0 0
/proc/16186/statm: 368823 153756 81 232 0 368588 0
Current children cumulated CPU time (s) 162.41
Current children cumulated vsize (KiB) 1480644

[startup+222.562 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 16186
/proc/meminfo: memFree=633776/2055920 swapFree=4192812/4192956
[pid=16180] ppid=16178 vsize=5352 CPUtime=0.32
/proc/16180/stat : 16180 (Barcelogic) S 16178 16180 15051 0 -1 4194304 332 2291 0 0 0 0 30 2 16 0 1 0 227482492 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16180/statm: 1338 236 197 169 0 49 0
[pid=16186] ppid=16180 vsize=1475292 CPUtime=222.16
/proc/16186/stat : 16186 (bsat) R 16180 16180 15051 0 -1 4194304 202962 0 0 0 22092 124 0 0 25 0 1 0 227482525 1510699008 202709 18446744073709551615 134512640 135463285 4294956784 18446744073709551615 134529852 0 0 4096 0 0 0 0 17 1 0 0
/proc/16186/statm: 368823 202709 81 232 0 368588 0
Current children cumulated CPU time (s) 222.48
Current children cumulated vsize (KiB) 1480644

[startup+282.635 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 16186
/proc/meminfo: memFree=433904/2055920 swapFree=4192812/4192956
[pid=16180] ppid=16178 vsize=5352 CPUtime=0.32
/proc/16180/stat : 16180 (Barcelogic) S 16178 16180 15051 0 -1 4194304 332 2291 0 0 0 0 30 2 16 0 1 0 227482492 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16180/statm: 1338 236 197 169 0 49 0
[pid=16186] ppid=16180 vsize=1475292 CPUtime=282.22
/proc/16186/stat : 16186 (bsat) R 16180 16180 15051 0 -1 4194304 253167 0 0 0 28066 156 0 0 25 0 1 0 227482525 1510699008 252914 18446744073709551615 134512640 135463285 4294956784 18446744073709551615 134529786 0 0 4096 0 0 0 0 17 1 0 0
/proc/16186/statm: 368823 252914 81 232 0 368588 0
Current children cumulated CPU time (s) 282.54
Current children cumulated vsize (KiB) 1480644

[startup+342.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 16186
/proc/meminfo: memFree=230704/2055920 swapFree=4192812/4192956
[pid=16180] ppid=16178 vsize=5352 CPUtime=0.32
/proc/16180/stat : 16180 (Barcelogic) S 16178 16180 15051 0 -1 4194304 332 2291 0 0 0 0 30 2 16 0 1 0 227482492 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16180/statm: 1338 236 197 169 0 49 0
[pid=16186] ppid=16180 vsize=1475292 CPUtime=342.27
/proc/16186/stat : 16186 (bsat) R 16180 16180 15051 0 -1 4194304 303987 0 0 0 34039 188 0 0 25 0 1 0 227482525 1510699008 303734 18446744073709551615 134512640 135463285 4294956784 18446744073709551615 134518821 0 0 4096 0 0 0 0 17 1 0 0
/proc/16186/statm: 368823 303734 81 232 0 368588 0
Current children cumulated CPU time (s) 342.59
Current children cumulated vsize (KiB) 1480644

[startup+402.784 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 16186
/proc/meminfo: memFree=49904/2055920 swapFree=4192812/4192956
[pid=16180] ppid=16178 vsize=5352 CPUtime=0.32
/proc/16180/stat : 16180 (Barcelogic) S 16178 16180 15051 0 -1 4194304 332 2291 0 0 0 0 30 2 16 0 1 0 227482492 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16180/statm: 1338 236 197 169 0 49 0
[pid=16186] ppid=16180 vsize=1475292 CPUtime=402.33
/proc/16186/stat : 16186 (bsat) R 16180 16180 15051 0 -1 4194304 348385 0 0 0 40014 219 0 0 25 0 1 0 227482525 1510699008 348132 18446744073709551615 134512640 135463285 4294956784 18446744073709551615 134518105 0 0 4096 0 0 0 0 17 1 0 0
/proc/16186/statm: 368823 348132 81 232 0 368588 0
Current children cumulated CPU time (s) 402.65
Current children cumulated vsize (KiB) 1480644

[startup+462.857 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 16186
/proc/meminfo: memFree=16048/2055920 swapFree=4192812/4192956
[pid=16180] ppid=16178 vsize=5352 CPUtime=0.32
/proc/16180/stat : 16180 (Barcelogic) S 16178 16180 15051 0 -1 4194304 332 2291 0 0 0 0 30 2 16 0 1 0 227482492 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16180/statm: 1338 236 197 169 0 49 0
[pid=16186] ppid=16180 vsize=1475436 CPUtime=462.39
/proc/16186/stat : 16186 (bsat) R 16180 16180 15051 0 -1 4194304 368206 0 0 0 46007 232 0 0 25 0 1 0 227482525 1510846464 367620 18446744073709551615 134512640 135463285 4294956784 18446744073709551615 134531497 0 0 4096 0 0 0 0 17 1 0 0
/proc/16186/statm: 368859 367620 108 232 0 368624 0
Current children cumulated CPU time (s) 462.71
Current children cumulated vsize (KiB) 1480788

[startup+522.924 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 16186
/proc/meminfo: memFree=16048/2055920 swapFree=4192812/4192956
[pid=16180] ppid=16178 vsize=5352 CPUtime=0.32
/proc/16180/stat : 16180 (Barcelogic) S 16178 16180 15051 0 -1 4194304 332 2291 0 0 0 0 30 2 16 0 1 0 227482492 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16180/statm: 1338 236 197 169 0 49 0
[pid=16186] ppid=16180 vsize=1475436 CPUtime=522.43
/proc/16186/stat : 16186 (bsat) R 16180 16180 15051 0 -1 4194304 368206 0 0 0 52011 232 0 0 25 0 1 0 227482525 1510846464 367620 18446744073709551615 134512640 135463285 4294956784 18446744073709551615 134540812 0 0 4096 0 0 0 0 17 1 0 0
/proc/16186/statm: 368859 367620 108 232 0 368624 0
Current children cumulated CPU time (s) 522.75
Current children cumulated vsize (KiB) 1480788

[startup+582.993 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 16186
/proc/meminfo: memFree=16048/2055920 swapFree=4192812/4192956
[pid=16180] ppid=16178 vsize=5352 CPUtime=0.32
/proc/16180/stat : 16180 (Barcelogic) S 16178 16180 15051 0 -1 4194304 332 2291 0 0 0 0 30 2 16 0 1 0 227482492 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16180/statm: 1338 236 197 169 0 49 0
[pid=16186] ppid=16180 vsize=1475436 CPUtime=582.49
/proc/16186/stat : 16186 (bsat) R 16180 16180 15051 0 -1 4194304 368211 0 0 0 58016 233 0 0 25 0 1 0 227482525 1510846464 367625 18446744073709551615 134512640 135463285 4294956784 18446744073709551615 134518099 0 0 4096 0 0 0 0 17 1 0 0
/proc/16186/statm: 368859 367625 108 232 0 368624 0
Current children cumulated CPU time (s) 582.81
Current children cumulated vsize (KiB) 1480788

[startup+643.063 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 16186
/proc/meminfo: memFree=16048/2055920 swapFree=4192812/4192956
[pid=16180] ppid=16178 vsize=5352 CPUtime=0.32
/proc/16180/stat : 16180 (Barcelogic) S 16178 16180 15051 0 -1 4194304 332 2291 0 0 0 0 30 2 16 0 1 0 227482492 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16180/statm: 1338 236 197 169 0 49 0
[pid=16186] ppid=16180 vsize=1475436 CPUtime=642.53
/proc/16186/stat : 16186 (bsat) R 16180 16180 15051 0 -1 4194304 368250 0 0 0 64020 233 0 0 25 0 1 0 227482525 1510846464 367664 18446744073709551615 134512640 135463285 4294956784 18446744073709551615 134518595 0 0 4096 0 0 0 0 17 1 0 0
/proc/16186/statm: 368859 367664 108 232 0 368624 0
Current children cumulated CPU time (s) 642.85
Current children cumulated vsize (KiB) 1480788

[startup+703.134 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 16186
/proc/meminfo: memFree=15920/2055920 swapFree=4192812/4192956
[pid=16180] ppid=16178 vsize=5352 CPUtime=0.32
/proc/16180/stat : 16180 (Barcelogic) S 16178 16180 15051 0 -1 4194304 332 2291 0 0 0 0 30 2 16 0 1 0 227482492 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16180/statm: 1338 236 197 169 0 49 0
[pid=16186] ppid=16180 vsize=1475436 CPUtime=702.59
/proc/16186/stat : 16186 (bsat) R 16180 16180 15051 0 -1 4194304 368284 0 0 0 70025 234 0 0 25 0 1 0 227482525 1510846464 367698 18446744073709551615 134512640 135463285 4294956784 18446744073709551615 134518059 0 0 4096 0 0 0 0 17 1 0 0
/proc/16186/statm: 368859 367698 108 232 0 368624 0
Current children cumulated CPU time (s) 702.91
Current children cumulated vsize (KiB) 1480788

[startup+763.202 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 16186
/proc/meminfo: memFree=15728/2055920 swapFree=4192812/4192956
[pid=16180] ppid=16178 vsize=5352 CPUtime=0.32
/proc/16180/stat : 16180 (Barcelogic) S 16178 16180 15051 0 -1 4194304 332 2291 0 0 0 0 30 2 16 0 1 0 227482492 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16180/statm: 1338 236 197 169 0 49 0
[pid=16186] ppid=16180 vsize=1475436 CPUtime=762.64
/proc/16186/stat : 16186 (bsat) R 16180 16180 15051 0 -1 4194304 368319 0 0 0 76030 234 0 0 25 0 1 0 227482525 1510846464 367733 18446744073709551615 134512640 135463285 4294956784 18446744073709551615 134517278 0 0 4096 0 0 0 0 17 1 0 0
/proc/16186/statm: 368859 367733 108 232 0 368624 0
Current children cumulated CPU time (s) 762.96
Current children cumulated vsize (KiB) 1480788

[startup+823.276 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 16188
/proc/meminfo: memFree=15664/2055920 swapFree=4192812/4192956
[pid=16180] ppid=16178 vsize=5352 CPUtime=0.32
/proc/16180/stat : 16180 (Barcelogic) S 16178 16180 15051 0 -1 4194304 332 2291 0 0 0 0 30 2 16 0 1 0 227482492 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16180/statm: 1338 236 197 169 0 49 0
[pid=16186] ppid=16180 vsize=1475436 CPUtime=822.7
/proc/16186/stat : 16186 (bsat) R 16180 16180 15051 0 -1 4194304 368356 0 0 0 82035 235 0 0 25 0 1 0 227482525 1510846464 367770 18446744073709551615 134512640 135463285 4294956784 18446744073709551615 134540812 0 0 4096 0 0 0 0 17 1 0 0
/proc/16186/statm: 368859 367770 108 232 0 368624 0
Current children cumulated CPU time (s) 823.02
Current children cumulated vsize (KiB) 1480788

[startup+883.372 s]
/proc/loadavg: 1.64 1.16 1.05 1/79 16188
/proc/meminfo: memFree=13424/2055920 swapFree=4192812/4192956
[pid=16180] ppid=16178 vsize=5352 CPUtime=0.32
/proc/16180/stat : 16180 (Barcelogic) S 16178 16180 15051 0 -1 4194304 332 2291 0 0 0 0 30 2 16 0 1 0 227482492 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16180/statm: 1338 236 197 169 0 49 0
[pid=16186] ppid=16180 vsize=1475436 CPUtime=856.5
/proc/16186/stat : 16186 (bsat) D 16180 16180 15051 0 -1 4195840 368700 0 0 0 84702 948 0 0 18 0 1 0 227482525 1510846464 368041 18446744073709551615 134512640 135463285 4294956784 18446744073709551615 134518037 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/16186/statm: 368859 368041 108 232 0 368624 0
Current children cumulated CPU time (s) 856.82
Current children cumulated vsize (KiB) 1480788

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

[startup+885.739 s]
/proc/loadavg: 1.64 1.16 1.05 1/79 16188
/proc/meminfo: memFree=17968/2055920 swapFree=4192812/4192956
[pid=16180] ppid=16178 vsize=5352 CPUtime=0.32
/proc/16180/stat : 16180 (Barcelogic) S 16178 16180 15051 0 -1 4194304 332 2291 0 0 0 0 30 2 16 0 1 0 227482492 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16180/statm: 1338 236 197 169 0 49 0
[pid=16186] ppid=16180 vsize=1475436 CPUtime=856.5
/proc/16186/stat : 16186 (bsat) D 16180 16180 15051 0 -1 4195840 368700 0 0 0 84702 948 0 0 18 0 1 0 227482525 1510846464 368041 18446744073709551615 134512640 135463285 4294956784 18446744073709551615 134518037 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/16186/statm: 368859 368041 108 232 0 368624 0
Current children cumulated CPU time (s) 856.82
Current children cumulated vsize (KiB) 1480788

[startup+889.015 s]
/proc/loadavg: 1.75 1.19 1.06 1/79 16188
/proc/meminfo: memFree=22640/2055920 swapFree=4192812/4192956
[pid=16180] ppid=16178 vsize=5352 CPUtime=0.32
/proc/16180/stat : 16180 (Barcelogic) S 16178 16180 15051 0 -1 4194304 332 2291 0 0 0 0 30 2 16 0 1 0 227482492 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16180/statm: 1338 236 197 169 0 49 0
[pid=16186] ppid=16180 vsize=1475436 CPUtime=856.5
/proc/16186/stat : 16186 (bsat) D 16180 16180 15051 0 -1 4195840 368700 0 0 0 84702 948 0 0 18 0 1 0 227482525 1510846464 368041 18446744073709551615 134512640 135463285 4294956784 18446744073709551615 134518037 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/16186/statm: 368859 368041 108 232 0 368624 0
Current children cumulated CPU time (s) 856.82
Current children cumulated vsize (KiB) 1480788

[startup+889.836 s]
/proc/loadavg: 1.75 1.19 1.06 1/79 16189
/proc/meminfo: memFree=1489840/2055920 swapFree=4192812/4192956
[pid=16180] ppid=16178 vsize=5356 CPUtime=857.15
/proc/16180/stat : 16180 (Barcelogic) S 16178 16180 15051 0 -1 4194304 361 371611 0 0 0 0 84732 983 17 0 1 0 227482492 5484544 242 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16180/statm: 1339 242 201 169 0 50 0
[pid=16189] ppid=16180 vsize=144 CPUtime=0
/proc/16189/stat : 16189 (rm) D 16180 16180 15051 0 -1 4194304 37 0 1 0 0 0 0 0 18 0 1 0 227571437 147456 22 18446744073709551615 4194304 4227748 548682069360 18446744073709551615 269754628140 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/16189/statm: 36 22 16 8 0 3 0
Current children cumulated CPU time (s) 857.15
Current children cumulated vsize (KiB) 5500

[startup+890.244 s]
/proc/loadavg: 1.75 1.19 1.06 1/79 16189
/proc/meminfo: memFree=1489840/2055920 swapFree=4192812/4192956
[pid=16180] ppid=16178 vsize=5356 CPUtime=857.15
/proc/16180/stat : 16180 (Barcelogic) S 16178 16180 15051 0 -1 4194304 361 371611 0 0 0 0 84732 983 17 0 1 0 227482492 5484544 242 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16180/statm: 1339 242 201 169 0 50 0
[pid=16189] ppid=16180 vsize=2536 CPUtime=0
/proc/16189/stat : 16189 (rm) D 16180 16180 15051 0 -1 4194304 110 0 5 0 0 0 0 0 18 0 1 0 227571437 2596864 91 18446744073709551615 4194304 4227748 548682069360 18446744073709551615 269757420585 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/16189/statm: 634 91 73 8 0 42 0
Current children cumulated CPU time (s) 857.15
Current children cumulated vsize (KiB) 7892

[startup+890.448 s]
/proc/loadavg: 1.75 1.19 1.06 1/79 16189
/proc/meminfo: memFree=1489840/2055920 swapFree=4192812/4192956
[pid=16180] ppid=16178 vsize=5356 CPUtime=857.15
/proc/16180/stat : 16180 (Barcelogic) S 16178 16180 15051 0 -1 4194304 361 371611 0 0 0 0 84732 983 17 0 1 0 227482492 5484544 242 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16180/statm: 1339 242 201 169 0 50 0
[pid=16189] ppid=16180 vsize=2536 CPUtime=0
/proc/16189/stat : 16189 (rm) D 16180 16180 15051 0 -1 4194304 110 0 5 0 0 0 0 0 18 0 1 0 227571437 2596864 91 18446744073709551615 4194304 4227748 548682069360 18446744073709551615 269757420585 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/16189/statm: 634 91 73 8 0 42 0
Current children cumulated CPU time (s) 857.15
Current children cumulated vsize (KiB) 7892

[startup+890.55 s]
/proc/loadavg: 1.75 1.19 1.06 1/79 16189
/proc/meminfo: memFree=1489840/2055920 swapFree=4192812/4192956
[pid=16180] ppid=16178 vsize=5356 CPUtime=857.15
/proc/16180/stat : 16180 (Barcelogic) S 16178 16180 15051 0 -1 4194304 361 371611 0 0 0 0 84732 983 17 0 1 0 227482492 5484544 242 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16180/statm: 1339 242 201 169 0 50 0
[pid=16189] ppid=16180 vsize=2536 CPUtime=0
/proc/16189/stat : 16189 (rm) D 16180 16180 15051 0 -1 4194304 110 0 5 0 0 0 0 0 18 0 1 0 227571437 2596864 91 18446744073709551615 4194304 4227748 548682069360 18446744073709551615 269757420585 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/16189/statm: 634 91 73 8 0 42 0
Current children cumulated CPU time (s) 857.15
Current children cumulated vsize (KiB) 7892

Child status: 139
Real time (s): 890.587
CPU time (s): 857.177
CPU user time (s): 847.329
CPU system time (s): 9.8475
CPU usage (%): 96.2485
Max. virtual memory (cumulated for all children) (KiB): 1482112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 847.329
system time used= 9.8475
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 372094
page faults= 5
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 218
involuntary context switches= 17854

runsolver used 0.874867 second user time and 2.29265 second system time

The end

Launcher Data (download as text)

Begin job on node13 on Wed Feb 21 16:28:00 UTC 2007

IDJOB= 305262
IDBENCH= 20152
IDSOLVER= 122
FILE ID= node13/305262-1172075280

PBS_JOBID= 3865298

Free space on /tmp= 66541 MiB

SOLVER NAME= barcelogic 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/3SAT/v16000/unif-k3-r4.2-v16000-c67200-S1415445307-13.cnf
COMMAND LINE= /tmp/evaluation/305262-1172075280/Barcelogic /tmp/evaluation/305262-1172075280/instance-305262-1172075280.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node13/watcher-305262-1172075280 -o ROOT/results/node13/solver-305262-1172075280 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/305262-1172075280/Barcelogic /tmp/evaluation/305262-1172075280/instance-305262-1172075280.cnf            

META MD5SUM SOLVER= 543870ed8fcecafe9ec15dfb146dc18f
MD5SUM BENCH=  532ec8d121b791b638eeecfaf862b136

RANDOM SEED= 412335691

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node13.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.236
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.236
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:       1446680 kB
Buffers:         54048 kB
Cached:         420728 kB
SwapCached:          0 kB
Active:         203992 kB
Inactive:       325200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1446680 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3068 kB
Writeback:           0 kB
Mapped:          73288 kB
Slab:            65560 kB
Committed_AS:  1003068 kB
PageTables:       1744 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= 65102 MiB

End job on node13 on Wed Feb 21 16:42:52 UTC 2007