Trace number 329232

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.55

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k65.cnf
MD5SUM0e7272c44cfc0ff08090f3e62c18898b
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 variables42292
Number of clauses158485
Sum of the clauses size426607
Maximum clause length37
Minimum clause length1
Number of clauses of size 1863
Number of clauses of size 278881
Number of clauses of size 372690
Number of clauses of size 4346
Number of clauses of size 5665
Number of clauses of size over 55040

Solver Data (download as text)

0.19/0.23	c Tinisat 0.22
0.19/0.23	c solving /tmp/evaluation/329232-1173135414/instance-329232-1173135414.cnf
0.19/0.23	c 42292 variables, 158485 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/node13/watcher-329232-1173135414 -o ROOT/results/node13/solver-329232-1173135414 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/329232-1173135414/tinisat /tmp/evaluation/329232-1173135414/instance-329232-1173135414.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.98 1.00 0.95 3/77 26529
/proc/meminfo: memFree=1332296/2055920 swapFree=4189164/4192956
[pid=26529] ppid=26527 vsize=716 CPUtime=0
/proc/26529/stat : 26529 (tinisat) R 26527 26529 26354 0 -1 4194304 67 0 0 0 0 0 0 0 18 0 1 0 333495866 733184 52 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134629133 0 0 4096 0 0 0 0 17 1 0 0
/proc/26529/statm: 179 52 41 110 0 66 0

[startup+0.0999339 s]
/proc/loadavg: 0.98 1.00 0.95 3/77 26529
/proc/meminfo: memFree=1332296/2055920 swapFree=4189164/4192956
[pid=26529] ppid=26527 vsize=3276 CPUtime=0.09
/proc/26529/stat : 26529 (tinisat) R 26527 26529 26354 0 -1 4194304 531 0 0 0 9 0 0 0 18 0 1 0 333495866 3354624 516 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134629133 0 0 4096 0 0 0 0 17 1 0 0
/proc/26529/statm: 819 517 48 110 0 706 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3276

[startup+0.101934 s]
/proc/loadavg: 0.98 1.00 0.95 3/77 26529
/proc/meminfo: memFree=1332296/2055920 swapFree=4189164/4192956
[pid=26529] ppid=26527 vsize=3276 CPUtime=0.09
/proc/26529/stat : 26529 (tinisat) R 26527 26529 26354 0 -1 4194304 540 0 0 0 9 0 0 0 18 0 1 0 333495866 3354624 525 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134629133 0 0 4096 0 0 0 0 17 1 0 0
/proc/26529/statm: 819 526 48 110 0 706 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3276

[startup+0.30196 s]
/proc/loadavg: 0.98 1.00 0.95 3/77 26529
/proc/meminfo: memFree=1332296/2055920 swapFree=4189164/4192956
[pid=26529] ppid=26527 vsize=16900 CPUtime=0.29
/proc/26529/stat : 26529 (tinisat) R 26527 26529 26354 0 -1 4194304 3226 0 0 0 28 1 0 0 19 0 1 0 333495866 17305600 3210 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/26529/statm: 4225 3212 51 110 0 4112 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16900

[startup+0.702013 s]
/proc/loadavg: 0.98 1.00 0.95 3/77 26529
/proc/meminfo: memFree=1332296/2055920 swapFree=4189164/4192956
[pid=26529] ppid=26527 vsize=16516 CPUtime=0.69
/proc/26529/stat : 26529 (tinisat) R 26527 26529 26354 0 -1 4194304 3840 0 0 0 67 2 0 0 23 0 1 0 333495866 16912384 3266 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134532918 0 0 4096 0 0 0 0 17 1 0 0
/proc/26529/statm: 4129 3266 52 110 0 4016 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16516

[startup+1.50112 s]
/proc/loadavg: 0.98 1.00 0.95 2/78 26530
/proc/meminfo: memFree=1319232/2055920 swapFree=4189164/4192956
[pid=26529] ppid=26527 vsize=16516 CPUtime=1.49
/proc/26529/stat : 26529 (tinisat) R 26527 26529 26354 0 -1 4194304 3894 0 0 0 147 2 0 0 25 0 1 0 333495866 16912384 3320 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/26529/statm: 4129 3320 52 110 0 4016 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16516

