Trace number 313037

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-08SAT 109.405 109.47

General information on the benchmark

Nameindustrial/anbulagan/
medium-sat/total-10-19-s.cnf
MD5SUMbea511c9a03a4804efe79689b911729e
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark27.2349
Satisfiable
(Un)Satisfiability was proved
Number of variables331631
Number of clauses1586193
Sum of the clauses size3688066
Maximum clause length10
Minimum clause length1
Number of clauses of size 127559
Number of clauses of size 21201215
Number of clauses of size 3295479
Number of clauses of size 46880
Number of clauses of size 527520
Number of clauses of size over 527540

Solver Data (download as text)

Sorry, but this trace is too large and cannot be obtained.

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node52/watcher-313037-1176872616 -o ROOT/results/node52/solver-313037-1176872616 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/313037-1176872616/Barcelogic /tmp/evaluation/313037-1176872616/instance-313037-1176872616.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.93 1.00 0.99 3/64 31848
/proc/meminfo: memFree=1743252/2055920 swapFree=4182044/4192956
[pid=31848] ppid=31846 vsize=5352 CPUtime=0
/proc/31848/stat : 31848 (Barcelogic) S 31846 31848 31150 0 -1 4194304 273 0 0 0 0 0 0 0 18 0 1 0 42106737 5480448 232 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 273653923922 0 0 4100 65536 18446744071563648864 0 0 17 1 0 0
/proc/31848/statm: 1338 232 195 169 0 49 0
[pid=31849] ppid=31848 vsize=5352 CPUtime=0
/proc/31849/stat : 31849 (Barcelogic) S 31848 31848 31150 0 -1 4194368 53 25 0 0 0 0 0 0 20 0 1 0 42106737 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 273653752644 0 65536 4096 65538 18446744071563356171 0 0 17 1 0 0
/proc/31849/statm: 1338 236 198 169 0 49 0

[startup+0.0767051 s]
/proc/loadavg: 0.93 1.00 0.99 3/64 31848
/proc/meminfo: memFree=1743252/2055920 swapFree=4182044/4192956
[pid=31848] ppid=31846 vsize=5352 CPUtime=0
/proc/31848/stat : 31848 (Barcelogic) S 31846 31848 31150 0 -1 4194304 308 252 0 0 0 0 0 0 18 0 1 0 42106737 5480448 235 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31848/statm: 1338 235 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.101705 s]
/proc/loadavg: 0.93 1.00 0.99 3/64 31848
/proc/meminfo: memFree=1743252/2055920 swapFree=4182044/4192956
[pid=31848] ppid=31846 vsize=5352 CPUtime=0
/proc/31848/stat : 31848 (Barcelogic) S 31846 31848 31150 0 -1 4194304 308 252 0 0 0 0 0 0 18 0 1 0 42106737 5480448 235 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31848/statm: 1338 235 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.301715 s]
/proc/loadavg: 0.93 1.00 0.99 3/64 31848
/proc/meminfo: memFree=1743252/2055920 swapFree=4182044/4192956
[pid=31848] ppid=31846 vsize=5352 CPUtime=0
/proc/31848/stat : 31848 (Barcelogic) S 31846 31848 31150 0 -1 4194304 308 252 0 0 0 0 0 0 18 0 1 0 42106737 5480448 235 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31848/statm: 1338 235 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.701745 s]
/proc/loadavg: 0.93 1.00 0.99 3/64 31848
/proc/meminfo: memFree=1743252/2055920 swapFree=4182044/4192956
[pid=31848] ppid=31846 vsize=5352 CPUtime=0
/proc/31848/stat : 31848 (Barcelogic) S 31846 31848 31150 0 -1 4194304 308 252 0 0 0 0 0 0 18 0 1 0 42106737 5480448 235 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31848/statm: 1338 235 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+1.50179 s]
/proc/loadavg: 0.93 1.00 0.99 2/66 31853
/proc/meminfo: memFree=1632708/2055920 swapFree=4182044/4192956
[pid=31848] ppid=31846 vsize=5352 CPUtime=0
/proc/31848/stat : 31848 (Barcelogic) S 31846 31848 31150 0 -1 4194304 308 252 0 0 0 0 0 0 18 0 1 0 42106737 5480448 235 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31848/statm: 1338 235 197 169 0 49 0
[pid=31853] ppid=31848 vsize=165148 CPUtime=1.48
/proc/31853/stat : 31853 (SatELite_releas) R 31848 31848 31150 0 -1 4194304 35606 0 0 0 127 21 0 0 25 0 1 0 42106738 169111552 35590 18446744073709551615 134512640 135037961 4294956560 18446744073709551615 134538600 0 0 4096 3 0 0 0 17 1 0 0
/proc/31853/statm: 41287 35590 62 128 0 41156 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 170500

