Trace number 333250

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 313.726 313.96

General information on the benchmark

Namecrafted/Medium/contest05/others/
QG-gensys-brn008.sat05-2685.reshuffled-07.cnf
MD5SUMf9cdae8890dde718d40830262adc8433
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark108.726
Satisfiable
(Un)Satisfiability was proved
Number of variables1467
Number of clauses7521
Sum of the clauses size64621
Maximum clause length16
Minimum clause length1
Number of clauses of size 127
Number of clauses of size 2247
Number of clauses of size 31130
Number of clauses of size 482
Number of clauses of size 5852
Number of clauses of size over 55183

Solver Data (download as text)

0.00/0.00	c Parsing...
0.00/0.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |    7309    63695 |    2192       0        0     nan |  0.000 % |
0.00/0.06	c |         0 |    6058    53912 |      --       0       --      -- |     --   | -423/-5172
0.00/0.06	c ==============================================================================
0.00/0.06	c Result  :   #vars: 1343   #clauses: 6058   #literals: 53912
0.00/0.06	c CPU time:   0.05999 s
0.00/0.06	c ==============================================================================
313.64/313.95	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/node17/watcher-333250-1173506515 -o ROOT/results/node17/solver-333250-1173506515 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/333250-1173506515/Barcelogic /tmp/evaluation/333250-1173506515/instance-333250-1173506515.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 1.00 1.03 3/83 21853
/proc/meminfo: memFree=1382136/2055920 swapFree=4168576/4192956
[pid=21853] ppid=21851 vsize=5352 CPUtime=0
/proc/21853/stat : 21853 (Barcelogic) S 21851 21853 21516 0 -1 4194304 276 0 0 0 0 0 0 0 18 0 1 0 370605693 5480448 233 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21853/statm: 1338 233 196 169 0 49 0
[pid=21854] ppid=21853 vsize=0 CPUtime=0
/proc/21854/stat : 21854 (Barcelogic) D 21853 21853 21516 0 -1 4194372 64 188 0 0 0 0 0 0 21 0 1 0 370605693 0 0 18446744073709551615 0 0 0 0 0 0 2147483391 4096 65538 18446744072099781622 0 0 17 1 0 0
/proc/21854/statm: 0 0 0 0 0 0 0

[startup+0.0427479 s]
/proc/loadavg: 0.92 1.00 1.03 3/83 21853
/proc/meminfo: memFree=1382136/2055920 swapFree=4168576/4192956
[pid=21853] ppid=21851 vsize=5352 CPUtime=0
/proc/21853/stat : 21853 (Barcelogic) S 21851 21853 21516 0 -1 4194304 308 252 0 0 0 0 0 0 18 0 1 0 370605693 5480448 235 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21853/statm: 1338 235 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.101755 s]
/proc/loadavg: 0.92 1.00 1.03 3/83 21853
/proc/meminfo: memFree=1382136/2055920 swapFree=4168576/4192956
[pid=21853] ppid=21851 vsize=5352 CPUtime=0.07
/proc/21853/stat : 21853 (Barcelogic) S 21851 21853 21516 0 -1 4194304 332 643 0 0 0 0 7 0 16 0 1 0 370605693 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21853/statm: 1338 236 197 169 0 49 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5352

[startup+0.301778 s]
/proc/loadavg: 0.92 1.00 1.03 3/83 21853
/proc/meminfo: memFree=1382136/2055920 swapFree=4168576/4192956
[pid=21853] ppid=21851 vsize=5352 CPUtime=0.07
/proc/21853/stat : 21853 (Barcelogic) S 21851 21853 21516 0 -1 4194304 332 643 0 0 0 0 7 0 16 0 1 0 370605693 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21853/statm: 1338 236 197 169 0 49 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5352

