Trace number 313256

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-08? (TO) 1200.17 1200.51

General information on the benchmark

Nameindustrial/anbulagan/
medium-sat/partial-5-15-s.cnf
MD5SUMaeddf6934ba21adf4a25a76bc314ef43
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark668.114
Satisfiable
(Un)Satisfiability was proved
Number of variables218494
Number of clauses1013700
Sum of the clauses size2333596
Maximum clause length10
Minimum clause length1
Number of clauses of size 116379
Number of clauses of size 2796846
Number of clauses of size 3159775
Number of clauses of size 44520
Number of clauses of size 518080
Number of clauses of size over 518100

Solver Data (download as text)

1.19/1.28	c Tinisat 0.22
1.19/1.28	c solving /tmp/evaluation/313256-1176881021/instance-313256-1176881021.cnf
1.19/1.28	c 218494 variables, 1013700 clauses

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node7/watcher-313256-1176881021 -o ROOT/results/node7/solver-313256-1176881021 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/313256-1176881021/tinisat /tmp/evaluation/313256-1176881021/instance-313256-1176881021.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.99 1.02 1.00 3/77 22174
/proc/meminfo: memFree=1619384/2055920 swapFree=4150736/4192956
[pid=22174] ppid=22172 vsize=8636 CPUtime=0
/proc/22174/stat : 22174 (tinisat) R 22172 22174 21055 0 -1 4194304 92 0 0 0 0 0 0 0 18 0 1 0 164139732 8843264 77 18446744073709551615 134512640 134966189 4294956672 18446744073709551615 134629133 0 0 4096 0 0 0 0 17 1 0 0
/proc/22174/statm: 2159 77 48 110 0 2046 0

[startup+0.0622331 s]
/proc/loadavg: 0.99 1.02 1.00 3/77 22174
/proc/meminfo: memFree=1619384/2055920 swapFree=4150736/4192956
[pid=22174] ppid=22172 vsize=9428 CPUtime=0.06
/proc/22174/stat : 22174 (tinisat) R 22172 22174 21055 0 -1 4194304 396 0 0 0 6 0 0 0 18 0 1 0 164139732 9654272 381 18446744073709551615 134512640 134966189 4294956672 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/22174/statm: 2357 381 48 110 0 2244 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9428

[startup+0.101237 s]
/proc/loadavg: 0.99 1.02 1.00 3/77 22174
/proc/meminfo: memFree=1619384/2055920 swapFree=4150736/4192956
[pid=22174] ppid=22172 vsize=9956 CPUtime=0.09
/proc/22174/stat : 22174 (tinisat) R 22172 22174 21055 0 -1 4194304 599 0 0 0 9 0 0 0 18 0 1 0 164139732 10194944 584 18446744073709551615 134512640 134966189 4294956672 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/22174/statm: 2489 584 48 110 0 2376 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9956

[startup+0.301257 s]
/proc/loadavg: 0.99 1.02 1.00 3/77 22174
/proc/meminfo: memFree=1619384/2055920 swapFree=4150736/4192956
[pid=22174] ppid=22172 vsize=12728 CPUtime=0.29
/proc/22174/stat : 22174 (tinisat) R 22172 22174 21055 0 -1 4194304 1609 0 0 0 29 0 0 0 19 0 1 0 164139732 13033472 1594 18446744073709551615 134512640 134966189 4294956672 18446744073709551615 134629133 0 0 4096 0 0 0 0 17 1 0 0
/proc/22174/statm: 3182 1594 48 110 0 3069 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12728

[startup+0.701299 s]
/proc/loadavg: 0.99 1.02 1.00 3/77 22174
/proc/meminfo: memFree=1619384/2055920 swapFree=4150736/4192956
[pid=22174] ppid=22172 vsize=18140 CPUtime=0.7
/proc/22174/stat : 22174 (tinisat) R 22172 22174 21055 0 -1 4194304 3561 0 0 0 68 2 0 0 23 0 1 0 164139732 18575360 3546 18446744073709551615 134512640 134966189 4294956672 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/22174/statm: 4535 3546 48 110 0 4422 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 18140

[startup+1.50138 s]
/proc/loadavg: 0.99 1.02 1.00 2/78 22175
/proc/meminfo: memFree=1599088/2055920 swapFree=4150736/4192956
[pid=22174] ppid=22172 vsize=80768 CPUtime=1.49
/proc/22174/stat : 22174 (tinisat) R 22172 22174 21055 0 -1 4194304 12977 0 0 0 143 6 0 0 25 0 1 0 164139732 82706432 12961 18446744073709551615 134512640 134966189 4294956672 18446744073709551615 134607912 0 0 4096 0 0 0 0 17 1 0 0
/proc/22174/statm: 20192 12961 51 110 0 20079 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 80768