[startup+3.10133 s]
/proc/loadavg: 0.98 1.00 0.95 2/78 26530
/proc/meminfo: memFree=1318848/2055920 swapFree=4189164/4192956
[pid=26529] ppid=26527 vsize=16516 CPUtime=3.09
/proc/26529/stat : 26529 (tinisat) R 26527 26529 26354 0 -1 4194304 3926 0 0 0 307 2 0 0 25 0 1 0 333495866 16912384 3352 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519567 0 0 4096 0 0 0 0 17 1 0 0
/proc/26529/statm: 4129 3352 52 110 0 4016 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16516

[startup+6.30176 s]
/proc/loadavg: 0.98 1.00 0.95 2/78 26530
/proc/meminfo: memFree=1318464/2055920 swapFree=4189164/4192956
[pid=26529] ppid=26527 vsize=16516 CPUtime=6.29
/proc/26529/stat : 26529 (tinisat) R 26527 26529 26354 0 -1 4194304 4018 0 0 0 627 2 0 0 25 0 1 0 333495866 16912384 3444 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134532894 0 0 4096 0 0 0 0 17 1 0 0
/proc/26529/statm: 4129 3444 52 110 0 4016 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 16516

[startup+12.7016 s]
/proc/loadavg: 0.98 1.00 0.95 2/78 26530
/proc/meminfo: memFree=1315072/2055920 swapFree=4189164/4192956
[pid=26529] ppid=26527 vsize=25660 CPUtime=12.69
/proc/26529/stat : 26529 (tinisat) R 26527 26529 26354 0 -1 4194304 4981 0 0 0 1265 4 0 0 25 0 1 0 333495866 26275840 4407 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519841 0 0 4096 0 0 0 0 17 1 0 0
/proc/26529/statm: 6415 4407 52 110 0 6302 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 25660

[startup+25.5013 s]
/proc/loadavg: 0.99 1.00 0.95 2/78 26530
/proc/meminfo: memFree=1311232/2055920 swapFree=4189164/4192956
[pid=26529] ppid=26527 vsize=25660 CPUtime=25.49
/proc/26529/stat : 26529 (tinisat) R 26527 26529 26354 0 -1 4194304 5910 0 0 0 2544 5 0 0 25 0 1 0 333495866 26275840 5336 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134517124 0 0 4096 0 0 0 0 17 1 0 0
/proc/26529/statm: 6415 5336 52 110 0 6302 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 25660

[startup+51.1017 s]
/proc/loadavg: 0.99 1.00 0.95 2/78 26530
/proc/meminfo: memFree=1299904/2055920 swapFree=4189164/4192956
[pid=26529] ppid=26527 vsize=43948 CPUtime=51.08
/proc/26529/stat : 26529 (tinisat) R 26527 26529 26354 0 -1 4194304 8710 0 0 0 5101 7 0 0 25 0 1 0 333495866 45002752 8136 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515313 0 0 4096 0 0 0 0 17 1 0 0
/proc/26529/statm: 10987 8136 52 110 0 10874 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 43948

[startup+102.306 s]
/proc/loadavg: 0.99 1.00 0.95 2/78 26530
/proc/meminfo: memFree=1283072/2055920 swapFree=4189164/4192956
[pid=26529] ppid=26527 vsize=80520 CPUtime=102.27
/proc/26529/stat : 26529 (tinisat) R 26527 26529 26354 0 -1 4194304 12857 0 0 0 10215 12 0 0 25 0 1 0 333495866 82452480 12283 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519567 0 0 4096 0 0 0 0 17 1 0 0
/proc/26529/statm: 20130 12283 52 110 0 20017 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 80520

[startup+162.302 s]
/proc/loadavg: 0.99 1.00 0.95 2/78 26530
/proc/meminfo: memFree=1259776/2055920 swapFree=4189164/4192956
[pid=26529] ppid=26527 vsize=80520 CPUtime=162.24
/proc/26529/stat : 26529 (tinisat) R 26527 26529 26354 0 -1 4194304 18737 0 0 0 16206 18 0 0 25 0 1 0 333495866 82452480 18163 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/26529/statm: 20130 18163 52 110 0 20017 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 80520

