Trace number 314717

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-08UNSAT 1082.67 1082.95

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-16.cnf
MD5SUM65057bcebbeecf6a7f3bc3fcfb2de009
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark409.474
Satisfiable
(Un)Satisfiability was proved
Number of variables52382
Number of clauses182485
Sum of the clauses size472601
Maximum clause length131
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 285834
Number of clauses of size 387884
Number of clauses of size 47609
Number of clauses of size 5700
Number of clauses of size over 5457

Solver Data (download as text)

0.00/0.01	c Parsing...
0.00/0.17	c ==============================================================================
0.00/0.17	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.17	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.17	c ==============================================================================
0.00/0.17	c |         0 |  181871   470932 |   54561       0        0     nan |  0.000 % |
1.29/1.39	c |         0 |   98030   321620 |      --       0       --      -- |     --   | -83841/-149312
1.29/1.39	c ==============================================================================
1.29/1.39	c Result  :   #vars: 17506   #clauses: 98030   #literals: 321620
1.29/1.39	c CPU time:   1.3418 s
1.29/1.39	c ==============================================================================
1082.61/1082.94	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node29/watcher-314717-1172640852 -o ROOT/results/node29/solver-314717-1172640852 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/314717-1172640852/Barcelogic /tmp/evaluation/314717-1172640852/instance-314717-1172640852.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.92 0.98 0.99 3/77 5805
/proc/meminfo: memFree=1787736/2055920 swapFree=4147752/4192956
[pid=5805] ppid=5803 vsize=5356 CPUtime=0
/proc/5805/stat : 5805 (Barcelogic) S 5803 5805 5257 0 -1 4194304 274 0 0 0 0 0 0 0 18 0 1 0 257849474 5484544 233 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 221780869202 0 0 4100 65536 18446744071563648864 0 0 17 1 0 0
/proc/5805/statm: 1339 233 195 169 0 50 0
[pid=5806] ppid=5805 vsize=5356 CPUtime=0
/proc/5806/stat : 5806 (Barcelogic) S 5805 5805 5257 0 -1 4194368 52 0 0 0 0 0 0 0 19 0 1 0 257849474 5484544 237 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 221780697924 0 65536 4096 65538 18446744071563356171 0 0 17 1 0 0
/proc/5806/statm: 1339 237 198 169 0 50 0
[pid=5807] ppid=5806 vsize=0 CPUtime=0
/proc/5807/stat : 5807 (Barcelogic) D 5806 5805 5257 0 -1 4194372 25 0 0 0 0 0 0 0 15 0 1 0 257849474 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 65538 18446744072100037788 0 0 17 1 0 0
/proc/5807/statm: 0 0 0 0 0 0 0
[pid=5808] ppid=5806 vsize=0 CPUtime=0
/proc/5808/stat : 5808 (sed) D 5806 5805 5257 0 -1 4194308 164 0 0 0 0 0 0 0 15 0 1 0 257849474 0 0 18446744073709551615 0 0 0 0 0 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/5808/statm: 0 0 0 0 0 0 0

