Trace number 347383

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-13SAT 1198.97 1199.49

General information on the benchmark

Nameindustrial/anbulagan/
medium-sat/total-5-19-s.cnf
MD5SUMda84c31d7a6be4fe4d1189ad9ffe5349
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark45.3291
Satisfiable
(Un)Satisfiability was proved
Number of variables279590
Number of clauses1337190
Sum of the clauses size3109060
Maximum clause length10
Minimum clause length1
Number of clauses of size 123239
Number of clauses of size 21012692
Number of clauses of size 3249039
Number of clauses of size 45800
Number of clauses of size 523200
Number of clauses of size over 523220

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/node59/watcher-347383-1176879686 -o ROOT/results/node59/solver-347383-1176879686 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/347383-1176879686/Barcelogic /tmp/evaluation/347383-1176879686/instance-347383-1176879686.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: 1.01 1.06 1.02 2/70 1407
/proc/meminfo: memFree=1441208/2055920 swapFree=4184740/4192956
[pid=1407] ppid=1405 vsize=5352 CPUtime=0
/proc/1407/stat : 1407 (Barcelogic) S 1405 1407 975 0 -1 4194304 273 0 0 0 0 0 0 0 18 0 1 0 135878197 5480448 232 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 217051791442 0 0 4100 65536 18446744071563648864 0 0 17 1 0 0
/proc/1407/statm: 1338 232 195 169 0 49 0
[pid=1408] ppid=1407 vsize=0 CPUtime=0
/proc/1408/stat : 1408 (Barcelogic) D 1407 1407 975 0 -1 4194372 64 188 0 0 0 0 0 0 20 0 1 0 135878198 0 0 18446744073709551615 0 0 0 0 0 0 2147483391 4096 65538 18446744072099781622 0 0 17 1 0 0
/proc/1408/statm: 0 0 0 0 0 0 0

[startup+0.0144121 s]
/proc/loadavg: 1.01 1.06 1.02 2/70 1407
/proc/meminfo: memFree=1441208/2055920 swapFree=4184740/4192956
[pid=1407] ppid=1405 vsize=5352 CPUtime=0
/proc/1407/stat : 1407 (Barcelogic) S 1405 1407 975 0 -1 4194304 308 252 0 0 0 0 0 0 18 0 1 0 135878197 5480448 235 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1407/statm: 1338 235 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.101427 s]
/proc/loadavg: 1.01 1.06 1.02 2/70 1407
/proc/meminfo: memFree=1441208/2055920 swapFree=4184740/4192956
[pid=1407] ppid=1405 vsize=5352 CPUtime=0
/proc/1407/stat : 1407 (Barcelogic) S 1405 1407 975 0 -1 4194304 308 252 0 0 0 0 0 0 18 0 1 0 135878197 5480448 235 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1407/statm: 1338 235 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.301466 s]
/proc/loadavg: 1.01 1.06 1.02 2/70 1407
/proc/meminfo: memFree=1441208/2055920 swapFree=4184740/4192956
[pid=1407] ppid=1405 vsize=5352 CPUtime=0
/proc/1407/stat : 1407 (Barcelogic) S 1405 1407 975 0 -1 4194304 308 252 0 0 0 0 0 0 18 0 1 0 135878197 5480448 235 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1407/statm: 1338 235 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.701542 s]
/proc/loadavg: 1.01 1.06 1.02 2/70 1407
/proc/meminfo: memFree=1441208/2055920 swapFree=4184740/4192956
[pid=1407] ppid=1405 vsize=5352 CPUtime=0
/proc/1407/stat : 1407 (Barcelogic) S 1405 1407 975 0 -1 4194304 308 252 0 0 0 0 0 0 18 0 1 0 135878197 5480448 235 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1407/statm: 1338 235 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+1.50169 s]
/proc/loadavg: 1.01 1.06 1.02 2/72 1412
/proc/meminfo: memFree=1341736/2055920 swapFree=4184740/4192956
[pid=1407] ppid=1405 vsize=5352 CPUtime=0
/proc/1407/stat : 1407 (Barcelogic) S 1405 1407 975 0 -1 4194304 308 252 0 0 0 0 0 0 18 0 1 0 135878197 5480448 235 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1407/statm: 1338 235 197 169 0 49 0
[pid=1412] ppid=1407 vsize=152940 CPUtime=1.48
/proc/1412/stat : 1412 (SatELite_releas) R 1407 1407 975 0 -1 4194304 30937 0 0 0 129 19 0 0 25 0 1 0 135878198 156610560 30825 18446744073709551615 134512640 135037961 4294956560 18446744073709551615 134538600 0 0 4096 3 0 0 0 17 1 0 0
/proc/1412/statm: 38235 30825 62 128 0 38104 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 158292

