Trace number 329778

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.06 1200.54

General information on the benchmark

Nameindustrial/IBM_FV_2002_31_1_rule_1/
SAT_dat.k50.cnf
MD5SUM1cd5ebafe1e8feb41cc288cf1e56e452
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables73855
Number of clauses330348
Sum of the clauses size850014
Maximum clause length20
Minimum clause length1
Number of clauses of size 1503
Number of clauses of size 2257226
Number of clauses of size 336312
Number of clauses of size 414825
Number of clauses of size 56444
Number of clauses of size over 515038

Solver Data (download as text)

0.39/0.47	c Tinisat 0.22
0.39/0.47	c solving /tmp/evaluation/329778-1173149204/instance-329778-1173149204.cnf
0.39/0.47	c 73855 variables, 329756 clauses

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node70/watcher-329778-1173149204 -o ROOT/results/node70/solver-329778-1173149204 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/329778-1173149204/tinisat /tmp/evaluation/329778-1173149204/instance-329778-1173149204.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.83 1.73 1.35 3/64 11572
/proc/meminfo: memFree=1157408/2055920 swapFree=4192952/4192956
[pid=11572] ppid=11570 vsize=716 CPUtime=0
/proc/11572/stat : 11572 (tinisat) R 11570 11572 11169 0 -1 4194304 67 0 0 0 0 0 0 0 18 0 1 0 40872689 733184 52 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134629133 0 0 4096 0 0 0 0 17 1 0 0
/proc/11572/statm: 179 52 41 110 0 66 0

[startup+0.0315991 s]
/proc/loadavg: 1.83 1.73 1.35 3/64 11572
/proc/meminfo: memFree=1157408/2055920 swapFree=4192952/4192956
[pid=11572] ppid=11570 vsize=3432 CPUtime=0.02
/proc/11572/stat : 11572 (tinisat) R 11570 11572 11169 0 -1 4194304 151 0 0 0 2 0 0 0 18 0 1 0 40872689 3514368 136 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/11572/statm: 858 136 48 110 0 745 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 3432

[startup+0.101606 s]
/proc/loadavg: 1.83 1.73 1.35 3/64 11572
/proc/meminfo: memFree=1157408/2055920 swapFree=4192952/4192956
[pid=11572] ppid=11570 vsize=4356 CPUtime=0.09
/proc/11572/stat : 11572 (tinisat) R 11570 11572 11169 0 -1 4194304 491 0 0 0 9 0 0 0 18 0 1 0 40872689 4460544 476 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134629133 0 0 4096 0 0 0 0 17 1 0 0
/proc/11572/statm: 1089 476 48 110 0 976 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4356

[startup+0.301625 s]
/proc/loadavg: 1.83 1.73 1.35 3/64 11572
/proc/meminfo: memFree=1157408/2055920 swapFree=4192952/4192956
[pid=11572] ppid=11570 vsize=7128 CPUtime=0.29
/proc/11572/stat : 11572 (tinisat) R 11570 11572 11169 0 -1 4194304 1437 0 0 0 29 0 0 0 19 0 1 0 40872689 7299072 1422 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134514772 0 0 4096 0 0 0 0 17 1 0 0
/proc/11572/statm: 1782 1422 48 110 0 1669 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7128

[startup+0.701665 s]
/proc/loadavg: 1.83 1.73 1.35 3/64 11572
/proc/meminfo: memFree=1157408/2055920 swapFree=4192952/4192956
[pid=11572] ppid=11570 vsize=31608 CPUtime=0.69
/proc/11572/stat : 11572 (tinisat) R 11570 11572 11169 0 -1 4194304 6939 0 0 0 66 3 0 0 22 0 1 0 40872689 32366592 5843 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134607975 0 0 4096 0 0 0 0 17 1 0 0
/proc/11572/statm: 7902 5843 52 110 0 7789 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31608

[startup+1.50174 s]
/proc/loadavg: 1.83 1.73 1.35 2/65 11573
/proc/meminfo: memFree=1133976/2055920 swapFree=4192952/4192956
[pid=11572] ppid=11570 vsize=31608 CPUtime=1.49
/proc/11572/stat : 11572 (tinisat) R 11570 11572 11169 0 -1 4194304 6989 0 0 0 146 3 0 0 25 0 1 0 40872689 32366592 5893 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519657 0 0 4096 0 0 0 0 17 1 0 0
/proc/11572/statm: 7902 5893 52 110 0 7789 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31608

