Trace number 332094

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

Namecrafted/Medium/contest05/sabharwal/
gt-ordering-unsat-gt-030.sat05-1307.reshuffled-07.cnf
MD5SUM7cad9b31c1d2b928050fe75483db2332
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark11.0893
Satisfiable
(Un)Satisfiability was proved
Number of variables870
Number of clauses24825
Sum of the clauses size74820
Maximum clause length29
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2435
Number of clauses of size 324360
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 530

Solver Data (download as text)

0.00/0.03	c Tinisat 0.22
0.00/0.03	c solving /tmp/evaluation/332094-1173463232/instance-332094-1173463232.cnf
0.00/0.03	c 900 variables, 24825 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-332094-1173463232 -o ROOT/results/node13/solver-332094-1173463232 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/332094-1173463232/tinisat /tmp/evaluation/332094-1173463232/instance-332094-1173463232.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.00 0.00 0.00 3/77 20058
/proc/meminfo: memFree=1605952/2055920 swapFree=4158920/4192956
[pid=20058] ppid=20056 vsize=912 CPUtime=0
/proc/20058/stat : 20058 (tinisat) R 20056 20058 19998 0 -1 4194304 124 0 0 0 0 0 0 0 18 0 1 0 366277705 933888 109 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/20058/statm: 228 109 48 110 0 115 0

[startup+0.086439 s]
/proc/loadavg: 0.00 0.00 0.00 3/77 20058
/proc/meminfo: memFree=1605952/2055920 swapFree=4158920/4192956
[pid=20058] ppid=20056 vsize=2612 CPUtime=0.08
/proc/20058/stat : 20058 (tinisat) R 20056 20058 19998 0 -1 4194304 538 0 0 0 8 0 0 0 18 0 1 0 366277705 2674688 522 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134532427 0 0 4096 0 0 0 0 17 1 0 0
/proc/20058/statm: 653 522 52 110 0 540 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2612

[startup+0.102441 s]
/proc/loadavg: 0.00 0.00 0.00 3/77 20058
/proc/meminfo: memFree=1605952/2055920 swapFree=4158920/4192956
[pid=20058] ppid=20056 vsize=2612 CPUtime=0.1
/proc/20058/stat : 20058 (tinisat) R 20056 20058 19998 0 -1 4194304 550 0 0 0 10 0 0 0 18 0 1 0 366277705 2674688 534 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/20058/statm: 653 534 52 110 0 540 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2612

[startup+0.302467 s]
/proc/loadavg: 0.00 0.00 0.00 3/77 20058
/proc/meminfo: memFree=1605952/2055920 swapFree=4158920/4192956
[pid=20058] ppid=20056 vsize=4172 CPUtime=0.29
/proc/20058/stat : 20058 (tinisat) R 20056 20058 19998 0 -1 4194304 684 0 0 0 29 0 0 0 20 0 1 0 366277705 4272128 668 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/20058/statm: 1043 668 52 110 0 930 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4172

[startup+0.701522 s]
/proc/loadavg: 0.00 0.00 0.00 3/77 20058
/proc/meminfo: memFree=1605952/2055920 swapFree=4158920/4192956
[pid=20058] ppid=20056 vsize=7288 CPUtime=0.69
/proc/20058/stat : 20058 (tinisat) R 20056 20058 19998 0 -1 4194304 979 0 0 0 69 0 0 0 24 0 1 0 366277705 7462912 963 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515339 0 0 4096 0 0 0 0 17 1 0 0
/proc/20058/statm: 1822 963 52 110 0 1709 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7288

[startup+1.50163 s]
/proc/loadavg: 0.08 0.02 0.01 2/78 20059
/proc/meminfo: memFree=1601464/2055920 swapFree=4158920/4192956
[pid=20058] ppid=20056 vsize=7288 CPUtime=1.49
/proc/20058/stat : 20058 (tinisat) R 20056 20058 19998 0 -1 4194304 1478 0 0 0 149 0 0 0 25 0 1 0 366277705 7462912 1462 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515339 0 0 4096 0 0 0 0 17 1 0 0
/proc/20058/statm: 1822 1462 52 110 0 1709 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7288