[startup+3.102 s]
/proc/loadavg: 1.01 1.06 1.02 2/72 1430
/proc/meminfo: memFree=1308128/2055920 swapFree=4184740/4192956
[pid=1407] ppid=1405 vsize=5352 CPUtime=0
/proc/1407/stat : 1407 (Barcelogic) S 1405 1407 975 0 -1 4194304 308 252 0 0 0 0 0 0 18 0 1 0 135878197 5480448 235 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1407/statm: 1338 235 197 169 0 49 0
[pid=1412] ppid=1407 vsize=168280 CPUtime=3.07
/proc/1412/stat : 1412 (SatELite_releas) R 1407 1407 975 0 -1 4194304 37349 0 0 0 282 25 0 0 25 0 1 0 135878198 172318720 34153 18446744073709551615 134512640 135037961 4294956560 18446744073709551615 134681499 0 0 4096 3 0 0 0 17 1 0 0
/proc/1412/statm: 42070 34153 66 128 0 41939 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 173632

[startup+6.30161 s]
/proc/loadavg: 1.01 1.05 1.02 2/72 1438
/proc/meminfo: memFree=1289632/2055920 swapFree=4184740/4192956
[pid=1407] ppid=1405 vsize=5352 CPUtime=0
/proc/1407/stat : 1407 (Barcelogic) S 1405 1407 975 0 -1 4194304 308 252 0 0 0 0 0 0 18 0 1 0 135878197 5480448 235 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1407/statm: 1338 235 197 169 0 49 0
[pid=1412] ppid=1407 vsize=185580 CPUtime=6.26
/proc/1412/stat : 1412 (SatELite_releas) R 1407 1407 975 0 -1 4194304 41714 0 0 0 598 28 0 0 25 0 1 0 135878198 190033920 37803 18446744073709551615 134512640 135037961 4294956560 18446744073709551615 134574242 0 0 4096 3 0 0 0 17 1 0 0
/proc/1412/statm: 46395 37803 66 128 0 46264 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 190932

[startup+12.7018 s]
/proc/loadavg: 1.01 1.05 1.02 2/72 1443
/proc/meminfo: memFree=1388128/2055920 swapFree=4184740/4192956
[pid=1407] ppid=1405 vsize=5352 CPUtime=10.54
/proc/1407/stat : 1407 (Barcelogic) S 1405 1407 975 0 -1 4194304 334 57181 0 0 0 0 1009 45 16 0 1 0 135878197 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1407/statm: 1338 237 197 169 0 49 0
[pid=1441] ppid=1407 vsize=1469724 CPUtime=2.11
/proc/1441/stat : 1441 (bsat) R 1407 1407 975 0 -1 4194304 9229 0 0 0 207 4 0 0 25 0 1 0 135879255 1504997376 8270 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134545345 0 0 4096 0 0 0 0 17 1 0 0
/proc/1441/statm: 367431 8270 78 232 0 367196 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 1475076

[startup+25.5013 s]
/proc/loadavg: 1.01 1.05 1.02 2/72 1451
/proc/meminfo: memFree=1388256/2055920 swapFree=4184740/4192956
[pid=1407] ppid=1405 vsize=5352 CPUtime=10.54
/proc/1407/stat : 1407 (Barcelogic) S 1405 1407 975 0 -1 4194304 334 57181 0 0 0 0 1009 45 16 0 1 0 135878197 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1407/statm: 1338 237 197 169 0 49 0
[pid=1441] ppid=1407 vsize=1469968 CPUtime=14.9
/proc/1441/stat : 1441 (bsat) R 1407 1407 975 0 -1 4194304 9313 0 0 0 1486 4 0 0 25 0 1 0 135879255 1505247232 8343 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134545354 0 0 4096 0 0 0 0 17 1 0 0
/proc/1441/statm: 367492 8343 78 232 0 367257 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 1475320