[startup+0.701821 s]
/proc/loadavg: 0.92 1.00 1.03 3/83 21853
/proc/meminfo: memFree=1382136/2055920 swapFree=4168576/4192956
[pid=21853] ppid=21851 vsize=5352 CPUtime=0.07
/proc/21853/stat : 21853 (Barcelogic) S 21851 21853 21516 0 -1 4194304 332 643 0 0 0 0 7 0 16 0 1 0 370605693 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21853/statm: 1338 236 197 169 0 49 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5352

[startup+1.5019 s]
/proc/loadavg: 0.92 1.00 1.03 2/85 21877
/proc/meminfo: memFree=1374560/2055920 swapFree=4168576/4192956
[pid=21853] ppid=21851 vsize=5352 CPUtime=0.07
/proc/21853/stat : 21853 (Barcelogic) S 21851 21853 21516 0 -1 4194304 332 643 0 0 0 0 7 0 16 0 1 0 370605693 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21853/statm: 1338 236 197 169 0 49 0
[pid=21859] ppid=21853 vsize=1476336 CPUtime=1.38
/proc/21859/stat : 21859 (bsat) R 21853 21853 21516 0 -1 4194304 2509 0 0 0 138 0 0 0 25 0 1 0 370605702 1511768064 2483 18446744073709551615 134512640 135463285 4294956784 18446744073709551615 134518876 0 0 4096 0 0 0 0 17 0 0 0
/proc/21859/statm: 369084 2483 82 232 0 368849 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 1481688

[startup+3.10106 s]
/proc/loadavg: 0.92 1.00 1.03 2/85 21877
/proc/meminfo: memFree=1369248/2055920 swapFree=4168576/4192956
[pid=21853] ppid=21851 vsize=5352 CPUtime=0.07
/proc/21853/stat : 21853 (Barcelogic) S 21851 21853 21516 0 -1 4194304 332 643 0 0 0 0 7 0 16 0 1 0 370605693 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21853/statm: 1338 236 197 169 0 49 0
[pid=21859] ppid=21853 vsize=1476336 CPUtime=2.98
/proc/21859/stat : 21859 (bsat) R 21853 21853 21516 0 -1 4194304 4077 0 0 0 297 1 0 0 25 0 1 0 370605702 1511768064 4051 18446744073709551615 134512640 135463285 4294956784 18446744073709551615 134529786 0 0 4096 0 0 0 0 17 0 0 0
/proc/21859/statm: 369084 4051 82 232 0 368849 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 1481688

[startup+6.30139 s]
/proc/loadavg: 0.93 1.00 1.03 2/85 21879
/proc/meminfo: memFree=1359528/2055920 swapFree=4168576/4192956
[pid=21853] ppid=21851 vsize=5352 CPUtime=0.07
/proc/21853/stat : 21853 (Barcelogic) S 21851 21853 21516 0 -1 4194304 332 643 0 0 0 0 7 0 16 0 1 0 370605693 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21853/statm: 1338 236 197 169 0 49 0
[pid=21859] ppid=21853 vsize=1476440 CPUtime=6.19
/proc/21859/stat : 21859 (bsat) R 21853 21853 21516 0 -1 4194304 5542 0 0 0 617 2 0 0 25 0 1 0 370605702 1511874560 5514 18446744073709551615 134512640 135463285 4294956784 18446744073709551615 134518101 0 0 4096 0 0 0 0 17 0 0 0
/proc/21859/statm: 369110 5514 92 232 0 368875 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 1481792

[startup+12.7011 s]
/proc/loadavg: 0.93 1.00 1.03 2/85 21887
/proc/meminfo: memFree=1359400/2055920 swapFree=4168576/4192956
[pid=21853] ppid=21851 vsize=5352 CPUtime=0.07
/proc/21853/stat : 21853 (Barcelogic) S 21851 21853 21516 0 -1 4194304 332 643 0 0 0 0 7 0 16 0 1 0 370605693 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21853/statm: 1338 236 197 169 0 49 0
[pid=21859] ppid=21853 vsize=1476440 CPUtime=12.59
/proc/21859/stat : 21859 (bsat) R 21853 21853 21516 0 -1 4194304 5668 0 0 0 1255 4 0 0 25 0 1 0 370605702 1511874560 5640 18446744073709551615 134512640 135463285 4294956784 18446744073709551615 134518109 0 0 4096 0 0 0 0 17 0 0 0
/proc/21859/statm: 369110 5640 92 232 0 368875 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 1481792