[startup+3.10191 s]
/proc/loadavg: 1.77 1.72 1.35 2/65 11573
/proc/meminfo: memFree=1133784/2055920 swapFree=4192952/4192956
[pid=11572] ppid=11570 vsize=31608 CPUtime=3.09
/proc/11572/stat : 11572 (tinisat) R 11570 11572 11169 0 -1 4194304 7034 0 0 0 306 3 0 0 25 0 1 0 40872689 32366592 5938 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515528 0 0 4096 0 0 0 0 17 1 0 0
/proc/11572/statm: 7902 5938 52 110 0 7789 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31608

[startup+6.30123 s]
/proc/loadavg: 1.77 1.72 1.35 2/65 11573
/proc/meminfo: memFree=1133272/2055920 swapFree=4192952/4192956
[pid=11572] ppid=11570 vsize=31608 CPUtime=6.29
/proc/11572/stat : 11572 (tinisat) R 11570 11572 11169 0 -1 4194304 7121 0 0 0 626 3 0 0 25 0 1 0 40872689 32366592 6025 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519582 0 0 4096 0 0 0 0 17 1 0 0
/proc/11572/statm: 7902 6025 52 110 0 7789 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 31608

[startup+12.7019 s]
/proc/loadavg: 1.65 1.70 1.34 2/65 11573
/proc/meminfo: memFree=1132376/2055920 swapFree=4192952/4192956
[pid=11572] ppid=11570 vsize=31608 CPUtime=12.69
/proc/11572/stat : 11572 (tinisat) R 11570 11572 11169 0 -1 4194304 7349 0 0 0 1266 3 0 0 25 0 1 0 40872689 32366592 6253 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/11572/statm: 7902 6253 52 110 0 7789 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 31608

[startup+25.5012 s]
/proc/loadavg: 1.55 1.67 1.34 2/65 11573
/proc/meminfo: memFree=1130392/2055920 swapFree=4192952/4192956
[pid=11572] ppid=11570 vsize=31608 CPUtime=25.48
/proc/11572/stat : 11572 (tinisat) R 11570 11572 11169 0 -1 4194304 7846 0 0 0 2544 4 0 0 25 0 1 0 40872689 32366592 6750 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519582 0 0 4096 0 0 0 0 17 1 0 0
/proc/11572/statm: 7902 6750 52 110 0 7789 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 31608

[startup+51.1017 s]
/proc/loadavg: 1.36 1.62 1.33 2/65 11573
/proc/meminfo: memFree=1124056/2055920 swapFree=4192952/4192956
[pid=11572] ppid=11570 vsize=49824 CPUtime=51.08
/proc/11572/stat : 11572 (tinisat) R 11570 11572 11169 0 -1 4194304 9459 0 0 0 5102 6 0 0 25 0 1 0 40872689 51019776 8363 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/11572/statm: 12456 8363 52 110 0 12343 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 49824

[startup+102.306 s]
/proc/loadavg: 1.14 1.51 1.31 2/65 11573
/proc/meminfo: memFree=1112216/2055920 swapFree=4192952/4192956
[pid=11572] ppid=11570 vsize=49824 CPUtime=102.27
/proc/11572/stat : 11572 (tinisat) R 11570 11572 11169 0 -1 4194304 12390 0 0 0 10218 9 0 0 25 0 1 0 40872689 51019776 11294 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519943 0 0 4096 0 0 0 0 17 1 0 0
/proc/11572/statm: 12456 11294 52 110 0 12343 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 49824

[startup+162.302 s]
/proc/loadavg: 1.05 1.42 1.29 2/65 11573
/proc/meminfo: memFree=1098264/2055920 swapFree=4192952/4192956
[pid=11572] ppid=11570 vsize=86252 CPUtime=162.24
/proc/11572/stat : 11572 (tinisat) R 11570 11572 11169 0 -1 4194304 15883 0 0 0 16212 12 0 0 25 0 1 0 40872689 88322048 14787 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519841 0 0 4096 0 0 0 0 17 1 0 0
/proc/11572/statm: 21563 14787 52 110 0 21450 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 86252

