Trace number 338478

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.19 1200.7

General information on the benchmark

Namecrafted/Difficult/contest05/sabharwal/
gt-ordering-unsat-gt-060.sat05-1312.reshuffled-07.cnf
MD5SUMdff294238660aead84de7aec33e643fc
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark32.3341
Satisfiable
(Un)Satisfiability was proved
Number of variables3540
Number of clauses207150
Sum of the clauses size623040
Maximum clause length59
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21770
Number of clauses of size 3205320
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 560

Solver Data (download as text)

0.28/0.30	c Tinisat 0.22
0.28/0.30	c solving /tmp/evaluation/338478-1173686464/instance-338478-1173686464.cnf
0.28/0.30	c 3600 variables, 207150 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/node45/watcher-338478-1173686464 -o ROOT/results/node45/solver-338478-1173686464 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/338478-1173686464/tinisat /tmp/evaluation/338478-1173686464/instance-338478-1173686464.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.91 0.97 0.99 3/70 16734
/proc/meminfo: memFree=1770744/2055920 swapFree=4183640/4192956
[pid=16734] ppid=16732 vsize=2340 CPUtime=0
/proc/16734/stat : 16734 (tinisat) R 16732 16734 16249 0 -1 4194304 97 0 0 0 0 0 0 0 18 0 1 0 94622193 2396160 82 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/16734/statm: 585 82 48 110 0 472 0

[startup+0.0135441 s]
/proc/loadavg: 0.91 0.97 0.99 3/70 16734
/proc/meminfo: memFree=1770744/2055920 swapFree=4183640/4192956
[pid=16734] ppid=16732 vsize=2472 CPUtime=0.01
/proc/16734/stat : 16734 (tinisat) R 16732 16734 16249 0 -1 4194304 144 0 0 0 1 0 0 0 18 0 1 0 94622193 2531328 129 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134629133 0 0 4096 0 0 0 0 17 1 0 0
/proc/16734/statm: 618 129 48 110 0 505 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2472

[startup+0.101559 s]
/proc/loadavg: 0.91 0.97 0.99 3/70 16734
/proc/meminfo: memFree=1770744/2055920 swapFree=4183640/4192956
[pid=16734] ppid=16732 vsize=3924 CPUtime=0.09
/proc/16734/stat : 16734 (tinisat) R 16732 16734 16249 0 -1 4194304 625 0 0 0 9 0 0 0 18 0 1 0 94622193 4018176 610 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/16734/statm: 981 610 48 110 0 868 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3924

[startup+0.301599 s]
/proc/loadavg: 0.91 0.97 0.99 3/70 16734
/proc/meminfo: memFree=1770744/2055920 swapFree=4183640/4192956
[pid=16734] ppid=16732 vsize=6960 CPUtime=0.28
/proc/16734/stat : 16734 (tinisat) R 16732 16734 16249 0 -1 4194304 1656 0 0 0 27 1 0 0 19 0 1 0 94622193 7127040 1641 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134629133 0 0 4096 0 0 0 0 17 1 0 0
/proc/16734/statm: 1740 1641 48 110 0 1627 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 6960

[startup+0.701667 s]
/proc/loadavg: 0.91 0.97 0.99 3/70 16734
/proc/meminfo: memFree=1770744/2055920 swapFree=4183640/4192956
[pid=16734] ppid=16732 vsize=15324 CPUtime=0.68
/proc/16734/stat : 16734 (tinisat) R 16732 16734 16249 0 -1 4194304 3566 0 0 0 67 1 0 0 22 0 1 0 94622193 15691776 3144 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/16734/statm: 3831 3144 52 110 0 3718 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 15324

[startup+1.50181 s]
/proc/loadavg: 0.91 0.97 0.99 2/71 16773
/proc/meminfo: memFree=1757736/2055920 swapFree=4183640/4192956
[pid=16734] ppid=16732 vsize=15324 CPUtime=1.47
/proc/16734/stat : 16734 (tinisat) R 16732 16734 16249 0 -1 4194304 4007 0 0 0 146 1 0 0 25 0 1 0 94622193 15691776 3585 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518744 0 0 4096 0 0 0 0 17 1 0 0
/proc/16734/statm: 3831 3585 52 110 0 3718 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 15324

