Trace number 328897

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
SAT7 2007-02-08? (TO) 1200.06 1200.44

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k85.cnf
MD5SUMc3d30b6959b230b8a74fb1a82919c5c8
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 variables47152
Number of clauses169625
Sum of the clauses size451547
Maximum clause length37
Minimum clause length1
Number of clauses of size 11123
Number of clauses of size 288141
Number of clauses of size 373930
Number of clauses of size 4426
Number of clauses of size 5825
Number of clauses of size over 55180

Solver Data (download as text)

0.69/0.76	c Starting solver ...
0.79/0.84	c Restarting after 102 conflicts
0.89/0.93	c Restarting after 252 conflicts
1.10/1.10	c Restarting after 479 conflicts
1.29/1.37	c Restarting after 816 conflicts
2.20/2.23	c Restarting after 1322 conflicts
3.29/3.38	c Restarting after 2081 conflicts
4.19/4.27	c Restarting after 3221 conflicts
4.49/4.56	c Restarting after 4929 conflicts
6.49/6.58	c Restarting after 7491 conflicts
7.79/7.86	c Restarting after 11335 conflicts
24.19/24.25	c Restarting after 17102 conflicts
36.97/37.09	c Restarting after 25751 conflicts
46.17/46.21	c Restarting after 38725 conflicts
131.15/131.23	c Restarting after 58186 conflicts
217.32/217.44	c Restarting after 87379 conflicts
304.99/305.13	c Restarting after 131169 conflicts
651.28/651.57	c Restarting after 196854 conflicts

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/node10/watcher-328897-1173126982 -o ROOT/results/node10/solver-328897-1173126982 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/328897-1173126982/sat7_bin /tmp/evaluation/328897-1173126982/instance-328897-1173126982.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.97 0.91 3/77 21088
/proc/meminfo: memFree=1558328/2055920 swapFree=4168812/4192956
[pid=21088] ppid=21086 vsize=1064 CPUtime=0
/proc/21088/stat : 21088 (sat7_bin) R 21086 21088 20301 0 -1 4194304 107 0 0 0 0 0 0 0 18 0 1 0 332653215 1089536 90 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 135066477 0 0 4096 0 0 0 0 17 1 0 0
/proc/21088/statm: 266 90 77 220 0 43 0

[startup+0.023047 s]
/proc/loadavg: 0.92 0.97 0.91 3/77 21088
/proc/meminfo: memFree=1558328/2055920 swapFree=4168812/4192956
[pid=21088] ppid=21086 vsize=3872 CPUtime=0.01
/proc/21088/stat : 21088 (sat7_bin) R 21086 21088 20301 0 -1 4194304 830 0 0 0 1 0 0 0 18 0 1 0 332653215 3964928 813 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134530789 0 0 4096 0 0 0 0 17 1 0 0
/proc/21088/statm: 968 815 88 220 0 745 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 3872

[startup+0.101059 s]
/proc/loadavg: 0.92 0.97 0.91 3/77 21088
/proc/meminfo: memFree=1558328/2055920 swapFree=4168812/4192956
[pid=21088] ppid=21086 vsize=7468 CPUtime=0.09
/proc/21088/stat : 21088 (sat7_bin) R 21086 21088 20301 0 -1 4194304 1578 0 0 0 9 0 0 0 18 0 1 0 332653215 7647232 1561 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 135029856 0 0 4096 0 0 0 0 17 1 0 0
/proc/21088/statm: 1867 1561 88 220 0 1644 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7468

[startup+0.301084 s]
/proc/loadavg: 0.92 0.97 0.91 3/77 21088
/proc/meminfo: memFree=1558328/2055920 swapFree=4168812/4192956
[pid=21088] ppid=21086 vsize=11568 CPUtime=0.29
/proc/21088/stat : 21088 (sat7_bin) R 21086 21088 20301 0 -1 4194304 2063 0 0 0 28 1 0 0 19 0 1 0 332653215 11845632 2046 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134547059 0 0 4096 0 0 0 0 17 1 0 0
/proc/21088/statm: 2892 2046 88 220 0 2669 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11568

