Trace number 319104

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
tinisat 2007-02-08UNSAT 1086.01 1086.32

General information on the benchmark

Nameindustrial/jarvisalo/
eq.atree.braun.9.unsat.cnf
MD5SUM738c5d916b76338511b77dbd47cdbc16
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark22.0327
Satisfiable
(Un)Satisfiability was proved
Number of variables892
Number of clauses3006
Sum of the clauses size7828
Maximum clause length17
Minimum clause length1
Number of clauses of size 13
Number of clauses of size 21283
Number of clauses of size 31676
Number of clauses of size 418
Number of clauses of size 516
Number of clauses of size over 510

Solver Data (download as text)

0.00/0.00	c Tinisat 0.22
0.00/0.00	c solving /tmp/evaluation/319104-1172972468/instance-319104-1172972468.cnf
0.00/0.00	c 892 variables, 3006 clauses
1085.98/1086.30	s UNSATISFIABLE
1085.98/1086.30	c 403486 decisions, 352666 conflicts, 215 restarts
1085.98/1086.30	c solved in 1085.99s

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/node67/watcher-319104-1172972468 -o ROOT/results/node67/solver-319104-1172972468 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/319104-1172972468/tinisat /tmp/evaluation/319104-1172972468/instance-319104-1172972468.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.00 0.99 0.92 3/64 29136
/proc/meminfo: memFree=1066408/2055920 swapFree=4183980/4192956
[pid=29136] ppid=29134 vsize=716 CPUtime=0
/proc/29136/stat : 29136 (tinisat) R 29134 29136 27856 0 -1 4194304 93 0 0 0 0 0 0 0 18 0 1 0 317204476 733184 79 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/29136/statm: 179 79 48 110 0 66 0

[startup+0.0642289 s]
/proc/loadavg: 1.00 0.99 0.92 3/64 29136
/proc/meminfo: memFree=1066408/2055920 swapFree=4183980/4192956
[pid=29136] ppid=29134 vsize=1156 CPUtime=0.06
/proc/29136/stat : 29136 (tinisat) R 29134 29136 27856 0 -1 4194304 181 0 0 0 6 0 0 0 18 0 1 0 317204476 1183744 165 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134532387 0 0 4096 0 0 0 0 17 1 0 0
/proc/29136/statm: 289 165 52 110 0 176 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1156

[startup+0.101233 s]
/proc/loadavg: 1.00 0.99 0.92 3/64 29136
/proc/meminfo: memFree=1066408/2055920 swapFree=4183980/4192956
[pid=29136] ppid=29134 vsize=1156 CPUtime=0.09
/proc/29136/stat : 29136 (tinisat) R 29134 29136 27856 0 -1 4194304 195 0 0 0 9 0 0 0 18 0 1 0 317204476 1183744 179 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134517031 0 0 4096 0 0 0 0 17 1 0 0
/proc/29136/statm: 289 180 52 110 0 176 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1156

[startup+0.301254 s]
/proc/loadavg: 1.00 0.99 0.92 3/64 29136
/proc/meminfo: memFree=1066408/2055920 swapFree=4183980/4192956
[pid=29136] ppid=29134 vsize=1496 CPUtime=0.29
/proc/29136/stat : 29136 (tinisat) R 29134 29136 27856 0 -1 4194304 265 0 0 0 29 0 0 0 19 0 1 0 317204476 1531904 249 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/29136/statm: 374 249 52 110 0 261 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1496

[startup+0.701295 s]
/proc/loadavg: 1.00 0.99 0.92 3/64 29136
/proc/meminfo: memFree=1066408/2055920 swapFree=4183980/4192956
[pid=29136] ppid=29134 vsize=2304 CPUtime=0.69
/proc/29136/stat : 29136 (tinisat) R 29134 29136 27856 0 -1 4194304 426 0 0 0 69 0 0 0 22 0 1 0 317204476 2359296 410 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/29136/statm: 576 410 52 110 0 463 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2304

[startup+1.50138 s]
/proc/loadavg: 1.00 0.99 0.92 2/65 29137
/proc/meminfo: memFree=1064544/2055920 swapFree=4183980/4192956
[pid=29136] ppid=29134 vsize=3820 CPUtime=1.49
/proc/29136/stat : 29136 (tinisat) R 29134 29136 27856 0 -1 4194304 706 0 0 0 149 0 0 0 25 0 1 0 317204476 3911680 690 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519932 0 0 4096 0 0 0 0 17 1 0 0
/proc/29136/statm: 955 690 52 110 0 842 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3820