[startup+222.302 s]
/proc/loadavg: 0.99 1.00 0.95 2/78 26530
/proc/meminfo: memFree=1243392/2055920 swapFree=4189164/4192956
[pid=26529] ppid=26527 vsize=153660 CPUtime=222.22
/proc/26529/stat : 26529 (tinisat) R 26527 26529 26354 0 -1 4194304 22747 0 0 0 22199 23 0 0 25 0 1 0 333495866 157347840 22173 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/26529/statm: 38415 22173 52 110 0 38302 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 153660

[startup+282.302 s]
/proc/loadavg: 0.99 1.00 0.95 2/84 26644
/proc/meminfo: memFree=1226552/2055920 swapFree=4189164/4192956
[pid=26529] ppid=26527 vsize=154820 CPUtime=282.14
/proc/26529/stat : 26529 (tinisat) R 26527 26529 26354 0 -1 4194304 26664 0 0 0 28187 27 0 0 25 0 1 0 333495866 158535680 26090 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/26529/statm: 38705 26090 52 110 0 38592 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 154820

[startup+342.302 s]
/proc/loadavg: 1.04 1.01 0.95 2/78 26728
/proc/meminfo: memFree=1214208/2055920 swapFree=4189164/4192956
[pid=26529] ppid=26527 vsize=155228 CPUtime=342.07
/proc/26529/stat : 26529 (tinisat) R 26527 26529 26354 0 -1 4194304 30004 0 0 0 34176 31 0 0 25 0 1 0 333495866 158953472 29430 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519841 0 0 4096 0 0 0 0 17 1 0 0
/proc/26529/statm: 38807 29430 52 110 0 38694 0
Current children cumulated CPU time (s) 342.07
Current children cumulated vsize (KiB) 155228

[startup+402.302 s]
/proc/loadavg: 1.01 1.01 0.95 2/78 26728
/proc/meminfo: memFree=1198912/2055920 swapFree=4189164/4192956
[pid=26529] ppid=26527 vsize=155756 CPUtime=402.05
/proc/26529/stat : 26529 (tinisat) R 26527 26529 26354 0 -1 4194304 33884 0 0 0 40169 36 0 0 25 0 1 0 333495866 159494144 33310 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518744 0 0 4096 0 0 0 0 17 1 0 0
/proc/26529/statm: 38939 33310 52 110 0 38826 0
Current children cumulated CPU time (s) 402.05
Current children cumulated vsize (KiB) 155756

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 26728
/proc/meminfo: memFree=1182976/2055920 swapFree=4189164/4192956
[pid=26529] ppid=26527 vsize=156052 CPUtime=462.03
/proc/26529/stat : 26529 (tinisat) R 26527 26529 26354 0 -1 4194304 37800 0 0 0 46163 40 0 0 25 0 1 0 333495866 159797248 37226 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134517006 0 0 4096 0 0 0 0 17 1 0 0
/proc/26529/statm: 39013 37226 52 110 0 38900 0
Current children cumulated CPU time (s) 462.03
Current children cumulated vsize (KiB) 156052

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 26728
/proc/meminfo: memFree=1168960/2055920 swapFree=4189164/4192956
[pid=26529] ppid=26527 vsize=302328 CPUtime=522.01
/proc/26529/stat : 26529 (tinisat) R 26527 26529 26354 0 -1 4194304 41313 0 0 0 52157 44 0 0 25 0 1 0 333495866 309583872 40739 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/26529/statm: 75582 40739 52 110 0 75469 0
Current children cumulated CPU time (s) 522.01
Current children cumulated vsize (KiB) 302328

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 26728
/proc/meminfo: memFree=1152256/2055920 swapFree=4189164/4192956
[pid=26529] ppid=26527 vsize=302468 CPUtime=581.99
/proc/26529/stat : 26529 (tinisat) R 26527 26529 26354 0 -1 4194304 45483 0 0 0 58150 49 0 0 25 0 1 0 333495866 309727232 44909 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/26529/statm: 75617 44909 52 110 0 75504 0
Current children cumulated CPU time (s) 581.99
Current children cumulated vsize (KiB) 302468