[startup+0.701139 s]
/proc/loadavg: 0.92 0.97 0.91 3/77 21088
/proc/meminfo: memFree=1558328/2055920 swapFree=4168812/4192956
[pid=21088] ppid=21086 vsize=15800 CPUtime=0.69
/proc/21088/stat : 21088 (sat7_bin) R 21086 21088 20301 0 -1 4194304 3016 0 0 0 68 1 0 0 23 0 1 0 332653215 16179200 2999 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134548003 0 0 4096 0 0 0 0 17 1 0 0
/proc/21088/statm: 3950 2999 88 220 0 3727 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15800

[startup+1.50125 s]
/proc/loadavg: 0.92 0.97 0.91 2/78 21089
/proc/meminfo: memFree=1543216/2055920 swapFree=4168812/4192956
[pid=21088] ppid=21086 vsize=16880 CPUtime=1.49
/proc/21088/stat : 21088 (sat7_bin) R 21086 21088 20301 0 -1 4194304 4057 0 0 0 147 2 0 0 25 0 1 0 332653215 17285120 3942 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/21088/statm: 4220 3942 95 220 0 3997 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16880

[startup+3.10146 s]
/proc/loadavg: 0.93 0.97 0.91 2/78 21089
/proc/meminfo: memFree=1542320/2055920 swapFree=4168812/4192956
[pid=21088] ppid=21086 vsize=20980 CPUtime=3.09
/proc/21088/stat : 21088 (sat7_bin) R 21086 21088 20301 0 -1 4194304 4191 0 0 0 307 2 0 0 25 0 1 0 332653215 21483520 4076 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532433 0 0 4096 0 0 0 0 17 1 0 0
/proc/21088/statm: 5245 4076 95 220 0 5022 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 20980

[startup+6.30189 s]
/proc/loadavg: 0.93 0.97 0.91 2/78 21089
/proc/meminfo: memFree=1540976/2055920 swapFree=4168812/4192956
[pid=21088] ppid=21086 vsize=20980 CPUtime=6.29
/proc/21088/stat : 21088 (sat7_bin) R 21086 21088 20301 0 -1 4194304 4494 0 0 0 627 2 0 0 25 0 1 0 332653215 21483520 4379 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134528663 0 0 4096 0 0 0 0 17 1 0 0
/proc/21088/statm: 5245 4379 95 220 0 5022 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 20980

[startup+12.7018 s]
/proc/loadavg: 0.94 0.97 0.91 2/78 21089
/proc/meminfo: memFree=1538032/2055920 swapFree=4168812/4192956
[pid=21088] ppid=21086 vsize=25080 CPUtime=12.69
/proc/21088/stat : 21088 (sat7_bin) R 21086 21088 20301 0 -1 4194304 5243 0 0 0 1266 3 0 0 25 0 1 0 332653215 25681920 5128 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134528472 0 0 4096 0 0 0 0 17 1 0 0
/proc/21088/statm: 6270 5128 95 220 0 6047 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 25080

[startup+25.5015 s]
/proc/loadavg: 0.95 0.97 0.91 2/78 21089
/proc/meminfo: memFree=1535280/2055920 swapFree=4168812/4192956
[pid=21088] ppid=21086 vsize=25212 CPUtime=25.48
/proc/21088/stat : 21088 (sat7_bin) R 21086 21088 20301 0 -1 4194304 5916 0 0 0 2544 4 0 0 25 0 1 0 332653215 25817088 5801 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134533270 0 0 4096 0 0 0 0 17 1 0 0
/proc/21088/statm: 6303 5801 95 220 0 6080 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 25212

[startup+51.1019 s]
/proc/loadavg: 0.96 0.97 0.91 3/78 21089
/proc/meminfo: memFree=1526704/2055920 swapFree=4168812/4192956
[pid=21088] ppid=21086 vsize=33772 CPUtime=51.07
/proc/21088/stat : 21088 (sat7_bin) R 21086 21088 20301 0 -1 4194304 8083 0 0 0 5101 6 0 0 25 0 1 0 332653215 34582528 7968 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/21088/statm: 8443 7968 95 220 0 8220 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 33772