[startup+0.10184 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 5805
/proc/meminfo: memFree=1787736/2055920 swapFree=4147752/4192956
[pid=5805] ppid=5803 vsize=5356 CPUtime=0
/proc/5805/stat : 5805 (Barcelogic) S 5803 5805 5257 0 -1 4194304 310 252 0 0 0 0 0 0 18 0 1 0 257849474 5484544 236 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5805/statm: 1339 236 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.202847 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 5805
/proc/meminfo: memFree=1787736/2055920 swapFree=4147752/4192956
[pid=5805] ppid=5803 vsize=5356 CPUtime=0
/proc/5805/stat : 5805 (Barcelogic) S 5803 5805 5257 0 -1 4194304 310 252 0 0 0 0 0 0 18 0 1 0 257849474 5484544 236 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5805/statm: 1339 236 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.302852 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 5805
/proc/meminfo: memFree=1787736/2055920 swapFree=4147752/4192956
[pid=5805] ppid=5803 vsize=5356 CPUtime=0
/proc/5805/stat : 5805 (Barcelogic) S 5803 5805 5257 0 -1 4194304 310 252 0 0 0 0 0 0 18 0 1 0 257849474 5484544 236 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5805/statm: 1339 236 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.702877 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 5805
/proc/meminfo: memFree=1787736/2055920 swapFree=4147752/4192956
[pid=5805] ppid=5803 vsize=5356 CPUtime=0
/proc/5805/stat : 5805 (Barcelogic) S 5803 5805 5257 0 -1 4194304 310 252 0 0 0 0 0 0 18 0 1 0 257849474 5484544 236 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5805/statm: 1339 236 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50192 s]
/proc/loadavg: 0.92 0.98 0.99 2/79 5810
/proc/meminfo: memFree=1754760/2055920 swapFree=4147752/4192956
[pid=5805] ppid=5803 vsize=5356 CPUtime=0
/proc/5805/stat : 5805 (Barcelogic) S 5803 5805 5257 0 -1 4194304 310 252 0 0 0 0 0 0 18 0 1 0 257849474 5484544 236 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5805/statm: 1339 236 197 169 0 50 0
[pid=5810] ppid=5805 vsize=33544 CPUtime=1.48
/proc/5810/stat : 5810 (SatELite_releas) R 5805 5805 5257 0 -1 4194304 8870 0 0 0 143 5 0 0 25 0 1 0 257849474 34349056 7644 18446744073709551615 134512640 135037961 4294956528 18446744073709551615 134699021 0 0 4096 3 0 0 0 17 1 0 0
/proc/5810/statm: 8386 7644 67 128 0 8255 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 38900

[startup+3.10202 s]
/proc/loadavg: 0.92 0.98 0.99 2/79 5811
/proc/meminfo: memFree=1767496/2055920 swapFree=4147752/4192956
[pid=5805] ppid=5803 vsize=5356 CPUtime=1.54
/proc/5805/stat : 5805 (Barcelogic) S 5803 5805 5257 0 -1 4194304 332 9123 0 0 0 0 148 6 16 0 1 0 257849474 5484544 237 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5805/statm: 1339 237 197 169 0 50 0
[pid=5811] ppid=5805 vsize=1475136 CPUtime=1.53
/proc/5811/stat : 5811 (bsat) R 5805 5805 5257 0 -1 4194304 4241 0 0 0 151 2 0 0 25 0 1 0 257849629 1510539264 3932 18446744073709551615 134512640 135463285 4294956720 18446744073709551615 134518738 0 0 4096 0 0 0 0 17 1 0 0
/proc/5811/statm: 368784 3932 82 232 0 368549 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 1480492

[startup+6.30122 s]
/proc/loadavg: 0.93 0.98 0.99 2/79 5811
/proc/meminfo: memFree=1765768/2055920 swapFree=4147752/4192956
[pid=5805] ppid=5803 vsize=5356 CPUtime=1.54
/proc/5805/stat : 5805 (Barcelogic) S 5803 5805 5257 0 -1 4194304 332 9123 0 0 0 0 148 6 16 0 1 0 257849474 5484544 237 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5805/statm: 1339 237 197 169 0 50 0
[pid=5811] ppid=5805 vsize=1475276 CPUtime=4.74
/proc/5811/stat : 5811 (bsat) R 5805 5805 5257 0 -1 4194304 4805 0 0 0 471 3 0 0 25 0 1 0 257849629 1510682624 4496 18446744073709551615 134512640 135463285 4294956720 18446744073709551615 134517315 0 0 4096 0 0 0 0 17 1 0 0
/proc/5811/statm: 368819 4496 82 232 0 368584 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1480632