[startup+3.10155 s]
/proc/loadavg: 0.99 1.02 1.00 2/78 22175
/proc/meminfo: memFree=1550896/2055920 swapFree=4150736/4192956
[pid=22174] ppid=22172 vsize=90952 CPUtime=3.09
/proc/22174/stat : 22174 (tinisat) R 22172 22174 21055 0 -1 4194304 20391 0 0 0 301 8 0 0 25 0 1 0 164139732 93134848 17113 18446744073709551615 134512640 134966189 4294956672 18446744073709551615 134519841 0 0 4096 0 0 0 0 17 1 0 0
/proc/22174/statm: 22738 17113 52 110 0 22625 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 90952

[startup+6.30189 s]
/proc/loadavg: 0.99 1.02 1.00 2/78 22175
/proc/meminfo: memFree=1550640/2055920 swapFree=4150736/4192956
[pid=22174] ppid=22172 vsize=90952 CPUtime=6.29
/proc/22174/stat : 22174 (tinisat) R 22172 22174 21055 0 -1 4194304 20475 0 0 0 621 8 0 0 25 0 1 0 164139732 93134848 17197 18446744073709551615 134512640 134966189 4294956672 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/22174/statm: 22738 17197 52 110 0 22625 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 90952

[startup+12.7016 s]
/proc/loadavg: 0.99 1.02 1.00 2/78 22175
/proc/meminfo: memFree=1549872/2055920 swapFree=4150736/4192956
[pid=22174] ppid=22172 vsize=90952 CPUtime=12.69
/proc/22174/stat : 22174 (tinisat) R 22172 22174 21055 0 -1 4194304 20734 0 0 0 1260 9 0 0 25 0 1 0 164139732 93134848 17456 18446744073709551615 134512640 134966189 4294956672 18446744073709551615 134517124 0 0 4096 0 0 0 0 17 1 0 0
/proc/22174/statm: 22738 17456 52 110 0 22625 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 90952

[startup+25.5019 s]
/proc/loadavg: 0.99 1.02 1.00 2/78 22175
/proc/meminfo: memFree=1547824/2055920 swapFree=4150736/4192956
[pid=22174] ppid=22172 vsize=90952 CPUtime=25.48
/proc/22174/stat : 22174 (tinisat) R 22172 22174 21055 0 -1 4194304 21247 0 0 0 2539 9 0 0 25 0 1 0 164139732 93134848 17969 18446744073709551615 134512640 134966189 4294956672 18446744073709551615 134517013 0 0 4096 0 0 0 0 17 1 0 0
/proc/22174/statm: 22738 17969 52 110 0 22625 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 90952

[startup+51.1016 s]
/proc/loadavg: 0.99 1.02 1.00 2/78 22175
/proc/meminfo: memFree=1543728/2055920 swapFree=4150736/4192956
[pid=22174] ppid=22172 vsize=90952 CPUtime=51.08
/proc/22174/stat : 22174 (tinisat) R 22172 22174 21055 0 -1 4194304 22291 0 0 0 5097 11 0 0 25 0 1 0 164139732 93134848 19013 18446744073709551615 134512640 134966189 4294956672 18446744073709551615 134515394 0 0 4096 0 0 0 0 17 1 0 0
/proc/22174/statm: 22738 19013 52 110 0 22625 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 90952

[startup+102.306 s]
/proc/loadavg: 0.99 1.01 1.00 2/78 22175
/proc/meminfo: memFree=1532400/2055920 swapFree=4150736/4192956
[pid=22174] ppid=22172 vsize=90952 CPUtime=102.26
/proc/22174/stat : 22174 (tinisat) R 22172 22174 21055 0 -1 4194304 25092 0 0 0 10213 13 0 0 25 0 1 0 164139732 93134848 21814 18446744073709551615 134512640 134966189 4294956672 18446744073709551615 134519929 0 0 4096 0 0 0 0 17 1 0 0
/proc/22174/statm: 22738 21814 52 110 0 22625 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 90952