[startup+3.1019 s]
/proc/loadavg: 0.94 1.00 0.99 2/66 31853
/proc/meminfo: memFree=1589828/2055920 swapFree=4182044/4192956
[pid=31848] ppid=31846 vsize=5352 CPUtime=0
/proc/31848/stat : 31848 (Barcelogic) S 31846 31848 31150 0 -1 4194304 308 252 0 0 0 0 0 0 18 0 1 0 42106737 5480448 235 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31848/statm: 1338 235 197 169 0 49 0
[pid=31853] ppid=31848 vsize=185696 CPUtime=3.08
/proc/31853/stat : 31853 (SatELite_releas) R 31848 31848 31150 0 -1 4194304 43426 0 0 0 282 26 0 0 25 0 1 0 42106738 190152704 39633 18446744073709551615 134512640 135037961 4294956560 18446744073709551615 134699021 0 0 4096 3 0 0 0 17 1 0 0
/proc/31853/statm: 46424 39633 66 128 0 46293 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 191048

[startup+6.30112 s]
/proc/loadavg: 0.94 1.00 0.99 2/66 31853
/proc/meminfo: memFree=1575236/2055920 swapFree=4182044/4192956
[pid=31848] ppid=31846 vsize=5352 CPUtime=0
/proc/31848/stat : 31848 (Barcelogic) S 31846 31848 31150 0 -1 4194304 308 252 0 0 0 0 0 0 18 0 1 0 42106737 5480448 235 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31848/statm: 1338 235 197 169 0 49 0
[pid=31853] ppid=31848 vsize=205508 CPUtime=6.27
/proc/31853/stat : 31853 (SatELite_releas) R 31848 31848 31150 0 -1 4194304 48224 0 0 0 598 29 0 0 25 0 1 0 42106738 210440192 43697 18446744073709551615 134512640 135037961 4294956560 18446744073709551615 134567448 0 0 4096 3 0 0 0 17 1 0 0
/proc/31853/statm: 51377 43697 66 128 0 51246 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 210860

[startup+12.7016 s]
/proc/loadavg: 0.95 1.00 0.99 2/66 31853
/proc/meminfo: memFree=1561932/2055920 swapFree=4182044/4192956
[pid=31848] ppid=31846 vsize=5352 CPUtime=12.48
/proc/31848/stat : 31848 (Barcelogic) S 31846 31848 31150 0 -1 4194304 332 68269 0 0 0 0 1200 48 16 0 1 0 42106737 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31848/statm: 1338 236 197 169 0 49 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 5352

[startup+25.5014 s]
/proc/loadavg: 1.03 1.02 1.00 2/66 31854
/proc/meminfo: memFree=1688076/2055920 swapFree=4182044/4192956
[pid=31848] ppid=31846 vsize=5352 CPUtime=12.48
/proc/31848/stat : 31848 (Barcelogic) S 31846 31848 31150 0 -1 4194304 332 68269 0 0 0 0 1200 48 16 0 1 0 42106737 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31848/statm: 1338 236 197 169 0 49 0
[pid=31854] ppid=31848 vsize=1469968 CPUtime=12.99
/proc/31854/stat : 31854 (bsat) R 31848 31848 31150 0 -1 4194304 9426 0 0 0 1294 5 0 0 25 0 1 0 42107987 1505247232 8479 18446744073709551615 134512640 135463285 4294956752 18446744073709551615 134545364 0 0 4096 0 0 0 0 17 1 0 0
/proc/31854/statm: 367492 8479 76 232 0 367257 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 1475320

[startup+51.1012 s]
/proc/loadavg: 1.02 1.01 1.00 2/66 31854
/proc/meminfo: memFree=1677964/2055920 swapFree=4182044/4192956
[pid=31848] ppid=31846 vsize=5352 CPUtime=12.48
/proc/31848/stat : 31848 (Barcelogic) S 31846 31848 31150 0 -1 4194304 332 68269 0 0 0 0 1200 48 16 0 1 0 42106737 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31848/statm: 1338 236 197 169 0 49 0
[pid=31854] ppid=31848 vsize=1470248 CPUtime=38.57
/proc/31854/stat : 31854 (bsat) R 31848 31848 31150 0 -1 4194304 12589 0 0 0 3850 7 0 0 25 0 1 0 42107987 1505533952 11089 18446744073709551615 134512640 135463285 4294956752 18446744073709551615 134524439 0 0 4096 0 0 0 0 17 1 0 0
/proc/31854/statm: 367562 11089 77 232 0 367327 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 1475600