[startup+51.1011 s]
/proc/loadavg: 1.00 1.05 1.02 2/66 1473
/proc/meminfo: memFree=1373472/2055920 swapFree=4184740/4192956
[pid=1407] ppid=1405 vsize=5352 CPUtime=10.54
/proc/1407/stat : 1407 (Barcelogic) S 1405 1407 975 0 -1 4194304 334 57181 0 0 0 0 1009 45 16 0 1 0 135878197 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1407/statm: 1338 237 197 169 0 49 0
[pid=1441] ppid=1407 vsize=1470008 CPUtime=40.46
/proc/1441/stat : 1441 (bsat) R 1407 1407 975 0 -1 4194304 13892 0 0 0 4039 7 0 0 25 0 1 0 135879255 1505288192 12349 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134519035 0 0 4096 0 0 0 0 17 1 0 0
/proc/1441/statm: 367502 12349 84 232 0 367267 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 1475360

[startup+102.306 s]
/proc/loadavg: 1.00 1.04 1.01 2/66 1473
/proc/meminfo: memFree=1365472/2055920 swapFree=4184740/4192956
[pid=1407] ppid=1405 vsize=5352 CPUtime=10.54
/proc/1407/stat : 1407 (Barcelogic) S 1405 1407 975 0 -1 4194304 334 57181 0 0 0 0 1009 45 16 0 1 0 135878197 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1407/statm: 1338 237 197 169 0 49 0
[pid=1441] ppid=1407 vsize=1470008 CPUtime=91.64
/proc/1441/stat : 1441 (bsat) R 1407 1407 975 0 -1 4194304 15918 0 0 0 9155 9 0 0 25 0 1 0 135879255 1505288192 14375 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134534376 0 0 4096 0 0 0 0 17 1 0 0
/proc/1441/statm: 367502 14375 84 232 0 367267 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 1475360

[startup+162.301 s]
/proc/loadavg: 1.00 1.03 1.01 2/66 1473
/proc/meminfo: memFree=1352416/2055920 swapFree=4184740/4192956
[pid=1407] ppid=1405 vsize=5352 CPUtime=10.54
/proc/1407/stat : 1407 (Barcelogic) S 1405 1407 975 0 -1 4194304 334 57181 0 0 0 0 1009 45 16 0 1 0 135878197 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1407/statm: 1338 237 197 169 0 49 0
[pid=1441] ppid=1407 vsize=1470008 CPUtime=151.61
/proc/1441/stat : 1441 (bsat) R 1407 1407 975 0 -1 4194304 19195 0 0 0 15148 13 0 0 25 0 1 0 135879255 1505288192 17652 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134518454 0 0 4096 0 0 0 0 17 1 0 0
/proc/1441/statm: 367502 17652 84 232 0 367267 0
Current children cumulated CPU time (s) 162.15
Current children cumulated vsize (KiB) 1475360