[startup+25.5014 s]
/proc/loadavg: 0.95 1.00 1.03 2/85 21897
/proc/meminfo: memFree=1339632/2055920 swapFree=4168576/4192956
[pid=21853] ppid=21851 vsize=5352 CPUtime=0.07
/proc/21853/stat : 21853 (Barcelogic) S 21851 21853 21516 0 -1 4194304 332 643 0 0 0 0 7 0 16 0 1 0 370605693 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21853/statm: 1338 236 197 169 0 49 0
[pid=21859] ppid=21853 vsize=1476440 CPUtime=25.36
/proc/21859/stat : 21859 (bsat) R 21853 21853 21516 0 -1 4194304 10677 0 0 0 2527 9 0 0 25 0 1 0 370605702 1511874560 10649 18446744073709551615 134512640 135463285 4294956784 18446744073709551615 134518272 0 0 4096 0 0 0 0 17 0 0 0
/proc/21859/statm: 369110 10649 92 232 0 368875 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 1481792

[startup+51.1021 s]
/proc/loadavg: 0.96 1.00 1.02 2/79 21919
/proc/meminfo: memFree=1316968/2055920 swapFree=4168576/4192956
[pid=21853] ppid=21851 vsize=5352 CPUtime=0.07
/proc/21853/stat : 21853 (Barcelogic) S 21851 21853 21516 0 -1 4194304 332 643 0 0 0 0 7 0 16 0 1 0 370605693 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21853/statm: 1338 236 197 169 0 49 0
[pid=21859] ppid=21853 vsize=1476440 CPUtime=50.95
/proc/21859/stat : 21859 (bsat) R 21853 21853 21516 0 -1 4194304 16540 0 0 0 5079 16 0 0 25 0 1 0 370605702 1511874560 16512 18446744073709551615 134512640 135463285 4294956784 18446744073709551615 134518272 0 0 4096 0 0 0 0 17 0 0 0
/proc/21859/statm: 369110 16512 92 232 0 368875 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 1481792

[startup+102.306 s]
/proc/loadavg: 0.98 1.00 1.02 2/79 21919
/proc/meminfo: memFree=1289064/2055920 swapFree=4168576/4192956
[pid=21853] ppid=21851 vsize=5352 CPUtime=0.07
/proc/21853/stat : 21853 (Barcelogic) S 21851 21853 21516 0 -1 4194304 332 643 0 0 0 0 7 0 16 0 1 0 370605693 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21853/statm: 1338 236 197 169 0 49 0
[pid=21859] ppid=21853 vsize=1476440 CPUtime=102.13
/proc/21859/stat : 21859 (bsat) R 21853 21853 21516 0 -1 4194304 23444 0 0 0 10188 25 0 0 25 0 1 0 370605702 1511874560 23416 18446744073709551615 134512640 135463285 4294956784 18446744073709551615 134535476 0 0 4096 0 0 0 0 17 0 0 0
/proc/21859/statm: 369110 23416 92 232 0 368875 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 1481792

[startup+162.303 s]
/proc/loadavg: 0.99 1.00 1.01 2/79 21919
/proc/meminfo: memFree=1282792/2055920 swapFree=4168576/4192956
[pid=21853] ppid=21851 vsize=5352 CPUtime=0.07
/proc/21853/stat : 21853 (Barcelogic) S 21851 21853 21516 0 -1 4194304 332 643 0 0 0 0 7 0 16 0 1 0 370605693 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21853/statm: 1338 236 197 169 0 49 0
[pid=21859] ppid=21853 vsize=1476440 CPUtime=162.08
/proc/21859/stat : 21859 (bsat) R 21853 21853 21516 0 -1 4194304 25036 0 0 0 16181 27 0 0 25 0 1 0 370605702 1511874560 24914 18446744073709551615 134512640 135463285 4294956784 18446744073709551615 134518469 0 0 4096 0 0 0 0 17 0 0 0
/proc/21859/statm: 369110 24914 92 232 0 368875 0
Current children cumulated CPU time (s) 162.15
Current children cumulated vsize (KiB) 1481792