[startup+12.7016 s]
/proc/loadavg: 0.93 0.98 0.99 2/79 5811
/proc/meminfo: memFree=1761800/2055920 swapFree=4147752/4192956
[pid=5805] ppid=5803 vsize=5356 CPUtime=1.54
/proc/5805/stat : 5805 (Barcelogic) S 5803 5805 5257 0 -1 4194304 332 9123 0 0 0 0 148 6 16 0 1 0 257849474 5484544 237 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5805/statm: 1339 237 197 169 0 50 0
[pid=5811] ppid=5805 vsize=1475276 CPUtime=11.13
/proc/5811/stat : 5811 (bsat) R 5805 5805 5257 0 -1 4194304 5700 0 0 0 1110 3 0 0 25 0 1 0 257849629 1510682624 5391 18446744073709551615 134512640 135463285 4294956720 18446744073709551615 134529786 0 0 4096 0 0 0 0 17 1 0 0
/proc/5811/statm: 368819 5391 82 232 0 368584 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 1480632

[startup+25.5014 s]
/proc/loadavg: 0.95 0.98 0.99 2/79 5811
/proc/meminfo: memFree=1742280/2055920 swapFree=4147752/4192956
[pid=5805] ppid=5803 vsize=5356 CPUtime=1.54
/proc/5805/stat : 5805 (Barcelogic) S 5803 5805 5257 0 -1 4194304 332 9123 0 0 0 0 148 6 16 0 1 0 257849474 5484544 237 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5805/statm: 1339 237 197 169 0 50 0
[pid=5811] ppid=5805 vsize=1475276 CPUtime=23.93
/proc/5811/stat : 5811 (bsat) R 5805 5805 5257 0 -1 4194304 10486 0 0 0 2387 6 0 0 25 0 1 0 257849629 1510682624 10177 18446744073709551615 134512640 135463285 4294956720 18446744073709551615 134518059 0 0 4096 0 0 0 0 17 1 0 0
/proc/5811/statm: 368819 10177 82 232 0 368584 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 1480632

[startup+51.102 s]
/proc/loadavg: 0.96 0.98 0.99 2/79 5811
/proc/meminfo: memFree=1693256/2055920 swapFree=4147752/4192956
[pid=5805] ppid=5803 vsize=5356 CPUtime=1.54
/proc/5805/stat : 5805 (Barcelogic) S 5803 5805 5257 0 -1 4194304 332 9123 0 0 0 0 148 6 16 0 1 0 257849474 5484544 237 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5805/statm: 1339 237 197 169 0 50 0
[pid=5811] ppid=5805 vsize=1475276 CPUtime=49.52
/proc/5811/stat : 5811 (bsat) R 5805 5805 5257 0 -1 4194304 22694 0 0 0 4937 15 0 0 25 0 1 0 257849629 1510682624 22385 18446744073709551615 134512640 135463285 4294956720 18446744073709551615 134517514 0 0 4096 0 0 0 0 17 1 0 0
/proc/5811/statm: 368819 22385 82 232 0 368584 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 1480632

[startup+102.301 s]
/proc/loadavg: 0.98 0.98 0.99 2/79 5811
/proc/meminfo: memFree=1630408/2055920 swapFree=4147752/4192956
[pid=5805] ppid=5803 vsize=5356 CPUtime=1.54
/proc/5805/stat : 5805 (Barcelogic) S 5803 5805 5257 0 -1 4194304 332 9123 0 0 0 0 148 6 16 0 1 0 257849474 5484544 237 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5805/statm: 1339 237 197 169 0 50 0
[pid=5811] ppid=5805 vsize=1475276 CPUtime=100.72
/proc/5811/stat : 5811 (bsat) R 5805 5805 5257 0 -1 4194304 38346 0 0 0 10044 28 0 0 25 0 1 0 257849629 1510682624 38037 18446744073709551615 134512640 135463285 4294956720 18446744073709551615 134518101 0 0 4096 0 0 0 0 17 1 0 0
/proc/5811/statm: 368819 38037 82 232 0 368584 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 1480632

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 5811
/proc/meminfo: memFree=1544008/2055920 swapFree=4147752/4192956
[pid=5805] ppid=5803 vsize=5356 CPUtime=1.54
/proc/5805/stat : 5805 (Barcelogic) S 5803 5805 5257 0 -1 4194304 332 9123 0 0 0 0 148 6 16 0 1 0 257849474 5484544 237 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5805/statm: 1339 237 197 169 0 50 0
[pid=5811] ppid=5805 vsize=1475276 CPUtime=160.7
/proc/5811/stat : 5811 (bsat) R 5805 5805 5257 0 -1 4194304 59974 0 0 0 16027 43 0 0 25 0 1 0 257849629 1510682624 59665 18446744073709551615 134512640 135463285 4294956720 18446744073709551615 134550913 0 0 4096 0 0 0 0 17 1 0 0
/proc/5811/statm: 368819 59665 82 232 0 368584 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 1480632

