Trace number 347616

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 542.11 542.302

General information on the benchmark

Namecrafted/Medium/contest05/sabharwal/
gt-ordering-unsat-gt-025.sat05-1306.reshuffled-07.cnf
MD5SUM47828b3a4e2ae65de4085316feb1d449
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.754884
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of clauses14125
Sum of the clauses size42600
Maximum clause length24
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2300
Number of clauses of size 313800
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 525

Solver Data (download as text)

0.00/0.00	c Parsing...
0.00/0.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |   14125    42600 |    4237       0        0     nan |  0.000 % |
0.00/0.01	c ==============================================================================
0.00/0.01	c Result  :   #vars: 600   #clauses: 14125   #literals: 42600
0.00/0.01	c CPU time:   0.011998 s
0.00/0.01	c ==============================================================================
541.99/542.29	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/node23/watcher-347616-1176682830 -o ROOT/results/node23/solver-347616-1176682830 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/347616-1176682830/Barcelogic /tmp/evaluation/347616-1176682830/instance-347616-1176682830.cnf 

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.98 3/77 15064
/proc/meminfo: memFree=1784688/2055920 swapFree=4169268/4192956
[pid=15064] ppid=15062 vsize=5352 CPUtime=0
/proc/15064/stat : 15064 (Barcelogic) S 15062 15064 14339 0 -1 4194304 273 0 0 0 0 0 0 0 18 0 1 0 116200188 5480448 232 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238487830610 0 0 4100 65536 18446744071563648864 0 0 17 1 0 0
/proc/15064/statm: 1338 232 195 169 0 49 0
[pid=15065] ppid=15064 vsize=5352 CPUtime=0
/proc/15065/stat : 15065 (Barcelogic) S 15064 15064 14339 0 -1 4194368 53 188 0 0 0 0 0 0 20 0 1 0 116200188 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238487659332 0 65536 4096 65538 0 0 0 17 1 0 0
/proc/15065/statm: 1338 236 198 169 0 49 0

[startup+0.0788351 s]
/proc/loadavg: 0.92 0.98 0.98 3/77 15064
/proc/meminfo: memFree=1784688/2055920 swapFree=4169268/4192956
[pid=15064] ppid=15062 vsize=5352 CPUtime=0.02
/proc/15064/stat : 15064 (Barcelogic) S 15062 15064 14339 0 -1 4194304 334 575 0 0 0 0 2 0 16 0 1 0 116200188 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15064/statm: 1338 237 197 169 0 49 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5352

[startup+0.101834 s]
/proc/loadavg: 0.92 0.98 0.98 3/77 15064
/proc/meminfo: memFree=1784688/2055920 swapFree=4169268/4192956
[pid=15064] ppid=15062 vsize=5352 CPUtime=0.02
/proc/15064/stat : 15064 (Barcelogic) S 15062 15064 14339 0 -1 4194304 334 575 0 0 0 0 2 0 16 0 1 0 116200188 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15064/statm: 1338 237 197 169 0 49 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5352

[startup+0.301872 s]
/proc/loadavg: 0.92 0.98 0.98 3/77 15064
/proc/meminfo: memFree=1784688/2055920 swapFree=4169268/4192956
[pid=15064] ppid=15062 vsize=5352 CPUtime=0.02
/proc/15064/stat : 15064 (Barcelogic) S 15062 15064 14339 0 -1 4194304 334 575 0 0 0 0 2 0 16 0 1 0 116200188 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15064/statm: 1338 237 197 169 0 49 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5352

[startup+0.70195 s]
/proc/loadavg: 0.92 0.98 0.98 3/77 15064
/proc/meminfo: memFree=1784688/2055920 swapFree=4169268/4192956
[pid=15064] ppid=15062 vsize=5352 CPUtime=0.02
/proc/15064/stat : 15064 (Barcelogic) S 15062 15064 14339 0 -1 4194304 334 575 0 0 0 0 2 0 16 0 1 0 116200188 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15064/statm: 1338 237 197 169 0 49 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5352