[startup+102.306 s]
/proc/loadavg: 0.98 0.97 0.91 2/78 21089
/proc/meminfo: memFree=1517040/2055920 swapFree=4168812/4192956
[pid=21088] ppid=21086 vsize=46200 CPUtime=102.26
/proc/21088/stat : 21088 (sat7_bin) R 21086 21088 20301 0 -1 4194304 10461 0 0 0 10217 9 0 0 25 0 1 0 332653215 47308800 10346 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/21088/statm: 11550 10346 95 220 0 11327 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 46200

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 21089
/proc/meminfo: memFree=1506800/2055920 swapFree=4168812/4192956
[pid=21088] ppid=21086 vsize=54732 CPUtime=162.23
/proc/21088/stat : 21088 (sat7_bin) R 21086 21088 20301 0 -1 4194304 13039 0 0 0 16210 13 0 0 25 0 1 0 332653215 56045568 12924 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532381 0 0 4096 0 0 0 0 17 1 0 0
/proc/21088/statm: 13683 12924 95 220 0 13460 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 54732

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 21089
/proc/meminfo: memFree=1496752/2055920 swapFree=4168812/4192956
[pid=21088] ppid=21086 vsize=63576 CPUtime=222.22
/proc/21088/stat : 21088 (sat7_bin) R 21086 21088 20301 0 -1 4194304 15519 0 0 0 22206 16 0 0 25 0 1 0 332653215 65101824 15404 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532333 0 0 4096 0 0 0 0 17 1 0 0
/proc/21088/statm: 15894 15404 95 220 0 15671 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 63576

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 21089
/proc/meminfo: memFree=1477552/2055920 swapFree=4168812/4192956
[pid=21088] ppid=21086 vsize=84576 CPUtime=282.2
/proc/21088/stat : 21088 (sat7_bin) R 21086 21088 20301 0 -1 4194304 20330 0 0 0 28199 21 0 0 25 0 1 0 332653215 86605824 20215 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532885 0 0 4096 0 0 0 0 17 1 0 0
/proc/21088/statm: 21144 20215 95 220 0 20921 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 84576

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 21089
/proc/meminfo: memFree=1462768/2055920 swapFree=4168812/4192956
[pid=21088] ppid=21086 vsize=99408 CPUtime=342.18
/proc/21088/stat : 21088 (sat7_bin) R 21086 21088 20301 0 -1 4194304 24002 0 0 0 34194 24 0 0 25 0 1 0 332653215 101793792 23887 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532450 0 0 4096 0 0 0 0 17 1 0 0
/proc/21088/statm: 24852 23887 95 220 0 24629 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 99408

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 21089
/proc/meminfo: memFree=1449776/2055920 swapFree=4168812/4192956
[pid=21088] ppid=21086 vsize=111884 CPUtime=402.16
/proc/21088/stat : 21088 (sat7_bin) R 21086 21088 20301 0 -1 4194304 27290 0 0 0 40188 28 0 0 25 0 1 0 332653215 114569216 27175 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/21088/statm: 27971 27175 95 220 0 27748 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 111884

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 21089
/proc/meminfo: memFree=1436016/2055920 swapFree=4168812/4192956
[pid=21088] ppid=21086 vsize=125892 CPUtime=462.14
/proc/21088/stat : 21088 (sat7_bin) R 21086 21088 20301 0 -1 4194304 30680 0 0 0 46182 32 0 0 25 0 1 0 332653215 128913408 30565 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134533382 0 0 4096 0 0 0 0 17 1 0 0
/proc/21088/statm: 31473 30565 95 220 0 31250 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 125892

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 21091
/proc/meminfo: memFree=1422704/2055920 swapFree=4168812/4192956
[pid=21088] ppid=21086 vsize=139476 CPUtime=522.12
/proc/21088/stat : 21088 (sat7_bin) R 21086 21088 20301 0 -1 4194304 34057 0 0 0 52177 35 0 0 25 0 1 0 332653215 142823424 33942 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532559 0 0 4096 0 0 0 0 17 1 0 0
/proc/21088/statm: 34869 33942 95 220 0 34646 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 139476

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 21091
/proc/meminfo: memFree=1410416/2055920 swapFree=4168812/4192956
[pid=21088] ppid=21086 vsize=148884 CPUtime=582.11
/proc/21088/stat : 21088 (sat7_bin) R 21086 21088 20301 0 -1 4194304 37096 0 0 0 58171 40 0 0 25 0 1 0 332653215 152457216 36981 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134528625 0 0 4096 0 0 0 0 17 1 0 0
/proc/21088/statm: 37221 36981 95 220 0 36998 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 148884

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 21091
/proc/meminfo: memFree=1398704/2055920 swapFree=4168812/4192956
[pid=21088] ppid=21086 vsize=161396 CPUtime=642.09
/proc/21088/stat : 21088 (sat7_bin) R 21086 21088 20301 0 -1 4194304 39978 0 0 0 64166 43 0 0 25 0 1 0 332653215 165269504 39863 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/21088/statm: 40349 39863 95 220 0 40126 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 161396

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 21091
/proc/meminfo: memFree=1387184/2055920 swapFree=4168812/4192956
[pid=21088] ppid=21086 vsize=173928 CPUtime=702.07
/proc/21088/stat : 21088 (sat7_bin) R 21086 21088 20301 0 -1 4194304 42876 0 0 0 70161 46 0 0 25 0 1 0 332653215 178102272 42761 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134558401 0 0 4096 0 0 0 0 17 1 0 0
/proc/21088/statm: 43482 42761 95 220 0 43259 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 173928

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 21091
/proc/meminfo: memFree=1378032/2055920 swapFree=4168812/4192956
[pid=21088] ppid=21086 vsize=182196 CPUtime=762.06
/proc/21088/stat : 21088 (sat7_bin) R 21086 21088 20301 0 -1 4194304 45111 0 0 0 76157 49 0 0 25 0 1 0 332653215 186568704 44996 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/21088/statm: 45549 44996 95 220 0 45326 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 182196

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 21091
/proc/meminfo: memFree=1369200/2055920 swapFree=4168812/4192956
[pid=21088] ppid=21086 vsize=190464 CPUtime=822.03
/proc/21088/stat : 21088 (sat7_bin) R 21086 21088 20301 0 -1 4194304 47364 0 0 0 82151 52 0 0 25 0 1 0 332653215 195035136 47249 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532333 0 0 4096 0 0 0 0 17 1 0 0
/proc/21088/statm: 47616 47249 95 220 0 47393 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 190464

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 21091
/proc/meminfo: memFree=1360752/2055920 swapFree=4168812/4192956
[pid=21088] ppid=21086 vsize=198728 CPUtime=882.01
/proc/21088/stat : 21088 (sat7_bin) R 21086 21088 20301 0 -1 4194304 49448 0 0 0 88147 54 0 0 25 0 1 0 332653215 203497472 49333 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/21088/statm: 49682 49333 95 220 0 49459 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 198728

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 21091
/proc/meminfo: memFree=1353520/2055920 swapFree=4168812/4192956
[pid=21088] ppid=21086 vsize=207064 CPUtime=941.99
/proc/21088/stat : 21088 (sat7_bin) R 21086 21088 20301 0 -1 4194304 51280 0 0 0 94141 58 0 0 25 0 1 0 332653215 212033536 51165 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134533066 0 0 4096 0 0 0 0 17 1 0 0
/proc/21088/statm: 51766 51165 95 220 0 51543 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 207064

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 21091
/proc/meminfo: memFree=1346352/2055920 swapFree=4168812/4192956
[pid=21088] ppid=21086 vsize=215360 CPUtime=1001.97
/proc/21088/stat : 21088 (sat7_bin) R 21086 21088 20301 0 -1 4194304 53043 0 0 0 100137 60 0 0 25 0 1 0 332653215 220528640 52928 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/21088/statm: 53840 52928 95 220 0 53617 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 215360

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 21091
/proc/meminfo: memFree=1339504/2055920 swapFree=4168812/4192956
[pid=21088] ppid=21086 vsize=223640 CPUtime=1061.96
/proc/21088/stat : 21088 (sat7_bin) R 21086 21088 20301 0 -1 4194304 54780 0 0 0 106133 63 0 0 25 0 1 0 332653215 229007360 54665 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/21088/statm: 55910 54665 95 220 0 55687 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 223640

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 21091
/proc/meminfo: memFree=1331632/2055920 swapFree=4168812/4192956
[pid=21088] ppid=21086 vsize=227820 CPUtime=1121.93
/proc/21088/stat : 21088 (sat7_bin) R 21086 21088 20301 0 -1 4194304 56727 0 0 0 112128 65 0 0 25 0 1 0 332653215 233287680 56612 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532561 0 0 4096 0 0 0 0 17 1 0 0
/proc/21088/statm: 56955 56612 95 220 0 56732 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 227820

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 21091
/proc/meminfo: memFree=1324016/2055920 swapFree=4168812/4192956
[pid=21088] ppid=21086 vsize=236092 CPUtime=1181.92
/proc/21088/stat : 21088 (sat7_bin) R 21086 21088 20301 0 -1 4194304 58645 0 0 0 118124 68 0 0 25 0 1 0 332653215 241758208 58530 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/21088/statm: 59023 58530 95 220 0 58800 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 236092



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 21091
/proc/meminfo: memFree=1321392/2055920 swapFree=4168812/4192956
[pid=21088] ppid=21086 vsize=240256 CPUtime=1200.02
/proc/21088/stat : 21088 (sat7_bin) R 21086 21088 20301 0 -1 4194304 59266 0 0 0 119933 69 0 0 25 0 1 0 332653215 246022144 59151 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134578704 0 0 4096 0 0 0 0 17 1 0 0
/proc/21088/statm: 60064 59151 95 220 0 59841 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 240256

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.44
CPU time (s): 1200.06
CPU user time (s): 1199.33
CPU system time (s): 0.730888
CPU usage (%): 99.9683
Max. virtual memory (cumulated for all children) (KiB): 240256

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