[startup+3.1011 s]
/proc/loadavg: 0.91 0.97 0.99 2/71 16773
/proc/meminfo: memFree=1755368/2055920 swapFree=4183640/4192956
[pid=16734] ppid=16732 vsize=28296 CPUtime=3.08
/proc/16734/stat : 16734 (tinisat) R 16732 16734 16249 0 -1 4194304 4630 0 0 0 306 2 0 0 25 0 1 0 94622193 28975104 4208 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518744 0 0 4096 0 0 0 0 17 1 0 0
/proc/16734/statm: 7074 4208 52 110 0 6961 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 28296

[startup+6.30169 s]
/proc/loadavg: 0.92 0.97 0.99 2/71 16775
/proc/meminfo: memFree=1749672/2055920 swapFree=4183640/4192956
[pid=16734] ppid=16732 vsize=28296 CPUtime=6.27
/proc/16734/stat : 16734 (tinisat) R 16732 16734 16249 0 -1 4194304 5972 0 0 0 625 2 0 0 25 0 1 0 94622193 28975104 5550 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515541 0 0 4096 0 0 0 0 17 1 0 0
/proc/16734/statm: 7074 5550 52 110 0 6961 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 28296

[startup+12.7018 s]
/proc/loadavg: 0.93 0.97 0.99 2/71 16783
/proc/meminfo: memFree=1737256/2055920 swapFree=4183640/4192956
[pid=16734] ppid=16732 vsize=54240 CPUtime=12.67
/proc/16734/stat : 16734 (tinisat) R 16732 16734 16249 0 -1 4194304 8922 0 0 0 1263 4 0 0 25 0 1 0 94622193 55541760 8500 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520054 0 0 4096 0 0 0 0 17 1 0 0
/proc/16734/statm: 13560 8500 52 110 0 13447 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 54240

[startup+25.5012 s]
/proc/loadavg: 0.94 0.97 0.99 2/71 16819
/proc/meminfo: memFree=1715880/2055920 swapFree=4183640/4192956
[pid=16734] ppid=16732 vsize=106128 CPUtime=25.44
/proc/16734/stat : 16734 (tinisat) R 16732 16734 16249 0 -1 4194304 14143 0 0 0 2537 7 0 0 25 0 1 0 94622193 108675072 13721 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515539 0 0 4096 0 0 0 0 17 1 0 0
/proc/16734/statm: 26532 13721 52 110 0 26419 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 106128

[startup+51.1018 s]
/proc/loadavg: 0.96 0.97 0.99 2/71 16847
/proc/meminfo: memFree=1685992/2055920 swapFree=4183640/4192956
[pid=16734] ppid=16732 vsize=108476 CPUtime=51.02
/proc/16734/stat : 16734 (tinisat) R 16732 16734 16249 0 -1 4194304 21877 0 0 0 5089 13 0 0 25 0 1 0 94622193 111079424 21455 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/16734/statm: 27119 21455 52 110 0 27006 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 108476