[startup+1.50111 s]
/proc/loadavg: 0.92 0.98 0.98 2/79 15070
/proc/meminfo: memFree=1773024/2055920 swapFree=4169268/4192956
[pid=15064] ppid=15062 vsize=5352 CPUtime=0.02
/proc/15064/stat : 15064 (Barcelogic) S 15062 15064 14339 0 -1 4194304 334 575 0 0 0 0 2 0 16 0 1 0 116200188 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15064/statm: 1338 237 197 169 0 49 0
[pid=15070] ppid=15064 vsize=1476412 CPUtime=1.46
/proc/15070/stat : 15070 (bsat) R 15064 15064 14339 0 -1 4194304 3758 0 0 0 144 2 0 0 25 0 1 0 116200192 1511845888 3732 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134519730 0 0 4096 0 0 0 0 17 1 0 0
/proc/15070/statm: 369103 3732 83 232 0 368868 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1481764

[startup+3.10142 s]
/proc/loadavg: 0.92 0.98 0.98 2/79 15070
/proc/meminfo: memFree=1764448/2055920 swapFree=4169268/4192956
[pid=15064] ppid=15062 vsize=5352 CPUtime=0.02
/proc/15064/stat : 15064 (Barcelogic) S 15062 15064 14339 0 -1 4194304 334 575 0 0 0 0 2 0 16 0 1 0 116200188 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15064/statm: 1338 237 197 169 0 49 0
[pid=15070] ppid=15064 vsize=1476412 CPUtime=3.05
/proc/15070/stat : 15070 (bsat) R 15064 15064 14339 0 -1 4194304 7046 0 0 0 302 3 0 0 25 0 1 0 116200192 1511845888 7020 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134529786 0 0 4096 0 0 0 0 17 1 0 0
/proc/15070/statm: 369103 7020 83 232 0 368868 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 1481764

[startup+6.30103 s]
/proc/loadavg: 0.93 0.98 0.98 2/79 15070
/proc/meminfo: memFree=1742624/2055920 swapFree=4169268/4192956
[pid=15064] ppid=15062 vsize=5352 CPUtime=0.02
/proc/15064/stat : 15064 (Barcelogic) S 15062 15064 14339 0 -1 4194304 334 575 0 0 0 0 2 0 16 0 1 0 116200188 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15064/statm: 1338 237 197 169 0 49 0
[pid=15070] ppid=15064 vsize=1476412 CPUtime=6.25
/proc/15070/stat : 15070 (bsat) R 15064 15064 14339 0 -1 4194304 11812 0 0 0 620 5 0 0 25 0 1 0 116200192 1511845888 11786 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134531524 0 0 4096 0 0 0 0 17 1 0 0
/proc/15070/statm: 369103 11786 83 232 0 368868 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 1481764

[startup+12.7013 s]
/proc/loadavg: 0.93 0.98 0.98 2/79 15070
/proc/meminfo: memFree=1704416/2055920 swapFree=4169268/4192956
[pid=15064] ppid=15062 vsize=5352 CPUtime=0.02
/proc/15064/stat : 15064 (Barcelogic) S 15062 15064 14339 0 -1 4194304 334 575 0 0 0 0 2 0 16 0 1 0 116200188 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15064/statm: 1338 237 197 169 0 49 0
[pid=15070] ppid=15064 vsize=1476412 CPUtime=12.65
/proc/15070/stat : 15070 (bsat) R 15064 15064 14339 0 -1 4194304 20680 0 0 0 1257 8 0 0 25 0 1 0 116200192 1511845888 20654 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134539627 0 0 4096 0 0 0 0 17 1 0 0
/proc/15070/statm: 369103 20654 83 232 0 368868 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 1481764

[startup+25.5018 s]
/proc/loadavg: 0.95 0.98 0.98 2/79 15070
/proc/meminfo: memFree=1673248/2055920 swapFree=4169268/4192956
[pid=15064] ppid=15062 vsize=5352 CPUtime=0.02
/proc/15064/stat : 15064 (Barcelogic) S 15062 15064 14339 0 -1 4194304 334 575 0 0 0 0 2 0 16 0 1 0 116200188 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15064/statm: 1338 237 197 169 0 49 0
[pid=15070] ppid=15064 vsize=1476412 CPUtime=25.45
/proc/15070/stat : 15070 (bsat) R 15064 15064 14339 0 -1 4194304 27764 0 0 0 2533 12 0 0 25 0 1 0 116200192 1511845888 27618 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134518059 0 0 4096 0 0 0 0 17 1 0 0
/proc/15070/statm: 369103 27618 93 232 0 368868 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 1481764