[startup+162.301 s]
/proc/loadavg: 0.99 1.01 1.00 2/78 22175
/proc/meminfo: memFree=1503152/2055920 swapFree=4150736/4192956
[pid=22174] ppid=22172 vsize=143256 CPUtime=162.24
/proc/22174/stat : 22174 (tinisat) R 22172 22174 21055 0 -1 4194304 32405 0 0 0 16205 19 0 0 25 0 1 0 164139732 146694144 29127 18446744073709551615 134512640 134966189 4294956672 18446744073709551615 134519628 0 0 4096 0 0 0 0 17 1 0 0
/proc/22174/statm: 35814 29127 52 110 0 35701 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 143256

[startup+222.302 s]
/proc/loadavg: 1.04 1.02 1.00 2/78 22175
/proc/meminfo: memFree=1478512/2055920 swapFree=4150736/4192956
[pid=22174] ppid=22172 vsize=143256 CPUtime=222.23
/proc/22174/stat : 22174 (tinisat) R 22172 22174 21055 0 -1 4194304 38514 0 0 0 22198 25 0 0 25 0 1 0 164139732 146694144 35236 18446744073709551615 134512640 134966189 4294956672 18446744073709551615 134519657 0 0 4096 0 0 0 0 17 1 0 0
/proc/22174/statm: 35814 35236 52 110 0 35701 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 143256

[startup+282.302 s]
/proc/loadavg: 1.01 1.01 1.00 2/78 22175
/proc/meminfo: memFree=1452656/2055920 swapFree=4150736/4192956
[pid=22174] ppid=22172 vsize=247860 CPUtime=282.21
/proc/22174/stat : 22174 (tinisat) R 22172 22174 21055 0 -1 4194304 45085 0 0 0 28190 31 0 0 25 0 1 0 164139732 253808640 41807 18446744073709551615 134512640 134966189 4294956672 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/22174/statm: 61965 41807 52 110 0 61852 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 247860

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22175
/proc/meminfo: memFree=1406576/2055920 swapFree=4150736/4192956
[pid=22174] ppid=22172 vsize=247860 CPUtime=342.2
/proc/22174/stat : 22174 (tinisat) R 22172 22174 21055 0 -1 4194304 56457 0 0 0 34180 40 0 0 25 0 1 0 164139732 253808640 53179 18446744073709551615 134512640 134966189 4294956672 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/22174/statm: 61965 53179 52 110 0 61852 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 247860

[startup+402.301 s]
/proc/loadavg: 1.11 1.03 1.01 2/78 22175
/proc/meminfo: memFree=1369904/2055920 swapFree=4150736/4192956
[pid=22174] ppid=22172 vsize=457068 CPUtime=402.18
/proc/22174/stat : 22174 (tinisat) R 22172 22174 21055 0 -1 4194304 65644 0 0 0 40171 47 0 0 25 0 1 0 164139732 468037632 62366 18446744073709551615 134512640 134966189 4294956672 18446744073709551615 134516974 0 0 4096 0 0 0 0 17 1 0 0
/proc/22174/statm: 114267 62366 52 110 0 114154 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 457068

[startup+462.302 s]
/proc/loadavg: 1.11 1.04 1.00 2/78 22177
/proc/meminfo: memFree=1345648/2055920 swapFree=4150736/4192956
[pid=22174] ppid=22172 vsize=457068 CPUtime=462.16
/proc/22174/stat : 22174 (tinisat) R 22172 22174 21055 0 -1 4194304 71734 0 0 0 46163 53 0 0 25 0 1 0 164139732 468037632 68456 18446744073709551615 134512640 134966189 4294956672 18446744073709551615 134519606 0 0 4096 0 0 0 0 17 1 0 0
/proc/22174/statm: 114267 68456 52 110 0 114154 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 457068

[startup+522.302 s]
/proc/loadavg: 1.24 1.08 1.02 2/78 22177
/proc/meminfo: memFree=1324144/2055920 swapFree=4150736/4192956
[pid=22174] ppid=22172 vsize=457068 CPUtime=522.15
/proc/22174/stat : 22174 (tinisat) R 22172 22174 21055 0 -1 4194304 77120 0 0 0 52157 58 0 0 25 0 1 0 164139732 468037632 73842 18446744073709551615 134512640 134966189 4294956672 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/22174/statm: 114267 73842 52 110 0 114154 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 457068

