Trace number 347546

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 Fixed 2007-04-13? (TO) 1200.02 1200.61

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k45.cnf
MD5SUM8a76c8add64173ae39149aae572a02d9
Bench CategoryINDUST (industrial 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 variables37432
Number of clauses147345
Sum of the clauses size401667
Maximum clause length37
Minimum clause length1
Number of clauses of size 1603
Number of clauses of size 269621
Number of clauses of size 371450
Number of clauses of size 4266
Number of clauses of size 5505
Number of clauses of size over 54900

Solver Data (download as text)

0.00/0.00	c Parsing...
0.08/0.15	c ==============================================================================
0.08/0.15	c |           |     ORIGINAL     |              LEARNT              |          |
0.08/0.15	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.08/0.15	c ==============================================================================
0.08/0.15	c |         0 |  146742   401064 |   44022       0        0     nan |  0.000 % |
0.79/0.87	c |         0 |  115375   420177 |      --       0       --      -- |     --   | -29465/24802
0.79/0.87	c ==============================================================================
0.79/0.87	c Result  :   #vars: 15837   #clauses: 115375   #literals: 420177
0.79/0.87	c CPU time:   0.817875 s
0.79/0.87	c ==============================================================================

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node42/watcher-347546-1176681644 -o ROOT/results/node42/solver-347546-1176681644 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/347546-1176681644/Barcelogic /tmp/evaluation/347546-1176681644/instance-347546-1176681644.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.95 0.96 0.97 3/64 10396
/proc/meminfo: memFree=1809968/2055920 swapFree=4184540/4192956
[pid=10396] ppid=10394 vsize=5352 CPUtime=0
/proc/10396/stat : 10396 (Barcelogic) R 10394 10396 9816 0 -1 4194304 289 252 0 0 0 0 0 0 18 0 1 0 116076281 5480448 235 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 259415141023 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/10396/statm: 1338 235 197 169 0 49 0
[pid=10400] ppid=10396 vsize=688 CPUtime=0
/proc/10400/stat : 10400 (SatELite_releas) R 10396 10396 9816 0 -1 4194304 68 0 0 0 0 0 0 0 18 0 1 0 116076282 704512 52 18446744073709551615 134512640 135037961 4294956560 18446744073709551615 134698925 0 0 4096 3 0 0 0 17 1 0 0
/proc/10400/statm: 172 52 43 128 0 41 0

[startup+0.0656331 s]
/proc/loadavg: 0.95 0.96 0.97 3/64 10396
/proc/meminfo: memFree=1809968/2055920 swapFree=4184540/4192956
[pid=10396] ppid=10394 vsize=5352 CPUtime=0
/proc/10396/stat : 10396 (Barcelogic) S 10394 10396 9816 0 -1 4194304 308 252 0 0 0 0 0 0 18 0 1 0 116076281 5480448 235 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10396/statm: 1338 235 197 169 0 49 0
[pid=10400] ppid=10396 vsize=6136 CPUtime=0.04
/proc/10400/stat : 10400 (SatELite_releas) R 10396 10396 9816 0 -1 4194304 1426 0 0 0 4 0 0 0 19 0 1 0 116076282 6283264 1410 18446744073709551615 134512640 135037961 4294956560 18446744073709551615 134547804 0 0 4096 3 0 0 0 17 1 0 0
/proc/10400/statm: 1534 1410 46 128 0 1403 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 11488

[startup+0.102639 s]
/proc/loadavg: 0.95 0.96 0.97 3/64 10396
/proc/meminfo: memFree=1809968/2055920 swapFree=4184540/4192956
[pid=10396] ppid=10394 vsize=5352 CPUtime=0
/proc/10396/stat : 10396 (Barcelogic) S 10394 10396 9816 0 -1 4194304 308 252 0 0 0 0 0 0 18 0 1 0 116076281 5480448 235 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10396/statm: 1338 235 197 169 0 49 0
[pid=10400] ppid=10396 vsize=10320 CPUtime=0.08
/proc/10400/stat : 10400 (SatELite_releas) R 10396 10396 9816 0 -1 4194304 2321 0 0 0 7 1 0 0 19 0 1 0 116076282 10567680 2305 18446744073709551615 134512640 135037961 4294956560 18446744073709551615 134698925 0 0 4096 3 0 0 0 17 1 0 0
/proc/10400/statm: 2580 2305 46 128 0 2449 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 15672

[startup+0.302676 s]
/proc/loadavg: 0.95 0.96 0.97 3/64 10396
/proc/meminfo: memFree=1809968/2055920 swapFree=4184540/4192956
[pid=10396] ppid=10394 vsize=5352 CPUtime=0
/proc/10396/stat : 10396 (Barcelogic) S 10394 10396 9816 0 -1 4194304 308 252 0 0 0 0 0 0 18 0 1 0 116076281 5480448 235 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10396/statm: 1338 235 197 169 0 49 0
[pid=10400] ppid=10396 vsize=22508 CPUtime=0.28
/proc/10400/stat : 10400 (SatELite_releas) R 10396 10396 9816 0 -1 4194304 5036 0 0 0 25 3 0 0 21 0 1 0 116076282 23048192 4663 18446744073709551615 134512640 135037961 4294956560 18446744073709551615 134538600 0 0 4096 3 0 0 0 17 1 0 0
/proc/10400/statm: 5627 4663 66 128 0 5496 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 27860

[startup+0.701753 s]
/proc/loadavg: 0.95 0.96 0.97 3/64 10396
/proc/meminfo: memFree=1809968/2055920 swapFree=4184540/4192956
[pid=10396] ppid=10394 vsize=5352 CPUtime=0
/proc/10396/stat : 10396 (Barcelogic) S 10394 10396 9816 0 -1 4194304 308 252 0 0 0 0 0 0 18 0 1 0 116076281 5480448 235 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10396/statm: 1338 235 197 169 0 49 0
[pid=10400] ppid=10396 vsize=25668 CPUtime=0.69
/proc/10400/stat : 10400 (SatELite_releas) R 10396 10396 9816 0 -1 4194304 5889 0 0 0 65 4 0 0 25 0 1 0 116076282 26284032 5444 18446744073709551615 134512640 135037961 4294956560 18446744073709551615 134567646 0 0 4096 3 0 0 0 17 1 0 0
/proc/10400/statm: 6417 5444 66 128 0 6286 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31020

[startup+1.5019 s]
/proc/loadavg: 0.95 0.96 0.97 2/66 10401
/proc/meminfo: memFree=1783968/2055920 swapFree=4184540/4192956
[pid=10396] ppid=10394 vsize=5352 CPUtime=1.04
/proc/10396/stat : 10396 (Barcelogic) S 10394 10396 9816 0 -1 4194304 334 6623 0 0 0 0 98 6 16 0 1 0 116076281 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10396/statm: 1338 237 197 169 0 49 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 5352

[startup+3.10121 s]
/proc/loadavg: 0.95 0.96 0.97 2/66 10402
/proc/meminfo: memFree=1789472/2055920 swapFree=4184540/4192956
[pid=10396] ppid=10394 vsize=5352 CPUtime=1.04
/proc/10396/stat : 10396 (Barcelogic) S 10394 10396 9816 0 -1 4194304 334 6623 0 0 0 0 98 6 16 0 1 0 116076281 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10396/statm: 1338 237 197 169 0 49 0
[pid=10402] ppid=10396 vsize=1475460 CPUtime=2.04
/proc/10402/stat : 10402 (bsat) R 10396 10396 9816 0 -1 4194304 4820 0 0 0 202 2 0 0 25 0 1 0 116076386 1510871040 4564 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134553091 0 0 4096 0 0 0 0 17 1 0 0
/proc/10402/statm: 368865 4564 84 232 0 368630 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1480812

[startup+6.30182 s]
/proc/loadavg: 0.95 0.96 0.97 2/66 10402
/proc/meminfo: memFree=1781864/2055920 swapFree=4184540/4192956
[pid=10396] ppid=10394 vsize=5352 CPUtime=1.04
/proc/10396/stat : 10396 (Barcelogic) S 10394 10396 9816 0 -1 4194304 334 6623 0 0 0 0 98 6 16 0 1 0 116076281 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10396/statm: 1338 237 197 169 0 49 0
[pid=10402] ppid=10396 vsize=1475460 CPUtime=5.24
/proc/10402/stat : 10402 (bsat) R 10396 10396 9816 0 -1 4194304 6616 0 0 0 520 4 0 0 25 0 1 0 116076386 1510871040 6360 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134529786 0 0 4096 0 0 0 0 17 1 0 0
/proc/10402/statm: 368865 6360 84 232 0 368630 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1480812

[startup+12.701 s]
/proc/loadavg: 0.95 0.96 0.97 2/66 10402
/proc/meminfo: memFree=1769392/2055920 swapFree=4184540/4192956
[pid=10396] ppid=10394 vsize=5352 CPUtime=1.04
/proc/10396/stat : 10396 (Barcelogic) S 10394 10396 9816 0 -1 4194304 334 6623 0 0 0 0 98 6 16 0 1 0 116076281 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10396/statm: 1338 237 197 169 0 49 0
[pid=10402] ppid=10396 vsize=1475460 CPUtime=11.63
/proc/10402/stat : 10402 (bsat) R 10396 10396 9816 0 -1 4194304 9514 0 0 0 1157 6 0 0 25 0 1 0 116076386 1510871040 9258 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134518225 0 0 4096 0 0 0 0 17 1 0 0
/proc/10402/statm: 368865 9258 84 232 0 368630 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 1480812

[startup+25.5025 s]
/proc/loadavg: 0.96 0.96 0.97 2/72 10474
/proc/meminfo: memFree=1747432/2055920 swapFree=4184540/4192956
[pid=10396] ppid=10394 vsize=5352 CPUtime=1.04
/proc/10396/stat : 10396 (Barcelogic) S 10394 10396 9816 0 -1 4194304 334 6623 0 0 0 0 98 6 16 0 1 0 116076281 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10396/statm: 1338 237 197 169 0 49 0
[pid=10402] ppid=10396 vsize=1475460 CPUtime=24.4
/proc/10402/stat : 10402 (bsat) R 10396 10396 9816 0 -1 4194304 14524 0 0 0 2428 12 0 0 25 0 1 0 116076386 1510871040 14268 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134519653 0 0 4096 0 0 0 0 17 1 0 0
/proc/10402/statm: 368865 14268 84 232 0 368630 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 1480812

[startup+51.1023 s]
/proc/loadavg: 0.98 0.96 0.97 2/72 10566
/proc/meminfo: memFree=1701544/2055920 swapFree=4184540/4192956
[pid=10396] ppid=10394 vsize=5352 CPUtime=1.04
/proc/10396/stat : 10396 (Barcelogic) S 10394 10396 9816 0 -1 4194304 334 6623 0 0 0 0 98 6 16 0 1 0 116076281 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10396/statm: 1338 237 197 169 0 49 0
[pid=10402] ppid=10396 vsize=1475460 CPUtime=49.92
/proc/10402/stat : 10402 (bsat) R 10396 10396 9816 0 -1 4194304 26220 0 0 0 4970 22 0 0 25 0 1 0 116076386 1510871040 25963 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134542363 0 0 4096 0 0 0 0 17 1 0 0
/proc/10402/statm: 368865 25964 84 232 0 368630 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 1480812

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 10600
/proc/meminfo: memFree=1633648/2055920 swapFree=4184540/4192956
[pid=10396] ppid=10394 vsize=5352 CPUtime=1.04
/proc/10396/stat : 10396 (Barcelogic) S 10394 10396 9816 0 -1 4194304 334 6623 0 0 0 0 98 6 16 0 1 0 116076281 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10396/statm: 1338 237 197 169 0 49 0
[pid=10402] ppid=10396 vsize=1475600 CPUtime=101.08
/proc/10402/stat : 10402 (bsat) R 10396 10396 9816 0 -1 4194304 43483 0 0 0 10076 32 0 0 25 0 1 0 116076386 1511014400 42806 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134517801 0 0 4096 0 0 0 0 17 1 0 0
/proc/10402/statm: 368900 42806 94 232 0 368665 0
Current children cumulated CPU time (s) 102.12
Current children cumulated vsize (KiB) 1480952

[startup+162.303 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 10600
/proc/meminfo: memFree=1633648/2055920 swapFree=4184540/4192956
[pid=10396] ppid=10394 vsize=5352 CPUtime=1.04
/proc/10396/stat : 10396 (Barcelogic) S 10394 10396 9816 0 -1 4194304 334 6623 0 0 0 0 98 6 16 0 1 0 116076281 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10396/statm: 1338 237 197 169 0 49 0
[pid=10402] ppid=10396 vsize=1475600 CPUtime=161.06
/proc/10402/stat : 10402 (bsat) R 10396 10396 9816 0 -1 4194304 43483 0 0 0 16074 32 0 0 25 0 1 0 116076386 1511014400 42806 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134540812 0 0 4096 0 0 0 0 17 1 0 0
/proc/10402/statm: 368900 42806 94 232 0 368665 0
Current children cumulated CPU time (s) 162.1
Current children cumulated vsize (KiB) 1480952

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 10600
/proc/meminfo: memFree=1610608/2055920 swapFree=4184540/4192956
[pid=10396] ppid=10394 vsize=5352 CPUtime=1.04
/proc/10396/stat : 10396 (Barcelogic) S 10394 10396 9816 0 -1 4194304 334 6623 0 0 0 0 98 6 16 0 1 0 116076281 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10396/statm: 1338 237 197 169 0 49 0
[pid=10402] ppid=10396 vsize=1475600 CPUtime=221.03
/proc/10402/stat : 10402 (bsat) R 10396 10396 9816 0 -1 4194304 49563 0 0 0 22067 36 0 0 25 0 1 0 116076386 1511014400 48535 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134517801 0 0 4096 0 0 0 0 17 1 0 0
/proc/10402/statm: 368900 48535 94 232 0 368665 0
Current children cumulated CPU time (s) 222.07
Current children cumulated vsize (KiB) 1480952

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 10600
/proc/meminfo: memFree=1610608/2055920 swapFree=4184540/4192956
[pid=10396] ppid=10394 vsize=5352 CPUtime=1.04
/proc/10396/stat : 10396 (Barcelogic) S 10394 10396 9816 0 -1 4194304 334 6623 0 0 0 0 98 6 16 0 1 0 116076281 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10396/statm: 1338 237 197 169 0 49 0
[pid=10402] ppid=10396 vsize=1475600 CPUtime=281.01
/proc/10402/stat : 10402 (bsat) R 10396 10396 9816 0 -1 4194304 49563 0 0 0 28065 36 0 0 25 0 1 0 116076386 1511014400 48535 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134534366 0 0 4096 0 0 0 0 17 1 0 0
/proc/10402/statm: 368900 48535 94 232 0 368665 0
Current children cumulated CPU time (s) 282.05
Current children cumulated vsize (KiB) 1480952

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 10600
/proc/meminfo: memFree=1610672/2055920 swapFree=4184540/4192956
[pid=10396] ppid=10394 vsize=5352 CPUtime=1.04
/proc/10396/stat : 10396 (Barcelogic) S 10394 10396 9816 0 -1 4194304 334 6623 0 0 0 0 98 6 16 0 1 0 116076281 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10396/statm: 1338 237 197 169 0 49 0
[pid=10402] ppid=10396 vsize=1475600 CPUtime=340.99
/proc/10402/stat : 10402 (bsat) R 10396 10396 9816 0 -1 4194304 49900 0 0 0 34062 37 0 0 25 0 1 0 116076386 1511014400 48535 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134517801 0 0 4096 0 0 0 0 17 1 0 0
/proc/10402/statm: 368900 48535 94 232 0 368665 0
Current children cumulated CPU time (s) 342.03
Current children cumulated vsize (KiB) 1480952


################
# More data... #
################

/proc/10402/statm: 368900 48547 94 232 0 368665 0
Current children cumulated CPU time (s) 521.96
Current children cumulated vsize (KiB) 1480952

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 10600
/proc/meminfo: memFree=1610544/2055920 swapFree=4184540/4192956
[pid=10396] ppid=10394 vsize=5352 CPUtime=1.04
/proc/10396/stat : 10396 (Barcelogic) S 10394 10396 9816 0 -1 4194304 334 6623 0 0 0 0 98 6 16 0 1 0 116076281 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10396/statm: 1338 237 197 169 0 49 0
[pid=10402] ppid=10396 vsize=1475600 CPUtime=580.9
/proc/10402/stat : 10402 (bsat) R 10396 10396 9816 0 -1 4194304 50588 0 0 0 58053 37 0 0 25 0 1 0 116076386 1511014400 48547 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134562047 0 0 4096 0 0 0 0 17 1 0 0
/proc/10402/statm: 368900 48547 94 232 0 368665 0
Current children cumulated CPU time (s) 581.94
Current children cumulated vsize (KiB) 1480952

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 10600
/proc/meminfo: memFree=1610544/2055920 swapFree=4184540/4192956
[pid=10396] ppid=10394 vsize=5352 CPUtime=1.04
/proc/10396/stat : 10396 (Barcelogic) S 10394 10396 9816 0 -1 4194304 334 6623 0 0 0 0 98 6 16 0 1 0 116076281 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10396/statm: 1338 237 197 169 0 49 0
[pid=10402] ppid=10396 vsize=1475600 CPUtime=640.88
/proc/10402/stat : 10402 (bsat) R 10396 10396 9816 0 -1 4194304 50588 0 0 0 64051 37 0 0 25 0 1 0 116076386 1511014400 48547 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134517801 0 0 4096 0 0 0 0 17 1 0 0
/proc/10402/statm: 368900 48547 94 232 0 368665 0
Current children cumulated CPU time (s) 641.92
Current children cumulated vsize (KiB) 1480952

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 10600
/proc/meminfo: memFree=1605424/2055920 swapFree=4184540/4192956
[pid=10396] ppid=10394 vsize=5352 CPUtime=1.04
/proc/10396/stat : 10396 (Barcelogic) S 10394 10396 9816 0 -1 4194304 334 6623 0 0 0 0 98 6 16 0 1 0 116076281 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10396/statm: 1338 237 197 169 0 49 0
[pid=10402] ppid=10396 vsize=1475600 CPUtime=700.86
/proc/10402/stat : 10402 (bsat) R 10396 10396 9816 0 -1 4194304 52003 0 0 0 70048 38 0 0 25 0 1 0 116076386 1511014400 49805 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134518257 0 0 4096 0 0 0 0 17 1 0 0
/proc/10402/statm: 368900 49805 94 232 0 368665 0
Current children cumulated CPU time (s) 701.9
Current children cumulated vsize (KiB) 1480952

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 10600
/proc/meminfo: memFree=1605424/2055920 swapFree=4184540/4192956
[pid=10396] ppid=10394 vsize=5352 CPUtime=1.04
/proc/10396/stat : 10396 (Barcelogic) S 10394 10396 9816 0 -1 4194304 334 6623 0 0 0 0 98 6 16 0 1 0 116076281 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10396/statm: 1338 237 197 169 0 49 0
[pid=10402] ppid=10396 vsize=1475600 CPUtime=760.83
/proc/10402/stat : 10402 (bsat) R 10396 10396 9816 0 -1 4194304 52186 0 0 0 76045 38 0 0 25 0 1 0 116076386 1511014400 49805 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134517810 0 0 4096 0 0 0 0 17 1 0 0
/proc/10402/statm: 368900 49805 94 232 0 368665 0
Current children cumulated CPU time (s) 761.87
Current children cumulated vsize (KiB) 1480952

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 10600
/proc/meminfo: memFree=1605424/2055920 swapFree=4184540/4192956
[pid=10396] ppid=10394 vsize=5352 CPUtime=1.04
/proc/10396/stat : 10396 (Barcelogic) S 10394 10396 9816 0 -1 4194304 334 6623 0 0 0 0 98 6 16 0 1 0 116076281 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10396/statm: 1338 237 197 169 0 49 0
[pid=10402] ppid=10396 vsize=1475600 CPUtime=820.82
/proc/10402/stat : 10402 (bsat) R 10396 10396 9816 0 -1 4194304 52342 0 0 0 82043 39 0 0 25 0 1 0 116076386 1511014400 49805 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134518107 0 0 4096 0 0 0 0 17 1 0 0
/proc/10402/statm: 368900 49805 94 232 0 368665 0
Current children cumulated CPU time (s) 821.86
Current children cumulated vsize (KiB) 1480952

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 10600
/proc/meminfo: memFree=1605424/2055920 swapFree=4184540/4192956
[pid=10396] ppid=10394 vsize=5352 CPUtime=1.04
/proc/10396/stat : 10396 (Barcelogic) S 10394 10396 9816 0 -1 4194304 334 6623 0 0 0 0 98 6 16 0 1 0 116076281 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10396/statm: 1338 237 197 169 0 49 0
[pid=10402] ppid=10396 vsize=1475600 CPUtime=880.79
/proc/10402/stat : 10402 (bsat) R 10396 10396 9816 0 -1 4194304 52541 0 0 0 88040 39 0 0 25 0 1 0 116076386 1511014400 49805 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134517315 0 0 4096 0 0 0 0 17 1 0 0
/proc/10402/statm: 368900 49805 94 232 0 368665 0
Current children cumulated CPU time (s) 881.83
Current children cumulated vsize (KiB) 1480952

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 10600
/proc/meminfo: memFree=1605488/2055920 swapFree=4184540/4192956
[pid=10396] ppid=10394 vsize=5352 CPUtime=1.04
/proc/10396/stat : 10396 (Barcelogic) S 10394 10396 9816 0 -1 4194304 334 6623 0 0 0 0 98 6 16 0 1 0 116076281 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10396/statm: 1338 237 197 169 0 49 0
[pid=10402] ppid=10396 vsize=1475600 CPUtime=940.77
/proc/10402/stat : 10402 (bsat) R 10396 10396 9816 0 -1 4194304 52541 0 0 0 94038 39 0 0 25 0 1 0 116076386 1511014400 49805 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134518159 0 0 4096 0 0 0 0 17 1 0 0
/proc/10402/statm: 368900 49805 94 232 0 368665 0
Current children cumulated CPU time (s) 941.81
Current children cumulated vsize (KiB) 1480952

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 10600
/proc/meminfo: memFree=1605424/2055920 swapFree=4184540/4192956
[pid=10396] ppid=10394 vsize=5352 CPUtime=1.04
/proc/10396/stat : 10396 (Barcelogic) S 10394 10396 9816 0 -1 4194304 334 6623 0 0 0 0 98 6 16 0 1 0 116076281 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10396/statm: 1338 237 197 169 0 49 0
[pid=10402] ppid=10396 vsize=1475600 CPUtime=1000.74
/proc/10402/stat : 10402 (bsat) R 10396 10396 9816 0 -1 4194304 52700 0 0 0 100035 39 0 0 25 0 1 0 116076386 1511014400 49805 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134517819 0 0 4096 0 0 0 0 17 1 0 0
/proc/10402/statm: 368900 49805 94 232 0 368665 0
Current children cumulated CPU time (s) 1001.78
Current children cumulated vsize (KiB) 1480952

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 10600
/proc/meminfo: memFree=1605360/2055920 swapFree=4184540/4192956
[pid=10396] ppid=10394 vsize=5352 CPUtime=1.04
/proc/10396/stat : 10396 (Barcelogic) S 10394 10396 9816 0 -1 4194304 334 6623 0 0 0 0 98 6 16 0 1 0 116076281 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10396/statm: 1338 237 197 169 0 49 0
[pid=10402] ppid=10396 vsize=1475600 CPUtime=1060.72
/proc/10402/stat : 10402 (bsat) R 10396 10396 9816 0 -1 4194304 53084 0 0 0 106033 39 0 0 25 0 1 0 116076386 1511014400 49805 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134518155 0 0 4096 0 0 0 0 17 1 0 0
/proc/10402/statm: 368900 49805 94 232 0 368665 0
Current children cumulated CPU time (s) 1061.76
Current children cumulated vsize (KiB) 1480952

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 10600
/proc/meminfo: memFree=1605360/2055920 swapFree=4184540/4192956
[pid=10396] ppid=10394 vsize=5352 CPUtime=1.04
/proc/10396/stat : 10396 (Barcelogic) S 10394 10396 9816 0 -1 4194304 334 6623 0 0 0 0 98 6 16 0 1 0 116076281 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10396/statm: 1338 237 197 169 0 49 0
[pid=10402] ppid=10396 vsize=1475600 CPUtime=1120.71
/proc/10402/stat : 10402 (bsat) R 10396 10396 9816 0 -1 4194304 53084 0 0 0 112031 40 0 0 25 0 1 0 116076386 1511014400 49805 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134518059 0 0 4096 0 0 0 0 17 1 0 0
/proc/10402/statm: 368900 49805 94 232 0 368665 0
Current children cumulated CPU time (s) 1121.75
Current children cumulated vsize (KiB) 1480952

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 10600
/proc/meminfo: memFree=1572272/2055920 swapFree=4184540/4192956
[pid=10396] ppid=10394 vsize=5352 CPUtime=1.04
/proc/10396/stat : 10396 (Barcelogic) S 10394 10396 9816 0 -1 4194304 334 6623 0 0 0 0 98 6 16 0 1 0 116076281 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10396/statm: 1338 237 197 169 0 49 0
[pid=10402] ppid=10396 vsize=1475600 CPUtime=1180.68
/proc/10402/stat : 10402 (bsat) R 10396 10396 9816 0 -1 4194304 61725 0 0 0 118021 47 0 0 25 0 1 0 116076386 1511014400 58446 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134519092 0 0 4096 0 0 0 0 17 1 0 0
/proc/10402/statm: 368900 58446 94 232 0 368665 0
Current children cumulated CPU time (s) 1181.72
Current children cumulated vsize (KiB) 1480952



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 10600
/proc/meminfo: memFree=1551600/2055920 swapFree=4184540/4192956
[pid=10396] ppid=10394 vsize=5352 CPUtime=1.04
/proc/10396/stat : 10396 (Barcelogic) S 10394 10396 9816 0 -1 4194304 334 6623 0 0 0 0 98 6 16 0 1 0 116076281 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10396/statm: 1338 237 197 169 0 49 0
[pid=10402] ppid=10396 vsize=1475600 CPUtime=1198.98
/proc/10402/stat : 10402 (bsat) R 10396 10396 9816 0 -1 4194304 66550 0 0 0 119847 51 0 0 25 0 1 0 116076386 1511014400 63271 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134518059 0 0 4096 0 0 0 0 17 1 0 0
/proc/10402/statm: 368900 63271 94 232 0 368665 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 1480952

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10396 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=988849
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=61990
# CPU time returned by wait4() is 1.05084
# while last known CPU time is 1200.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.61
CPU time (s): 1200.02
CPU user time (s): 1199.45
CPU system time (s): 0.57
CPU usage (%): 99.9506
Max. virtual memory (cumulated for all children) (KiB): 1481952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.988849
system time used= 0.06199
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6957
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= 31
involuntary context switches= 10

runsolver used 1.02584 second user time and 2.45263 second system time

The end

Launcher Data (download as text)

Begin job on node42 on Mon Apr 16 00:00:44 UTC 2007

IDJOB= 347546
IDBENCH= 20523
IDSOLVER= 154
FILE ID= node42/347546-1176681644

PBS_JOBID= 4559959

Free space on /tmp= 66539 MiB

SOLVER NAME= Barcelogic Fixed 2007-04-13
BENCH NAME= HOME/pub/bench/SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k45.cnf
COMMAND LINE= /tmp/evaluation/347546-1176681644/Barcelogic /tmp/evaluation/347546-1176681644/instance-347546-1176681644.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node42/watcher-347546-1176681644 -o ROOT/results/node42/solver-347546-1176681644 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/347546-1176681644/Barcelogic /tmp/evaluation/347546-1176681644/instance-347546-1176681644.cnf            

META MD5SUM SOLVER= 79e0ce795fa2b766501147b4c62bcf0d
MD5SUM BENCH=  8a76c8add64173ae39149aae572a02d9

RANDOM SEED= 222639711

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node42.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.277
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.277
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:       1810440 kB
Buffers:         36100 kB
Cached:         119052 kB
SwapCached:       2472 kB
Active:          71384 kB
Inactive:       103580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1810440 kB
SwapTotal:     4192956 kB
SwapFree:      4184540 kB
Dirty:            5512 kB
Writeback:           0 kB
Mapped:          24968 kB
Slab:            56580 kB
Committed_AS:  2745192 kB
PageTables:       1432 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= 66535 MiB

End job on node42 on Mon Apr 16 00:20:47 UTC 2007