[startup+51.1017 s]
/proc/loadavg: 0.96 0.98 0.98 2/79 15070
/proc/meminfo: memFree=1673056/2055920 swapFree=4169268/4192956
[pid=15064] ppid=15062 vsize=5352 CPUtime=0.02
/proc/15064/stat : 15064 (Barcelogic) S 15062 15064 14339 0 -1 4194304 334 575 0 0 0 0 2 0 16 0 1 0 116200188 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15064/statm: 1338 237 197 169 0 49 0
[pid=15070] ppid=15064 vsize=1476412 CPUtime=51.04
/proc/15070/stat : 15070 (bsat) R 15064 15064 14339 0 -1 4194304 27863 0 0 0 5091 13 0 0 25 0 1 0 116200192 1511845888 27717 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134517801 0 0 4096 0 0 0 0 17 1 0 0
/proc/15070/statm: 369103 27717 93 232 0 368868 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 1481764

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.98 2/79 15070
/proc/meminfo: memFree=1630304/2055920 swapFree=4169268/4192956
[pid=15064] ppid=15062 vsize=5352 CPUtime=0.02
/proc/15064/stat : 15064 (Barcelogic) S 15062 15064 14339 0 -1 4194304 334 575 0 0 0 0 2 0 16 0 1 0 116200188 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15064/statm: 1338 237 197 169 0 49 0
[pid=15070] ppid=15064 vsize=1476412 CPUtime=102.22
/proc/15070/stat : 15070 (bsat) R 15064 15064 14339 0 -1 4194304 38564 0 0 0 10201 21 0 0 25 0 1 0 116200192 1511845888 38418 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134517801 0 0 4096 0 0 0 0 17 1 0 0
/proc/15070/statm: 369103 38418 93 232 0 368868 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 1481764

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 15070
/proc/meminfo: memFree=1578592/2055920 swapFree=4169268/4192956
[pid=15064] ppid=15062 vsize=5352 CPUtime=0.02
/proc/15064/stat : 15064 (Barcelogic) S 15062 15064 14339 0 -1 4194304 334 575 0 0 0 0 2 0 16 0 1 0 116200188 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15064/statm: 1338 237 197 169 0 49 0
[pid=15070] ppid=15064 vsize=1476412 CPUtime=162.2
/proc/15070/stat : 15070 (bsat) R 15064 15064 14339 0 -1 4194304 51517 0 0 0 16187 33 0 0 25 0 1 0 116200192 1511845888 51371 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134517801 0 0 4096 0 0 0 0 17 1 0 0
/proc/15070/statm: 369103 51371 93 232 0 368868 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 1481764

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 15070
/proc/meminfo: memFree=1541088/2055920 swapFree=4169268/4192956
[pid=15064] ppid=15062 vsize=5352 CPUtime=0.02
/proc/15064/stat : 15064 (Barcelogic) S 15062 15064 14339 0 -1 4194304 334 575 0 0 0 0 2 0 16 0 1 0 116200188 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15064/statm: 1338 237 197 169 0 49 0
[pid=15070] ppid=15064 vsize=1476412 CPUtime=222.17
/proc/15070/stat : 15070 (bsat) R 15064 15064 14339 0 -1 4194304 60788 0 0 0 22174 43 0 0 25 0 1 0 116200192 1511845888 60642 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134540812 0 0 4096 0 0 0 0 17 1 0 0
/proc/15070/statm: 369103 60642 93 232 0 368868 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 1481764

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 15070
/proc/meminfo: memFree=1504864/2055920 swapFree=4169268/4192956
[pid=15064] ppid=15062 vsize=5352 CPUtime=0.02
/proc/15064/stat : 15064 (Barcelogic) S 15062 15064 14339 0 -1 4194304 334 575 0 0 0 0 2 0 16 0 1 0 116200188 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15064/statm: 1338 237 197 169 0 49 0
[pid=15070] ppid=15064 vsize=1476412 CPUtime=282.15
/proc/15070/stat : 15070 (bsat) R 15064 15064 14339 0 -1 4194304 69894 0 0 0 28163 52 0 0 25 0 1 0 116200192 1511845888 69748 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134517801 0 0 4096 0 0 0 0 17 1 0 0
/proc/15070/statm: 369103 69748 93 232 0 368868 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 1481764

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 15070
/proc/meminfo: memFree=1478624/2055920 swapFree=4169268/4192956
[pid=15064] ppid=15062 vsize=5352 CPUtime=0.02
/proc/15064/stat : 15064 (Barcelogic) S 15062 15064 14339 0 -1 4194304 334 575 0 0 0 0 2 0 16 0 1 0 116200188 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15064/statm: 1338 237 197 169 0 49 0
[pid=15070] ppid=15064 vsize=1476412 CPUtime=342.13
/proc/15070/stat : 15070 (bsat) R 15064 15064 14339 0 -1 4194304 76367 0 0 0 34155 58 0 0 25 0 1 0 116200192 1511845888 76221 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134517801 0 0 4096 0 0 0 0 17 1 0 0
/proc/15070/statm: 369103 76221 93 232 0 368868 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 1481764

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 15070
/proc/meminfo: memFree=1452512/2055920 swapFree=4169268/4192956
[pid=15064] ppid=15062 vsize=5352 CPUtime=0.02
/proc/15064/stat : 15064 (Barcelogic) S 15062 15064 14339 0 -1 4194304 334 575 0 0 0 0 2 0 16 0 1 0 116200188 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15064/statm: 1338 237 197 169 0 49 0
[pid=15070] ppid=15064 vsize=1476412 CPUtime=402.12
/proc/15070/stat : 15070 (bsat) R 15064 15064 14339 0 -1 4194304 82978 0 0 0 40146 66 0 0 25 0 1 0 116200192 1511845888 82832 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134518059 0 0 4096 0 0 0 0 17 1 0 0
/proc/15070/statm: 369103 82832 93 232 0 368868 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 1481764

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 15070
/proc/meminfo: memFree=1429280/2055920 swapFree=4169268/4192956
[pid=15064] ppid=15062 vsize=5352 CPUtime=0.02
/proc/15064/stat : 15064 (Barcelogic) S 15062 15064 14339 0 -1 4194304 334 575 0 0 0 0 2 0 16 0 1 0 116200188 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15064/statm: 1338 237 197 169 0 49 0
[pid=15070] ppid=15064 vsize=1476412 CPUtime=462.09
/proc/15070/stat : 15070 (bsat) R 15064 15064 14339 0 -1 4194304 88652 0 0 0 46136 73 0 0 25 0 1 0 116200192 1511845888 88506 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134518059 0 0 4096 0 0 0 0 17 1 0 0
/proc/15070/statm: 369103 88506 93 232 0 368868 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 1481764

