Trace number 347526

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 977.64 977.997

General information on the benchmark

Nameindustrial/manolios/
manol-pipe-c7bidw_i.cnf
MD5SUM3eac71f4fca7132b74d6d27cfa83813f
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark147.752
Satisfiable
(Un)Satisfiability was proved
Number of variables131004
Number of clauses387841
Sum of the clauses size904961
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2258560
Number of clauses of size 3129280
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	c Parsing...
0.00/0.38	c ==============================================================================
0.00/0.38	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.38	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.38	c ==============================================================================
0.00/0.38	c |         0 |  387840   904960 |  116351       0        0     nan |  0.000 % |
2.68/2.73	c |         0 |  169202   659445 |      --       0       --      -- |     --   | -218636/-245510
2.68/2.73	c ==============================================================================
2.68/2.73	c Result  :   #vars: 22468   #clauses: 169202   #literals: 659445
2.68/2.73	c CPU time:   2.6006 s
2.68/2.73	c ==============================================================================
977.53/977.98	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/node17/watcher-347526-1176681519 -o ROOT/results/node17/solver-347526-1176681519 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/347526-1176681519/Barcelogic /tmp/evaluation/347526-1176681519/instance-347526-1176681519.cnf 

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


[startup+0 s]
/proc/loadavg: 0.99 0.98 0.99 3/77 30892
/proc/meminfo: memFree=1743232/2055920 swapFree=4153028/4192956
[pid=30892] ppid=30890 vsize=5352 CPUtime=0
/proc/30892/stat : 30892 (Barcelogic) S 30890 30892 30421 0 -1 4194304 273 0 0 0 0 0 0 0 18 0 1 0 116069526 5480448 232 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482881106 0 0 4100 65536 18446744071563648864 0 0 17 1 0 0
/proc/30892/statm: 1338 232 195 169 0 49 0
[pid=30893] ppid=30892 vsize=5352 CPUtime=0
/proc/30893/stat : 30893 (Barcelogic) S 30892 30892 30421 0 -1 4194368 53 25 0 0 0 0 0 0 20 0 1 0 116069526 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4096 65538 18446744071563356171 0 0 17 1 0 0
/proc/30893/statm: 1338 236 198 169 0 49 0
[pid=30895] ppid=30893 vsize=0 CPUtime=0
/proc/30895/stat : 30895 (sed) D 30893 30892 30421 0 -1 4194308 163 0 0 0 0 0 0 0 15 0 1 0 116069526 0 0 18446744073709551615 0 0 0 0 0 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/30895/statm: 0 0 0 0 0 0 0

[startup+0.084086 s]
/proc/loadavg: 0.99 0.98 0.99 3/77 30892
/proc/meminfo: memFree=1743232/2055920 swapFree=4153028/4192956
[pid=30892] ppid=30890 vsize=5352 CPUtime=0
/proc/30892/stat : 30892 (Barcelogic) S 30890 30892 30421 0 -1 4194304 308 252 0 0 0 0 0 0 18 0 1 0 116069526 5480448 235 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30892/statm: 1338 235 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.10109 s]
/proc/loadavg: 0.99 0.98 0.99 3/77 30892
/proc/meminfo: memFree=1743232/2055920 swapFree=4153028/4192956
[pid=30892] ppid=30890 vsize=5352 CPUtime=0
/proc/30892/stat : 30892 (Barcelogic) S 30890 30892 30421 0 -1 4194304 308 252 0 0 0 0 0 0 18 0 1 0 116069526 5480448 235 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30892/statm: 1338 235 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.301112 s]
/proc/loadavg: 0.99 0.98 0.99 3/77 30892
/proc/meminfo: memFree=1743232/2055920 swapFree=4153028/4192956
[pid=30892] ppid=30890 vsize=5352 CPUtime=0
/proc/30892/stat : 30892 (Barcelogic) S 30890 30892 30421 0 -1 4194304 308 252 0 0 0 0 0 0 18 0 1 0 116069526 5480448 235 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30892/statm: 1338 235 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.701155 s]
/proc/loadavg: 0.99 0.98 0.99 3/77 30892
/proc/meminfo: memFree=1743232/2055920 swapFree=4153028/4192956
[pid=30892] ppid=30890 vsize=5352 CPUtime=0
/proc/30892/stat : 30892 (Barcelogic) S 30890 30892 30421 0 -1 4194304 308 252 0 0 0 0 0 0 18 0 1 0 116069526 5480448 235 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30892/statm: 1338 235 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+1.50123 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 30897
/proc/meminfo: memFree=1683824/2055920 swapFree=4153028/4192956
[pid=30892] ppid=30890 vsize=5352 CPUtime=0
/proc/30892/stat : 30892 (Barcelogic) S 30890 30892 30421 0 -1 4194304 308 252 0 0 0 0 0 0 18 0 1 0 116069526 5480448 235 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30892/statm: 1338 235 197 169 0 49 0
[pid=30897] ppid=30892 vsize=59880 CPUtime=1.48
/proc/30897/stat : 30897 (SatELite_releas) R 30892 30892 30421 0 -1 4194304 15359 0 0 0 139 9 0 0 25 0 1 0 116069526 61317120 14233 18446744073709551615 134512640 135037961 4294956560 18446744073709551615 134681499 0 0 4096 3 0 0 0 17 1 0 0
/proc/30897/statm: 14970 14233 66 128 0 14839 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 65232