[startup+222.302 s]
/proc/loadavg: 1.02 1.34 1.26 2/65 11573
/proc/meminfo: memFree=1086552/2055920 swapFree=4192952/4192956
[pid=11572] ppid=11570 vsize=86252 CPUtime=222.22
/proc/11572/stat : 11572 (tinisat) R 11570 11572 11169 0 -1 4194304 18772 0 0 0 22207 15 0 0 25 0 1 0 40872689 88322048 17676 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/11572/statm: 21563 17676 52 110 0 21450 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 86252

[startup+282.302 s]
/proc/loadavg: 1.00 1.27 1.25 2/65 11573
/proc/meminfo: memFree=1075032/2055920 swapFree=4192952/4192956
[pid=11572] ppid=11570 vsize=86252 CPUtime=282.22
/proc/11572/stat : 11572 (tinisat) R 11570 11572 11169 0 -1 4194304 21664 0 0 0 28203 19 0 0 25 0 1 0 40872689 88322048 20568 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/11572/statm: 21563 20568 52 110 0 21450 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 86252

[startup+342.302 s]
/proc/loadavg: 1.00 1.22 1.23 2/65 11573
/proc/meminfo: memFree=1062808/2055920 swapFree=4192952/4192956
[pid=11572] ppid=11570 vsize=159108 CPUtime=342.2
/proc/11572/stat : 11572 (tinisat) R 11570 11572 11169 0 -1 4194304 24679 0 0 0 34197 23 0 0 25 0 1 0 40872689 162926592 23583 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/11572/statm: 39777 23583 52 110 0 39664 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 159108

[startup+402.302 s]
/proc/loadavg: 1.00 1.18 1.21 2/65 11573
/proc/meminfo: memFree=1051672/2055920 swapFree=4192952/4192956
[pid=11572] ppid=11570 vsize=159108 CPUtime=402.18
/proc/11572/stat : 11572 (tinisat) R 11570 11572 11169 0 -1 4194304 27484 0 0 0 40192 26 0 0 25 0 1 0 40872689 162926592 26388 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519878 0 0 4096 0 0 0 0 17 1 0 0
/proc/11572/statm: 39777 26388 52 110 0 39664 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 159108

[startup+462.302 s]
/proc/loadavg: 1.00 1.14 1.19 2/65 11573
/proc/meminfo: memFree=1042456/2055920 swapFree=4192952/4192956
[pid=11572] ppid=11570 vsize=159108 CPUtime=462.17
/proc/11572/stat : 11572 (tinisat) R 11570 11572 11169 0 -1 4194304 29768 0 0 0 46188 29 0 0 25 0 1 0 40872689 162926592 28672 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134532918 0 0 4096 0 0 0 0 17 1 0 0
/proc/11572/statm: 39777 28672 52 110 0 39664 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 159108

[startup+522.302 s]
/proc/loadavg: 1.00 1.11 1.18 2/65 11573
/proc/meminfo: memFree=1031640/2055920 swapFree=4192952/4192956
[pid=11572] ppid=11570 vsize=161160 CPUtime=522.15
/proc/11572/stat : 11572 (tinisat) R 11570 11572 11169 0 -1 4194304 32472 0 0 0 52184 31 0 0 25 0 1 0 40872689 165027840 31376 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/11572/statm: 40290 31376 52 110 0 40177 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 161160

[startup+582.301 s]
/proc/loadavg: 1.00 1.09 1.17 2/65 11573
/proc/meminfo: memFree=1022808/2055920 swapFree=4192952/4192956
[pid=11572] ppid=11570 vsize=161160 CPUtime=582.13
/proc/11572/stat : 11572 (tinisat) R 11570 11572 11169 0 -1 4194304 34680 0 0 0 58179 34 0 0 25 0 1 0 40872689 165027840 33584 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520093 0 0 4096 0 0 0 0 17 1 0 0
/proc/11572/statm: 40290 33584 52 110 0 40177 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 161160

[startup+642.301 s]
/proc/loadavg: 1.00 1.07 1.15 2/65 11573
/proc/meminfo: memFree=1012248/2055920 swapFree=4192952/4192956
[pid=11572] ppid=11570 vsize=161160 CPUtime=642.11
/proc/11572/stat : 11572 (tinisat) R 11570 11572 11169 0 -1 4194304 37269 0 0 0 64175 36 0 0 25 0 1 0 40872689 165027840 36173 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519812 0 0 4096 0 0 0 0 17 1 0 0
/proc/11572/statm: 40290 36173 52 110 0 40177 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 161160