[startup+222.302 s]
/proc/loadavg: 0.99 1.00 1.01 2/79 21919
/proc/meminfo: memFree=1282792/2055920 swapFree=4168576/4192956
[pid=21853] ppid=21851 vsize=5352 CPUtime=0.07
/proc/21853/stat : 21853 (Barcelogic) S 21851 21853 21516 0 -1 4194304 332 643 0 0 0 0 7 0 16 0 1 0 370605693 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21853/statm: 1338 236 197 169 0 49 0
[pid=21859] ppid=21853 vsize=1476440 CPUtime=222.04
/proc/21859/stat : 21859 (bsat) R 21853 21853 21516 0 -1 4194304 25036 0 0 0 22177 27 0 0 25 0 1 0 370605702 1511874560 24914 18446744073709551615 134512640 135463285 4294956784 18446744073709551615 134517785 0 0 4096 0 0 0 0 17 0 0 0
/proc/21859/statm: 369110 24914 92 232 0 368875 0
Current children cumulated CPU time (s) 222.11
Current children cumulated vsize (KiB) 1481792

[startup+282.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/79 21919
/proc/meminfo: memFree=1282792/2055920 swapFree=4168576/4192956
[pid=21853] ppid=21851 vsize=5352 CPUtime=0.07
/proc/21853/stat : 21853 (Barcelogic) S 21851 21853 21516 0 -1 4194304 332 643 0 0 0 0 7 0 16 0 1 0 370605693 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21853/statm: 1338 236 197 169 0 49 0
[pid=21859] ppid=21853 vsize=1476440 CPUtime=281.99
/proc/21859/stat : 21859 (bsat) R 21853 21853 21516 0 -1 4194304 25106 0 0 0 28172 27 0 0 25 0 1 0 370605702 1511874560 24914 18446744073709551615 134512640 135463285 4294956784 18446744073709551615 134517801 0 0 4096 0 0 0 0 17 0 0 0
/proc/21859/statm: 369110 24914 92 232 0 368875 0
Current children cumulated CPU time (s) 282.06
Current children cumulated vsize (KiB) 1481792

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

[startup+294.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/79 21919
/proc/meminfo: memFree=1282792/2055920 swapFree=4168576/4192956
[pid=21853] ppid=21851 vsize=5352 CPUtime=0.07
/proc/21853/stat : 21853 (Barcelogic) S 21851 21853 21516 0 -1 4194304 332 643 0 0 0 0 7 0 16 0 1 0 370605693 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21853/statm: 1338 236 197 169 0 49 0
[pid=21859] ppid=21853 vsize=1476440 CPUtime=293.98
/proc/21859/stat : 21859 (bsat) R 21853 21853 21516 0 -1 4194304 25106 0 0 0 29371 27 0 0 25 0 1 0 370605702 1511874560 24914 18446744073709551615 134512640 135463285 4294956784 18446744073709551615 134518122 0 0 4096 0 0 0 0 17 0 0 0
/proc/21859/statm: 369110 24914 92 232 0 368875 0
Current children cumulated CPU time (s) 294.05
Current children cumulated vsize (KiB) 1481792

[startup+307.103 s]
/proc/loadavg: 0.99 1.00 1.00 2/79 21919
/proc/meminfo: memFree=1282792/2055920 swapFree=4168576/4192956
[pid=21853] ppid=21851 vsize=5352 CPUtime=0.07
/proc/21853/stat : 21853 (Barcelogic) S 21851 21853 21516 0 -1 4194304 332 643 0 0 0 0 7 0 16 0 1 0 370605693 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21853/statm: 1338 236 197 169 0 49 0
[pid=21859] ppid=21853 vsize=1476440 CPUtime=306.77
/proc/21859/stat : 21859 (bsat) R 21853 21853 21516 0 -1 4194304 25106 0 0 0 30650 27 0 0 25 0 1 0 370605702 1511874560 24914 18446744073709551615 134512640 135463285 4294956784 18446744073709551615 134516580 0 0 4096 0 0 0 0 17 0 0 0
/proc/21859/statm: 369110 24914 92 232 0 368875 0
Current children cumulated CPU time (s) 306.84
Current children cumulated vsize (KiB) 1481792

[startup+310.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/79 21919
/proc/meminfo: memFree=1282792/2055920 swapFree=4168576/4192956
[pid=21853] ppid=21851 vsize=5352 CPUtime=0.07
/proc/21853/stat : 21853 (Barcelogic) S 21851 21853 21516 0 -1 4194304 332 643 0 0 0 0 7 0 16 0 1 0 370605693 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21853/statm: 1338 236 197 169 0 49 0
[pid=21859] ppid=21853 vsize=1476440 CPUtime=309.97
/proc/21859/stat : 21859 (bsat) R 21853 21853 21516 0 -1 4194304 25106 0 0 0 30970 27 0 0 25 0 1 0 370605702 1511874560 24914 18446744073709551615 134512640 135463285 4294956784 18446744073709551615 134517550 0 0 4096 0 0 0 0 17 0 0 0
/proc/21859/statm: 369110 24914 92 232 0 368875 0
Current children cumulated CPU time (s) 310.04
Current children cumulated vsize (KiB) 1481792

[startup+311.901 s]
/proc/loadavg: 0.99 1.00 1.00 2/79 21919
/proc/meminfo: memFree=1282792/2055920 swapFree=4168576/4192956
[pid=21853] ppid=21851 vsize=5352 CPUtime=0.07
/proc/21853/stat : 21853 (Barcelogic) S 21851 21853 21516 0 -1 4194304 332 643 0 0 0 0 7 0 16 0 1 0 370605693 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21853/statm: 1338 236 197 169 0 49 0
[pid=21859] ppid=21853 vsize=1476440 CPUtime=311.57
/proc/21859/stat : 21859 (bsat) R 21853 21853 21516 0 -1 4194304 25106 0 0 0 31130 27 0 0 25 0 1 0 370605702 1511874560 24914 18446744073709551615 134512640 135463285 4294956784 18446744073709551615 134518338 0 0 4096 0 0 0 0 17 0 0 0
/proc/21859/statm: 369110 24914 92 232 0 368875 0
Current children cumulated CPU time (s) 311.64
Current children cumulated vsize (KiB) 1481792

[startup+312.701 s]
/proc/loadavg: 0.99 1.00 1.00 2/79 21919
/proc/meminfo: memFree=1282792/2055920 swapFree=4168576/4192956
[pid=21853] ppid=21851 vsize=5352 CPUtime=0.07
/proc/21853/stat : 21853 (Barcelogic) S 21851 21853 21516 0 -1 4194304 332 643 0 0 0 0 7 0 16 0 1 0 370605693 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21853/statm: 1338 236 197 169 0 49 0
[pid=21859] ppid=21853 vsize=1476440 CPUtime=312.37
/proc/21859/stat : 21859 (bsat) R 21853 21853 21516 0 -1 4194304 25106 0 0 0 31210 27 0 0 25 0 1 0 370605702 1511874560 24914 18446744073709551615 134512640 135463285 4294956784 18446744073709551615 134535687 0 0 4096 0 0 0 0 17 0 0 0
/proc/21859/statm: 369110 24914 92 232 0 368875 0
Current children cumulated CPU time (s) 312.44
Current children cumulated vsize (KiB) 1481792

[startup+313.506 s]
/proc/loadavg: 0.99 1.00 1.00 2/79 21919
/proc/meminfo: memFree=1282792/2055920 swapFree=4168576/4192956
[pid=21853] ppid=21851 vsize=5352 CPUtime=0.07
/proc/21853/stat : 21853 (Barcelogic) S 21851 21853 21516 0 -1 4194304 332 643 0 0 0 0 7 0 16 0 1 0 370605693 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21853/statm: 1338 236 197 169 0 49 0
[pid=21859] ppid=21853 vsize=1476440 CPUtime=313.17
/proc/21859/stat : 21859 (bsat) R 21853 21853 21516 0 -1 4194304 25106 0 0 0 31290 27 0 0 25 0 1 0 370605702 1511874560 24914 18446744073709551615 134512640 135463285 4294956784 18446744073709551615 134531093 0 0 4096 0 0 0 0 17 0 0 0
/proc/21859/statm: 369110 24914 92 232 0 368875 0
Current children cumulated CPU time (s) 313.24
Current children cumulated vsize (KiB) 1481792

[startup+313.901 s]
/proc/loadavg: 0.99 1.00 1.00 2/79 21919
/proc/meminfo: memFree=1282792/2055920 swapFree=4168576/4192956
[pid=21853] ppid=21851 vsize=5352 CPUtime=0.07
/proc/21853/stat : 21853 (Barcelogic) S 21851 21853 21516 0 -1 4194304 332 643 0 0 0 0 7 0 16 0 1 0 370605693 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21853/statm: 1338 236 197 169 0 49 0
[pid=21859] ppid=21853 vsize=1476440 CPUtime=313.57
/proc/21859/stat : 21859 (bsat) R 21853 21853 21516 0 -1 4194304 25106 0 0 0 31330 27 0 0 25 0 1 0 370605702 1511874560 24914 18446744073709551615 134512640 135463285 4294956784 18446744073709551615 134518059 0 0 4096 0 0 0 0 17 0 0 0
/proc/21859/statm: 369110 24914 92 232 0 368875 0
Current children cumulated CPU time (s) 313.64
Current children cumulated vsize (KiB) 1481792

Child status: 20
Real time (s): 313.96
CPU time (s): 313.726
CPU user time (s): 313.422
CPU system time (s): 0.303953
CPU usage (%): 99.9257
Max. virtual memory (cumulated for all children) (KiB): 1482168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 313.422
system time used= 0.303953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26239
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= 68
involuntary context switches= 7779

runsolver used 0.32595 second user time and 0.835872 second system time

The end

Launcher Data (download as text)

Begin job on node17 on Sat Mar 10 06:01:55 UTC 2007

IDJOB= 333250
IDBENCH= 24599
IDSOLVER= 122
FILE ID= node17/333250-1173506515

PBS_JOBID= 4101123

Free space on /tmp= 66532 MiB

SOLVER NAME= barcelogic 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Medium/contest05/others/QG-gensys-brn008.sat05-2685.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/333250-1173506515/Barcelogic /tmp/evaluation/333250-1173506515/instance-333250-1173506515.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-333250-1173506515 -o ROOT/results/node17/solver-333250-1173506515 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/333250-1173506515/Barcelogic /tmp/evaluation/333250-1173506515/instance-333250-1173506515.cnf            

META MD5SUM SOLVER= 543870ed8fcecafe9ec15dfb146dc18f
MD5SUM BENCH=  f9cdae8890dde718d40830262adc8433

RANDOM SEED= 720830060

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.229
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.229
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:       1382608 kB
Buffers:         51240 kB
Cached:         526560 kB
SwapCached:       2172 kB
Active:         292288 kB
Inactive:       308800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1382608 kB
SwapTotal:     4192956 kB
SwapFree:      4168576 kB
Dirty:            2152 kB
Writeback:           0 kB
Mapped:          31536 kB
Slab:            57388 kB
Committed_AS:  1443600 kB
PageTables:       1992 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= 66532 MiB

End job on node17 on Sat Mar 10 06:07:09 UTC 2007