[startup+3.10184 s]
/proc/loadavg: 0.08 0.02 0.01 2/78 20059
/proc/meminfo: memFree=1598904/2055920 swapFree=4158920/4192956
[pid=20058] ppid=20056 vsize=13912 CPUtime=3.09
/proc/20058/stat : 20058 (tinisat) R 20056 20058 19998 0 -1 4194304 2283 0 0 0 308 1 0 0 25 0 1 0 366277705 14245888 2267 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/20058/statm: 3478 2267 52 110 0 3365 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 13912

[startup+6.30126 s]
/proc/loadavg: 0.08 0.02 0.01 2/78 20059
/proc/meminfo: memFree=1592888/2055920 swapFree=4158920/4192956
[pid=20058] ppid=20056 vsize=27024 CPUtime=6.29
/proc/20058/stat : 20058 (tinisat) R 20056 20058 19998 0 -1 4194304 3584 0 0 0 627 2 0 0 25 0 1 0 366277705 27672576 3568 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519927 0 0 4096 0 0 0 0 17 1 0 0
/proc/20058/statm: 6756 3568 52 110 0 6643 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 27024

[startup+12.7011 s]
/proc/loadavg: 0.22 0.05 0.02 2/78 20059
/proc/meminfo: memFree=1584568/2055920 swapFree=4158920/4192956
[pid=20058] ppid=20056 vsize=28208 CPUtime=12.69
/proc/20058/stat : 20058 (tinisat) R 20056 20058 19998 0 -1 4194304 5640 0 0 0 1265 4 0 0 25 0 1 0 366277705 28884992 5559 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/20058/statm: 7052 5559 52 110 0 6939 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 28208

[startup+25.5018 s]
/proc/loadavg: 0.34 0.08 0.02 2/78 20059
/proc/meminfo: memFree=1571192/2055920 swapFree=4158920/4192956
[pid=20058] ppid=20056 vsize=54500 CPUtime=25.48
/proc/20058/stat : 20058 (tinisat) R 20056 20058 19998 0 -1 4194304 8763 0 0 0 2541 7 0 0 25 0 1 0 366277705 55808000 8682 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/20058/statm: 13625 8682 52 110 0 13512 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 54500

[startup+51.1012 s]
/proc/loadavg: 0.56 0.15 0.05 2/84 20161
/proc/meminfo: memFree=1553528/2055920 swapFree=4158920/4192956
[pid=20058] ppid=20056 vsize=56636 CPUtime=51.02
/proc/20058/stat : 20058 (tinisat) R 20056 20058 19998 0 -1 4194304 13041 0 0 0 5089 13 0 0 25 0 1 0 366277705 57995264 12831 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/20058/statm: 14159 12831 52 110 0 14046 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 56636

[startup+102.307 s]
/proc/loadavg: 0.82 0.29 0.10 2/84 20231
/proc/meminfo: memFree=1524856/2055920 swapFree=4158920/4192956
[pid=20058] ppid=20056 vsize=110364 CPUtime=102.17
/proc/20058/stat : 20058 (tinisat) R 20056 20058 19998 0 -1 4194304 20362 0 0 0 10197 20 0 0 25 0 1 0 366277705 113012736 19829 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515548 0 0 4096 0 0 0 0 17 1 0 0
/proc/20058/statm: 27591 19829 52 110 0 27478 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 110364

[startup+162.302 s]
/proc/loadavg: 0.93 0.42 0.15 2/78 20257
/proc/meminfo: memFree=1505720/2055920 swapFree=4158920/4192956
[pid=20058] ppid=20056 vsize=112880 CPUtime=162.13
/proc/20058/stat : 20058 (tinisat) R 20056 20058 19998 0 -1 4194304 25551 0 0 0 16187 26 0 0 25 0 1 0 366277705 115589120 24985 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134532567 0 0 4096 0 0 0 0 17 1 0 0
/proc/20058/statm: 28220 24985 52 110 0 28107 0
Current children cumulated CPU time (s) 162.13
Current children cumulated vsize (KiB) 112880

