Trace number 347419

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-13UNSAT 333.003 333.142

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-20.cnf
MD5SUM5c40e79430f590d0520492d70b267b66
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark211.258
Satisfiable
(Un)Satisfiability was proved
Number of variables7847
Number of clauses73394
Sum of the clauses size206938
Maximum clause length4166
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 262806
Number of clauses of size 35772
Number of clauses of size 4389
Number of clauses of size 599
Number of clauses of size over 54327

Solver Data (download as text)

0.00/0.00	c Parsing...
0.00/0.04	c ==============================================================================
0.00/0.04	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.04	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.04	c ==============================================================================
0.00/0.04	c |         0 |   17217    86256 |    5165       0        0     nan |  0.000 % |
1.09/1.15	c |         0 |   11311    49144 |      --       0       --      -- |     --   | -5906/-37112
1.09/1.15	c ==============================================================================
1.09/1.15	c Result  :   #vars: 1768   #clauses: 11311   #literals: 49144
1.09/1.15	c CPU time:   1.13583 s
1.09/1.15	c ==============================================================================
332.94/333.13	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node37/watcher-347419-1176680459 -o ROOT/results/node37/solver-347419-1176680459 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/347419-1176680459/Barcelogic /tmp/evaluation/347419-1176680459/instance-347419-1176680459.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.91 0.96 0.99 3/78 4059
/proc/meminfo: memFree=1807560/2055920 swapFree=4053248/4192956
[pid=4059] ppid=4057 vsize=5352 CPUtime=0
/proc/4059/stat : 4059 (Barcelogic) S 4057 4059 3537 0 -1 4194304 273 0 0 0 0 0 0 0 18 0 1 0 115958331 5480448 232 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 213116485714 0 0 4100 65536 18446744071563648864 0 0 17 1 0 0
/proc/4059/statm: 1338 232 195 169 0 49 0
[pid=4060] ppid=4059 vsize=0 CPUtime=0
/proc/4060/stat : 4060 (Barcelogic) R 4059 4059 3537 0 -1 4194372 64 188 0 0 0 0 0 0 20 0 1 0 115958332 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 65538 0 0 0 17 1 0 0
/proc/4060/statm: 0 0 0 0 0 0 0

[startup+0.0580539 s]
/proc/loadavg: 0.91 0.96 0.99 3/78 4059
/proc/meminfo: memFree=1807560/2055920 swapFree=4053248/4192956
[pid=4059] ppid=4057 vsize=5352 CPUtime=0
/proc/4059/stat : 4059 (Barcelogic) S 4057 4059 3537 0 -1 4194304 308 252 0 0 0 0 0 0 18 0 1 0 115958331 5480448 235 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4059/statm: 1338 235 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.10106 s]
/proc/loadavg: 0.91 0.96 0.99 3/78 4059
/proc/meminfo: memFree=1807560/2055920 swapFree=4053248/4192956
[pid=4059] ppid=4057 vsize=5352 CPUtime=0
/proc/4059/stat : 4059 (Barcelogic) S 4057 4059 3537 0 -1 4194304 308 252 0 0 0 0 0 0 18 0 1 0 115958331 5480448 235 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4059/statm: 1338 235 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.301092 s]
/proc/loadavg: 0.91 0.96 0.99 3/78 4059
/proc/meminfo: memFree=1807560/2055920 swapFree=4053248/4192956
[pid=4059] ppid=4057 vsize=5352 CPUtime=0
/proc/4059/stat : 4059 (Barcelogic) S 4057 4059 3537 0 -1 4194304 308 252 0 0 0 0 0 0 18 0 1 0 115958331 5480448 235 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4059/statm: 1338 235 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.701171 s]
/proc/loadavg: 0.91 0.96 0.99 3/78 4059
/proc/meminfo: memFree=1807560/2055920 swapFree=4053248/4192956
[pid=4059] ppid=4057 vsize=5352 CPUtime=0
/proc/4059/stat : 4059 (Barcelogic) S 4057 4059 3537 0 -1 4194304 308 252 0 0 0 0 0 0 18 0 1 0 115958331 5480448 235 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4059/statm: 1338 235 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+1.50132 s]
/proc/loadavg: 0.91 0.96 0.99 2/80 4064
/proc/meminfo: memFree=1802488/2055920 swapFree=4053248/4192956
[pid=4059] ppid=4057 vsize=5352 CPUtime=1.16
/proc/4059/stat : 4059 (Barcelogic) S 4057 4059 3537 0 -1 4194304 334 1309 0 0 0 0 115 1 16 0 1 0 115958331 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4059/statm: 1338 237 197 169 0 49 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 5352