[startup+522.303 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 15070
/proc/meminfo: memFree=1411424/2055920 swapFree=4169268/4192956
[pid=15064] ppid=15062 vsize=5352 CPUtime=0.02
/proc/15064/stat : 15064 (Barcelogic) S 15062 15064 14339 0 -1 4194304 334 575 0 0 0 0 2 0 16 0 1 0 116200188 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15064/statm: 1338 237 197 169 0 49 0
[pid=15070] ppid=15064 vsize=1476412 CPUtime=522.07
/proc/15070/stat : 15070 (bsat) R 15064 15064 14339 0 -1 4194304 93211 0 0 0 52128 79 0 0 25 0 1 0 116200192 1511845888 93065 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134518059 0 0 4096 0 0 0 0 17 1 0 0
/proc/15070/statm: 369103 93065 93 232 0 368868 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 1481764

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

[startup+524.705 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 15070
/proc/meminfo: memFree=1409952/2055920 swapFree=4169268/4192956
[pid=15064] ppid=15062 vsize=5352 CPUtime=0.02
/proc/15064/stat : 15064 (Barcelogic) S 15062 15064 14339 0 -1 4194304 334 575 0 0 0 0 2 0 16 0 1 0 116200188 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15064/statm: 1338 237 197 169 0 49 0
[pid=15070] ppid=15064 vsize=1476412 CPUtime=524.48
/proc/15070/stat : 15070 (bsat) R 15064 15064 14339 0 -1 4194304 93480 0 0 0 52368 80 0 0 25 0 1 0 116200192 1511845888 93334 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134518595 0 0 4096 0 0 0 0 17 1 0 0
/proc/15070/statm: 369103 93334 93 232 0 368868 0
Current children cumulated CPU time (s) 524.5
Current children cumulated vsize (KiB) 1481764

[startup+531.102 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 15070
/proc/meminfo: memFree=1407584/2055920 swapFree=4169268/4192956
[pid=15064] ppid=15062 vsize=5352 CPUtime=0.02
/proc/15064/stat : 15064 (Barcelogic) S 15062 15064 14339 0 -1 4194304 334 575 0 0 0 0 2 0 16 0 1 0 116200188 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15064/statm: 1338 237 197 169 0 49 0
[pid=15070] ppid=15064 vsize=1476412 CPUtime=530.87
/proc/15070/stat : 15070 (bsat) R 15064 15064 14339 0 -1 4194304 94118 0 0 0 53007 80 0 0 25 0 1 0 116200192 1511845888 93972 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134531090 0 0 4096 0 0 0 0 17 1 0 0
/proc/15070/statm: 369103 93972 93 232 0 368868 0
Current children cumulated CPU time (s) 530.89
Current children cumulated vsize (KiB) 1481764

[startup+537.503 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 15070
/proc/meminfo: memFree=1405920/2055920 swapFree=4169268/4192956
[pid=15064] ppid=15062 vsize=5352 CPUtime=0.02
/proc/15064/stat : 15064 (Barcelogic) S 15062 15064 14339 0 -1 4194304 334 575 0 0 0 0 2 0 16 0 1 0 116200188 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15064/statm: 1338 237 197 169 0 49 0
[pid=15070] ppid=15064 vsize=1476412 CPUtime=537.27
/proc/15070/stat : 15070 (bsat) R 15064 15064 14339 0 -1 4194304 94498 0 0 0 53646 81 0 0 25 0 1 0 116200192 1511845888 94352 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134518059 0 0 4096 0 0 0 0 17 1 0 0
/proc/15070/statm: 369103 94352 94 232 0 368868 0
Current children cumulated CPU time (s) 537.29
Current children cumulated vsize (KiB) 1481764

[startup+540.702 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 15070
/proc/meminfo: memFree=1405600/2055920 swapFree=4169268/4192956
[pid=15064] ppid=15062 vsize=5352 CPUtime=0.02
/proc/15064/stat : 15064 (Barcelogic) S 15062 15064 14339 0 -1 4194304 334 575 0 0 0 0 2 0 16 0 1 0 116200188 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15064/statm: 1338 237 197 169 0 49 0
[pid=15070] ppid=15064 vsize=1476412 CPUtime=540.47
/proc/15070/stat : 15070 (bsat) R 15064 15064 14339 0 -1 4194304 94552 0 0 0 53966 81 0 0 25 0 1 0 116200192 1511845888 94406 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134531090 0 0 4096 0 0 0 0 17 1 0 0
/proc/15070/statm: 369103 94406 94 232 0 368868 0
Current children cumulated CPU time (s) 540.49
Current children cumulated vsize (KiB) 1481764

[startup+541.502 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 15070
/proc/meminfo: memFree=1405536/2055920 swapFree=4169268/4192956
[pid=15064] ppid=15062 vsize=5352 CPUtime=0.02
/proc/15064/stat : 15064 (Barcelogic) S 15062 15064 14339 0 -1 4194304 334 575 0 0 0 0 2 0 16 0 1 0 116200188 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15064/statm: 1338 237 197 169 0 49 0
[pid=15070] ppid=15064 vsize=1476412 CPUtime=541.27
/proc/15070/stat : 15070 (bsat) R 15064 15064 14339 0 -1 4194304 94557 0 0 0 54046 81 0 0 25 0 1 0 116200192 1511845888 94411 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134531093 0 0 4096 0 0 0 0 17 1 0 0
/proc/15070/statm: 369103 94411 94 232 0 368868 0
Current children cumulated CPU time (s) 541.29
Current children cumulated vsize (KiB) 1481764

[startup+541.902 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 15070
/proc/meminfo: memFree=1405536/2055920 swapFree=4169268/4192956
[pid=15064] ppid=15062 vsize=5352 CPUtime=0.02
/proc/15064/stat : 15064 (Barcelogic) S 15062 15064 14339 0 -1 4194304 334 575 0 0 0 0 2 0 16 0 1 0 116200188 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15064/statm: 1338 237 197 169 0 49 0
[pid=15070] ppid=15064 vsize=1476412 CPUtime=541.67
/proc/15070/stat : 15070 (bsat) R 15064 15064 14339 0 -1 4194304 94560 0 0 0 54086 81 0 0 25 0 1 0 116200192 1511845888 94414 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134531093 0 0 4096 0 0 0 0 17 1 0 0
/proc/15070/statm: 369103 94414 94 232 0 368868 0
Current children cumulated CPU time (s) 541.69
Current children cumulated vsize (KiB) 1481764

[startup+542.102 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 15070
/proc/meminfo: memFree=1405536/2055920 swapFree=4169268/4192956
[pid=15064] ppid=15062 vsize=5352 CPUtime=0.02
/proc/15064/stat : 15064 (Barcelogic) S 15062 15064 14339 0 -1 4194304 334 575 0 0 0 0 2 0 16 0 1 0 116200188 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15064/statm: 1338 237 197 169 0 49 0
[pid=15070] ppid=15064 vsize=1476412 CPUtime=541.87
/proc/15070/stat : 15070 (bsat) R 15064 15064 14339 0 -1 4194304 94562 0 0 0 54106 81 0 0 25 0 1 0 116200192 1511845888 94416 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134531093 0 0 4096 0 0 0 0 17 1 0 0
/proc/15070/statm: 369103 94416 94 232 0 368868 0
Current children cumulated CPU time (s) 541.89
Current children cumulated vsize (KiB) 1481764

[startup+542.202 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 15070
/proc/meminfo: memFree=1405536/2055920 swapFree=4169268/4192956
[pid=15064] ppid=15062 vsize=5352 CPUtime=0.02
/proc/15064/stat : 15064 (Barcelogic) S 15062 15064 14339 0 -1 4194304 334 575 0 0 0 0 2 0 16 0 1 0 116200188 5480448 237 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15064/statm: 1338 237 197 169 0 49 0
[pid=15070] ppid=15064 vsize=1476412 CPUtime=541.97
/proc/15070/stat : 15070 (bsat) R 15064 15064 14339 0 -1 4194304 94562 0 0 0 54116 81 0 0 25 0 1 0 116200192 1511845888 94416 18446744073709551615 134512640 135463317 4294956752 18446744073709551615 134530806 0 0 4096 0 0 0 0 17 1 0 0
/proc/15070/statm: 369103 94416 94 232 0 368868 0
Current children cumulated CPU time (s) 541.99
Current children cumulated vsize (KiB) 1481764

Child status: 20
Real time (s): 542.302
CPU time (s): 542.11
CPU user time (s): 541.215
CPU system time (s): 0.894863
CPU usage (%): 99.9646
Max. virtual memory (cumulated for all children) (KiB): 1481764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 541.215
system time used= 0.894863
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95630
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= 10932

runsolver used 0.58691 second user time and 1.39479 second system time

The end

Launcher Data (download as text)

Begin job on node23 on Mon Apr 16 00:20:31 UTC 2007

IDJOB= 347616
IDBENCH= 24573
IDSOLVER= 154
FILE ID= node23/347616-1176682830

PBS_JOBID= 4559963

Free space on /tmp= 66556 MiB

SOLVER NAME= Barcelogic Fixed 2007-04-13
BENCH NAME= HOME/pub/bench/SAT07/crafted/Medium/contest05/sabharwal/gt-ordering-unsat-gt-025.sat05-1306.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/347616-1176682830/Barcelogic /tmp/evaluation/347616-1176682830/instance-347616-1176682830.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node23/watcher-347616-1176682830 -o ROOT/results/node23/solver-347616-1176682830 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/347616-1176682830/Barcelogic /tmp/evaluation/347616-1176682830/instance-347616-1176682830.cnf            

META MD5SUM SOLVER= 79e0ce795fa2b766501147b4c62bcf0d
MD5SUM BENCH=  47828b3a4e2ae65de4085316feb1d449

RANDOM SEED= 953867796

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node23.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.276
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.276
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:       1785096 kB
Buffers:         64092 kB
Cached:         109156 kB
SwapCached:       2464 kB
Active:         108016 kB
Inactive:        95620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1785096 kB
SwapTotal:     4192956 kB
SwapFree:      4169268 kB
Dirty:            1992 kB
Writeback:           0 kB
Mapped:          43864 kB
Slab:            52656 kB
Committed_AS:  2350224 kB
PageTables:       1808 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= 66556 MiB

End job on node23 on Mon Apr 16 00:29:33 UTC 2007