Trace number 334362

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.07 1200.64

General information on the benchmark

Namecrafted/Hard/contest04/others/
CompositeRSA576.sat05-509.reshuffled-07.cnf
MD5SUM19fdeefb726e073f5c825136ceaf9e1b
Bench CategoryCRAFTED (crafted 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 variables166463
Number of clauses1654558
Sum of the clauses size7441050
Maximum clause length5
Minimum clause length1
Number of clauses of size 1866
Number of clauses of size 2165884
Number of clauses of size 3165312
Number of clauses of size 40
Number of clauses of size 51322496
Number of clauses of size over 50

Solver Data (download as text)

3.39/3.42	c Tinisat 0.22
3.39/3.42	c solving /tmp/evaluation/334362-1173567529/instance-334362-1173567529.cnf
3.39/3.42	c 166463 variables, 1654558 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/node6/watcher-334362-1173567529 -o ROOT/results/node6/solver-334362-1173567529 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/334362-1173567529/tinisat /tmp/evaluation/334362-1173567529/instance-334362-1173567529.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.93 1.07 1.86 3/77 21331
/proc/meminfo: memFree=1375232/2055924 swapFree=4156956/4192956
[pid=21331] ppid=21329 vsize=13644 CPUtime=0
/proc/21331/stat : 21331 (tinisat) R 21329 21331 20491 0 -1 4194304 92 0 0 0 0 0 0 0 18 0 1 0 376708539 13971456 77 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/21331/statm: 3411 77 48 110 0 3298 0

[startup+0.0436151 s]
/proc/loadavg: 0.93 1.07 1.86 3/77 21331
/proc/meminfo: memFree=1375232/2055924 swapFree=4156956/4192956
[pid=21331] ppid=21329 vsize=14172 CPUtime=0.04
/proc/21331/stat : 21331 (tinisat) R 21329 21331 20491 0 -1 4194304 265 0 0 0 4 0 0 0 18 0 1 0 376708539 14512128 250 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134629133 0 0 4096 0 0 0 0 17 1 0 0
/proc/21331/statm: 3543 250 48 110 0 3430 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14172

[startup+0.101627 s]
/proc/loadavg: 0.93 1.07 1.86 3/77 21331
/proc/meminfo: memFree=1375232/2055924 swapFree=4156956/4192956
[pid=21331] ppid=21329 vsize=14964 CPUtime=0.09
/proc/21331/stat : 21331 (tinisat) R 21329 21331 20491 0 -1 4194304 522 0 0 0 9 0 0 0 18 0 1 0 376708539 15323136 507 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134629133 0 0 4096 0 0 0 0 17 1 0 0
/proc/21331/statm: 3741 507 48 110 0 3628 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14964

[startup+0.301666 s]
/proc/loadavg: 0.93 1.07 1.86 3/77 21331
/proc/meminfo: memFree=1375232/2055924 swapFree=4156956/4192956
[pid=21331] ppid=21329 vsize=17736 CPUtime=0.29
/proc/21331/stat : 21331 (tinisat) R 21329 21331 20491 0 -1 4194304 1408 0 0 0 29 0 0 0 19 0 1 0 376708539 18161664 1393 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134629133 0 0 4096 0 0 0 0 17 1 0 0
/proc/21331/statm: 4434 1393 48 110 0 4321 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17736

[startup+0.701745 s]
/proc/loadavg: 0.93 1.07 1.86 3/77 21331
/proc/meminfo: memFree=1375232/2055924 swapFree=4156956/4192956
[pid=21331] ppid=21329 vsize=23412 CPUtime=0.69
/proc/21331/stat : 21331 (tinisat) R 21329 21331 20491 0 -1 4194304 3184 0 0 0 68 1 0 0 22 0 1 0 376708539 23973888 3169 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/21331/statm: 5853 3169 48 110 0 5740 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23412

[startup+1.5019 s]
/proc/loadavg: 0.93 1.07 1.86 2/78 21332
/proc/meminfo: memFree=1357944/2055924 swapFree=4156956/4192956
[pid=21331] ppid=21329 vsize=34500 CPUtime=1.49
/proc/21331/stat : 21331 (tinisat) R 21329 21331 20491 0 -1 4194304 6734 0 0 0 145 4 0 0 25 0 1 0 376708539 35328000 6719 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/21331/statm: 8625 6719 48 110 0 8512 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34500

[startup+3.10222 s]
/proc/loadavg: 0.93 1.07 1.86 2/78 21332
/proc/meminfo: memFree=1339000/2055924 swapFree=4156956/4192956
[pid=21331] ppid=21329 vsize=56940 CPUtime=3.09
/proc/21331/stat : 21331 (tinisat) R 21329 21331 20491 0 -1 4194304 13846 0 0 0 300 9 0 0 25 0 1 0 376708539 58306560 13831 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/21331/statm: 14235 13832 48 110 0 14122 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 56940

[startup+6.30185 s]
/proc/loadavg: 0.94 1.07 1.85 2/78 21332
/proc/meminfo: memFree=1251064/2055924 swapFree=4156956/4192956
[pid=21331] ppid=21329 vsize=163532 CPUtime=6.28
/proc/21331/stat : 21331 (tinisat) R 21329 21331 20491 0 -1 4194304 35638 0 0 0 610 18 0 0 25 0 1 0 376708539 167456768 31414 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515528 0 0 4096 0 0 0 0 17 1 0 0
/proc/21331/statm: 40883 31414 52 110 0 40770 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 163532

[startup+12.7011 s]
/proc/loadavg: 0.94 1.07 1.85 2/78 21332
/proc/meminfo: memFree=1250680/2055924 swapFree=4156956/4192956
[pid=21331] ppid=21329 vsize=163532 CPUtime=12.69
/proc/21331/stat : 21331 (tinisat) R 21329 21331 20491 0 -1 4194304 35677 0 0 0 1250 19 0 0 25 0 1 0 376708539 167456768 31453 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134517013 0 0 4096 0 0 0 0 17 1 0 0
/proc/21331/statm: 40883 31453 52 110 0 40770 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 163532

[startup+25.5016 s]
/proc/loadavg: 0.95 1.07 1.83 2/78 21332
/proc/meminfo: memFree=1250424/2055924 swapFree=4156956/4192956
[pid=21331] ppid=21329 vsize=163532 CPUtime=25.48
/proc/21331/stat : 21331 (tinisat) R 21329 21331 20491 0 -1 4194304 35771 0 0 0 2529 19 0 0 25 0 1 0 376708539 167456768 31547 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515339 0 0 4096 0 0 0 0 17 1 0 0
/proc/21331/statm: 40883 31547 52 110 0 40770 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 163532

[startup+51.1017 s]
/proc/loadavg: 0.97 1.06 1.81 2/78 21332
/proc/meminfo: memFree=1249080/2055924 swapFree=4156956/4192956
[pid=21331] ppid=21329 vsize=163532 CPUtime=51.07
/proc/21331/stat : 21331 (tinisat) R 21329 21331 20491 0 -1 4194304 36140 0 0 0 5087 20 0 0 25 0 1 0 376708539 167456768 31916 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/21331/statm: 40883 31916 52 110 0 40770 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 163532

[startup+102.306 s]
/proc/loadavg: 0.98 1.05 1.77 2/78 21332
/proc/meminfo: memFree=1245752/2055924 swapFree=4156956/4192956
[pid=21331] ppid=21329 vsize=163532 CPUtime=102.25
/proc/21331/stat : 21331 (tinisat) R 21329 21331 20491 0 -1 4194304 36971 0 0 0 10204 21 0 0 25 0 1 0 376708539 167456768 32747 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134533158 0 0 4096 0 0 0 0 17 1 0 0
/proc/21331/statm: 40883 32747 52 110 0 40770 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 163532

[startup+162.302 s]
/proc/loadavg: 0.99 1.04 1.72 2/84 21450
/proc/meminfo: memFree=1240008/2055924 swapFree=4156956/4192956
[pid=21331] ppid=21329 vsize=163532 CPUtime=162.16
/proc/21331/stat : 21331 (tinisat) R 21329 21331 20491 0 -1 4194304 38096 0 0 0 16193 23 0 0 25 0 1 0 376708539 167456768 33872 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/21331/statm: 40883 33872 52 110 0 40770 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 163532

[startup+222.301 s]
/proc/loadavg: 0.99 1.03 1.67 2/78 21530
/proc/meminfo: memFree=1235512/2055924 swapFree=4156956/4192956
[pid=21331] ppid=21329 vsize=163532 CPUtime=222.08
/proc/21331/stat : 21331 (tinisat) R 21329 21331 20491 0 -1 4194304 39445 0 0 0 22184 24 0 0 25 0 1 0 376708539 167456768 35221 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/21331/statm: 40883 35221 52 110 0 40770 0
Current children cumulated CPU time (s) 222.08
Current children cumulated vsize (KiB) 163532

[startup+282.301 s]
/proc/loadavg: 0.99 1.02 1.62 2/78 21530
/proc/meminfo: memFree=1228664/2055924 swapFree=4156956/4192956
[pid=21331] ppid=21329 vsize=163532 CPUtime=282.06
/proc/21331/stat : 21331 (tinisat) R 21329 21331 20491 0 -1 4194304 41180 0 0 0 28180 26 0 0 25 0 1 0 376708539 167456768 36956 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/21331/statm: 40883 36956 52 110 0 40770 0
Current children cumulated CPU time (s) 282.06
Current children cumulated vsize (KiB) 163532

[startup+342.302 s]
/proc/loadavg: 0.99 1.02 1.58 2/78 21530
/proc/meminfo: memFree=1222520/2055924 swapFree=4156956/4192956
[pid=21331] ppid=21329 vsize=163532 CPUtime=342.04
/proc/21331/stat : 21331 (tinisat) R 21329 21331 20491 0 -1 4194304 42703 0 0 0 34176 28 0 0 25 0 1 0 376708539 167456768 38479 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519582 0 0 4096 0 0 0 0 17 1 0 0
/proc/21331/statm: 40883 38479 52 110 0 40770 0
Current children cumulated CPU time (s) 342.04
Current children cumulated vsize (KiB) 163532

[startup+402.302 s]
/proc/loadavg: 0.99 1.01 1.54 2/78 21530
/proc/meminfo: memFree=1217720/2055924 swapFree=4156956/4192956
[pid=21331] ppid=21329 vsize=163532 CPUtime=402.02
/proc/21331/stat : 21331 (tinisat) R 21329 21331 20491 0 -1 4194304 43928 0 0 0 40172 30 0 0 25 0 1 0 376708539 167456768 39704 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520011 0 0 4096 0 0 0 0 17 1 0 0
/proc/21331/statm: 40883 39704 52 110 0 40770 0
Current children cumulated CPU time (s) 402.02
Current children cumulated vsize (KiB) 163532

[startup+462.302 s]
/proc/loadavg: 0.99 1.00 1.51 2/78 21530
/proc/meminfo: memFree=1211192/2055924 swapFree=4156956/4192956
[pid=21331] ppid=21329 vsize=305652 CPUtime=461.99
/proc/21331/stat : 21331 (tinisat) R 21329 21331 20491 0 -1 4194304 45547 0 0 0 46167 32 0 0 25 0 1 0 376708539 312987648 41323 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/21331/statm: 76413 41323 52 110 0 76300 0
Current children cumulated CPU time (s) 461.99
Current children cumulated vsize (KiB) 305652

[startup+522.302 s]
/proc/loadavg: 0.99 1.00 1.47 2/78 21530
/proc/meminfo: memFree=1206328/2055924 swapFree=4156956/4192956
[pid=21331] ppid=21329 vsize=305652 CPUtime=521.97
/proc/21331/stat : 21331 (tinisat) R 21329 21331 20491 0 -1 4194304 46740 0 0 0 52164 33 0 0 25 0 1 0 376708539 312987648 42516 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134532909 0 0 4096 0 0 0 0 17 1 0 0
/proc/21331/statm: 76413 42516 52 110 0 76300 0
Current children cumulated CPU time (s) 521.97
Current children cumulated vsize (KiB) 305652

[startup+582.302 s]
/proc/loadavg: 0.99 1.00 1.44 2/78 21530
/proc/meminfo: memFree=1202104/2055924 swapFree=4156956/4192956
[pid=21331] ppid=21329 vsize=305652 CPUtime=581.95
/proc/21331/stat : 21331 (tinisat) R 21329 21331 20491 0 -1 4194304 47806 0 0 0 58161 34 0 0 25 0 1 0 376708539 312987648 43582 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519841 0 0 4096 0 0 0 0 17 1 0 0
/proc/21331/statm: 76413 43582 52 110 0 76300 0
Current children cumulated CPU time (s) 581.95
Current children cumulated vsize (KiB) 305652

[startup+642.301 s]
/proc/loadavg: 0.99 1.00 1.41 2/78 21530
/proc/meminfo: memFree=1197304/2055924 swapFree=4156956/4192956
[pid=21331] ppid=21329 vsize=305652 CPUtime=641.93
/proc/21331/stat : 21331 (tinisat) R 21329 21331 20491 0 -1 4194304 48983 0 0 0 64156 37 0 0 25 0 1 0 376708539 312987648 44759 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/21331/statm: 76413 44759 52 110 0 76300 0
Current children cumulated CPU time (s) 641.93
Current children cumulated vsize (KiB) 305652

[startup+702.302 s]
/proc/loadavg: 0.99 1.00 1.38 2/78 21530
/proc/meminfo: memFree=1193400/2055924 swapFree=4156956/4192956
[pid=21331] ppid=21329 vsize=305652 CPUtime=701.9
/proc/21331/stat : 21331 (tinisat) R 21329 21331 20491 0 -1 4194304 50018 0 0 0 70152 38 0 0 25 0 1 0 376708539 312987648 45794 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519841 0 0 4096 0 0 0 0 17 1 0 0
/proc/21331/statm: 76413 45794 52 110 0 76300 0
Current children cumulated CPU time (s) 701.9
Current children cumulated vsize (KiB) 305652

[startup+762.306 s]
/proc/loadavg: 0.99 1.00 1.35 2/78 21530
/proc/meminfo: memFree=1189112/2055924 swapFree=4156956/4192956
[pid=21331] ppid=21329 vsize=305652 CPUtime=761.89
/proc/21331/stat : 21331 (tinisat) R 21329 21331 20491 0 -1 4194304 51065 0 0 0 76149 40 0 0 25 0 1 0 376708539 312987648 46841 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134532918 0 0 4096 0 0 0 0 17 1 0 0
/proc/21331/statm: 76413 46841 52 110 0 76300 0
Current children cumulated CPU time (s) 761.89
Current children cumulated vsize (KiB) 305652

[startup+822.302 s]
/proc/loadavg: 0.99 1.00 1.33 2/78 21530
/proc/meminfo: memFree=1184760/2055924 swapFree=4156956/4192956
[pid=21331] ppid=21329 vsize=305652 CPUtime=821.86
/proc/21331/stat : 21331 (tinisat) R 21329 21331 20491 0 -1 4194304 52173 0 0 0 82145 41 0 0 25 0 1 0 376708539 312987648 47949 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/21331/statm: 76413 47949 52 110 0 76300 0
Current children cumulated CPU time (s) 821.86
Current children cumulated vsize (KiB) 305652

[startup+882.301 s]
/proc/loadavg: 0.99 1.00 1.31 2/78 21530
/proc/meminfo: memFree=1179192/2055924 swapFree=4156956/4192956
[pid=21331] ppid=21329 vsize=305652 CPUtime=881.84
/proc/21331/stat : 21331 (tinisat) R 21329 21331 20491 0 -1 4194304 53549 0 0 0 88141 43 0 0 25 0 1 0 376708539 312987648 49325 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/21331/statm: 76413 49325 52 110 0 76300 0
Current children cumulated CPU time (s) 881.84
Current children cumulated vsize (KiB) 305652

[startup+942.301 s]
/proc/loadavg: 0.99 1.00 1.28 2/78 21530
/proc/meminfo: memFree=1177400/2055924 swapFree=4156956/4192956
[pid=21331] ppid=21329 vsize=305652 CPUtime=941.81
/proc/21331/stat : 21331 (tinisat) R 21329 21331 20491 0 -1 4194304 54014 0 0 0 94138 43 0 0 25 0 1 0 376708539 312987648 49790 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/21331/statm: 76413 49790 52 110 0 76300 0
Current children cumulated CPU time (s) 941.81
Current children cumulated vsize (KiB) 305652

[startup+1002.3 s]
/proc/loadavg: 0.99 1.00 1.26 2/78 21530
/proc/meminfo: memFree=1174584/2055924 swapFree=4156956/4192956
[pid=21331] ppid=21329 vsize=305652 CPUtime=1001.79
/proc/21331/stat : 21331 (tinisat) R 21329 21331 20491 0 -1 4194304 54701 0 0 0 100134 45 0 0 25 0 1 0 376708539 312987648 50477 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134517006 0 0 4096 0 0 0 0 17 1 0 0
/proc/21331/statm: 76413 50477 52 110 0 76300 0
Current children cumulated CPU time (s) 1001.79
Current children cumulated vsize (KiB) 305652

[startup+1062.3 s]
/proc/loadavg: 0.99 1.00 1.25 2/78 21530
/proc/meminfo: memFree=1172216/2055924 swapFree=4156956/4192956
[pid=21331] ppid=21329 vsize=305652 CPUtime=1061.77
/proc/21331/stat : 21331 (tinisat) R 21329 21331 20491 0 -1 4194304 55313 0 0 0 106131 46 0 0 25 0 1 0 376708539 312987648 51089 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/21331/statm: 76413 51089 52 110 0 76300 0
Current children cumulated CPU time (s) 1061.77
Current children cumulated vsize (KiB) 305652

[startup+1122.3 s]
/proc/loadavg: 0.99 1.00 1.23 2/78 21530
/proc/meminfo: memFree=1166072/2055924 swapFree=4156956/4192956
[pid=21331] ppid=21329 vsize=305652 CPUtime=1121.75
/proc/21331/stat : 21331 (tinisat) R 21329 21331 20491 0 -1 4194304 56839 0 0 0 112127 48 0 0 25 0 1 0 376708539 312987648 52615 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515445 0 0 4096 0 0 0 0 17 1 0 0
/proc/21331/statm: 76413 52615 52 110 0 76300 0
Current children cumulated CPU time (s) 1121.75
Current children cumulated vsize (KiB) 305652

[startup+1182.3 s]
/proc/loadavg: 0.99 1.00 1.21 2/78 21530
/proc/meminfo: memFree=1161080/2055924 swapFree=4156956/4192956
[pid=21331] ppid=21329 vsize=305652 CPUtime=1181.72
/proc/21331/stat : 21331 (tinisat) R 21329 21331 20491 0 -1 4194304 58101 0 0 0 118122 50 0 0 25 0 1 0 376708539 312987648 53877 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/21331/statm: 76413 53877 52 110 0 76300 0
Current children cumulated CPU time (s) 1181.72
Current children cumulated vsize (KiB) 305652



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 1.00 1.20 2/78 21530
/proc/meminfo: memFree=1158648/2055924 swapFree=4156956/4192956
[pid=21331] ppid=21329 vsize=305652 CPUtime=1200.02
/proc/21331/stat : 21331 (tinisat) R 21329 21331 20491 0 -1 4194304 58673 0 0 0 119951 51 0 0 25 0 1 0 376708539 312987648 54449 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/21331/statm: 76413 54449 52 110 0 76300 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 305652

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.64
CPU time (s): 1200.07
CPU user time (s): 1199.52
CPU system time (s): 0.547916
CPU usage (%): 99.9522
Max. virtual memory (cumulated for all children) (KiB): 305652

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

runsolver used 1.3188 second user time and 3.05454 second system time

The end

Launcher Data (download as text)

Begin job on node6 on Sat Mar 10 22:58:58 UTC 2007

IDJOB= 334362
IDBENCH= 24626
IDSOLVER= 100
FILE ID= node6/334362-1173567529

PBS_JOBID= 4101198

Free space on /tmp= 66382 MiB

SOLVER NAME= tinisat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest04/others/CompositeRSA576.sat05-509.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/334362-1173567529/tinisat /tmp/evaluation/334362-1173567529/instance-334362-1173567529.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-334362-1173567529 -o ROOT/results/node6/solver-334362-1173567529 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/334362-1173567529/tinisat /tmp/evaluation/334362-1173567529/instance-334362-1173567529.cnf            

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  19fdeefb726e073f5c825136ceaf9e1b

RANDOM SEED= 554956821

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node6.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.277
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.277
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:      2055924 kB
MemFree:       1375640 kB
Buffers:         52876 kB
Cached:         535060 kB
SwapCached:       2236 kB
Active:         331960 kB
Inactive:       279108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1375640 kB
SwapTotal:     4192956 kB
SwapFree:      4156956 kB
Dirty:           53556 kB
Writeback:           0 kB
Mapped:          31148 kB
Slab:            54772 kB
Committed_AS:  1340536 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= 66382 MiB

End job on node6 on Sat Mar 10 23:19:01 UTC 2007