[startup+3.10162 s]
/proc/loadavg: 0.92 0.96 0.99 2/80 4065
/proc/meminfo: memFree=1801528/2055920 swapFree=4053248/4192956
[pid=4059] ppid=4057 vsize=5352 CPUtime=1.16
/proc/4059/stat : 4059 (Barcelogic) S 4057 4059 3537 0 -1 4194304 334 1309 0 0 0 0 115 1 16 0 1 0 115958331 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4059/statm: 1338 237 197 169 0 49 0
[pid=4065] ppid=4059 vsize=1476388 CPUtime=1.91
/proc/4065/stat : 4065 (bsat) R 4059 4059 3537 0 -1 4194304 1633 0 0 0 190 1 0 0 25 0 1 0 115958450 1511821312 1606 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134518070 0 0 4096 0 0 0 0 17 1 0 0
/proc/4065/statm: 369097 1606 84 232 0 368862 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 1481740

[startup+6.30122 s]
/proc/loadavg: 0.92 0.96 0.99 2/80 4065
/proc/meminfo: memFree=1796472/2055920 swapFree=4053248/4192956
[pid=4059] ppid=4057 vsize=5352 CPUtime=1.16
/proc/4059/stat : 4059 (Barcelogic) S 4057 4059 3537 0 -1 4194304 334 1309 0 0 0 0 115 1 16 0 1 0 115958331 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4059/statm: 1338 237 197 169 0 49 0
[pid=4065] ppid=4059 vsize=1476388 CPUtime=5.1
/proc/4065/stat : 4065 (bsat) R 4059 4059 3537 0 -1 4194304 2631 0 0 0 509 1 0 0 25 0 1 0 115958450 1511821312 2604 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134517801 0 0 4096 0 0 0 0 17 1 0 0
/proc/4065/statm: 369097 2604 84 232 0 368862 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 1481740

[startup+12.7014 s]
/proc/loadavg: 0.93 0.96 0.99 2/80 4065
/proc/meminfo: memFree=1787776/2055920 swapFree=4053248/4192956
[pid=4059] ppid=4057 vsize=5352 CPUtime=1.16
/proc/4059/stat : 4059 (Barcelogic) S 4057 4059 3537 0 -1 4194304 334 1309 0 0 0 0 115 1 16 0 1 0 115958331 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4059/statm: 1338 237 197 169 0 49 0
[pid=4065] ppid=4059 vsize=1476388 CPUtime=11.5
/proc/4065/stat : 4065 (bsat) R 4059 4059 3537 0 -1 4194304 4719 0 0 0 1148 2 0 0 25 0 1 0 115958450 1511821312 4692 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134517793 0 0 4096 0 0 0 0 17 1 0 0
/proc/4065/statm: 369097 4692 84 232 0 368862 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 1481740

[startup+25.5018 s]
/proc/loadavg: 0.94 0.96 0.99 2/80 4065
/proc/meminfo: memFree=1778624/2055920 swapFree=4053248/4192956
[pid=4059] ppid=4057 vsize=5352 CPUtime=1.16
/proc/4059/stat : 4059 (Barcelogic) S 4057 4059 3537 0 -1 4194304 334 1309 0 0 0 0 115 1 16 0 1 0 115958331 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4059/statm: 1338 237 197 169 0 49 0
[pid=4065] ppid=4059 vsize=1476388 CPUtime=24.29
/proc/4065/stat : 4065 (bsat) R 4059 4059 3537 0 -1 4194304 6843 0 0 0 2425 4 0 0 25 0 1 0 115958450 1511821312 6767 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134518608 0 0 4096 0 0 0 0 17 1 0 0
/proc/4065/statm: 369097 6767 94 232 0 368862 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 1481740

[startup+51.1017 s]
/proc/loadavg: 0.96 0.96 0.99 2/80 4065
/proc/meminfo: memFree=1778240/2055920 swapFree=4053248/4192956
[pid=4059] ppid=4057 vsize=5352 CPUtime=1.16
/proc/4059/stat : 4059 (Barcelogic) S 4057 4059 3537 0 -1 4194304 334 1309 0 0 0 0 115 1 16 0 1 0 115958331 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4059/statm: 1338 237 197 169 0 49 0
[pid=4065] ppid=4059 vsize=1476388 CPUtime=49.88
/proc/4065/stat : 4065 (bsat) R 4059 4059 3537 0 -1 4194304 7025 0 0 0 4983 5 0 0 25 0 1 0 115958450 1511821312 6949 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134542582 0 0 4096 0 0 0 0 17 1 0 0
/proc/4065/statm: 369097 6949 94 232 0 368862 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 1481740