[startup+702.301 s]
/proc/loadavg: 1.00 1.06 1.14 2/65 11573
/proc/meminfo: memFree=1002200/2055920 swapFree=4192952/4192956
[pid=11572] ppid=11570 vsize=161608 CPUtime=702.09
/proc/11572/stat : 11572 (tinisat) R 11570 11572 11169 0 -1 4194304 39840 0 0 0 70170 39 0 0 25 0 1 0 40872689 165486592 38744 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/11572/statm: 40402 38744 52 110 0 40289 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 161608

[startup+762.305 s]
/proc/loadavg: 1.00 1.04 1.13 2/65 11573
/proc/meminfo: memFree=990552/2055920 swapFree=4192952/4192956
[pid=11572] ppid=11570 vsize=307848 CPUtime=762.09
/proc/11572/stat : 11572 (tinisat) R 11570 11572 11169 0 -1 4194304 42700 0 0 0 76166 43 0 0 25 0 1 0 40872689 315236352 41604 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/11572/statm: 76962 41604 52 110 0 76849 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 307848

[startup+822.301 s]
/proc/loadavg: 1.00 1.03 1.12 2/65 11573
/proc/meminfo: memFree=981080/2055920 swapFree=4192952/4192956
[pid=11572] ppid=11570 vsize=308380 CPUtime=822.07
/proc/11572/stat : 11572 (tinisat) R 11570 11572 11169 0 -1 4194304 45110 0 0 0 82162 45 0 0 25 0 1 0 40872689 315781120 44014 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/11572/statm: 77095 44014 52 110 0 76982 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 308380

[startup+882.301 s]
/proc/loadavg: 1.00 1.02 1.11 2/71 11681
/proc/meminfo: memFree=969256/2055920 swapFree=4192952/4192956
[pid=11572] ppid=11570 vsize=308916 CPUtime=881.99
/proc/11572/stat : 11572 (tinisat) R 11570 11572 11169 0 -1 4194304 47705 0 0 0 88151 48 0 0 25 0 1 0 40872689 316329984 46609 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519890 0 0 4096 0 0 0 0 17 1 0 0
/proc/11572/statm: 77229 46609 52 110 0 77116 0
Current children cumulated CPU time (s) 881.99
Current children cumulated vsize (KiB) 308916

[startup+942.301 s]
/proc/loadavg: 1.06 1.03 1.10 2/65 12247
/proc/meminfo: memFree=958600/2055920 swapFree=4192952/4192956
[pid=11572] ppid=11570 vsize=309576 CPUtime=941.88
/proc/11572/stat : 11572 (tinisat) R 11570 11572 11169 0 -1 4194304 50360 0 0 0 94134 54 0 0 25 0 1 0 40872689 317005824 49264 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134532918 0 0 4096 0 0 0 0 17 1 0 0
/proc/11572/statm: 77394 49264 52 110 0 77281 0
Current children cumulated CPU time (s) 941.88
Current children cumulated vsize (KiB) 309576

[startup+1002.3 s]
/proc/loadavg: 1.02 1.03 1.09 2/65 12247
/proc/meminfo: memFree=948240/2055920 swapFree=4192952/4192956
[pid=11572] ppid=11570 vsize=310264 CPUtime=1001.86
/proc/11572/stat : 11572 (tinisat) R 11570 11572 11169 0 -1 4194304 52995 0 0 0 100129 57 0 0 25 0 1 0 40872689 317710336 51899 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/11572/statm: 77566 51899 52 110 0 77453 0
Current children cumulated CPU time (s) 1001.86
Current children cumulated vsize (KiB) 310264