[startup+102.305 s]
/proc/loadavg: 0.98 0.97 0.99 2/65 16907
/proc/meminfo: memFree=1623160/2055920 swapFree=4183640/4192956
[pid=16734] ppid=16732 vsize=216440 CPUtime=102.17
/proc/16734/stat : 16734 (tinisat) R 16732 16734 16249 0 -1 4194304 37787 0 0 0 10192 25 0 0 25 0 1 0 94622193 221634560 37108 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/16734/statm: 54110 37108 52 110 0 53997 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 216440

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16907
/proc/meminfo: memFree=1562680/2055920 swapFree=4183640/4192956
[pid=16734] ppid=16732 vsize=219644 CPUtime=162.15
/proc/16734/stat : 16734 (tinisat) R 16732 16734 16249 0 -1 4194304 53145 0 0 0 16177 38 0 0 25 0 1 0 94622193 224915456 52401 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/16734/statm: 54911 52401 52 110 0 54798 0
Current children cumulated CPU time (s) 162.15
Current children cumulated vsize (KiB) 219644

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16907
/proc/meminfo: memFree=1498744/2055920 swapFree=4183640/4192956
[pid=16734] ppid=16732 vsize=431584 CPUtime=222.13
/proc/16734/stat : 16734 (tinisat) R 16732 16734 16249 0 -1 4194304 69430 0 0 0 22162 51 0 0 25 0 1 0 94622193 441942016 68173 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16734/statm: 107896 68173 52 110 0 107783 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 431584

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16907
/proc/meminfo: memFree=1457144/2055920 swapFree=4183640/4192956
[pid=16734] ppid=16732 vsize=434628 CPUtime=282.1
/proc/16734/stat : 16734 (tinisat) R 16732 16734 16249 0 -1 4194304 79816 0 0 0 28150 60 0 0 25 0 1 0 94622193 445059072 78559 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519912 0 0 4096 0 0 0 0 17 1 0 0
/proc/16734/statm: 108657 78559 52 110 0 108544 0
Current children cumulated CPU time (s) 282.1
Current children cumulated vsize (KiB) 434628

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16907
/proc/meminfo: memFree=1409272/2055920 swapFree=4183640/4192956
[pid=16734] ppid=16732 vsize=437280 CPUtime=342.09
/proc/16734/stat : 16734 (tinisat) R 16732 16734 16249 0 -1 4194304 91724 0 0 0 34137 72 0 0 25 0 1 0 94622193 447774720 90467 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16734/statm: 109320 90467 52 110 0 109207 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 437280

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16907
/proc/meminfo: memFree=1374712/2055920 swapFree=4183640/4192956
[pid=16734] ppid=16732 vsize=439688 CPUtime=402.06
/proc/16734/stat : 16734 (tinisat) R 16732 16734 16249 0 -1 4194304 100465 0 0 0 40127 79 0 0 25 0 1 0 94622193 450240512 99175 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520029 0 0 4096 0 0 0 0 17 1 0 0
/proc/16734/statm: 109922 99175 52 110 0 109809 0
Current children cumulated CPU time (s) 402.06
Current children cumulated vsize (KiB) 439688

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16907
/proc/meminfo: memFree=1332408/2055920 swapFree=4183640/4192956
[pid=16734] ppid=16732 vsize=441776 CPUtime=462.05
/proc/16734/stat : 16734 (tinisat) R 16732 16734 16249 0 -1 4194304 111016 0 0 0 46114 91 0 0 25 0 1 0 94622193 452378624 109726 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16734/statm: 110444 109726 52 110 0 110331 0
Current children cumulated CPU time (s) 462.05
Current children cumulated vsize (KiB) 441776

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16907
/proc/meminfo: memFree=1302008/2055920 swapFree=4183640/4192956
[pid=16734] ppid=16732 vsize=862912 CPUtime=522.02
/proc/16734/stat : 16734 (tinisat) R 16732 16734 16249 0 -1 4194304 119590 0 0 0 52104 98 0 0 25 0 1 0 94622193 883621888 117275 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/16734/statm: 215728 117275 52 110 0 215615 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 862912

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16907
/proc/meminfo: memFree=1283896/2055920 swapFree=4183640/4192956
[pid=16734] ppid=16732 vsize=864220 CPUtime=582
/proc/16734/stat : 16734 (tinisat) R 16732 16734 16249 0 -1 4194304 124079 0 0 0 58097 103 0 0 25 0 1 0 94622193 884961280 121731 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515528 0 0 4096 0 0 0 0 17 1 0 0
/proc/16734/statm: 216055 121731 52 110 0 215942 0
Current children cumulated CPU time (s) 582
Current children cumulated vsize (KiB) 864220

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16907
/proc/meminfo: memFree=1270328/2055920 swapFree=4183640/4192956
[pid=16734] ppid=16732 vsize=865064 CPUtime=641.98
/proc/16734/stat : 16734 (tinisat) R 16732 16734 16249 0 -1 4194304 127450 0 0 0 64091 107 0 0 25 0 1 0 94622193 885825536 125102 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520134 0 0 4096 0 0 0 0 17 1 0 0
/proc/16734/statm: 216266 125102 52 110 0 216153 0
Current children cumulated CPU time (s) 641.98
Current children cumulated vsize (KiB) 865064

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16907
/proc/meminfo: memFree=1254328/2055920 swapFree=4183640/4192956
[pid=16734] ppid=16732 vsize=868348 CPUtime=701.95
/proc/16734/stat : 16734 (tinisat) R 16732 16734 16249 0 -1 4194304 131647 0 0 0 70085 110 0 0 25 0 1 0 94622193 889188352 129135 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520029 0 0 4096 0 0 0 0 17 1 0 0
/proc/16734/statm: 217087 129135 52 110 0 216974 0
Current children cumulated CPU time (s) 701.95
Current children cumulated vsize (KiB) 868348

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16907
/proc/meminfo: memFree=1238200/2055920 swapFree=4183640/4192956
[pid=16734] ppid=16732 vsize=869696 CPUtime=761.94
/proc/16734/stat : 16734 (tinisat) R 16732 16734 16249 0 -1 4194304 135650 0 0 0 76080 114 0 0 25 0 1 0 94622193 890568704 133138 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515445 0 0 4096 0 0 0 0 17 1 0 0
/proc/16734/statm: 217424 133138 52 110 0 217311 0
Current children cumulated CPU time (s) 761.94
Current children cumulated vsize (KiB) 869696

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16909
/proc/meminfo: memFree=1218680/2055920 swapFree=4183640/4192956
[pid=16734] ppid=16732 vsize=871068 CPUtime=821.91
/proc/16734/stat : 16734 (tinisat) R 16732 16734 16249 0 -1 4194304 140572 0 0 0 82072 119 0 0 25 0 1 0 94622193 891973632 138027 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520029 0 0 4096 0 0 0 0 17 1 0 0
/proc/16734/statm: 217767 138027 52 110 0 217654 0
Current children cumulated CPU time (s) 821.91
Current children cumulated vsize (KiB) 871068

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16909
/proc/meminfo: memFree=1205560/2055920 swapFree=4183640/4192956
[pid=16734] ppid=16732 vsize=872936 CPUtime=881.9
/proc/16734/stat : 16734 (tinisat) R 16732 16734 16249 0 -1 4194304 143844 0 0 0 88067 123 0 0 25 0 1 0 94622193 893886464 141266 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/16734/statm: 218234 141266 52 110 0 218121 0
Current children cumulated CPU time (s) 881.9
Current children cumulated vsize (KiB) 872936

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16909
/proc/meminfo: memFree=1195960/2055920 swapFree=4183640/4192956
[pid=16734] ppid=16732 vsize=873844 CPUtime=941.87
/proc/16734/stat : 16734 (tinisat) R 16732 16734 16249 0 -1 4194304 146248 0 0 0 94062 125 0 0 25 0 1 0 94622193 894816256 143670 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/16734/statm: 218461 143670 52 110 0 218348 0
Current children cumulated CPU time (s) 941.87
Current children cumulated vsize (KiB) 873844

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16909
/proc/meminfo: memFree=1186744/2055920 swapFree=4183640/4192956
[pid=16734] ppid=16732 vsize=875828 CPUtime=1001.85
/proc/16734/stat : 16734 (tinisat) R 16732 16734 16249 0 -1 4194304 148825 0 0 0 100057 128 0 0 25 0 1 0 94622193 896847872 145952 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16734/statm: 218957 145952 52 110 0 218844 0
Current children cumulated CPU time (s) 1001.85
Current children cumulated vsize (KiB) 875828

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16909
/proc/meminfo: memFree=1178552/2055920 swapFree=4183640/4192956
[pid=16734] ppid=16732 vsize=876408 CPUtime=1061.83
/proc/16734/stat : 16734 (tinisat) R 16732 16734 16249 0 -1 4194304 150952 0 0 0 106052 131 0 0 25 0 1 0 94622193 897441792 148014 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/16734/statm: 219102 148014 52 110 0 218989 0
Current children cumulated CPU time (s) 1061.83
Current children cumulated vsize (KiB) 876408

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16909
/proc/meminfo: memFree=1170936/2055920 swapFree=4183640/4192956
[pid=16734] ppid=16732 vsize=876948 CPUtime=1121.8
/proc/16734/stat : 16734 (tinisat) R 16732 16734 16249 0 -1 4194304 152882 0 0 0 112048 132 0 0 25 0 1 0 94622193 897994752 149911 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16734/statm: 219237 149911 52 110 0 219124 0
Current children cumulated CPU time (s) 1121.8
Current children cumulated vsize (KiB) 876948

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16909
/proc/meminfo: memFree=1160696/2055920 swapFree=4183640/4192956
[pid=16734] ppid=16732 vsize=881184 CPUtime=1181.78
/proc/16734/stat : 16734 (tinisat) R 16732 16734 16249 0 -1 4194304 155989 0 0 0 118044 134 0 0 25 0 1 0 94622193 902332416 152431 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519992 0 0 4096 0 0 0 0 17 1 0 0
/proc/16734/statm: 220296 152431 52 110 0 220183 0
Current children cumulated CPU time (s) 1181.78
Current children cumulated vsize (KiB) 881184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16909
/proc/meminfo: memFree=1158264/2055920 swapFree=4183640/4192956
[pid=16734] ppid=16732 vsize=882216 CPUtime=1200.09
/proc/16734/stat : 16734 (tinisat) R 16732 16734 16249 0 -1 4194304 156770 0 0 0 119874 135 0 0 25 0 1 0 94622193 903389184 153049 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515528 0 0 4096 0 0 0 0 17 1 0 0
/proc/16734/statm: 220554 153049 52 110 0 220441 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 882216

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.7
CPU time (s): 1200.19
CPU user time (s): 1198.74
CPU system time (s): 1.44378
CPU usage (%): 99.9572
Max. virtual memory (cumulated for all children) (KiB): 882216

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