[startup+3.10155 s]
/proc/loadavg: 1.00 0.99 0.92 2/65 29137
/proc/meminfo: memFree=1063136/2055920 swapFree=4183980/4192956
[pid=29136] ppid=29134 vsize=6660 CPUtime=3.09
/proc/29136/stat : 29136 (tinisat) R 29134 29136 27856 0 -1 4194304 1117 0 0 0 308 1 0 0 25 0 1 0 317204476 6819840 1101 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/29136/statm: 1665 1101 52 110 0 1552 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6660

[startup+6.30189 s]
/proc/loadavg: 1.00 0.99 0.92 2/65 29137
/proc/meminfo: memFree=1060384/2055920 swapFree=4183980/4192956
[pid=29136] ppid=29134 vsize=12480 CPUtime=6.29
/proc/29136/stat : 29136 (tinisat) R 29134 29136 27856 0 -1 4194304 1664 0 0 0 628 1 0 0 25 0 1 0 317204476 12779520 1648 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519878 0 0 4096 0 0 0 0 17 1 0 0
/proc/29136/statm: 3120 1648 52 110 0 3007 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 12480

[startup+12.7016 s]
/proc/loadavg: 1.00 0.99 0.92 2/65 29137
/proc/meminfo: memFree=1057056/2055920 swapFree=4183980/4192956
[pid=29136] ppid=29134 vsize=12744 CPUtime=12.68
/proc/29136/stat : 29136 (tinisat) R 29134 29136 27856 0 -1 4194304 2486 0 0 0 1267 1 0 0 25 0 1 0 317204476 13049856 2437 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/29136/statm: 3186 2437 52 110 0 3073 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 12744

[startup+25.5019 s]
/proc/loadavg: 1.00 0.99 0.92 2/65 29137
/proc/meminfo: memFree=1052192/2055920 swapFree=4183980/4192956
[pid=29136] ppid=29134 vsize=24256 CPUtime=25.49
/proc/29136/stat : 29136 (tinisat) R 29134 29136 27856 0 -1 4194304 3623 0 0 0 2546 3 0 0 25 0 1 0 317204476 24838144 3574 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/29136/statm: 6064 3574 52 110 0 5951 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 24256

[startup+51.1016 s]
/proc/loadavg: 1.00 0.99 0.92 2/65 29137
/proc/meminfo: memFree=1046112/2055920 swapFree=4183980/4192956
[pid=29136] ppid=29134 vsize=25224 CPUtime=51.08
/proc/29136/stat : 29136 (tinisat) R 29134 29136 27856 0 -1 4194304 5204 0 0 0 5104 4 0 0 25 0 1 0 317204476 25829376 5090 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/29136/statm: 6306 5090 52 110 0 6193 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 25224

[startup+102.306 s]
/proc/loadavg: 1.00 0.99 0.92 2/65 29139
/proc/meminfo: memFree=1037728/2055920 swapFree=4183980/4192956
[pid=29136] ppid=29134 vsize=47952 CPUtime=102.27
/proc/29136/stat : 29136 (tinisat) R 29134 29136 27856 0 -1 4194304 7288 0 0 0 10221 6 0 0 25 0 1 0 317204476 49102848 7174 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519912 0 0 4096 0 0 0 0 17 1 0 0
/proc/29136/statm: 11988 7174 52 110 0 11875 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 47952

[startup+162.301 s]
/proc/loadavg: 1.00 0.99 0.92 2/65 29139
/proc/meminfo: memFree=1030112/2055920 swapFree=4183980/4192956
[pid=29136] ppid=29134 vsize=49560 CPUtime=162.25
/proc/29136/stat : 29136 (tinisat) R 29134 29136 27856 0 -1 4194304 9315 0 0 0 16216 9 0 0 25 0 1 0 317204476 50749440 9072 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/29136/statm: 12390 9072 52 110 0 12277 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 49560

[startup+222.302 s]
/proc/loadavg: 1.00 0.99 0.92 2/65 29139
/proc/meminfo: memFree=1023840/2055920 swapFree=4183980/4192956
[pid=29136] ppid=29134 vsize=50244 CPUtime=222.23
/proc/29136/stat : 29136 (tinisat) R 29134 29136 27856 0 -1 4194304 10879 0 0 0 22212 11 0 0 25 0 1 0 317204476 51449856 10636 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/29136/statm: 12561 10636 52 110 0 12448 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 50244