[startup+1062.3 s]
/proc/loadavg: 1.00 1.02 1.08 2/65 12247
/proc/meminfo: memFree=936144/2055920 swapFree=4192952/4192956
[pid=11572] ppid=11570 vsize=310664 CPUtime=1061.85
/proc/11572/stat : 11572 (tinisat) R 11570 11572 11169 0 -1 4194304 56049 0 0 0 106123 62 0 0 25 0 1 0 40872689 318119936 54953 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/11572/statm: 77666 54953 52 110 0 77553 0
Current children cumulated CPU time (s) 1061.85
Current children cumulated vsize (KiB) 310664

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.08 2/65 12247
/proc/meminfo: memFree=918480/2055920 swapFree=4192952/4192956
[pid=11572] ppid=11570 vsize=311376 CPUtime=1121.83
/proc/11572/stat : 11572 (tinisat) R 11570 11572 11169 0 -1 4194304 60468 0 0 0 112116 67 0 0 25 0 1 0 40872689 318849024 59372 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519968 0 0 4096 0 0 0 0 17 1 0 0
/proc/11572/statm: 77844 59372 52 110 0 77731 0
Current children cumulated CPU time (s) 1121.83
Current children cumulated vsize (KiB) 311376

[startup+1182.3 s]
/proc/loadavg: 1.00 1.01 1.07 2/65 12247
/proc/meminfo: memFree=909200/2055920 swapFree=4192952/4192956
[pid=11572] ppid=11570 vsize=311960 CPUtime=1181.81
/proc/11572/stat : 11572 (tinisat) R 11570 11572 11169 0 -1 4194304 62752 0 0 0 118112 69 0 0 25 0 1 0 40872689 319447040 61656 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519841 0 0 4096 0 0 0 0 17 1 0 0
/proc/11572/statm: 77990 61656 52 110 0 77877 0
Current children cumulated CPU time (s) 1181.81
Current children cumulated vsize (KiB) 311960



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.01 1.07 2/65 12247
/proc/meminfo: memFree=906384/2055920 swapFree=4192952/4192956
[pid=11572] ppid=11570 vsize=311960 CPUtime=1200.01
/proc/11572/stat : 11572 (tinisat) R 11570 11572 11169 0 -1 4194304 63424 0 0 0 119931 70 0 0 25 0 1 0 40872689 319447040 62328 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519932 0 0 4096 0 0 0 0 17 1 0 0
/proc/11572/statm: 77990 62328 52 110 0 77877 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 311960

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

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.01 1.07 2/65 12247
/proc/meminfo: memFree=906384/2055920 swapFree=4192952/4192956
[pid=11572] ppid=11570 vsize=311960 CPUtime=1200.01
/proc/11572/stat : 11572 (tinisat) R 11570 11572 11169 0 -1 4194304 63424 0 0 0 119931 70 0 0 25 0 1 0 40872689 319447040 62328 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519932 0 0 4096 0 0 0 0 17 1 0 0
/proc/11572/statm: 77990 62328 52 110 0 77877 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 311960

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.54
CPU time (s): 1200.06
CPU user time (s): 1199.31
CPU system time (s): 0.748886
CPU usage (%): 99.9599
Max. virtual memory (cumulated for all children) (KiB): 311960

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

runsolver used 0.847871 second user time and 2.52861 second system time

The end

Launcher Data (download as text)

Begin job on node70 on Tue Mar  6 02:46:45 UTC 2007

IDJOB= 329778
IDBENCH= 20548
IDSOLVER= 100
FILE ID= node70/329778-1173149204

PBS_JOBID= 4015205

Free space on /tmp= 66552 MiB

SOLVER NAME= tinisat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/IBM_FV_2002_31_1_rule_1/SAT_dat.k50.cnf
COMMAND LINE= /tmp/evaluation/329778-1173149204/tinisat /tmp/evaluation/329778-1173149204/instance-329778-1173149204.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node70/watcher-329778-1173149204 -o ROOT/results/node70/solver-329778-1173149204 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/329778-1173149204/tinisat /tmp/evaluation/329778-1173149204/instance-329778-1173149204.cnf            

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  1cd5ebafe1e8feb41cc288cf1e56e452

RANDOM SEED= 240132917

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node70.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.234
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.234
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:       1157816 kB
Buffers:         38716 kB
Cached:         766196 kB
SwapCached:          4 kB
Active:         167584 kB
Inactive:       656008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1157816 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            8004 kB
Writeback:           0 kB
Mapped:          28820 kB
Slab:            60532 kB
Committed_AS:   125168 kB
PageTables:       1408 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= 66552 MiB

End job on node70 on Tue Mar  6 03:06:47 UTC 2007