[startup+582.301 s]
/proc/loadavg: 1.15 1.08 1.01 2/78 22177
/proc/meminfo: memFree=1272880/2055920 swapFree=4150736/4192956
[pid=22174] ppid=22172 vsize=457068 CPUtime=582.13
/proc/22174/stat : 22174 (tinisat) R 22172 22174 21055 0 -1 4194304 90093 0 0 0 58145 68 0 0 25 0 1 0 164139732 468037632 86815 18446744073709551615 134512640 134966189 4294956672 18446744073709551615 134520084 0 0 4096 0 0 0 0 17 1 0 0
/proc/22174/statm: 114267 86815 52 110 0 114154 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 457068

[startup+642.302 s]
/proc/loadavg: 1.05 1.06 1.01 2/78 22177
/proc/meminfo: memFree=1226672/2055920 swapFree=4150736/4192956
[pid=22174] ppid=22172 vsize=457068 CPUtime=642.12
/proc/22174/stat : 22174 (tinisat) R 22172 22174 21055 0 -1 4194304 101347 0 0 0 64136 76 0 0 25 0 1 0 164139732 468037632 98069 18446744073709551615 134512640 134966189 4294956672 18446744073709551615 134517006 0 0 4096 0 0 0 0 17 1 0 0
/proc/22174/statm: 114267 98069 52 110 0 114154 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 457068

[startup+702.302 s]
/proc/loadavg: 1.02 1.05 1.00 2/78 22177
/proc/meminfo: memFree=1191408/2055920 swapFree=4150736/4192956
[pid=22174] ppid=22172 vsize=457068 CPUtime=702.09
/proc/22174/stat : 22174 (tinisat) R 22172 22174 21055 0 -1 4194304 110198 0 0 0 70128 81 0 0 25 0 1 0 164139732 468037632 106920 18446744073709551615 134512640 134966189 4294956672 18446744073709551615 134519657 0 0 4096 0 0 0 0 17 1 0 0
/proc/22174/statm: 114267 106920 52 110 0 114154 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 457068

[startup+762.305 s]
/proc/loadavg: 1.00 1.04 1.00 2/78 22177
/proc/meminfo: memFree=1161072/2055920 swapFree=4150736/4192956
[pid=22174] ppid=22172 vsize=875484 CPUtime=762.08
/proc/22174/stat : 22174 (tinisat) R 22172 22174 21055 0 -1 4194304 117725 0 0 0 76122 86 0 0 25 0 1 0 164139732 896495616 114447 18446744073709551615 134512640 134966189 4294956672 18446744073709551615 134520163 0 0 4096 0 0 0 0 17 1 0 0
/proc/22174/statm: 218871 114447 52 110 0 218758 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 875484

[startup+822.301 s]
/proc/loadavg: 1.00 1.03 1.00 2/78 22177
/proc/meminfo: memFree=1120432/2055920 swapFree=4150736/4192956
[pid=22174] ppid=22172 vsize=875484 CPUtime=822.07
/proc/22174/stat : 22174 (tinisat) R 22172 22174 21055 0 -1 4194304 127909 0 0 0 82112 95 0 0 25 0 1 0 164139732 896495616 124631 18446744073709551615 134512640 134966189 4294956672 18446744073709551615 134519582 0 0 4096 0 0 0 0 17 1 0 0
/proc/22174/statm: 218871 124631 52 110 0 218758 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 875484