[startup+3.1024 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 30897
/proc/meminfo: memFree=1672624/2055920 swapFree=4153028/4192956
[pid=30892] ppid=30890 vsize=5352 CPUtime=3.01
/proc/30892/stat : 30892 (Barcelogic) S 30890 30892 30421 0 -1 4194304 334 17472 0 0 0 0 286 15 16 0 1 0 116069526 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30892/statm: 1338 237 197 169 0 49 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 5352

[startup+6.30173 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 30898
/proc/meminfo: memFree=1699440/2055920 swapFree=4153028/4192956
[pid=30892] ppid=30890 vsize=5352 CPUtime=3.01
/proc/30892/stat : 30892 (Barcelogic) S 30890 30892 30421 0 -1 4194304 334 17472 0 0 0 0 286 15 16 0 1 0 116069526 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30892/statm: 1338 237 197 169 0 49 0
[pid=30898] ppid=30892 vsize=1475032 CPUtime=3.26
/proc/30898/stat : 30898 (bsat) R 30892 30892 30421 0 -1 4194304 7652 0 0 0 323 3 0 0 25 0 1 0 116069829 1510432768 7264 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134517779 0 0 4096 0 0 0 0 17 1 0 0
/proc/30898/statm: 368758 7264 84 232 0 368523 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 1480384

[startup+12.7014 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 30898
/proc/meminfo: memFree=1689712/2055920 swapFree=4153028/4192956
[pid=30892] ppid=30890 vsize=5352 CPUtime=3.01
/proc/30892/stat : 30892 (Barcelogic) S 30890 30892 30421 0 -1 4194304 334 17472 0 0 0 0 286 15 16 0 1 0 116069526 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30892/statm: 1338 237 197 169 0 49 0
[pid=30898] ppid=30892 vsize=1475032 CPUtime=9.65
/proc/30898/stat : 30898 (bsat) R 30892 30892 30421 0 -1 4194304 10047 0 0 0 960 5 0 0 25 0 1 0 116069829 1510432768 9658 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134518857 0 0 4096 0 0 0 0 17 1 0 0
/proc/30898/statm: 368758 9658 84 232 0 368523 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 1480384

[startup+25.5017 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 30898
/proc/meminfo: memFree=1666480/2055920 swapFree=4153028/4192956
[pid=30892] ppid=30890 vsize=5352 CPUtime=3.01
/proc/30892/stat : 30892 (Barcelogic) S 30890 30892 30421 0 -1 4194304 334 17472 0 0 0 0 286 15 16 0 1 0 116069526 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30892/statm: 1338 237 197 169 0 49 0
[pid=30898] ppid=30892 vsize=1475032 CPUtime=22.45
/proc/30898/stat : 30898 (bsat) R 30892 30892 30421 0 -1 4194304 15874 0 0 0 2236 9 0 0 25 0 1 0 116069829 1510432768 15485 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134531524 0 0 4096 0 0 0 0 17 1 0 0
/proc/30898/statm: 368758 15485 84 232 0 368523 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 1480384

[startup+51.1014 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 30898
/proc/meminfo: memFree=1664176/2055920 swapFree=4153028/4192956
[pid=30892] ppid=30890 vsize=5352 CPUtime=3.01
/proc/30892/stat : 30892 (Barcelogic) S 30890 30892 30421 0 -1 4194304 334 17472 0 0 0 0 286 15 16 0 1 0 116069526 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30892/statm: 1338 237 197 169 0 49 0
[pid=30898] ppid=30892 vsize=1475176 CPUtime=48.05
/proc/30898/stat : 30898 (bsat) R 30892 30892 30421 0 -1 4194304 16873 0 0 0 4795 10 0 0 25 0 1 0 116069829 1510580224 15871 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134553479 0 0 4096 0 0 0 0 17 1 0 0
/proc/30898/statm: 368794 15871 94 232 0 368559 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 1480528

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 30898
/proc/meminfo: memFree=1642864/2055920 swapFree=4153028/4192956
[pid=30892] ppid=30890 vsize=5352 CPUtime=3.01
/proc/30892/stat : 30892 (Barcelogic) S 30890 30892 30421 0 -1 4194304 334 17472 0 0 0 0 286 15 16 0 1 0 116069526 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30892/statm: 1338 237 197 169 0 49 0
[pid=30898] ppid=30892 vsize=1475176 CPUtime=99.23
/proc/30898/stat : 30898 (bsat) R 30892 30892 30421 0 -1 4194304 22504 0 0 0 9910 13 0 0 25 0 1 0 116069829 1510580224 21198 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134519313 0 0 4096 0 0 0 0 17 1 0 0
/proc/30898/statm: 368794 21198 94 232 0 368559 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 1480528

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/85 31006
/proc/meminfo: memFree=1621440/2055920 swapFree=4153028/4192956
[pid=30892] ppid=30890 vsize=5352 CPUtime=3.01
/proc/30892/stat : 30892 (Barcelogic) S 30890 30892 30421 0 -1 4194304 334 17472 0 0 0 0 286 15 16 0 1 0 116069526 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30892/statm: 1338 237 197 169 0 49 0
[pid=30898] ppid=30892 vsize=1475176 CPUtime=159.16
/proc/30898/stat : 30898 (bsat) R 30892 30892 30421 0 -1 4194304 28216 0 0 0 15894 22 0 0 25 0 1 0 116069829 1510580224 26331 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134518059 0 0 4096 0 0 0 0 17 1 0 0
/proc/30898/statm: 368794 26331 94 232 0 368559 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 1480528

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 31096
/proc/meminfo: memFree=1609328/2055920 swapFree=4153028/4192956
[pid=30892] ppid=30890 vsize=5352 CPUtime=3.01
/proc/30892/stat : 30892 (Barcelogic) S 30890 30892 30421 0 -1 4194304 334 17472 0 0 0 0 286 15 16 0 1 0 116069526 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30892/statm: 1338 237 197 169 0 49 0
[pid=30898] ppid=30892 vsize=1475176 CPUtime=219.1
/proc/30898/stat : 30898 (bsat) R 30892 30892 30421 0 -1 4194304 32251 0 0 0 21885 25 0 0 25 0 1 0 116069829 1510580224 29417 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134517326 0 0 4096 0 0 0 0 17 1 0 0
/proc/30898/statm: 368794 29417 94 232 0 368559 0
Current children cumulated CPU time (s) 222.11
Current children cumulated vsize (KiB) 1480528

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 31096
/proc/meminfo: memFree=1609328/2055920 swapFree=4153028/4192956
[pid=30892] ppid=30890 vsize=5352 CPUtime=3.01
/proc/30892/stat : 30892 (Barcelogic) S 30890 30892 30421 0 -1 4194304 334 17472 0 0 0 0 286 15 16 0 1 0 116069526 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30892/statm: 1338 237 197 169 0 49 0
[pid=30898] ppid=30892 vsize=1475176 CPUtime=279.09
/proc/30898/stat : 30898 (bsat) R 30892 30892 30421 0 -1 4194304 32527 0 0 0 27883 26 0 0 25 0 1 0 116069829 1510580224 29417 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134518595 0 0 4096 0 0 0 0 17 1 0 0
/proc/30898/statm: 368794 29417 94 232 0 368559 0
Current children cumulated CPU time (s) 282.1
Current children cumulated vsize (KiB) 1480528

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 31096
/proc/meminfo: memFree=1609392/2055920 swapFree=4153028/4192956
[pid=30892] ppid=30890 vsize=5352 CPUtime=3.01
/proc/30892/stat : 30892 (Barcelogic) S 30890 30892 30421 0 -1 4194304 334 17472 0 0 0 0 286 15 16 0 1 0 116069526 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30892/statm: 1338 237 197 169 0 49 0
[pid=30898] ppid=30892 vsize=1475176 CPUtime=339.07
/proc/30898/stat : 30898 (bsat) R 30892 30892 30421 0 -1 4194304 33115 0 0 0 33881 26 0 0 25 0 1 0 116069829 1510580224 29417 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134519606 0 0 4096 0 0 0 0 17 1 0 0
/proc/30898/statm: 368794 29417 94 232 0 368559 0
Current children cumulated CPU time (s) 342.08
Current children cumulated vsize (KiB) 1480528

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 31096
/proc/meminfo: memFree=1609392/2055920 swapFree=4153028/4192956
[pid=30892] ppid=30890 vsize=5352 CPUtime=3.01
/proc/30892/stat : 30892 (Barcelogic) S 30890 30892 30421 0 -1 4194304 334 17472 0 0 0 0 286 15 16 0 1 0 116069526 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30892/statm: 1338 237 197 169 0 49 0
[pid=30898] ppid=30892 vsize=1475176 CPUtime=399.06
/proc/30898/stat : 30898 (bsat) R 30892 30892 30421 0 -1 4194304 33698 0 0 0 39879 27 0 0 25 0 1 0 116069829 1510580224 29418 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134518059 0 0 4096 0 0 0 0 17 1 0 0
/proc/30898/statm: 368794 29418 94 232 0 368559 0

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


[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 31096
/proc/meminfo: memFree=1588784/2055920 swapFree=4153028/4192956
[pid=30892] ppid=30890 vsize=5352 CPUtime=3.01
/proc/30892/stat : 30892 (Barcelogic) S 30890 30892 30421 0 -1 4194304 334 17472 0 0 0 0 286 15 16 0 1 0 116069526 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30892/statm: 1338 237 197 169 0 49 0
[pid=30898] ppid=30892 vsize=1475176 CPUtime=639
/proc/30898/stat : 30898 (bsat) R 30892 30892 30421 0 -1 4194304 40623 0 0 0 63866 34 0 0 25 0 1 0 116069829 1510580224 34566 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134517514 0 0 4096 0 0 0 0 17 1 0 0
/proc/30898/statm: 368794 34566 94 232 0 368559 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 1480528

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 31096
/proc/meminfo: memFree=1588784/2055920 swapFree=4153028/4192956
[pid=30892] ppid=30890 vsize=5352 CPUtime=3.01
/proc/30892/stat : 30892 (Barcelogic) S 30890 30892 30421 0 -1 4194304 334 17472 0 0 0 0 286 15 16 0 1 0 116069526 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30892/statm: 1338 237 197 169 0 49 0
[pid=30898] ppid=30892 vsize=1475176 CPUtime=698.98
/proc/30898/stat : 30898 (bsat) R 30892 30892 30421 0 -1 4194304 40973 0 0 0 69863 35 0 0 25 0 1 0 116069829 1510580224 34566 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134516854 0 0 4096 0 0 0 0 17 1 0 0
/proc/30898/statm: 368794 34566 94 232 0 368559 0
Current children cumulated CPU time (s) 701.99
Current children cumulated vsize (KiB) 1480528

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 31096
/proc/meminfo: memFree=1585776/2055920 swapFree=4153028/4192956
[pid=30892] ppid=30890 vsize=5352 CPUtime=3.01
/proc/30892/stat : 30892 (Barcelogic) S 30890 30892 30421 0 -1 4194304 334 17472 0 0 0 0 286 15 16 0 1 0 116069526 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30892/statm: 1338 237 197 169 0 49 0
[pid=30898] ppid=30892 vsize=1475176 CPUtime=758.97
/proc/30898/stat : 30898 (bsat) R 30892 30892 30421 0 -1 4194304 42094 0 0 0 75860 37 0 0 25 0 1 0 116069829 1510580224 35413 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134518059 0 0 4096 0 0 0 0 17 1 0 0
/proc/30898/statm: 368794 35413 94 232 0 368559 0
Current children cumulated CPU time (s) 761.98
Current children cumulated vsize (KiB) 1480528

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 31096
/proc/meminfo: memFree=1584112/2055920 swapFree=4153028/4192956
[pid=30892] ppid=30890 vsize=5352 CPUtime=3.01
/proc/30892/stat : 30892 (Barcelogic) S 30890 30892 30421 0 -1 4194304 334 17472 0 0 0 0 286 15 16 0 1 0 116069526 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30892/statm: 1338 237 197 169 0 49 0
[pid=30898] ppid=30892 vsize=1475176 CPUtime=818.95
/proc/30898/stat : 30898 (bsat) R 30892 30892 30421 0 -1 4194304 43297 0 0 0 81857 38 0 0 25 0 1 0 116069829 1510580224 35984 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134535580 0 0 4096 0 0 0 0 17 1 0 0
/proc/30898/statm: 368794 35984 94 232 0 368559 0
Current children cumulated CPU time (s) 821.96
Current children cumulated vsize (KiB) 1480528

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 31096
/proc/meminfo: memFree=1573488/2055920 swapFree=4153028/4192956
[pid=30892] ppid=30890 vsize=5352 CPUtime=3.01
/proc/30892/stat : 30892 (Barcelogic) S 30890 30892 30421 0 -1 4194304 334 17472 0 0 0 0 286 15 16 0 1 0 116069526 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30892/statm: 1338 237 197 169 0 49 0
[pid=30898] ppid=30892 vsize=1475176 CPUtime=878.93
/proc/30898/stat : 30898 (bsat) R 30892 30892 30421 0 -1 4194304 46355 0 0 0 87853 40 0 0 25 0 1 0 116069829 1510580224 38411 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134517315 0 0 4096 0 0 0 0 17 1 0 0
/proc/30898/statm: 368794 38411 94 232 0 368559 0
Current children cumulated CPU time (s) 881.94
Current children cumulated vsize (KiB) 1480528

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 31096
/proc/meminfo: memFree=1572144/2055920 swapFree=4153028/4192956
[pid=30892] ppid=30890 vsize=5352 CPUtime=3.01
/proc/30892/stat : 30892 (Barcelogic) S 30890 30892 30421 0 -1 4194304 334 17472 0 0 0 0 286 15 16 0 1 0 116069526 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30892/statm: 1338 237 197 169 0 49 0
[pid=30898] ppid=30892 vsize=1475176 CPUtime=938.92
/proc/30898/stat : 30898 (bsat) R 30892 30892 30421 0 -1 4194304 47027 0 0 0 93851 41 0 0 25 0 1 0 116069829 1510580224 38727 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134517315 0 0 4096 0 0 0 0 17 1 0 0
/proc/30898/statm: 368794 38727 94 232 0 368559 0
Current children cumulated CPU time (s) 941.93
Current children cumulated vsize (KiB) 1480528

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

[startup+947.106 s]
/proc/loadavg: 0.99 0.98 0.99 3/79 31096
/proc/meminfo: memFree=1572144/2055920 swapFree=4153028/4192956
[pid=30892] ppid=30890 vsize=5352 CPUtime=3.01
/proc/30892/stat : 30892 (Barcelogic) S 30890 30892 30421 0 -1 4194304 334 17472 0 0 0 0 286 15 16 0 1 0 116069526 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30892/statm: 1338 237 197 169 0 49 0
[pid=30898] ppid=30892 vsize=1475176 CPUtime=943.73
/proc/30898/stat : 30898 (bsat) R 30892 30892 30421 0 -1 4194304 47027 0 0 0 94331 42 0 0 25 0 1 0 116069829 1510580224 38727 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134518059 0 0 4096 0 0 0 0 17 1 0 0
/proc/30898/statm: 368794 38727 94 232 0 368559 0
Current children cumulated CPU time (s) 946.74
Current children cumulated vsize (KiB) 1480528

[startup+959.901 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 31096
/proc/meminfo: memFree=1572144/2055920 swapFree=4153028/4192956
[pid=30892] ppid=30890 vsize=5352 CPUtime=3.01
/proc/30892/stat : 30892 (Barcelogic) S 30890 30892 30421 0 -1 4194304 334 17472 0 0 0 0 286 15 16 0 1 0 116069526 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30892/statm: 1338 237 197 169 0 49 0
[pid=30898] ppid=30892 vsize=1475176 CPUtime=956.52
/proc/30898/stat : 30898 (bsat) R 30892 30892 30421 0 -1 4194304 47027 0 0 0 95610 42 0 0 25 0 1 0 116069829 1510580224 38727 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134517801 0 0 4096 0 0 0 0 17 1 0 0
/proc/30898/statm: 368794 38727 94 232 0 368559 0
Current children cumulated CPU time (s) 959.53
Current children cumulated vsize (KiB) 1480528

[startup+966.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 31096
/proc/meminfo: memFree=1572144/2055920 swapFree=4153028/4192956
[pid=30892] ppid=30890 vsize=5352 CPUtime=3.01
/proc/30892/stat : 30892 (Barcelogic) S 30890 30892 30421 0 -1 4194304 334 17472 0 0 0 0 286 15 16 0 1 0 116069526 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30892/statm: 1338 237 197 169 0 49 0
[pid=30898] ppid=30892 vsize=1475176 CPUtime=962.92
/proc/30898/stat : 30898 (bsat) R 30892 30892 30421 0 -1 4194304 47027 0 0 0 96250 42 0 0 25 0 1 0 116069829 1510580224 38727 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134518595 0 0 4096 0 0 0 0 17 1 0 0
/proc/30898/statm: 368794 38727 94 232 0 368559 0
Current children cumulated CPU time (s) 965.93
Current children cumulated vsize (KiB) 1480528

[startup+972.702 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 31096
/proc/meminfo: memFree=1571824/2055920 swapFree=4153028/4192956
[pid=30892] ppid=30890 vsize=5352 CPUtime=3.01
/proc/30892/stat : 30892 (Barcelogic) S 30890 30892 30421 0 -1 4194304 334 17472 0 0 0 0 286 15 16 0 1 0 116069526 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30892/statm: 1338 237 197 169 0 49 0
[pid=30898] ppid=30892 vsize=1475176 CPUtime=969.31
/proc/30898/stat : 30898 (bsat) R 30892 30892 30421 0 -1 4194304 47177 0 0 0 96889 42 0 0 25 0 1 0 116069829 1510580224 38877 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134517550 0 0 4096 0 0 0 0 17 1 0 0
/proc/30898/statm: 368794 38877 94 232 0 368559 0
Current children cumulated CPU time (s) 972.32
Current children cumulated vsize (KiB) 1480528

[startup+975.902 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 31096
/proc/meminfo: memFree=1571568/2055920 swapFree=4153028/4192956
[pid=30892] ppid=30890 vsize=5352 CPUtime=3.01
/proc/30892/stat : 30892 (Barcelogic) S 30890 30892 30421 0 -1 4194304 334 17472 0 0 0 0 286 15 16 0 1 0 116069526 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30892/statm: 1338 237 197 169 0 49 0
[pid=30898] ppid=30892 vsize=1475176 CPUtime=972.51
/proc/30898/stat : 30898 (bsat) R 30892 30892 30421 0 -1 4194304 47222 0 0 0 97209 42 0 0 25 0 1 0 116069829 1510580224 38922 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134517801 0 0 4096 0 0 0 0 17 1 0 0
/proc/30898/statm: 368794 38922 94 232 0 368559 0
Current children cumulated CPU time (s) 975.52
Current children cumulated vsize (KiB) 1480528

[startup+976.702 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 31096
/proc/meminfo: memFree=1571568/2055920 swapFree=4153028/4192956
[pid=30892] ppid=30890 vsize=5352 CPUtime=3.01
/proc/30892/stat : 30892 (Barcelogic) S 30890 30892 30421 0 -1 4194304 334 17472 0 0 0 0 286 15 16 0 1 0 116069526 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30892/statm: 1338 237 197 169 0 49 0
[pid=30898] ppid=30892 vsize=1475176 CPUtime=973.32
/proc/30898/stat : 30898 (bsat) R 30892 30892 30421 0 -1 4194304 47222 0 0 0 97290 42 0 0 25 0 1 0 116069829 1510580224 38922 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134517801 0 0 4096 0 0 0 0 17 1 0 0
/proc/30898/statm: 368794 38922 94 232 0 368559 0
Current children cumulated CPU time (s) 976.33
Current children cumulated vsize (KiB) 1480528

[startup+977.501 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 31096
/proc/meminfo: memFree=1571568/2055920 swapFree=4153028/4192956
[pid=30892] ppid=30890 vsize=5352 CPUtime=3.01
/proc/30892/stat : 30892 (Barcelogic) S 30890 30892 30421 0 -1 4194304 334 17472 0 0 0 0 286 15 16 0 1 0 116069526 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30892/statm: 1338 237 197 169 0 49 0
[pid=30898] ppid=30892 vsize=1475176 CPUtime=974.11
/proc/30898/stat : 30898 (bsat) R 30892 30892 30421 0 -1 4194304 47222 0 0 0 97369 42 0 0 25 0 1 0 116069829 1510580224 38922 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134518710 0 0 4096 0 0 0 0 17 1 0 0
/proc/30898/statm: 368794 38922 94 232 0 368559 0
Current children cumulated CPU time (s) 977.12
Current children cumulated vsize (KiB) 1480528

[startup+977.905 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 31096
/proc/meminfo: memFree=1571568/2055920 swapFree=4153028/4192956
[pid=30892] ppid=30890 vsize=5352 CPUtime=3.01
/proc/30892/stat : 30892 (Barcelogic) S 30890 30892 30421 0 -1 4194304 334 17472 0 0 0 0 286 15 16 0 1 0 116069526 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30892/statm: 1338 237 197 169 0 49 0
[pid=30898] ppid=30892 vsize=1475176 CPUtime=974.52
/proc/30898/stat : 30898 (bsat) R 30892 30892 30421 0 -1 4194304 47222 0 0 0 97410 42 0 0 25 0 1 0 116069829 1510580224 38922 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134518059 0 0 4096 0 0 0 0 17 1 0 0
/proc/30898/statm: 368794 38922 94 232 0 368559 0
Current children cumulated CPU time (s) 977.53
Current children cumulated vsize (KiB) 1480528

Child status: 20
Real time (s): 977.997
CPU time (s): 977.64
CPU user time (s): 977.021
CPU system time (s): 0.618905
CPU usage (%): 99.9635
Max. virtual memory (cumulated for all children) (KiB): 1481956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 977.021
system time used= 0.618905
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65187
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= 70
involuntary context switches= 1412

runsolver used 0.98085 second user time and 2.58461 second system time

The end

Launcher Data (download as text)

Begin job on node17 on Sun Apr 15 23:58:40 UTC 2007

IDJOB= 347526
IDBENCH= 20503
IDSOLVER= 154
FILE ID= node17/347526-1176681519

PBS_JOBID= 4559404

Free space on /tmp= 66531 MiB

SOLVER NAME= Barcelogic Fixed 2007-04-13
BENCH NAME= HOME/pub/bench/SAT07/industrial/manolios/manol-pipe-c7bidw_i.cnf
COMMAND LINE= /tmp/evaluation/347526-1176681519/Barcelogic /tmp/evaluation/347526-1176681519/instance-347526-1176681519.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-347526-1176681519 -o ROOT/results/node17/solver-347526-1176681519 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/347526-1176681519/Barcelogic /tmp/evaluation/347526-1176681519/instance-347526-1176681519.cnf            

META MD5SUM SOLVER= 79e0ce795fa2b766501147b4c62bcf0d
MD5SUM BENCH=  3eac71f4fca7132b74d6d27cfa83813f

RANDOM SEED= 877728069

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node17.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.240
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.240
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:       1743640 kB
Buffers:         75484 kB
Cached:         160836 kB
SwapCached:       2360 kB
Active:         143700 kB
Inactive:       117684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1743640 kB
SwapTotal:     4192956 kB
SwapFree:      4153028 kB
Dirty:            8412 kB
Writeback:           0 kB
Mapped:          30180 kB
Slab:            36368 kB
Committed_AS:  6265744 kB
PageTables:       1796 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= 66531 MiB

End job on node17 on Mon Apr 16 00:14:58 UTC 2007