runsolver used 1.39079 second user time and 2.98655 second system time

The end

Launcher Data (download as text)

Begin job on node10 on Mon Mar  5 20:36:22 UTC 2007

IDJOB= 328897
IDBENCH= 20527
IDSOLVER= 101
FILE ID= node10/328897-1173126982

PBS_JOBID= 4014953

Free space on /tmp= 66508 MiB

SOLVER NAME= SAT7 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k85.cnf
COMMAND LINE= /tmp/evaluation/328897-1173126982/sat7_bin /tmp/evaluation/328897-1173126982/instance-328897-1173126982.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node10/watcher-328897-1173126982 -o ROOT/results/node10/solver-328897-1173126982 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/328897-1173126982/sat7_bin /tmp/evaluation/328897-1173126982/instance-328897-1173126982.cnf            

META MD5SUM SOLVER= 499b432f7af158d8586c91b2e490220f
MD5SUM BENCH=  c3d30b6959b230b8a74fb1a82919c5c8

RANDOM SEED= 684298146

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node10.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.232
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.232
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:       1558800 kB
Buffers:         46076 kB
Cached:         362676 kB
SwapCached:       2784 kB
Active:         113108 kB
Inactive:       319192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1558800 kB
SwapTotal:     4192956 kB
SwapFree:      4168812 kB
Dirty:            5376 kB
Writeback:           0 kB
Mapped:          30968 kB
Slab:            50324 kB
Committed_AS:  1605168 kB
PageTables:       1832 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= 66508 MiB

End job on node10 on Mon Mar  5 20:56:25 UTC 2007