[startup+222.302 s]
/proc/loadavg: 0.97 0.52 0.20 2/78 20257
/proc/meminfo: memFree=1483064/2055920 swapFree=4158920/4192956
[pid=20058] ppid=20056 vsize=214484 CPUtime=222.11
/proc/20058/stat : 20058 (tinisat) R 20056 20058 19998 0 -1 4194304 31176 0 0 0 22180 31 0 0 25 0 1 0 366277705 219631616 30545 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/20058/statm: 53621 30545 52 110 0 53508 0
Current children cumulated CPU time (s) 222.11
Current children cumulated vsize (KiB) 214484

[startup+282.302 s]
/proc/loadavg: 0.99 0.61 0.25 2/78 20257
/proc/meminfo: memFree=1465912/2055920 swapFree=4158920/4192956
[pid=20058] ppid=20056 vsize=216004 CPUtime=282.09
/proc/20058/stat : 20058 (tinisat) R 20056 20058 19998 0 -1 4194304 35529 0 0 0 28172 37 0 0 25 0 1 0 366277705 221188096 34865 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519968 0 0 4096 0 0 0 0 17 1 0 0
/proc/20058/statm: 54001 34865 52 110 0 53888 0
Current children cumulated CPU time (s) 282.09
Current children cumulated vsize (KiB) 216004

[startup+342.303 s]
/proc/loadavg: 0.99 0.67 0.30 2/78 20257
/proc/meminfo: memFree=1453496/2055920 swapFree=4158920/4192956
[pid=20058] ppid=20056 vsize=219936 CPUtime=342.08
/proc/20058/stat : 20058 (tinisat) R 20056 20058 19998 0 -1 4194304 39180 0 0 0 34166 42 0 0 25 0 1 0 366277705 225214464 37937 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/20058/statm: 54984 37937 52 110 0 54871 0
Current children cumulated CPU time (s) 342.08
Current children cumulated vsize (KiB) 219936

[startup+402.303 s]
/proc/loadavg: 0.99 0.73 0.34 2/78 20257
/proc/meminfo: memFree=1441272/2055920 swapFree=4158920/4192956
[pid=20058] ppid=20056 vsize=221180 CPUtime=402.06
/proc/20058/stat : 20058 (tinisat) R 20056 20058 19998 0 -1 4194304 42332 0 0 0 40161 45 0 0 25 0 1 0 366277705 226488320 41023 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/20058/statm: 55295 41023 52 110 0 55182 0
Current children cumulated CPU time (s) 402.06
Current children cumulated vsize (KiB) 221180

[startup+462.303 s]
/proc/loadavg: 0.99 0.78 0.38 2/78 20257
/proc/meminfo: memFree=1430264/2055920 swapFree=4158920/4192956
[pid=20058] ppid=20056 vsize=223004 CPUtime=462.04
/proc/20058/stat : 20058 (tinisat) R 20056 20058 19998 0 -1 4194304 45152 0 0 0 46156 48 0 0 25 0 1 0 366277705 228356096 43778 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/20058/statm: 55751 43778 52 110 0 55638 0
Current children cumulated CPU time (s) 462.04
Current children cumulated vsize (KiB) 223004

[startup+522.303 s]
/proc/loadavg: 0.99 0.81 0.41 2/78 20257
/proc/meminfo: memFree=1419832/2055920 swapFree=4158920/4192956
[pid=20058] ppid=20056 vsize=224312 CPUtime=522.02
/proc/20058/stat : 20058 (tinisat) R 20056 20058 19998 0 -1 4194304 47798 0 0 0 52151 51 0 0 25 0 1 0 366277705 229695488 46424 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/20058/statm: 56078 46424 52 110 0 55965 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 224312

[startup+582.302 s]
/proc/loadavg: 0.99 0.85 0.45 2/78 20257
/proc/meminfo: memFree=1408504/2055920 swapFree=4158920/4192956
[pid=20058] ppid=20056 vsize=225808 CPUtime=582
/proc/20058/stat : 20058 (tinisat) R 20056 20058 19998 0 -1 4194304 50632 0 0 0 58146 54 0 0 25 0 1 0 366277705 231227392 49258 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/20058/statm: 56452 49258 52 110 0 56339 0
Current children cumulated CPU time (s) 582
Current children cumulated vsize (KiB) 225808