[startup+282.302 s]
/proc/loadavg: 1.00 0.99 0.92 2/65 29139
/proc/meminfo: memFree=1018144/2055920 swapFree=4183980/4192956
[pid=29136] ppid=29134 vsize=50528 CPUtime=282.21
/proc/29136/stat : 29136 (tinisat) R 29134 29136 27856 0 -1 4194304 12354 0 0 0 28209 12 0 0 25 0 1 0 317204476 51740672 12078 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/29136/statm: 12632 12078 52 110 0 12519 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 50528

[startup+342.301 s]
/proc/loadavg: 1.00 0.99 0.92 2/65 29139
/proc/meminfo: memFree=1011936/2055920 swapFree=4183980/4192956
[pid=29136] ppid=29134 vsize=94608 CPUtime=342.19
/proc/29136/stat : 29136 (tinisat) R 29134 29136 27856 0 -1 4194304 13950 0 0 0 34205 14 0 0 25 0 1 0 317204476 96878592 13608 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520074 0 0 4096 0 0 0 0 17 1 0 0
/proc/29136/statm: 23652 13608 52 110 0 23539 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 94608

[startup+402.302 s]
/proc/loadavg: 1.00 0.99 0.92 2/65 29139
/proc/meminfo: memFree=1007136/2055920 swapFree=4183980/4192956
[pid=29136] ppid=29134 vsize=95000 CPUtime=402.18
/proc/29136/stat : 29136 (tinisat) R 29134 29136 27856 0 -1 4194304 15196 0 0 0 40202 16 0 0 25 0 1 0 317204476 97280000 14821 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/29136/statm: 23750 14821 52 110 0 23637 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 95000

[startup+462.302 s]
/proc/loadavg: 1.00 0.99 0.92 2/65 29139
/proc/meminfo: memFree=1002336/2055920 swapFree=4183980/4192956
[pid=29136] ppid=29134 vsize=95452 CPUtime=462.16
/proc/29136/stat : 29136 (tinisat) R 29134 29136 27856 0 -1 4194304 16410 0 0 0 46198 18 0 0 25 0 1 0 317204476 97742848 16002 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519886 0 0 4096 0 0 0 0 17 1 0 0
/proc/29136/statm: 23863 16002 52 110 0 23750 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 95452

[startup+522.301 s]
/proc/loadavg: 1.00 0.99 0.92 2/65 29139
/proc/meminfo: memFree=997664/2055920 swapFree=4183980/4192956
[pid=29136] ppid=29134 vsize=96260 CPUtime=522.14
/proc/29136/stat : 29136 (tinisat) R 29134 29136 27856 0 -1 4194304 17658 0 0 0 52195 19 0 0 25 0 1 0 317204476 98570240 17184 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/29136/statm: 24065 17184 52 110 0 23952 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 96260

[startup+582.302 s]
/proc/loadavg: 1.00 0.99 0.92 2/65 29139
/proc/meminfo: memFree=993696/2055920 swapFree=4183980/4192956
[pid=29136] ppid=29134 vsize=96668 CPUtime=582.13
/proc/29136/stat : 29136 (tinisat) R 29134 29136 27856 0 -1 4194304 18626 0 0 0 58193 20 0 0 25 0 1 0 317204476 98988032 18152 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/29136/statm: 24167 18152 52 110 0 24054 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 96668

[startup+642.302 s]
/proc/loadavg: 1.00 0.99 0.92 2/65 29139
/proc/meminfo: memFree=990240/2055920 swapFree=4183980/4192956
[pid=29136] ppid=29134 vsize=97876 CPUtime=642.11
/proc/29136/stat : 29136 (tinisat) R 29134 29136 27856 0 -1 4194304 19741 0 0 0 64190 21 0 0 25 0 1 0 317204476 100225024 19010 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/29136/statm: 24469 19010 52 110 0 24356 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 97876

[startup+702.301 s]
/proc/loadavg: 1.00 0.99 0.92 2/65 29139
/proc/meminfo: memFree=986848/2055920 swapFree=4183980/4192956
[pid=29136] ppid=29134 vsize=98316 CPUtime=702.1
/proc/29136/stat : 29136 (tinisat) R 29134 29136 27856 0 -1 4194304 20673 0 0 0 70187 23 0 0 25 0 1 0 317204476 100675584 19876 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/29136/statm: 24579 19876 52 110 0 24466 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 98316