[startup+222.307 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 5811
/proc/meminfo: memFree=1543368/2055920 swapFree=4147752/4192956
[pid=5805] ppid=5803 vsize=5356 CPUtime=1.54
/proc/5805/stat : 5805 (Barcelogic) S 5803 5805 5257 0 -1 4194304 332 9123 0 0 0 0 148 6 16 0 1 0 257849474 5484544 237 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5805/statm: 1339 237 197 169 0 50 0
[pid=5811] ppid=5805 vsize=1475408 CPUtime=220.69
/proc/5811/stat : 5811 (bsat) R 5805 5805 5257 0 -1 4194304 60261 0 0 0 22026 43 0 0 25 0 1 0 257849629 1510817792 59719 18446744073709551615 134512640 135463285 4294956720 18446744073709551615 134535715 0 0 4096 0 0 0 0 17 1 0 0
/proc/5811/statm: 368852 59719 92 232 0 368617 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 1480764

[startup+282.301 s]
/proc/loadavg: 1.07 1.00 1.00 2/79 5811
/proc/meminfo: memFree=1543240/2055920 swapFree=4147752/4192956
[pid=5805] ppid=5803 vsize=5356 CPUtime=1.54
/proc/5805/stat : 5805 (Barcelogic) S 5803 5805 5257 0 -1 4194304 332 9123 0 0 0 0 148 6 16 0 1 0 257849474 5484544 237 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5805/statm: 1339 237 197 169 0 50 0
[pid=5811] ppid=5805 vsize=1475408 CPUtime=280.67
/proc/5811/stat : 5811 (bsat) R 5805 5805 5257 0 -1 4194304 60301 0 0 0 28023 44 0 0 25 0 1 0 257849629 1510817792 59759 18446744073709551615 134512640 135463285 4294956720 18446744073709551615 134517801 0 0 4096 0 0 0 0 17 1 0 0
/proc/5811/statm: 368852 59759 92 232 0 368617 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 1480764

[startup+342.302 s]
/proc/loadavg: 1.02 1.00 1.00 2/79 5811
/proc/meminfo: memFree=1543048/2055920 swapFree=4147752/4192956
[pid=5805] ppid=5803 vsize=5356 CPUtime=1.54
/proc/5805/stat : 5805 (Barcelogic) S 5803 5805 5257 0 -1 4194304 332 9123 0 0 0 0 148 6 16 0 1 0 257849474 5484544 237 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5805/statm: 1339 237 197 169 0 50 0
[pid=5811] ppid=5805 vsize=1475408 CPUtime=340.65
/proc/5811/stat : 5811 (bsat) R 5805 5805 5257 0 -1 4194304 60339 0 0 0 34021 44 0 0 25 0 1 0 257849629 1510817792 59797 18446744073709551615 134512640 135463285 4294956720 18446744073709551615 134517801 0 0 4096 0 0 0 0 17 1 0 0
/proc/5811/statm: 368852 59797 92 232 0 368617 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 1480764

[startup+402.303 s]
/proc/loadavg: 1.01 1.00 1.00 2/79 5811
/proc/meminfo: memFree=1542856/2055920 swapFree=4147752/4192956

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


[startup+762.302 s]
/proc/loadavg: 1.13 1.04 1.01 2/79 5811
/proc/meminfo: memFree=1515400/2055920 swapFree=4147752/4192956
[pid=5805] ppid=5803 vsize=5356 CPUtime=1.54
/proc/5805/stat : 5805 (Barcelogic) S 5803 5805 5257 0 -1 4194304 332 9123 0 0 0 0 148 6 16 0 1 0 257849474 5484544 237 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5805/statm: 1339 237 197 169 0 50 0
[pid=5811] ppid=5805 vsize=1475408 CPUtime=760.55
/proc/5811/stat : 5811 (bsat) R 5805 5805 5257 0 -1 4194304 67555 0 0 0 76003 52 0 0 25 0 1 0 257849629 1510817792 66534 18446744073709551615 134512640 135463285 4294956720 18446744073709551615 134517801 0 0 4096 0 0 0 0 17 1 0 0
/proc/5811/statm: 368852 66534 92 232 0 368617 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 1480764

[startup+822.302 s]
/proc/loadavg: 1.04 1.03 1.00 2/79 5811
/proc/meminfo: memFree=1515336/2055920 swapFree=4147752/4192956
[pid=5805] ppid=5803 vsize=5356 CPUtime=1.54
/proc/5805/stat : 5805 (Barcelogic) S 5803 5805 5257 0 -1 4194304 332 9123 0 0 0 0 148 6 16 0 1 0 257849474 5484544 237 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5805/statm: 1339 237 197 169 0 50 0
[pid=5811] ppid=5805 vsize=1475408 CPUtime=820.53
/proc/5811/stat : 5811 (bsat) R 5805 5805 5257 0 -1 4194304 67626 0 0 0 82001 52 0 0 25 0 1 0 257849629 1510817792 66534 18446744073709551615 134512640 135463285 4294956720 18446744073709551615 134518649 0 0 4096 0 0 0 0 17 1 0 0
/proc/5811/statm: 368852 66534 92 232 0 368617 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 1480764

[startup+882.307 s]
/proc/loadavg: 1.01 1.02 1.00 2/79 5811
/proc/meminfo: memFree=1515336/2055920 swapFree=4147752/4192956
[pid=5805] ppid=5803 vsize=5356 CPUtime=1.54
/proc/5805/stat : 5805 (Barcelogic) S 5803 5805 5257 0 -1 4194304 332 9123 0 0 0 0 148 6 16 0 1 0 257849474 5484544 237 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5805/statm: 1339 237 197 169 0 50 0
[pid=5811] ppid=5805 vsize=1475408 CPUtime=880.52
/proc/5811/stat : 5811 (bsat) R 5805 5805 5257 0 -1 4194304 67626 0 0 0 87999 53 0 0 25 0 1 0 257849629 1510817792 66534 18446744073709551615 134512640 135463285 4294956720 18446744073709551615 134518595 0 0 4096 0 0 0 0 17 1 0 0
/proc/5811/statm: 368852 66534 92 232 0 368617 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 1480764

[startup+942.303 s]
/proc/loadavg: 1.00 1.02 1.00 2/79 5811
/proc/meminfo: memFree=1515336/2055920 swapFree=4147752/4192956
[pid=5805] ppid=5803 vsize=5356 CPUtime=1.54
/proc/5805/stat : 5805 (Barcelogic) S 5803 5805 5257 0 -1 4194304 332 9123 0 0 0 0 148 6 16 0 1 0 257849474 5484544 237 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5805/statm: 1339 237 197 169 0 50 0
[pid=5811] ppid=5805 vsize=1475408 CPUtime=940.5
/proc/5811/stat : 5811 (bsat) R 5805 5805 5257 0 -1 4194304 67626 0 0 0 93997 53 0 0 25 0 1 0 257849629 1510817792 66534 18446744073709551615 134512640 135463285 4294956720 18446744073709551615 134535476 0 0 4096 0 0 0 0 17 1 0 0
/proc/5811/statm: 368852 66534 92 232 0 368617 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 1480764

[startup+1002.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/79 5811
/proc/meminfo: memFree=1515272/2055920 swapFree=4147752/4192956
[pid=5805] ppid=5803 vsize=5356 CPUtime=1.54
/proc/5805/stat : 5805 (Barcelogic) S 5803 5805 5257 0 -1 4194304 332 9123 0 0 0 0 148 6 16 0 1 0 257849474 5484544 237 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5805/statm: 1339 237 197 169 0 50 0
[pid=5811] ppid=5805 vsize=1475408 CPUtime=1000.49
/proc/5811/stat : 5811 (bsat) R 5805 5805 5257 0 -1 4194304 67774 0 0 0 99995 54 0 0 25 0 1 0 257849629 1510817792 66534 18446744073709551615 134512640 135463285 4294956720 18446744073709551615 134535765 0 0 4096 0 0 0 0 17 1 0 0
/proc/5811/statm: 368852 66534 92 232 0 368617 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 1480764

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/79 5811
/proc/meminfo: memFree=1515208/2055920 swapFree=4147752/4192956
[pid=5805] ppid=5803 vsize=5356 CPUtime=1.54
/proc/5805/stat : 5805 (Barcelogic) S 5803 5805 5257 0 -1 4194304 332 9123 0 0 0 0 148 6 16 0 1 0 257849474 5484544 237 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5805/statm: 1339 237 197 169 0 50 0
[pid=5811] ppid=5805 vsize=1475408 CPUtime=1060.47
/proc/5811/stat : 5811 (bsat) R 5805 5805 5257 0 -1 4194304 67774 0 0 0 105993 54 0 0 25 0 1 0 257849629 1510817792 66534 18446744073709551615 134512640 135463285 4294956720 18446744073709551615 134517801 0 0 4096 0 0 0 0 17 1 0 0
/proc/5811/statm: 368852 66534 92 232 0 368617 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 1480764

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

[startup+1062.4 s]
/proc/loadavg: 1.00 1.01 1.00 2/79 5811
/proc/meminfo: memFree=1515208/2055920 swapFree=4147752/4192956
[pid=5805] ppid=5803 vsize=5356 CPUtime=1.54
/proc/5805/stat : 5805 (Barcelogic) S 5803 5805 5257 0 -1 4194304 332 9123 0 0 0 0 148 6 16 0 1 0 257849474 5484544 237 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5805/statm: 1339 237 197 169 0 50 0
[pid=5811] ppid=5805 vsize=1475408 CPUtime=1060.57
/proc/5811/stat : 5811 (bsat) R 5805 5805 5257 0 -1 4194304 67774 0 0 0 106003 54 0 0 25 0 1 0 257849629 1510817792 66534 18446744073709551615 134512640 135463285 4294956720 18446744073709551615 134518595 0 0 4096 0 0 0 0 17 1 0 0
/proc/5811/statm: 368852 66534 92 232 0 368617 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 1480764

[startup+1075.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5811
/proc/meminfo: memFree=1515208/2055920 swapFree=4147752/4192956
[pid=5805] ppid=5803 vsize=5356 CPUtime=1.54
/proc/5805/stat : 5805 (Barcelogic) S 5803 5805 5257 0 -1 4194304 332 9123 0 0 0 0 148 6 16 0 1 0 257849474 5484544 237 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5805/statm: 1339 237 197 169 0 50 0
[pid=5811] ppid=5805 vsize=1475408 CPUtime=1073.37
/proc/5811/stat : 5811 (bsat) R 5805 5805 5257 0 -1 4194304 67774 0 0 0 107283 54 0 0 25 0 1 0 257849629 1510817792 66534 18446744073709551615 134512640 135463285 4294956720 18446744073709551615 134517801 0 0 4096 0 0 0 0 17 1 0 0
/proc/5811/statm: 368852 66534 92 232 0 368617 0
Current children cumulated CPU time (s) 1074.91
Current children cumulated vsize (KiB) 1480764

[startup+1078.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5811
/proc/meminfo: memFree=1515208/2055920 swapFree=4147752/4192956
[pid=5805] ppid=5803 vsize=5356 CPUtime=1.54
/proc/5805/stat : 5805 (Barcelogic) S 5803 5805 5257 0 -1 4194304 332 9123 0 0 0 0 148 6 16 0 1 0 257849474 5484544 237 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5805/statm: 1339 237 197 169 0 50 0
[pid=5811] ppid=5805 vsize=1475408 CPUtime=1076.57
/proc/5811/stat : 5811 (bsat) R 5805 5805 5257 0 -1 4194304 67774 0 0 0 107603 54 0 0 25 0 1 0 257849629 1510817792 66534 18446744073709551615 134512640 135463285 4294956720 18446744073709551615 134518059 0 0 4096 0 0 0 0 17 1 0 0
/proc/5811/statm: 368852 66534 92 232 0 368617 0
Current children cumulated CPU time (s) 1078.11
Current children cumulated vsize (KiB) 1480764

[startup+1080 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5811
/proc/meminfo: memFree=1515208/2055920 swapFree=4147752/4192956
[pid=5805] ppid=5803 vsize=5356 CPUtime=1.54
/proc/5805/stat : 5805 (Barcelogic) S 5803 5805 5257 0 -1 4194304 332 9123 0 0 0 0 148 6 16 0 1 0 257849474 5484544 237 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5805/statm: 1339 237 197 169 0 50 0
[pid=5811] ppid=5805 vsize=1475408 CPUtime=1078.17
/proc/5811/stat : 5811 (bsat) R 5805 5805 5257 0 -1 4194304 67774 0 0 0 107763 54 0 0 25 0 1 0 257849629 1510817792 66534 18446744073709551615 134512640 135463285 4294956720 18446744073709551615 134517801 0 0 4096 0 0 0 0 17 1 0 0
/proc/5811/statm: 368852 66534 92 232 0 368617 0
Current children cumulated CPU time (s) 1079.71
Current children cumulated vsize (KiB) 1480764

[startup+1081.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5811
/proc/meminfo: memFree=1515208/2055920 swapFree=4147752/4192956
[pid=5805] ppid=5803 vsize=5356 CPUtime=1.54
/proc/5805/stat : 5805 (Barcelogic) S 5803 5805 5257 0 -1 4194304 332 9123 0 0 0 0 148 6 16 0 1 0 257849474 5484544 237 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5805/statm: 1339 237 197 169 0 50 0
[pid=5811] ppid=5805 vsize=1475408 CPUtime=1079.76
/proc/5811/stat : 5811 (bsat) R 5805 5805 5257 0 -1 4194304 67774 0 0 0 107922 54 0 0 25 0 1 0 257849629 1510817792 66534 18446744073709551615 134512640 135463285 4294956720 18446744073709551615 134518298 0 0 4096 0 0 0 0 17 1 0 0
/proc/5811/statm: 368852 66534 92 232 0 368617 0
Current children cumulated CPU time (s) 1081.3
Current children cumulated vsize (KiB) 1480764

[startup+1082.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5811
/proc/meminfo: memFree=1515208/2055920 swapFree=4147752/4192956
[pid=5805] ppid=5803 vsize=5356 CPUtime=1.54
/proc/5805/stat : 5805 (Barcelogic) S 5803 5805 5257 0 -1 4194304 332 9123 0 0 0 0 148 6 16 0 1 0 257849474 5484544 237 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5805/statm: 1339 237 197 169 0 50 0
[pid=5811] ppid=5805 vsize=1475408 CPUtime=1080.57
/proc/5811/stat : 5811 (bsat) R 5805 5805 5257 0 -1 4194304 67774 0 0 0 108003 54 0 0 25 0 1 0 257849629 1510817792 66534 18446744073709551615 134512640 135463285 4294956720 18446744073709551615 134518608 0 0 4096 0 0 0 0 17 1 0 0
/proc/5811/statm: 368852 66534 92 232 0 368617 0
Current children cumulated CPU time (s) 1082.11
Current children cumulated vsize (KiB) 1480764

[startup+1082.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5811
/proc/meminfo: memFree=1515208/2055920 swapFree=4147752/4192956
[pid=5805] ppid=5803 vsize=5356 CPUtime=1.54
/proc/5805/stat : 5805 (Barcelogic) S 5803 5805 5257 0 -1 4194304 332 9123 0 0 0 0 148 6 16 0 1 0 257849474 5484544 237 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5805/statm: 1339 237 197 169 0 50 0
[pid=5811] ppid=5805 vsize=1475408 CPUtime=1080.96
/proc/5811/stat : 5811 (bsat) R 5805 5805 5257 0 -1 4194304 67774 0 0 0 108042 54 0 0 25 0 1 0 257849629 1510817792 66534 18446744073709551615 134512640 135463285 4294956720 18446744073709551615 134531093 0 0 4096 0 0 0 0 17 1 0 0
/proc/5811/statm: 368852 66534 92 232 0 368617 0
Current children cumulated CPU time (s) 1082.5
Current children cumulated vsize (KiB) 1480764

[startup+1082.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5811
/proc/meminfo: memFree=1515208/2055920 swapFree=4147752/4192956
[pid=5805] ppid=5803 vsize=5356 CPUtime=1.54
/proc/5805/stat : 5805 (Barcelogic) S 5803 5805 5257 0 -1 4194304 332 9123 0 0 0 0 148 6 16 0 1 0 257849474 5484544 237 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5805/statm: 1339 237 197 169 0 50 0
[pid=5811] ppid=5805 vsize=0 CPUtime=1081.07
/proc/5811/stat : 5811 (bsat) R 5805 5805 5257 0 -1 4194308 67778 0 0 0 108052 55 0 0 25 0 1 0 257849629 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/5811/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1082.61
Current children cumulated vsize (KiB) 5356

Child status: 20
Real time (s): 1082.95
CPU time (s): 1082.67
CPU user time (s): 1082.01
CPU system time (s): 0.661899
CPU usage (%): 99.9743
Max. virtual memory (cumulated for all children) (KiB): 1481688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1082.01
system time used= 0.661899
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77387
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= 72
involuntary context switches= 1644

runsolver used 1.15682 second user time and 2.78758 second system time

The end

Launcher Data (download as text)

Begin job on node29 on Wed Feb 28 05:34:12 UTC 2007

IDJOB= 314717
IDBENCH= 20398
IDSOLVER= 122
FILE ID= node29/314717-1172640852

PBS_JOBID= 3981165

Free space on /tmp= 66526 MiB

SOLVER NAME= barcelogic 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/fuhs/medium/AProVE07-16.cnf
COMMAND LINE= /tmp/evaluation/314717-1172640852/Barcelogic /tmp/evaluation/314717-1172640852/instance-314717-1172640852.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node29/watcher-314717-1172640852 -o ROOT/results/node29/solver-314717-1172640852 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/314717-1172640852/Barcelogic /tmp/evaluation/314717-1172640852/instance-314717-1172640852.cnf            

META MD5SUM SOLVER= 543870ed8fcecafe9ec15dfb146dc18f
MD5SUM BENCH=  65057bcebbeecf6a7f3bc3fcfb2de009

RANDOM SEED= 280547060

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node29.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.209
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	: 5931.00
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.209
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:       1788144 kB
Buffers:         17308 kB
Cached:         186028 kB
SwapCached:      12088 kB
Active:          71124 kB
Inactive:       155500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1788144 kB
SwapTotal:     4192956 kB
SwapFree:      4147752 kB
Dirty:            5000 kB
Writeback:           0 kB
Mapped:          30256 kB
Slab:            26552 kB
Committed_AS:   766704 kB
PageTables:       1864 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= 66526 MiB

End job on node29 on Wed Feb 28 05:52:15 UTC 2007