[startup+642.301 s]
/proc/loadavg: 0.99 0.87 0.48 2/78 20257
/proc/meminfo: memFree=1399736/2055920 swapFree=4158920/4192956
[pid=20058] ppid=20056 vsize=228276 CPUtime=641.99
/proc/20058/stat : 20058 (tinisat) R 20056 20058 19998 0 -1 4194304 53037 0 0 0 64142 57 0 0 25 0 1 0 366277705 233754624 51401 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/20058/statm: 57069 51401 52 110 0 56956 0
Current children cumulated CPU time (s) 641.99
Current children cumulated vsize (KiB) 228276

[startup+702.301 s]
/proc/loadavg: 0.99 0.89 0.51 2/78 20257
/proc/meminfo: memFree=1390648/2055920 swapFree=4158920/4192956
[pid=20058] ppid=20056 vsize=234124 CPUtime=701.96
/proc/20058/stat : 20058 (tinisat) R 20056 20058 19998 0 -1 4194304 56192 0 0 0 70136 60 0 0 25 0 1 0 366277705 239742976 53678 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/20058/statm: 58531 53678 52 110 0 58418 0
Current children cumulated CPU time (s) 701.96
Current children cumulated vsize (KiB) 234124

[startup+762.305 s]
/proc/loadavg: 0.99 0.91 0.54 2/78 20257
/proc/meminfo: memFree=1385656/2055920 swapFree=4158920/4192956
[pid=20058] ppid=20056 vsize=234684 CPUtime=761.95
/proc/20058/stat : 20058 (tinisat) R 20056 20058 19998 0 -1 4194304 57492 0 0 0 76132 63 0 0 25 0 1 0 366277705 240316416 54913 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520081 0 0 4096 0 0 0 0 17 1 0 0
/proc/20058/statm: 58671 54913 52 110 0 58558 0
Current children cumulated CPU time (s) 761.95
Current children cumulated vsize (KiB) 234684

[startup+822.301 s]
/proc/loadavg: 0.99 0.92 0.56 2/78 20257
/proc/meminfo: memFree=1379512/2055920 swapFree=4158920/4192956
[pid=20058] ppid=20056 vsize=235484 CPUtime=821.93
/proc/20058/stat : 20058 (tinisat) R 20056 20058 19998 0 -1 4194304 59166 0 0 0 82128 65 0 0 25 0 1 0 366277705 241135616 56458 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/20058/statm: 58871 56458 52 110 0 58758 0
Current children cumulated CPU time (s) 821.93
Current children cumulated vsize (KiB) 235484

[startup+882.301 s]
/proc/loadavg: 0.99 0.93 0.58 2/78 20257
/proc/meminfo: memFree=1373944/2055920 swapFree=4158920/4192956
[pid=20058] ppid=20056 vsize=435356 CPUtime=881.9
/proc/20058/stat : 20058 (tinisat) R 20056 20058 19998 0 -1 4194304 60541 0 0 0 88124 66 0 0 25 0 1 0 366277705 445804544 57833 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/20058/statm: 108839 57833 52 110 0 108726 0
Current children cumulated CPU time (s) 881.9
Current children cumulated vsize (KiB) 435356

[startup+942.301 s]
/proc/loadavg: 0.99 0.94 0.61 2/78 20257
/proc/meminfo: memFree=1369784/2055920 swapFree=4158920/4192956
[pid=20058] ppid=20056 vsize=435772 CPUtime=941.89
/proc/20058/stat : 20058 (tinisat) R 20056 20058 19998 0 -1 4194304 61661 0 0 0 94120 69 0 0 25 0 1 0 366277705 446230528 58888 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/20058/statm: 108943 58888 52 110 0 108830 0
Current children cumulated CPU time (s) 941.89
Current children cumulated vsize (KiB) 435772

[startup+1002.3 s]
/proc/loadavg: 0.99 0.95 0.63 2/78 20257
/proc/meminfo: memFree=1364600/2055920 swapFree=4158920/4192956
[pid=20058] ppid=20056 vsize=440700 CPUtime=1001.87
/proc/20058/stat : 20058 (tinisat) R 20056 20058 19998 0 -1 4194304 64093 0 0 0 100116 71 0 0 25 0 1 0 366277705 451276800 60166 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/20058/statm: 110175 60166 52 110 0 110062 0
Current children cumulated CPU time (s) 1001.87
Current children cumulated vsize (KiB) 440700