[startup+102.306 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 31854
/proc/meminfo: memFree=1656780/2055920 swapFree=4182044/4192956
[pid=31848] ppid=31846 vsize=5352 CPUtime=12.48
/proc/31848/stat : 31848 (Barcelogic) S 31846 31848 31150 0 -1 4194304 332 68269 0 0 0 0 1200 48 16 0 1 0 42106737 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31848/statm: 1338 236 197 169 0 49 0
[pid=31854] ppid=31848 vsize=1470248 CPUtime=89.76
/proc/31854/stat : 31854 (bsat) R 31848 31848 31150 0 -1 4194304 17902 0 0 0 8966 10 0 0 25 0 1 0 42107987 1505533952 16394 18446744073709551615 134512640 135463285 4294956752 18446744073709551615 134534391 0 0 4096 0 0 0 0 17 1 0 0
/proc/31854/statm: 367562 16394 82 232 0 367327 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 1475600

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

[startup+105.502 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 31854
/proc/meminfo: memFree=1655948/2055920 swapFree=4182044/4192956
[pid=31848] ppid=31846 vsize=5352 CPUtime=12.48
/proc/31848/stat : 31848 (Barcelogic) S 31846 31848 31150 0 -1 4194304 332 68269 0 0 0 0 1200 48 16 0 1 0 42106737 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31848/statm: 1338 236 197 169 0 49 0
[pid=31854] ppid=31848 vsize=1470248 CPUtime=92.96
/proc/31854/stat : 31854 (bsat) R 31848 31848 31150 0 -1 4194304 18103 0 0 0 9286 10 0 0 25 0 1 0 42107987 1505533952 16595 18446744073709551615 134512640 135463285 4294956752 18446744073709551615 134534366 0 0 4096 0 0 0 0 17 1 0 0
/proc/31854/statm: 367562 16595 82 232 0 367327 0
Current children cumulated CPU time (s) 105.44
Current children cumulated vsize (KiB) 1475600

[startup+107.102 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 31854
/proc/meminfo: memFree=1655628/2055920 swapFree=4182044/4192956
[pid=31848] ppid=31846 vsize=5352 CPUtime=12.48
/proc/31848/stat : 31848 (Barcelogic) S 31846 31848 31150 0 -1 4194304 332 68269 0 0 0 0 1200 48 16 0 1 0 42106737 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31848/statm: 1338 236 197 169 0 49 0
[pid=31854] ppid=31848 vsize=1470248 CPUtime=94.55
/proc/31854/stat : 31854 (bsat) R 31848 31848 31150 0 -1 4194304 18201 0 0 0 9445 10 0 0 25 0 1 0 42107987 1505533952 16693 18446744073709551615 134512640 135463285 4294956752 18446744073709551615 134534376 0 0 4096 0 0 0 0 17 1 0 0
/proc/31854/statm: 367562 16693 82 232 0 367327 0
Current children cumulated CPU time (s) 107.03
Current children cumulated vsize (KiB) 1475600

[startup+108.702 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 31854
/proc/meminfo: memFree=1655308/2055920 swapFree=4182044/4192956
[pid=31848] ppid=31846 vsize=5352 CPUtime=108.62
/proc/31848/stat : 31848 (Barcelogic) S 31846 31848 31150 0 -1 4194304 354 86654 0 0 0 0 10802 60 16 0 1 0 42106737 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31848/statm: 1338 236 197 169 0 49 0
Current children cumulated CPU time (s) 108.62
Current children cumulated vsize (KiB) 5352

[startup+109.101 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 31855
/proc/meminfo: memFree=1688140/2055920 swapFree=4182044/4192956
[pid=31848] ppid=31846 vsize=5352 CPUtime=108.62
/proc/31848/stat : 31848 (Barcelogic) S 31846 31848 31150 0 -1 4194304 354 86654 0 0 0 0 10802 60 16 0 1 0 42106737 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31848/statm: 1338 236 197 169 0 49 0
[pid=31855] ppid=31848 vsize=60164 CPUtime=0.41
/proc/31855/stat : 31855 (SatELite_releas) R 31848 31848 31150 0 -1 4194304 10455 0 0 0 36 5 0 0 20 0 1 0 42117605 61607936 10096 18446744073709551615 134512640 135037961 4294956544 18446744073709551615 134698925 0 0 4096 3 0 0 0 17 1 0 0
/proc/31855/statm: 15041 10096 46 128 0 14910 0
Current children cumulated CPU time (s) 109.03
Current children cumulated vsize (KiB) 65516

[startup+109.301 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 31855
/proc/meminfo: memFree=1688140/2055920 swapFree=4182044/4192956
[pid=31848] ppid=31846 vsize=5352 CPUtime=108.62
/proc/31848/stat : 31848 (Barcelogic) S 31846 31848 31150 0 -1 4194304 354 86654 0 0 0 0 10802 60 16 0 1 0 42106737 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31848/statm: 1338 236 197 169 0 49 0
[pid=31855] ppid=31848 vsize=61080 CPUtime=0.6
/proc/31855/stat : 31855 (SatELite_releas) R 31848 31848 31150 0 -1 4194304 10861 0 0 0 55 5 0 0 23 0 1 0 42117605 62545920 10409 18446744073709551615 134512640 135037961 4294956544 18446744073709551615 134774501 0 0 4096 3 0 0 0 17 1 0 0
/proc/31855/statm: 15270 10409 51 128 0 15139 0
Current children cumulated CPU time (s) 109.22
Current children cumulated vsize (KiB) 66432

[startup+109.401 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 31855
/proc/meminfo: memFree=1688140/2055920 swapFree=4182044/4192956
[pid=31848] ppid=31846 vsize=5352 CPUtime=108.62
/proc/31848/stat : 31848 (Barcelogic) S 31846 31848 31150 0 -1 4194304 354 86654 0 0 0 0 10802 60 16 0 1 0 42106737 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31848/statm: 1338 236 197 169 0 49 0
[pid=31855] ppid=31848 vsize=61080 CPUtime=0.71
/proc/31855/stat : 31855 (SatELite_releas) R 31848 31848 31150 0 -1 4194304 10861 0 0 0 65 6 0 0 23 0 1 0 42117605 62545920 10409 18446744073709551615 134512640 135037961 4294956544 18446744073709551615 134699021 0 0 4096 3 0 0 0 17 1 0 0
/proc/31855/statm: 15270 10409 51 128 0 15139 0
Current children cumulated CPU time (s) 109.33
Current children cumulated vsize (KiB) 66432

Child status: 10
Real time (s): 109.47
CPU time (s): 109.405
CPU user time (s): 108.716
CPU system time (s): 0.688895
CPU usage (%): 99.9414
Max. virtual memory (cumulated for all children) (KiB): 1475600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 108.716
system time used= 0.688895
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98022
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= 90
involuntary context switches= 238

runsolver used 0.105983 second user time and 0.248962 second system time

The end

Launcher Data (download as text)

Begin job on node52 on Wed Apr 18 05:03:37 UTC 2007

IDJOB= 313037
IDBENCH= 20356
IDSOLVER= 122
FILE ID= node52/313037-1176872616

PBS_JOBID= 4590294

Free space on /tmp= 66315 MiB

SOLVER NAME= barcelogic 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/anbulagan/medium-sat/total-10-19-s.cnf
COMMAND LINE= /tmp/evaluation/313037-1176872616/Barcelogic /tmp/evaluation/313037-1176872616/instance-313037-1176872616.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node52/watcher-313037-1176872616 -o ROOT/results/node52/solver-313037-1176872616 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/313037-1176872616/Barcelogic /tmp/evaluation/313037-1176872616/instance-313037-1176872616.cnf            

META MD5SUM SOLVER= 543870ed8fcecafe9ec15dfb146dc18f
MD5SUM BENCH=  bea511c9a03a4804efe79689b911729e

RANDOM SEED= 152493395

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node52.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.236
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.236
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:       1743724 kB
Buffers:         12764 kB
Cached:         248368 kB
SwapCached:       4612 kB
Active:          59308 kB
Inactive:       212396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1743724 kB
SwapTotal:     4192956 kB
SwapFree:      4182044 kB
Dirty:           30960 kB
Writeback:           0 kB
Mapped:          15700 kB
Slab:            26476 kB
Committed_AS:  1531068 kB
PageTables:       1484 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= 66315 MiB

End job on node52 on Wed Apr 18 05:05:26 UTC 2007