[startup+642.302 s]
/proc/loadavg: 1.08 1.02 0.96 2/78 26728
/proc/meminfo: memFree=1136576/2055920 swapFree=4189164/4192956
[pid=26529] ppid=26527 vsize=302612 CPUtime=641.98
/proc/26529/stat : 26529 (tinisat) R 26527 26529 26354 0 -1 4194304 49352 0 0 0 64145 53 0 0 25 0 1 0 333495866 309874688 48778 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519943 0 0 4096 0 0 0 0 17 1 0 0
/proc/26529/statm: 75653 48778 52 110 0 75540 0
Current children cumulated CPU time (s) 641.98
Current children cumulated vsize (KiB) 302612

[startup+702.302 s]
/proc/loadavg: 1.06 1.03 0.96 2/78 26728
/proc/meminfo: memFree=1122496/2055920 swapFree=4189164/4192956
[pid=26529] ppid=26527 vsize=302612 CPUtime=701.95
/proc/26529/stat : 26529 (tinisat) R 26527 26529 26354 0 -1 4194304 52912 0 0 0 70139 56 0 0 25 0 1 0 333495866 309874688 52338 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518744 0 0 4096 0 0 0 0 17 1 0 0
/proc/26529/statm: 75653 52338 52 110 0 75540 0
Current children cumulated CPU time (s) 701.95
Current children cumulated vsize (KiB) 302612

[startup+762.306 s]
/proc/loadavg: 1.02 1.02 0.96 2/78 26728
/proc/meminfo: memFree=1108416/2055920 swapFree=4189164/4192956
[pid=26529] ppid=26527 vsize=302744 CPUtime=761.94
/proc/26529/stat : 26529 (tinisat) R 26527 26529 26354 0 -1 4194304 56391 0 0 0 76133 61 0 0 25 0 1 0 333495866 310009856 55817 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/26529/statm: 75686 55817 52 110 0 75573 0
Current children cumulated CPU time (s) 761.94
Current children cumulated vsize (KiB) 302744

[startup+822.302 s]
/proc/loadavg: 1.01 1.01 0.96 2/78 26728
/proc/meminfo: memFree=1094656/2055920 swapFree=4189164/4192956
[pid=26529] ppid=26527 vsize=302884 CPUtime=821.92
/proc/26529/stat : 26529 (tinisat) R 26527 26529 26354 0 -1 4194304 59851 0 0 0 82127 65 0 0 25 0 1 0 333495866 310153216 59277 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518744 0 0 4096 0 0 0 0 17 1 0 0
/proc/26529/statm: 75721 59277 52 110 0 75608 0
Current children cumulated CPU time (s) 821.92
Current children cumulated vsize (KiB) 302884