[startup+102.305 s]
/proc/loadavg: 0.98 0.97 0.99 2/80 4065
/proc/meminfo: memFree=1751616/2055920 swapFree=4053312/4192956
[pid=4059] ppid=4057 vsize=5352 CPUtime=1.16
/proc/4059/stat : 4059 (Barcelogic) S 4057 4059 3537 0 -1 4194304 334 1309 0 0 0 0 115 1 16 0 1 0 115958331 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4059/statm: 1338 237 197 169 0 49 0
[pid=4065] ppid=4059 vsize=1476388 CPUtime=101.07
/proc/4065/stat : 4065 (bsat) R 4059 4059 3537 0 -1 4194304 13667 0 0 0 10095 12 0 0 25 0 1 0 115958450 1511821312 13591 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134517759 0 0 4096 0 0 0 0 17 1 0 0
/proc/4065/statm: 369097 13591 94 232 0 368862 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 1481740

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/80 4065
/proc/meminfo: memFree=1737728/2055920 swapFree=4053312/4192956
[pid=4059] ppid=4057 vsize=5352 CPUtime=1.16
/proc/4059/stat : 4059 (Barcelogic) S 4057 4059 3537 0 -1 4194304 334 1309 0 0 0 0 115 1 16 0 1 0 115958331 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4059/statm: 1338 237 197 169 0 49 0
[pid=4065] ppid=4059 vsize=1476388 CPUtime=161.04
/proc/4065/stat : 4065 (bsat) R 4059 4059 3537 0 -1 4194304 17127 0 0 0 16088 16 0 0 25 0 1 0 115958450 1511821312 17051 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134518059 0 0 4096 0 0 0 0 17 1 0 0
/proc/4065/statm: 369097 17051 94 232 0 368862 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 1481740