[startup+222.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 1473
/proc/meminfo: memFree=1341408/2055920 swapFree=4184740/4192956
[pid=1407] ppid=1405 vsize=5352 CPUtime=10.54
/proc/1407/stat : 1407 (Barcelogic) S 1405 1407 975 0 -1 4194304 334 57181 0 0 0 0 1009 45 16 0 1 0 135878197 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1407/statm: 1338 237 197 169 0 49 0
[pid=1441] ppid=1407 vsize=1470008 CPUtime=211.59
/proc/1441/stat : 1441 (bsat) R 1407 1407 975 0 -1 4194304 21891 0 0 0 21143 16 0 0 25 0 1 0 135879255 1505288192 20348 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134517801 0 0 4096 0 0 0 0 17 1 0 0
/proc/1441/statm: 367502 20348 84 232 0 367267 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 1475360

[startup+282.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 1473
/proc/meminfo: memFree=1332768/2055920 swapFree=4184740/4192956
[pid=1407] ppid=1405 vsize=5352 CPUtime=10.54
/proc/1407/stat : 1407 (Barcelogic) S 1405 1407 975 0 -1 4194304 334 57181 0 0 0 0 1009 45 16 0 1 0 135878197 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1407/statm: 1338 237 197 169 0 49 0
[pid=1441] ppid=1407 vsize=1470008 CPUtime=271.57
/proc/1441/stat : 1441 (bsat) R 1407 1407 975 0 -1 4194304 24072 0 0 0 27138 19 0 0 25 0 1 0 135879255 1505288192 22529 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134534395 0 0 4096 0 0 0 0 17 1 0 0
/proc/1441/statm: 367502 22529 84 232 0 367267 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 1475360

[startup+342.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 1473
/proc/meminfo: memFree=1324320/2055920 swapFree=4184740/4192956
[pid=1407] ppid=1405 vsize=5352 CPUtime=10.54
/proc/1407/stat : 1407 (Barcelogic) S 1405 1407 975 0 -1 4194304 334 57181 0 0 0 0 1009 45 16 0 1 0 135878197 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1407/statm: 1338 237 197 169 0 49 0
[pid=1441] ppid=1407 vsize=1470008 CPUtime=331.54
/proc/1441/stat : 1441 (bsat) R 1407 1407 975 0 -1 4194304 26153 0 0 0 33133 21 0 0 25 0 1 0 135879255 1505288192 24610 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134534391 0 0 4096 0 0 0 0 17 1 0 0
/proc/1441/statm: 367502 24610 84 232 0 367267 0
Current children cumulated CPU time (s) 342.08
Current children cumulated vsize (KiB) 1475360

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1473
/proc/meminfo: memFree=1315616/2055920 swapFree=4184740/4192956
[pid=1407] ppid=1405 vsize=5352 CPUtime=10.54
/proc/1407/stat : 1407 (Barcelogic) S 1405 1407 975 0 -1 4194304 334 57181 0 0 0 0 1009 45 16 0 1 0 135878197 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1407/statm: 1338 237 197 169 0 49 0
[pid=1441] ppid=1407 vsize=1470008 CPUtime=391.53
/proc/1441/stat : 1441 (bsat) R 1407 1407 975 0 -1 4194304 28350 0 0 0 39128 25 0 0 25 0 1 0 135879255 1505288192 26807 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134518350 0 0 4096 0 0 0 0 17 1 0 0
/proc/1441/statm: 367502 26807 84 232 0 367267 0

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


[startup+822.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1473
/proc/meminfo: memFree=1307232/2055920 swapFree=4184740/4192956
[pid=1407] ppid=1405 vsize=5352 CPUtime=10.54
/proc/1407/stat : 1407 (Barcelogic) S 1405 1407 975 0 -1 4194304 334 57181 0 0 0 0 1009 45 16 0 1 0 135878197 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1407/statm: 1338 237 197 169 0 49 0
[pid=1441] ppid=1407 vsize=1470104 CPUtime=811.37
/proc/1441/stat : 1441 (bsat) R 1407 1407 975 0 -1 4194304 30623 0 0 0 81110 27 0 0 25 0 1 0 135879255 1505386496 28891 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134534395 0 0 4096 0 0 0 0 17 1 0 0
/proc/1441/statm: 367526 28891 94 232 0 367291 0
Current children cumulated CPU time (s) 821.91
Current children cumulated vsize (KiB) 1475456

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1473
/proc/meminfo: memFree=1299296/2055920 swapFree=4184740/4192956
[pid=1407] ppid=1405 vsize=5352 CPUtime=10.54
/proc/1407/stat : 1407 (Barcelogic) S 1405 1407 975 0 -1 4194304 334 57181 0 0 0 0 1009 45 16 0 1 0 135878197 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1407/statm: 1338 237 197 169 0 49 0
[pid=1441] ppid=1407 vsize=1470104 CPUtime=871.35
/proc/1441/stat : 1441 (bsat) R 1407 1407 975 0 -1 4194304 32584 0 0 0 87106 29 0 0 25 0 1 0 135879255 1505386496 30852 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134518595 0 0 4096 0 0 0 0 17 1 0 0
/proc/1441/statm: 367526 30852 94 232 0 367291 0
Current children cumulated CPU time (s) 881.89
Current children cumulated vsize (KiB) 1475456

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1473
/proc/meminfo: memFree=1290848/2055920 swapFree=4184740/4192956
[pid=1407] ppid=1405 vsize=5352 CPUtime=10.54
/proc/1407/stat : 1407 (Barcelogic) S 1405 1407 975 0 -1 4194304 334 57181 0 0 0 0 1009 45 16 0 1 0 135878197 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1407/statm: 1338 237 197 169 0 49 0
[pid=1441] ppid=1407 vsize=1470104 CPUtime=931.32
/proc/1441/stat : 1441 (bsat) R 1407 1407 975 0 -1 4194304 34723 0 0 0 93100 32 0 0 25 0 1 0 135879255 1505386496 32991 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134534366 0 0 4096 0 0 0 0 17 1 0 0
/proc/1441/statm: 367526 32991 94 232 0 367291 0
Current children cumulated CPU time (s) 941.86
Current children cumulated vsize (KiB) 1475456

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1473
/proc/meminfo: memFree=1283936/2055920 swapFree=4184740/4192956
[pid=1407] ppid=1405 vsize=5352 CPUtime=10.54
/proc/1407/stat : 1407 (Barcelogic) S 1405 1407 975 0 -1 4194304 334 57181 0 0 0 0 1009 45 16 0 1 0 135878197 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1407/statm: 1338 237 197 169 0 49 0
[pid=1441] ppid=1407 vsize=1470104 CPUtime=991.3
/proc/1441/stat : 1441 (bsat) R 1407 1407 975 0 -1 4194304 36457 0 0 0 99096 34 0 0 25 0 1 0 135879255 1505386496 34725 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134517322 0 0 4096 0 0 0 0 17 1 0 0
/proc/1441/statm: 367526 34725 94 232 0 367291 0
Current children cumulated CPU time (s) 1001.84
Current children cumulated vsize (KiB) 1475456

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1473
/proc/meminfo: memFree=1277856/2055920 swapFree=4184740/4192956
[pid=1407] ppid=1405 vsize=5352 CPUtime=10.54
/proc/1407/stat : 1407 (Barcelogic) S 1405 1407 975 0 -1 4194304 334 57181 0 0 0 0 1009 45 16 0 1 0 135878197 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1407/statm: 1338 237 197 169 0 49 0
[pid=1441] ppid=1407 vsize=1470104 CPUtime=1051.28
/proc/1441/stat : 1441 (bsat) R 1407 1407 975 0 -1 4194304 37977 0 0 0 105092 36 0 0 25 0 1 0 135879255 1505386496 36245 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134534366 0 0 4096 0 0 0 0 17 1 0 0
/proc/1441/statm: 367526 36245 94 232 0 367291 0
Current children cumulated CPU time (s) 1061.82
Current children cumulated vsize (KiB) 1475456

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1473
/proc/meminfo: memFree=1270368/2055920 swapFree=4184740/4192956
[pid=1407] ppid=1405 vsize=5352 CPUtime=10.54
/proc/1407/stat : 1407 (Barcelogic) S 1405 1407 975 0 -1 4194304 334 57181 0 0 0 0 1009 45 16 0 1 0 135878197 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1407/statm: 1338 237 197 169 0 49 0
[pid=1441] ppid=1407 vsize=1470104 CPUtime=1111.26
/proc/1441/stat : 1441 (bsat) R 1407 1407 975 0 -1 4194304 39823 0 0 0 111089 37 0 0 25 0 1 0 135879255 1505386496 38091 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134534484 0 0 4096 0 0 0 0 17 1 0 0
/proc/1441/statm: 367526 38091 94 232 0 367291 0
Current children cumulated CPU time (s) 1121.8
Current children cumulated vsize (KiB) 1475456

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1473
/proc/meminfo: memFree=1263008/2055920 swapFree=4184740/4192956
[pid=1407] ppid=1405 vsize=5352 CPUtime=10.54
/proc/1407/stat : 1407 (Barcelogic) S 1405 1407 975 0 -1 4194304 334 57181 0 0 0 0 1009 45 16 0 1 0 135878197 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1407/statm: 1338 237 197 169 0 49 0
[pid=1441] ppid=1407 vsize=1470104 CPUtime=1171.23
/proc/1441/stat : 1441 (bsat) R 1407 1407 975 0 -1 4194304 41683 0 0 0 117085 38 0 0 25 0 1 0 135879255 1505386496 39951 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134517278 0 0 4096 0 0 0 0 17 1 0 0
/proc/1441/statm: 367526 39951 94 232 0 367291 0
Current children cumulated CPU time (s) 1181.77
Current children cumulated vsize (KiB) 1475456

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

[startup+1190.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1473
/proc/meminfo: memFree=1261792/2055920 swapFree=4184740/4192956
[pid=1407] ppid=1405 vsize=5352 CPUtime=10.54
/proc/1407/stat : 1407 (Barcelogic) S 1405 1407 975 0 -1 4194304 334 57181 0 0 0 0 1009 45 16 0 1 0 135878197 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1407/statm: 1338 237 197 169 0 49 0
[pid=1441] ppid=1407 vsize=1470104 CPUtime=1179.24
/proc/1441/stat : 1441 (bsat) R 1407 1407 975 0 -1 4194304 41963 0 0 0 117885 39 0 0 25 0 1 0 135879255 1505386496 40231 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134534391 0 0 4096 0 0 0 0 17 1 0 0
/proc/1441/statm: 367526 40231 94 232 0 367291 0
Current children cumulated CPU time (s) 1189.78
Current children cumulated vsize (KiB) 1475456

[startup+1193.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1473
/proc/meminfo: memFree=1261472/2055920 swapFree=4184740/4192956
[pid=1407] ppid=1405 vsize=5352 CPUtime=10.54
/proc/1407/stat : 1407 (Barcelogic) S 1405 1407 975 0 -1 4194304 334 57181 0 0 0 0 1009 45 16 0 1 0 135878197 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1407/statm: 1338 237 197 169 0 49 0
[pid=1441] ppid=1407 vsize=1470104 CPUtime=1182.44
/proc/1441/stat : 1441 (bsat) R 1407 1407 975 0 -1 4194304 42040 0 0 0 118205 39 0 0 25 0 1 0 135879255 1505386496 40308 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134517801 0 0 4096 0 0 0 0 17 1 0 0
/proc/1441/statm: 367526 40308 94 232 0 367291 0
Current children cumulated CPU time (s) 1192.98
Current children cumulated vsize (KiB) 1475456

[startup+1196.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1473
/proc/meminfo: memFree=1260640/2055920 swapFree=4184740/4192956
[pid=1407] ppid=1405 vsize=5352 CPUtime=10.54
/proc/1407/stat : 1407 (Barcelogic) S 1405 1407 975 0 -1 4194304 334 57181 0 0 0 0 1009 45 16 0 1 0 135878197 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1407/statm: 1338 237 197 169 0 49 0
[pid=1441] ppid=1407 vsize=1470104 CPUtime=1185.63
/proc/1441/stat : 1441 (bsat) R 1407 1407 975 0 -1 4194304 42241 0 0 0 118524 39 0 0 25 0 1 0 135879255 1505386496 40509 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134534366 0 0 4096 0 0 0 0 17 1 0 0
/proc/1441/statm: 367526 40509 94 232 0 367291 0
Current children cumulated CPU time (s) 1196.17
Current children cumulated vsize (KiB) 1475456

[startup+1198.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1473
/proc/meminfo: memFree=1260512/2055920 swapFree=4184740/4192956
[pid=1407] ppid=1405 vsize=5352 CPUtime=10.54
/proc/1407/stat : 1407 (Barcelogic) S 1405 1407 975 0 -1 4194304 334 57181 0 0 0 0 1009 45 16 0 1 0 135878197 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1407/statm: 1338 237 197 169 0 49 0
[pid=1441] ppid=1407 vsize=1470104 CPUtime=1187.23
/proc/1441/stat : 1441 (bsat) R 1407 1407 975 0 -1 4194304 42294 0 0 0 118684 39 0 0 25 0 1 0 135879255 1505386496 40562 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134534366 0 0 4096 0 0 0 0 17 1 0 0
/proc/1441/statm: 367526 40562 94 232 0 367291 0
Current children cumulated CPU time (s) 1197.77
Current children cumulated vsize (KiB) 1475456

[startup+1199.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1474
/proc/meminfo: memFree=1401248/2055920 swapFree=4184740/4192956
[pid=1407] ppid=1405 vsize=5352 CPUtime=1198.31
/proc/1407/stat : 1407 (Barcelogic) S 1405 1407 975 0 -1 4194304 356 99516 0 0 0 0 119743 88 16 0 1 0 135878197 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1407/statm: 1338 237 197 169 0 49 0
[pid=1474] ppid=1407 vsize=55408 CPUtime=0.26
/proc/1474/stat : 1474 (SatELite_releas) R 1407 1407 975 0 -1 4194304 8505 0 0 0 22 4 0 0 19 0 1 0 135998081 56737792 8146 18446744073709551615 134512640 135037961 4294956544 18446744073709551615 134698925 0 0 4096 3 0 0 0 17 1 0 0
/proc/1474/statm: 13852 8146 46 128 0 13721 0
Current children cumulated CPU time (s) 1198.57
Current children cumulated vsize (KiB) 60760

[startup+1199.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1474
/proc/meminfo: memFree=1401248/2055920 swapFree=4184740/4192956
[pid=1407] ppid=1405 vsize=5352 CPUtime=1198.31
/proc/1407/stat : 1407 (Barcelogic) S 1405 1407 975 0 -1 4194304 356 99516 0 0 0 0 119743 88 16 0 1 0 135878197 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1407/statm: 1338 237 197 169 0 49 0
[pid=1474] ppid=1407 vsize=58516 CPUtime=0.45
/proc/1474/stat : 1474 (SatELite_releas) R 1407 1407 975 0 -1 4194304 8817 0 0 0 41 4 0 0 20 0 1 0 135998081 59920384 8457 18446744073709551615 134512640 135037961 4294956544 18446744073709551615 134557847 0 0 4096 3 0 0 0 17 1 0 0
/proc/1474/statm: 14629 8457 47 128 0 14498 0
Current children cumulated CPU time (s) 1198.76
Current children cumulated vsize (KiB) 63868

[startup+1199.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1474
/proc/meminfo: memFree=1401248/2055920 swapFree=4184740/4192956
[pid=1407] ppid=1405 vsize=5352 CPUtime=1198.31
/proc/1407/stat : 1407 (Barcelogic) S 1405 1407 975 0 -1 4194304 356 99516 0 0 0 0 119743 88 16 0 1 0 135878197 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1407/statm: 1338 237 197 169 0 49 0
[pid=1474] ppid=1407 vsize=59104 CPUtime=0.55
/proc/1474/stat : 1474 (SatELite_releas) R 1407 1407 975 0 -1 4194304 9096 0 0 0 51 4 0 0 21 0 1 0 135998081 60522496 8642 18446744073709551615 134512640 135037961 4294956544 18446744073709551615 134699021 0 0 4096 3 0 0 0 17 1 0 0
/proc/1474/statm: 14776 8642 51 128 0 14645 0
Current children cumulated CPU time (s) 1198.86
Current children cumulated vsize (KiB) 64456

Child status: 10
Real time (s): 1199.49
CPU time (s): 1198.97
CPU user time (s): 1198.02
CPU system time (s): 0.955854
CPU usage (%): 99.9566
Max. virtual memory (cumulated for all children) (KiB): 1476204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.02
system time used= 0.955854
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109122
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= 79
involuntary context switches= 2344

runsolver used 0.78688 second user time and 2.6076 second system time

The end

Launcher Data (download as text)

Begin job on node59 on Wed Apr 18 07:01:26 UTC 2007

IDJOB= 347383
IDBENCH= 20360
IDSOLVER= 154
FILE ID= node59/347383-1176879686

PBS_JOBID= 4595106

Free space on /tmp= 66330 MiB

SOLVER NAME= Barcelogic Fixed 2007-04-13
BENCH NAME= HOME/pub/bench/SAT07/industrial/anbulagan/medium-sat/total-5-19-s.cnf
COMMAND LINE= /tmp/evaluation/347383-1176879686/Barcelogic /tmp/evaluation/347383-1176879686/instance-347383-1176879686.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node59/watcher-347383-1176879686 -o ROOT/results/node59/solver-347383-1176879686 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/347383-1176879686/Barcelogic /tmp/evaluation/347383-1176879686/instance-347383-1176879686.cnf            

META MD5SUM SOLVER= 79e0ce795fa2b766501147b4c62bcf0d
MD5SUM BENCH=  da84c31d7a6be4fe4d1189ad9ffe5349

RANDOM SEED= 410375969

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node59.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.268
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.268
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:       1441616 kB
Buffers:         31568 kB
Cached:         480804 kB
SwapCached:       2252 kB
Active:         209904 kB
Inactive:       333588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1441616 kB
SwapTotal:     4192956 kB
SwapFree:      4184740 kB
Dirty:           26352 kB
Writeback:           0 kB
Mapped:          38596 kB
Slab:            56264 kB
Committed_AS:  1616684 kB
PageTables:       1792 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= 66330 MiB

End job on node59 on Wed Apr 18 07:21:26 UTC 2007