[startup+882.302 s]
/proc/loadavg: 1.00 1.01 0.96 2/78 26728
/proc/meminfo: memFree=1080704/2055920 swapFree=4189164/4192956
[pid=26529] ppid=26527 vsize=302884 CPUtime=881.9
/proc/26529/stat : 26529 (tinisat) R 26527 26529 26354 0 -1 4194304 63311 0 0 0 88121 69 0 0 25 0 1 0 333495866 310153216 62737 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519841 0 0 4096 0 0 0 0 17 1 0 0
/proc/26529/statm: 75721 62737 52 110 0 75608 0
Current children cumulated CPU time (s) 881.9
Current children cumulated vsize (KiB) 302884

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 26728
/proc/meminfo: memFree=1067200/2055920 swapFree=4189164/4192956
[pid=26529] ppid=26527 vsize=302884 CPUtime=941.88
/proc/26529/stat : 26529 (tinisat) R 26527 26529 26354 0 -1 4194304 66708 0 0 0 94114 74 0 0 25 0 1 0 333495866 310153216 66134 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519883 0 0 4096 0 0 0 0 17 1 0 0
/proc/26529/statm: 75721 66134 52 110 0 75608 0
Current children cumulated CPU time (s) 941.88
Current children cumulated vsize (KiB) 302884

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 26728
/proc/meminfo: memFree=1053504/2055920 swapFree=4189164/4192956
[pid=26529] ppid=26527 vsize=303292 CPUtime=1001.86
/proc/26529/stat : 26529 (tinisat) R 26527 26529 26354 0 -1 4194304 70114 0 0 0 100108 78 0 0 25 0 1 0 333495866 310571008 69540 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134516960 0 0 4096 0 0 0 0 17 1 0 0
/proc/26529/statm: 75823 69540 52 110 0 75710 0
Current children cumulated CPU time (s) 1001.86
Current children cumulated vsize (KiB) 303292

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 26728
/proc/meminfo: memFree=1041920/2055920 swapFree=4189164/4192956
[pid=26529] ppid=26527 vsize=304144 CPUtime=1061.84
/proc/26529/stat : 26529 (tinisat) R 26527 26529 26354 0 -1 4194304 73018 0 0 0 106102 82 0 0 25 0 1 0 333495866 311443456 72444 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519921 0 0 4096 0 0 0 0 17 1 0 0
/proc/26529/statm: 76036 72444 52 110 0 75923 0
Current children cumulated CPU time (s) 1061.84
Current children cumulated vsize (KiB) 304144

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 26728
/proc/meminfo: memFree=1030976/2055920 swapFree=4189164/4192956
[pid=26529] ppid=26527 vsize=305988 CPUtime=1121.82
/proc/26529/stat : 26529 (tinisat) R 26527 26529 26354 0 -1 4194304 75979 0 0 0 112097 85 0 0 25 0 1 0 333495866 313331712 75148 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520078 0 0 4096 0 0 0 0 17 1 0 0
/proc/26529/statm: 76497 75148 52 110 0 76384 0
Current children cumulated CPU time (s) 1121.82
Current children cumulated vsize (KiB) 305988

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 26728
/proc/meminfo: memFree=1020800/2055920 swapFree=4189164/4192956
[pid=26529] ppid=26527 vsize=598804 CPUtime=1181.8
/proc/26529/stat : 26529 (tinisat) R 26527 26529 26354 0 -1 4194304 78547 0 0 0 118092 88 0 0 25 0 1 0 333495866 613175296 77716 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520078 0 0 4096 0 0 0 0 17 1 0 0
/proc/26529/statm: 149701 77716 52 110 0 149588 0
Current children cumulated CPU time (s) 1181.8
Current children cumulated vsize (KiB) 598804



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 26728
/proc/meminfo: memFree=1017472/2055920 swapFree=4189164/4192956
[pid=26529] ppid=26527 vsize=599080 CPUtime=1200
/proc/26529/stat : 26529 (tinisat) R 26527 26529 26354 0 -1 4194304 79340 0 0 0 119911 89 0 0 25 0 1 0 333495866 613457920 78509 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/26529/statm: 149770 78509 52 110 0 149657 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 599080

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.00 0.96 2/78 26728
/proc/meminfo: memFree=1017472/2055920 swapFree=4189164/4192956
[pid=26529] ppid=26527 vsize=599080 CPUtime=1200
/proc/26529/stat : 26529 (tinisat) R 26527 26529 26354 0 -1 4194304 79340 0 0 0 119911 89 0 0 25 0 1 0 333495866 613457920 78509 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/26529/statm: 149770 78509 52 110 0 149657 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 599080

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.55
CPU time (s): 1200.06
CPU user time (s): 1199.12
CPU system time (s): 0.942856
CPU usage (%): 99.9591
Max. virtual memory (cumulated for all children) (KiB): 599080

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

runsolver used 1.43078 second user time and 2.93055 second system time

The end

Launcher Data (download as text)

Begin job on node13 on Mon Mar  5 22:56:54 UTC 2007

IDJOB= 329232
IDBENCH= 20535
IDSOLVER= 100
FILE ID= node13/329232-1173135414

PBS_JOBID= 4014968

Free space on /tmp= 66364 MiB

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

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  0e7272c44cfc0ff08090f3e62c18898b

RANDOM SEED= 86541381

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node13.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:       1332768 kB
Buffers:         40876 kB
Cached:         570516 kB
SwapCached:        404 kB
Active:         372848 kB
Inactive:       289580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1332768 kB
SwapTotal:     4192956 kB
SwapFree:      4189164 kB
Dirty:            4372 kB
Writeback:           0 kB
Mapped:          61116 kB
Slab:            46336 kB
Committed_AS:  1541672 kB
PageTables:       1744 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= 66364 MiB

End job on node13 on Mon Mar  5 23:16:57 UTC 2007