[startup+222.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/80 4065
/proc/meminfo: memFree=1731968/2055920 swapFree=4053376/4192956
[pid=4059] ppid=4057 vsize=5352 CPUtime=1.16
/proc/4059/stat : 4059 (Barcelogic) S 4057 4059 3537 0 -1 4194304 334 1309 0 0 0 0 115 1 16 0 1 0 115958331 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4059/statm: 1338 237 197 169 0 49 0
[pid=4065] ppid=4059 vsize=1476400 CPUtime=221.03
/proc/4065/stat : 4065 (bsat) R 4059 4059 3537 0 -1 4194304 18554 0 0 0 22085 18 0 0 25 0 1 0 115958450 1511833600 18442 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134517801 0 0 4096 0 0 0 0 17 1 0 0
/proc/4065/statm: 369100 18442 94 232 0 368865 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 1481752

[startup+282.301 s]
/proc/loadavg: 1.05 0.99 0.99 2/80 4065
/proc/meminfo: memFree=1732032/2055920 swapFree=4053376/4192956
[pid=4059] ppid=4057 vsize=5352 CPUtime=1.16
/proc/4059/stat : 4059 (Barcelogic) S 4057 4059 3537 0 -1 4194304 334 1309 0 0 0 0 115 1 16 0 1 0 115958331 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4059/statm: 1338 237 197 169 0 49 0
[pid=4065] ppid=4059 vsize=1476400 CPUtime=281
/proc/4065/stat : 4065 (bsat) R 4059 4059 3537 0 -1 4194304 18554 0 0 0 28082 18 0 0 25 0 1 0 115958450 1511833600 18442 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134531866 0 0 4096 0 0 0 0 17 1 0 0
/proc/4065/statm: 369100 18442 94 232 0 368865 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 1481752

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

[startup+307.102 s]
/proc/loadavg: 1.03 0.99 0.99 2/80 4065
/proc/meminfo: memFree=1732032/2055920 swapFree=4053376/4192956
[pid=4059] ppid=4057 vsize=5352 CPUtime=1.16
/proc/4059/stat : 4059 (Barcelogic) S 4057 4059 3537 0 -1 4194304 334 1309 0 0 0 0 115 1 16 0 1 0 115958331 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4059/statm: 1338 237 197 169 0 49 0
[pid=4065] ppid=4059 vsize=1476400 CPUtime=305.79
/proc/4065/stat : 4065 (bsat) R 4059 4059 3537 0 -1 4194304 18554 0 0 0 30561 18 0 0 25 0 1 0 115958450 1511833600 18442 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134518059 0 0 4096 0 0 0 0 17 1 0 0
/proc/4065/statm: 369100 18442 94 232 0 368865 0
Current children cumulated CPU time (s) 306.95
Current children cumulated vsize (KiB) 1481752

[startup+319.901 s]
/proc/loadavg: 1.03 0.99 0.99 2/80 4065
/proc/meminfo: memFree=1732032/2055920 swapFree=4053376/4192956
[pid=4059] ppid=4057 vsize=5352 CPUtime=1.16
/proc/4059/stat : 4059 (Barcelogic) S 4057 4059 3537 0 -1 4194304 334 1309 0 0 0 0 115 1 16 0 1 0 115958331 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4059/statm: 1338 237 197 169 0 49 0
[pid=4065] ppid=4059 vsize=1476400 CPUtime=318.58
/proc/4065/stat : 4065 (bsat) R 4059 4059 3537 0 -1 4194304 18554 0 0 0 31840 18 0 0 25 0 1 0 115958450 1511833600 18442 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134518833 0 0 4096 0 0 0 0 17 1 0 0
/proc/4065/statm: 369100 18442 94 232 0 368865 0
Current children cumulated CPU time (s) 319.74
Current children cumulated vsize (KiB) 1481752

[startup+326.301 s]
/proc/loadavg: 1.02 0.99 0.99 2/80 4065
/proc/meminfo: memFree=1732032/2055920 swapFree=4053376/4192956
[pid=4059] ppid=4057 vsize=5352 CPUtime=1.16
/proc/4059/stat : 4059 (Barcelogic) S 4057 4059 3537 0 -1 4194304 334 1309 0 0 0 0 115 1 16 0 1 0 115958331 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4059/statm: 1338 237 197 169 0 49 0
[pid=4065] ppid=4059 vsize=1476400 CPUtime=324.98
/proc/4065/stat : 4065 (bsat) R 4059 4059 3537 0 -1 4194304 18556 0 0 0 32480 18 0 0 25 0 1 0 115958450 1511833600 18444 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134519092 0 0 4096 0 0 0 0 17 1 0 0
/proc/4065/statm: 369100 18444 94 232 0 368865 0
Current children cumulated CPU time (s) 326.14
Current children cumulated vsize (KiB) 1481752

[startup+329.501 s]
/proc/loadavg: 1.02 0.99 0.99 2/80 4065
/proc/meminfo: memFree=1732032/2055920 swapFree=4053376/4192956
[pid=4059] ppid=4057 vsize=5352 CPUtime=1.16
/proc/4059/stat : 4059 (Barcelogic) S 4057 4059 3537 0 -1 4194304 334 1309 0 0 0 0 115 1 16 0 1 0 115958331 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4059/statm: 1338 237 197 169 0 49 0
[pid=4065] ppid=4059 vsize=1476400 CPUtime=328.18
/proc/4065/stat : 4065 (bsat) R 4059 4059 3537 0 -1 4194304 18556 0 0 0 32800 18 0 0 25 0 1 0 115958450 1511833600 18444 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134517550 0 0 4096 0 0 0 0 17 1 0 0
/proc/4065/statm: 369100 18444 94 232 0 368865 0
Current children cumulated CPU time (s) 329.34
Current children cumulated vsize (KiB) 1481752

[startup+331.105 s]
/proc/loadavg: 1.02 0.99 0.99 2/80 4065
/proc/meminfo: memFree=1732032/2055920 swapFree=4053376/4192956
[pid=4059] ppid=4057 vsize=5352 CPUtime=1.16
/proc/4059/stat : 4059 (Barcelogic) S 4057 4059 3537 0 -1 4194304 334 1309 0 0 0 0 115 1 16 0 1 0 115958331 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4059/statm: 1338 237 197 169 0 49 0
[pid=4065] ppid=4059 vsize=1476400 CPUtime=329.78
/proc/4065/stat : 4065 (bsat) R 4059 4059 3537 0 -1 4194304 18556 0 0 0 32960 18 0 0 25 0 1 0 115958450 1511833600 18444 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134517514 0 0 4096 0 0 0 0 17 1 0 0
/proc/4065/statm: 369100 18444 94 232 0 368865 0
Current children cumulated CPU time (s) 330.94
Current children cumulated vsize (KiB) 1481752

[startup+331.901 s]
/proc/loadavg: 1.02 0.99 0.99 2/80 4065
/proc/meminfo: memFree=1732032/2055920 swapFree=4053376/4192956
[pid=4059] ppid=4057 vsize=5352 CPUtime=1.16
/proc/4059/stat : 4059 (Barcelogic) S 4057 4059 3537 0 -1 4194304 334 1309 0 0 0 0 115 1 16 0 1 0 115958331 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4059/statm: 1338 237 197 169 0 49 0
[pid=4065] ppid=4059 vsize=1476400 CPUtime=330.58
/proc/4065/stat : 4065 (bsat) R 4059 4059 3537 0 -1 4194304 18556 0 0 0 33040 18 0 0 25 0 1 0 115958450 1511833600 18444 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 135036244 0 0 4096 0 0 0 0 17 1 0 0
/proc/4065/statm: 369100 18444 94 232 0 368865 0
Current children cumulated CPU time (s) 331.74
Current children cumulated vsize (KiB) 1481752

[startup+332.702 s]
/proc/loadavg: 1.02 0.99 0.99 2/80 4065
/proc/meminfo: memFree=1732032/2055920 swapFree=4053376/4192956
[pid=4059] ppid=4057 vsize=5352 CPUtime=1.16
/proc/4059/stat : 4059 (Barcelogic) S 4057 4059 3537 0 -1 4194304 334 1309 0 0 0 0 115 1 16 0 1 0 115958331 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4059/statm: 1338 237 197 169 0 49 0
[pid=4065] ppid=4059 vsize=1476400 CPUtime=331.38
/proc/4065/stat : 4065 (bsat) R 4059 4059 3537 0 -1 4194304 18556 0 0 0 33120 18 0 0 25 0 1 0 115958450 1511833600 18444 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134518423 0 0 4096 0 0 0 0 17 1 0 0
/proc/4065/statm: 369100 18444 94 232 0 368865 0
Current children cumulated CPU time (s) 332.54
Current children cumulated vsize (KiB) 1481752

[startup+333.102 s]
/proc/loadavg: 1.02 0.99 0.99 2/80 4065
/proc/meminfo: memFree=1732032/2055920 swapFree=4053376/4192956
[pid=4059] ppid=4057 vsize=5352 CPUtime=1.16
/proc/4059/stat : 4059 (Barcelogic) S 4057 4059 3537 0 -1 4194304 334 1309 0 0 0 0 115 1 16 0 1 0 115958331 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4059/statm: 1338 237 197 169 0 49 0
[pid=4065] ppid=4059 vsize=1476400 CPUtime=331.78
/proc/4065/stat : 4065 (bsat) R 4059 4059 3537 0 -1 4194304 18556 0 0 0 33160 18 0 0 25 0 1 0 115958450 1511833600 18444 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134517801 0 0 4096 0 0 0 0 17 1 0 0
/proc/4065/statm: 369100 18444 94 232 0 368865 0
Current children cumulated CPU time (s) 332.94
Current children cumulated vsize (KiB) 1481752

Child status: 20
Real time (s): 333.142
CPU time (s): 333.003
CPU user time (s): 332.778
CPU system time (s): 0.224965
CPU usage (%): 99.9583
Max. virtual memory (cumulated for all children) (KiB): 1481928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 332.778
system time used= 0.224965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20358
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= 67
involuntary context switches= 7251

runsolver used 0.301954 second user time and 0.91986 second system time

The end

Launcher Data (download as text)

Begin job on node37 on Sun Apr 15 23:40:59 UTC 2007

IDJOB= 347419
IDBENCH= 20396
IDSOLVER= 154
FILE ID= node37/347419-1176680459

PBS_JOBID= 4559960

Free space on /tmp= 66560 MiB

SOLVER NAME= Barcelogic Fixed 2007-04-13
BENCH NAME= HOME/pub/bench/SAT07/industrial/fuhs/medium/AProVE07-20.cnf
COMMAND LINE= /tmp/evaluation/347419-1176680459/Barcelogic /tmp/evaluation/347419-1176680459/instance-347419-1176680459.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node37/watcher-347419-1176680459 -o ROOT/results/node37/solver-347419-1176680459 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/347419-1176680459/Barcelogic /tmp/evaluation/347419-1176680459/instance-347419-1176680459.cnf            

META MD5SUM SOLVER= 79e0ce795fa2b766501147b4c62bcf0d
MD5SUM BENCH=  5c40e79430f590d0520492d70b267b66

RANDOM SEED= 67753458

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node37.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.281
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.281
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:       1807904 kB
Buffers:         33704 kB
Cached:         124440 kB
SwapCached:       2812 kB
Active:         108676 kB
Inactive:        75308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1807904 kB
SwapTotal:     4192956 kB
SwapFree:      4053248 kB
Dirty:            2892 kB
Writeback:           0 kB
Mapped:          33248 kB
Slab:            49320 kB
Committed_AS:  1127824 kB
PageTables:       2000 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= 66560 MiB

End job on node37 on Sun Apr 15 23:46:32 UTC 2007