runsolver used 0.937857 second user time and 2.42663 second system time

The end

Launcher Data (download as text)

Begin job on node45 on Mon Mar 12 08:01:04 UTC 2007

IDJOB= 338478
IDBENCH= 24724
IDSOLVER= 100
FILE ID= node45/338478-1173686464

PBS_JOBID= 4101734

Free space on /tmp= 66375 MiB

SOLVER NAME= tinisat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Difficult/contest05/sabharwal/gt-ordering-unsat-gt-060.sat05-1312.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/338478-1173686464/tinisat /tmp/evaluation/338478-1173686464/instance-338478-1173686464.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node45/watcher-338478-1173686464 -o ROOT/results/node45/solver-338478-1173686464 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/338478-1173686464/tinisat /tmp/evaluation/338478-1173686464/instance-338478-1173686464.cnf            

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  dff294238660aead84de7aec33e643fc

RANDOM SEED= 32114973

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node45.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.265
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.265
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:       1771152 kB
Buffers:         27312 kB
Cached:         207312 kB
SwapCached:       4056 kB
Active:          98204 kB
Inactive:       148344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1771152 kB
SwapTotal:     4192956 kB
SwapFree:      4183640 kB
Dirty:            4144 kB
Writeback:           0 kB
Mapped:          17064 kB
Slab:            23900 kB
Committed_AS:   159076 kB
PageTables:       1628 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= 66375 MiB

End job on node45 on Mon Mar 12 08:21:07 UTC 2007