[startup+882.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 22177
/proc/meminfo: memFree=1096176/2055920 swapFree=4150736/4192956
[pid=22174] ppid=22172 vsize=875484 CPUtime=882.05
/proc/22174/stat : 22174 (tinisat) R 22172 22174 21055 0 -1 4194304 133937 0 0 0 88105 100 0 0 25 0 1 0 164139732 896495616 130659 18446744073709551615 134512640 134966189 4294956672 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/22174/statm: 218871 130659 52 110 0 218758 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 875484

[startup+942.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 22177
/proc/meminfo: memFree=1061808/2055920 swapFree=4150736/4192956
[pid=22174] ppid=22172 vsize=875484 CPUtime=942.02
/proc/22174/stat : 22174 (tinisat) R 22172 22174 21055 0 -1 4194304 142551 0 0 0 94095 107 0 0 25 0 1 0 164139732 896495616 139273 18446744073709551615 134512640 134966189 4294956672 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/22174/statm: 218871 139273 52 110 0 218758 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 875484

[startup+1002.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 22177
/proc/meminfo: memFree=1027248/2055920 swapFree=4150736/4192956
[pid=22174] ppid=22172 vsize=875484 CPUtime=1002.01
/proc/22174/stat : 22174 (tinisat) R 22172 22174 21055 0 -1 4194304 151123 0 0 0 100087 114 0 0 25 0 1 0 164139732 896495616 147845 18446744073709551615 134512640 134966189 4294956672 18446744073709551615 134519841 0 0 4096 0 0 0 0 17 1 0 0
/proc/22174/statm: 218871 147845 52 110 0 218758 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 875484

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22177
/proc/meminfo: memFree=996464/2055920 swapFree=4150736/4192956
[pid=22174] ppid=22172 vsize=875484 CPUtime=1061.99
/proc/22174/stat : 22174 (tinisat) R 22172 22174 21055 0 -1 4194304 158884 0 0 0 106077 122 0 0 25 0 1 0 164139732 896495616 155606 18446744073709551615 134512640 134966189 4294956672 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/22174/statm: 218871 155606 52 110 0 218758 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 875484

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22177
/proc/meminfo: memFree=972528/2055920 swapFree=4150736/4192956
[pid=22174] ppid=22172 vsize=875484 CPUtime=1121.97
/proc/22174/stat : 22174 (tinisat) R 22172 22174 21055 0 -1 4194304 164792 0 0 0 112070 127 0 0 25 0 1 0 164139732 896495616 161514 18446744073709551615 134512640 134966189 4294956672 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/22174/statm: 218871 161514 52 110 0 218758 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 875484

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22177
/proc/meminfo: memFree=946224/2055920 swapFree=4150736/4192956
[pid=22174] ppid=22172 vsize=875484 CPUtime=1181.96
/proc/22174/stat : 22174 (tinisat) R 22172 22174 21055 0 -1 4194304 171390 0 0 0 118064 132 0 0 25 0 1 0 164139732 896495616 168112 18446744073709551615 134512640 134966189 4294956672 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/22174/statm: 218871 168112 52 110 0 218758 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 875484



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22177
/proc/meminfo: memFree=938544/2055920 swapFree=4150736/4192956
[pid=22174] ppid=22172 vsize=875484 CPUtime=1200.06
/proc/22174/stat : 22174 (tinisat) R 22172 22174 21055 0 -1 4194304 173224 0 0 0 119872 134 0 0 25 0 1 0 164139732 896495616 169946 18446744073709551615 134512640 134966189 4294956672 18446744073709551615 134519778 0 0 4096 0 0 0 0 17 1 0 0
/proc/22174/statm: 218871 169946 52 110 0 218758 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 875484

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1200.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22177
/proc/meminfo: memFree=938544/2055920 swapFree=4150736/4192956
[pid=22174] ppid=22172 vsize=0 CPUtime=1200.16
/proc/22174/stat : 22174 (tinisat) R 22172 22174 21055 0 -1 4195332 173224 0 0 0 119872 144 0 0 25 0 1 0 164139732 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/22174/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.16
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.17
CPU user time (s): 1198.73
CPU system time (s): 1.44578
CPU usage (%): 99.9719
Max. virtual memory (cumulated for all children) (KiB): 875484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.73
system time used= 1.44578
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 173224
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= 6
involuntary context switches= 3008

runsolver used 1.40978 second user time and 2.92056 second system time

The end

Launcher Data (download as text)

Begin job on node7 on Wed Apr 18 07:23:41 UTC 2007

IDJOB= 313256
IDBENCH= 20362
IDSOLVER= 100
FILE ID= node7/313256-1176881021

PBS_JOBID= 4590309

Free space on /tmp= 66363 MiB

SOLVER NAME= tinisat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/anbulagan/medium-sat/partial-5-15-s.cnf
COMMAND LINE= /tmp/evaluation/313256-1176881021/tinisat /tmp/evaluation/313256-1176881021/instance-313256-1176881021.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node7/watcher-313256-1176881021 -o ROOT/results/node7/solver-313256-1176881021 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/313256-1176881021/tinisat /tmp/evaluation/313256-1176881021/instance-313256-1176881021.cnf            

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  aeddf6934ba21adf4a25a76bc314ef43

RANDOM SEED= 624868266

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node7.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.231
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.231
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:       1619792 kB
Buffers:         33144 kB
Cached:         307412 kB
SwapCached:      22224 kB
Active:         199240 kB
Inactive:       194056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1619792 kB
SwapTotal:     4192956 kB
SwapFree:      4150736 kB
Dirty:           18700 kB
Writeback:           0 kB
Mapped:          50848 kB
Slab:            28240 kB
Committed_AS:  7099380 kB
PageTables:       1920 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= 66363 MiB

End job on node7 on Wed Apr 18 07:43:44 UTC 2007