[startup+762.305 s]
/proc/loadavg: 1.00 0.99 0.92 2/65 29139
/proc/meminfo: memFree=983584/2055920 swapFree=4183980/4192956
[pid=29136] ppid=29134 vsize=98704 CPUtime=762.08
/proc/29136/stat : 29136 (tinisat) R 29134 29136 27856 0 -1 4194304 21499 0 0 0 76184 24 0 0 25 0 1 0 317204476 101072896 20669 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/29136/statm: 24676 20669 52 110 0 24563 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 98704

[startup+822.302 s]
/proc/loadavg: 1.00 0.99 0.92 2/65 29139
/proc/meminfo: memFree=980768/2055920 swapFree=4183980/4192956
[pid=29136] ppid=29134 vsize=98964 CPUtime=822.06
/proc/29136/stat : 29136 (tinisat) R 29134 29136 27856 0 -1 4194304 22223 0 0 0 82181 25 0 0 25 0 1 0 317204476 101339136 21393 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/29136/statm: 24741 21393 52 110 0 24628 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 98964

[startup+882.302 s]
/proc/loadavg: 1.00 0.99 0.92 2/65 29139
/proc/meminfo: memFree=977888/2055920 swapFree=4183980/4192956
[pid=29136] ppid=29134 vsize=98964 CPUtime=882.04
/proc/29136/stat : 29136 (tinisat) R 29134 29136 27856 0 -1 4194304 22917 0 0 0 88178 26 0 0 25 0 1 0 317204476 101339136 22087 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/29136/statm: 24741 22087 52 110 0 24628 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 98964

[startup+942.301 s]
/proc/loadavg: 1.00 0.99 0.92 2/65 29139
/proc/meminfo: memFree=975136/2055920 swapFree=4183980/4192956
[pid=29136] ppid=29134 vsize=99244 CPUtime=942.03
/proc/29136/stat : 29136 (tinisat) R 29134 29136 27856 0 -1 4194304 23630 0 0 0 94176 27 0 0 25 0 1 0 317204476 101625856 22800 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/29136/statm: 24811 22800 52 110 0 24698 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 99244

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.92 2/65 29139
/proc/meminfo: memFree=972448/2055920 swapFree=4183980/4192956
[pid=29136] ppid=29134 vsize=99376 CPUtime=1002
/proc/29136/stat : 29136 (tinisat) R 29134 29136 27856 0 -1 4194304 24282 0 0 0 100173 27 0 0 25 0 1 0 317204476 101761024 23452 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/29136/statm: 24844 23452 52 110 0 24731 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 99376

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.92 2/65 29139
/proc/meminfo: memFree=970016/2055920 swapFree=4183980/4192956
[pid=29136] ppid=29134 vsize=99536 CPUtime=1061.99
/proc/29136/stat : 29136 (tinisat) R 29134 29136 27856 0 -1 4194304 24900 0 0 0 106171 28 0 0 25 0 1 0 317204476 101924864 24070 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519921 0 0 4096 0 0 0 0 17 1 0 0
/proc/29136/statm: 24884 24070 52 110 0 24771 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 99536

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

[startup+1075.1 s]
/proc/loadavg: 1.00 0.99 0.92 2/65 29139
/proc/meminfo: memFree=969504/2055920 swapFree=4183980/4192956
[pid=29136] ppid=29134 vsize=99536 CPUtime=1074.79
/proc/29136/stat : 29136 (tinisat) R 29134 29136 27856 0 -1 4194304 25018 0 0 0 107451 28 0 0 25 0 1 0 317204476 101924864 24188 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/29136/statm: 24884 24188 52 110 0 24771 0
Current children cumulated CPU time (s) 1074.79
Current children cumulated vsize (KiB) 99536

[startup+1081.5 s]
/proc/loadavg: 1.00 0.99 0.92 2/65 29139
/proc/meminfo: memFree=969248/2055920 swapFree=4183980/4192956
[pid=29136] ppid=29134 vsize=99680 CPUtime=1081.18
/proc/29136/stat : 29136 (tinisat) R 29134 29136 27856 0 -1 4194304 25077 0 0 0 108090 28 0 0 25 0 1 0 317204476 102072320 24247 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/29136/statm: 24920 24247 52 110 0 24807 0
Current children cumulated CPU time (s) 1081.18
Current children cumulated vsize (KiB) 99680