[startup+1062.3 s]
/proc/loadavg: 0.99 0.95 0.65 2/78 20257
/proc/meminfo: memFree=1359416/2055920 swapFree=4158920/4192956
[pid=20058] ppid=20056 vsize=440992 CPUtime=1061.85
/proc/20058/stat : 20058 (tinisat) R 20056 20058 19998 0 -1 4194304 65392 0 0 0 106112 73 0 0 25 0 1 0 366277705 451575808 61465 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/20058/statm: 110248 61465 52 110 0 110135 0
Current children cumulated CPU time (s) 1061.85
Current children cumulated vsize (KiB) 440992

[startup+1122.3 s]
/proc/loadavg: 0.99 0.96 0.67 2/78 20257
/proc/meminfo: memFree=1354552/2055920 swapFree=4158920/4192956
[pid=20058] ppid=20056 vsize=441700 CPUtime=1121.83
/proc/20058/stat : 20058 (tinisat) R 20056 20058 19998 0 -1 4194304 66603 0 0 0 112108 75 0 0 25 0 1 0 366277705 452300800 62676 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/20058/statm: 110425 62676 52 110 0 110312 0
Current children cumulated CPU time (s) 1121.83
Current children cumulated vsize (KiB) 441700

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.69 2/78 20257
/proc/meminfo: memFree=1350200/2055920 swapFree=4158920/4192956
[pid=20058] ppid=20056 vsize=442020 CPUtime=1181.81
/proc/20058/stat : 20058 (tinisat) R 20056 20058 19998 0 -1 4194304 67731 0 0 0 118105 76 0 0 25 0 1 0 366277705 452628480 63771 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/20058/statm: 110505 63771 52 110 0 110392 0
Current children cumulated CPU time (s) 1181.81
Current children cumulated vsize (KiB) 442020



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.69 2/78 20257
/proc/meminfo: memFree=1348792/2055920 swapFree=4158920/4192956
[pid=20058] ppid=20056 vsize=442152 CPUtime=1200.01
/proc/20058/stat : 20058 (tinisat) R 20056 20058 19998 0 -1 4194304 68054 0 0 0 119925 76 0 0 25 0 1 0 366277705 452763648 64094 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/20058/statm: 110538 64094 52 110 0 110425 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 442152

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: 0.99 0.97 0.69 2/78 20257
/proc/meminfo: memFree=1348792/2055920 swapFree=4158920/4192956
[pid=20058] ppid=20056 vsize=442152 CPUtime=1200.01
/proc/20058/stat : 20058 (tinisat) R 20056 20058 19998 0 -1 4194304 68054 0 0 0 119925 76 0 0 25 0 1 0 366277705 452763648 64094 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/20058/statm: 110538 64094 52 110 0 110425 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 442152

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.55
CPU time (s): 1200.06
CPU user time (s): 1199.25
CPU system time (s): 0.810876
CPU usage (%): 99.9597
Max. virtual memory (cumulated for all children) (KiB): 442152

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

runsolver used 1.38379 second user time and 2.98255 second system time

The end

Launcher Data (download as text)

Begin job on node13 on Fri Mar  9 18:00:32 UTC 2007

IDJOB= 332094
IDBENCH= 24572
IDSOLVER= 100
FILE ID= node13/332094-1173463232

PBS_JOBID= 4101064

Free space on /tmp= 66371 MiB

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

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  7cad9b31c1d2b928050fe75483db2332

RANDOM SEED= 459278403

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:       1606360 kB
Buffers:         46984 kB
Cached:         315748 kB
SwapCached:       2156 kB
Active:         138944 kB
Inactive:       246360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1606360 kB
SwapTotal:     4192956 kB
SwapFree:      4158920 kB
Dirty:            1132 kB
Writeback:           0 kB
Mapped:          30564 kB
Slab:            49812 kB
Committed_AS:  1568756 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= 66371 MiB

End job on node13 on Fri Mar  9 18:20:35 UTC 2007