[startup+1084.7 s]
/proc/loadavg: 1.00 0.99 0.92 2/65 29139
/proc/meminfo: memFree=969120/2055920 swapFree=4183980/4192956
[pid=29136] ppid=29134 vsize=186356 CPUtime=1084.38
/proc/29136/stat : 29136 (tinisat) R 29134 29136 27856 0 -1 4194304 25108 0 0 0 108410 28 0 0 25 0 1 0 317204476 190828544 24278 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/29136/statm: 46589 24278 52 110 0 46476 0
Current children cumulated CPU time (s) 1084.38
Current children cumulated vsize (KiB) 186356

[startup+1085.5 s]
/proc/loadavg: 1.00 0.99 0.92 2/65 29139
/proc/meminfo: memFree=969120/2055920 swapFree=4183980/4192956
[pid=29136] ppid=29134 vsize=186356 CPUtime=1085.18
/proc/29136/stat : 29136 (tinisat) R 29134 29136 27856 0 -1 4194304 25112 0 0 0 108490 28 0 0 25 0 1 0 317204476 190828544 24282 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/29136/statm: 46589 24282 52 110 0 46476 0
Current children cumulated CPU time (s) 1085.18
Current children cumulated vsize (KiB) 186356

[startup+1085.9 s]
/proc/loadavg: 1.00 0.99 0.92 2/65 29139
/proc/meminfo: memFree=969120/2055920 swapFree=4183980/4192956
[pid=29136] ppid=29134 vsize=186356 CPUtime=1085.58
/proc/29136/stat : 29136 (tinisat) R 29134 29136 27856 0 -1 4194304 25115 0 0 0 108530 28 0 0 25 0 1 0 317204476 190828544 24285 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/29136/statm: 46589 24285 52 110 0 46476 0
Current children cumulated CPU time (s) 1085.58
Current children cumulated vsize (KiB) 186356

[startup+1086.3 s]
/proc/loadavg: 1.00 0.99 0.92 2/65 29139
/proc/meminfo: memFree=969120/2055920 swapFree=4183980/4192956
[pid=29136] ppid=29134 vsize=186356 CPUtime=1085.98
/proc/29136/stat : 29136 (tinisat) R 29134 29136 27856 0 -1 4194304 25117 0 0 0 108570 28 0 0 25 0 1 0 317204476 190828544 24287 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519878 0 0 4096 0 0 0 0 17 1 0 0
/proc/29136/statm: 46589 24287 52 110 0 46476 0
Current children cumulated CPU time (s) 1085.98
Current children cumulated vsize (KiB) 186356

Child status: 20
Real time (s): 1086.32
CPU time (s): 1086.01
CPU user time (s): 1085.71
CPU system time (s): 0.303953
CPU usage (%): 99.9717
Max. virtual memory (cumulated for all children) (KiB): 186356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1085.71
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= 25124
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= 8
involuntary context switches= 2704

runsolver used 0.682896 second user time and 2.28965 second system time

The end

Launcher Data (download as text)

Begin job on node67 on Sun Mar  4 01:41:08 UTC 2007

IDJOB= 319104
IDBENCH= 20471
IDSOLVER= 100
FILE ID= node67/319104-1172972468

PBS_JOBID= 4012075

Free space on /tmp= 66548 MiB

SOLVER NAME= tinisat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/jarvisalo/eq.atree.braun.9.unsat.cnf
COMMAND LINE= /tmp/evaluation/319104-1172972468/tinisat /tmp/evaluation/319104-1172972468/instance-319104-1172972468.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node67/watcher-319104-1172972468 -o ROOT/results/node67/solver-319104-1172972468 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/319104-1172972468/tinisat /tmp/evaluation/319104-1172972468/instance-319104-1172972468.cnf            

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  738c5d916b76338511b77dbd47cdbc16

RANDOM SEED= 996823764

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node67.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:       1066944 kB
Buffers:         38040 kB
Cached:         881824 kB
SwapCached:       3236 kB
Active:         711844 kB
Inactive:       217988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1066944 kB
SwapTotal:     4192956 kB
SwapFree:      4183980 kB
Dirty:             596 kB
Writeback:           0 kB
Mapped:          15612 kB
Slab:            45100 kB
Committed_AS:   856848 kB
PageTables:       1452 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= 66548 MiB

End job on node67 on Sun Mar  4 01:59:15 UTC 2007