Trace number 330912

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.21 1200.56

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq5.cnf
MD5SUM79c983ee7a6671238604da3040f85341
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 variables151669
Number of clauses2465731
Sum of the clauses size7141423
Maximum clause length150
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 22309834
Number of clauses of size 335167
Number of clauses of size 45995
Number of clauses of size 511790
Number of clauses of size over 5102944

Solver Data (download as text)

3.29/3.36	c Tinisat 0.22
3.29/3.36	c solving /tmp/evaluation/330912-1173176346/instance-330912-1173176346.cnf
3.29/3.36	c 151669 variables, 2465731 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/node76/watcher-330912-1173176346 -o ROOT/results/node76/solver-330912-1173176346 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/330912-1173176346/tinisat /tmp/evaluation/330912-1173176346/instance-330912-1173176346.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 0.96 0.96 3/69 3841
/proc/meminfo: memFree=1717592/2055888 swapFree=4087256/4096564
[pid=3841] ppid=3839 vsize=19980 CPUtime=0
/proc/3841/stat : 3841 (tinisat) R 3839 3841 3483 0 -1 4194304 96 0 0 0 0 0 0 0 19 0 1 0 337593174 20459520 82 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134629133 0 0 4096 0 0 0 0 17 1 0 0
/proc/3841/statm: 4995 82 48 110 0 4882 0

[startup+0.0877361 s]
/proc/loadavg: 0.93 0.96 0.96 3/69 3841
/proc/meminfo: memFree=1717592/2055888 swapFree=4087256/4096564
[pid=3841] ppid=3839 vsize=21300 CPUtime=0.08
/proc/3841/stat : 3841 (tinisat) R 3839 3841 3483 0 -1 4194304 541 0 0 0 8 0 0 0 19 0 1 0 337593174 21811200 527 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134629133 0 0 4096 0 0 0 0 17 1 0 0
/proc/3841/statm: 5325 527 48 110 0 5212 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 21300

[startup+0.102737 s]
/proc/loadavg: 0.93 0.96 0.96 3/69 3841
/proc/meminfo: memFree=1717592/2055888 swapFree=4087256/4096564
[pid=3841] ppid=3839 vsize=21432 CPUtime=0.09
/proc/3841/stat : 3841 (tinisat) R 3839 3841 3483 0 -1 4194304 622 0 0 0 9 0 0 0 19 0 1 0 337593174 21946368 608 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/3841/statm: 5358 608 48 110 0 5245 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21432

[startup+0.30276 s]
/proc/loadavg: 0.93 0.96 0.96 3/69 3841
/proc/meminfo: memFree=1717592/2055888 swapFree=4087256/4096564
[pid=3841] ppid=3839 vsize=24336 CPUtime=0.29
/proc/3841/stat : 3841 (tinisat) R 3839 3841 3483 0 -1 4194304 1635 0 0 0 29 0 0 0 21 0 1 0 337593174 24920064 1621 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134629133 0 0 4096 0 0 0 0 17 1 0 0
/proc/3841/statm: 6084 1621 48 110 0 5971 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24336

[startup+0.701808 s]
/proc/loadavg: 0.93 0.96 0.96 3/69 3841
/proc/meminfo: memFree=1717592/2055888 swapFree=4087256/4096564
[pid=3841] ppid=3839 vsize=30012 CPUtime=0.69
/proc/3841/stat : 3841 (tinisat) R 3839 3841 3483 0 -1 4194304 3617 0 0 0 67 2 0 0 25 0 1 0 337593174 30732288 3603 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/3841/statm: 7503 3603 48 110 0 7390 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30012

[startup+1.5019 s]
/proc/loadavg: 0.93 0.96 0.96 2/70 3842
/proc/meminfo: memFree=1697360/2055888 swapFree=4087256/4096564
[pid=3841] ppid=3839 vsize=41364 CPUtime=1.49
/proc/3841/stat : 3841 (tinisat) R 3839 3841 3483 0 -1 4194304 7612 0 0 0 145 4 0 0 25 0 1 0 337593174 42356736 7598 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/3841/statm: 10341 7598 48 110 0 10228 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 41364

[startup+3.10108 s]
/proc/loadavg: 0.93 0.96 0.96 2/70 3842
/proc/meminfo: memFree=1675792/2055888 swapFree=4087256/4096564
[pid=3841] ppid=3839 vsize=63672 CPUtime=3.08
/proc/3841/stat : 3841 (tinisat) R 3839 3841 3483 0 -1 4194304 15463 0 0 0 300 8 0 0 25 0 1 0 337593174 65200128 15449 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/3841/statm: 15918 15449 48 110 0 15805 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 63672

[startup+6.30145 s]
/proc/loadavg: 1.01 0.97 0.97 2/70 3842
/proc/meminfo: memFree=1594320/2055888 swapFree=4087256/4096564
[pid=3841] ppid=3839 vsize=189640 CPUtime=6.28
/proc/3841/stat : 3841 (tinisat) R 3839 3841 3483 0 -1 4194304 36885 0 0 0 610 18 0 0 25 0 1 0 337593174 194191360 31164 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134533134 0 0 4096 0 0 0 0 17 1 0 0
/proc/3841/statm: 47410 31164 52 110 0 47297 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 189640

[startup+12.7012 s]
/proc/loadavg: 1.01 0.97 0.97 2/70 3842
/proc/meminfo: memFree=1594128/2055888 swapFree=4087256/4096564
[pid=3841] ppid=3839 vsize=189640 CPUtime=12.68
/proc/3841/stat : 3841 (tinisat) R 3839 3841 3483 0 -1 4194304 37190 0 0 0 1249 19 0 0 25 0 1 0 337593174 194191360 31469 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519841 0 0 4096 0 0 0 0 17 1 0 0
/proc/3841/statm: 47410 31469 52 110 0 47297 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 189640

[startup+25.5017 s]
/proc/loadavg: 1.01 0.97 0.97 2/70 3842
/proc/meminfo: memFree=1589968/2055888 swapFree=4087256/4096564
[pid=3841] ppid=3839 vsize=189640 CPUtime=25.49
/proc/3841/stat : 3841 (tinisat) R 3839 3841 3483 0 -1 4194304 38252 0 0 0 2528 21 0 0 25 0 1 0 337593174 194191360 32531 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/3841/statm: 47410 32531 52 110 0 47297 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 189640

[startup+51.1016 s]
/proc/loadavg: 1.00 0.97 0.97 2/70 3842
/proc/meminfo: memFree=1572240/2055888 swapFree=4087256/4096564
[pid=3841] ppid=3839 vsize=189640 CPUtime=51.08
/proc/3841/stat : 3841 (tinisat) R 3839 3841 3483 0 -1 4194304 42754 0 0 0 5083 25 0 0 25 0 1 0 337593174 194191360 37033 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134533224 0 0 4096 0 0 0 0 17 1 0 0
/proc/3841/statm: 47410 37033 52 110 0 47297 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 189640

[startup+102.305 s]
/proc/loadavg: 1.00 0.97 0.97 2/70 3842
/proc/meminfo: memFree=1524496/2055888 swapFree=4087256/4096564
[pid=3841] ppid=3839 vsize=339752 CPUtime=102.26
/proc/3841/stat : 3841 (tinisat) R 3839 3841 3483 0 -1 4194304 54643 0 0 0 10194 32 0 0 25 0 1 0 337593174 347906048 48922 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515541 0 0 4096 0 0 0 0 17 1 0 0
/proc/3841/statm: 84938 48922 52 110 0 84825 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 339752

[startup+162.301 s]
/proc/loadavg: 1.00 0.97 0.97 2/70 3842
/proc/meminfo: memFree=1495248/2055888 swapFree=4087256/4096564
[pid=3841] ppid=3839 vsize=339752 CPUtime=162.25
/proc/3841/stat : 3841 (tinisat) R 3839 3841 3483 0 -1 4194304 62007 0 0 0 16185 40 0 0 25 0 1 0 337593174 347906048 56286 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134517021 0 0 4096 0 0 0 0 17 1 0 0
/proc/3841/statm: 84938 56286 52 110 0 84825 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 339752

[startup+222.301 s]
/proc/loadavg: 1.00 0.97 0.97 2/70 3842
/proc/meminfo: memFree=1453200/2055888 swapFree=4087256/4096564
[pid=3841] ppid=3839 vsize=339752 CPUtime=222.23
/proc/3841/stat : 3841 (tinisat) R 3839 3841 3483 0 -1 4194304 72446 0 0 0 22175 48 0 0 25 0 1 0 337593174 347906048 66725 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/3841/statm: 84938 66725 52 110 0 84825 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 339752

[startup+282.301 s]
/proc/loadavg: 1.00 0.97 0.97 2/70 3842
/proc/meminfo: memFree=1376400/2055888 swapFree=4087256/4096564
[pid=3841] ppid=3839 vsize=639976 CPUtime=282.21
/proc/3841/stat : 3841 (tinisat) R 3839 3841 3483 0 -1 4194304 91875 0 0 0 28162 59 0 0 25 0 1 0 337593174 655335424 86154 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520029 0 0 4096 0 0 0 0 17 1 0 0
/proc/3841/statm: 159994 86154 52 110 0 159881 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 639976

[startup+342.301 s]
/proc/loadavg: 1.00 0.97 0.97 2/70 3842
/proc/meminfo: memFree=1336912/2055888 swapFree=4087256/4096564
[pid=3841] ppid=3839 vsize=639976 CPUtime=342.19
/proc/3841/stat : 3841 (tinisat) R 3839 3841 3483 0 -1 4194304 101379 0 0 0 34152 67 0 0 25 0 1 0 337593174 655335424 95658 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519657 0 0 4096 0 0 0 0 17 1 0 0
/proc/3841/statm: 159994 95658 52 110 0 159881 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 639976

[startup+402.303 s]
/proc/loadavg: 1.00 0.97 0.97 2/70 3842
/proc/meminfo: memFree=1307472/2055888 swapFree=4087256/4096564
[pid=3841] ppid=3839 vsize=639976 CPUtime=402.17
/proc/3841/stat : 3841 (tinisat) R 3839 3841 3483 0 -1 4194304 108864 0 0 0 40144 73 0 0 25 0 1 0 337593174 655335424 103143 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/3841/statm: 159994 103143 52 110 0 159881 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 639976

[startup+462.303 s]
/proc/loadavg: 1.00 0.97 0.97 2/70 3842
/proc/meminfo: memFree=1258960/2055888 swapFree=4087256/4096564
[pid=3841] ppid=3839 vsize=639976 CPUtime=462.15
/proc/3841/stat : 3841 (tinisat) R 3839 3841 3483 0 -1 4194304 121015 0 0 0 46131 84 0 0 25 0 1 0 337593174 655335424 115294 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518744 0 0 4096 0 0 0 0 17 1 0 0
/proc/3841/statm: 159994 115294 52 110 0 159881 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 639976

[startup+522.303 s]
/proc/loadavg: 1.00 0.97 0.97 2/70 3842
/proc/meminfo: memFree=1201936/2055888 swapFree=4087256/4096564
[pid=3841] ppid=3839 vsize=639976 CPUtime=522.13
/proc/3841/stat : 3841 (tinisat) R 3839 3841 3483 0 -1 4194304 135093 0 0 0 52120 93 0 0 25 0 1 0 337593174 655335424 129372 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/3841/statm: 159994 129372 52 110 0 159881 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 639976

[startup+582.303 s]
/proc/loadavg: 1.08 1.00 0.98 2/70 3842
/proc/meminfo: memFree=1142608/2055888 swapFree=4087256/4096564
[pid=3841] ppid=3839 vsize=639976 CPUtime=582.12
/proc/3841/stat : 3841 (tinisat) R 3839 3841 3483 0 -1 4194304 149868 0 0 0 58109 103 0 0 25 0 1 0 337593174 655335424 144147 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/3841/statm: 159994 144147 52 110 0 159881 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 639976

[startup+642.302 s]
/proc/loadavg: 1.03 1.00 0.98 2/70 3842
/proc/meminfo: memFree=1109328/2055888 swapFree=4087256/4096564
[pid=3841] ppid=3839 vsize=639976 CPUtime=642.11
/proc/3841/stat : 3841 (tinisat) R 3839 3841 3483 0 -1 4194304 158147 0 0 0 64102 109 0 0 25 0 1 0 337593174 655335424 152426 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/3841/statm: 159994 152426 52 110 0 159881 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 639976

[startup+702.301 s]
/proc/loadavg: 1.01 1.00 0.98 2/70 3842
/proc/meminfo: memFree=1075664/2055888 swapFree=4087256/4096564
[pid=3841] ppid=3839 vsize=1240424 CPUtime=702.08
/proc/3841/stat : 3841 (tinisat) R 3839 3841 3483 0 -1 4194304 166813 0 0 0 70090 118 0 0 25 0 1 0 337593174 1270194176 161092 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/3841/statm: 310106 161092 52 110 0 309993 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 1240424

[startup+762.304 s]
/proc/loadavg: 1.00 1.00 0.98 2/70 3842
/proc/meminfo: memFree=978384/2055888 swapFree=4087256/4096564
[pid=3841] ppid=3839 vsize=1240424 CPUtime=762.07
/proc/3841/stat : 3841 (tinisat) R 3839 3841 3483 0 -1 4194304 190848 0 0 0 76073 134 0 0 25 0 1 0 337593174 1270194176 185127 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/3841/statm: 310106 185127 52 110 0 309993 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 1240424

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/70 3842
/proc/meminfo: memFree=927056/2055888 swapFree=4087256/4096564
[pid=3841] ppid=3839 vsize=1240424 CPUtime=822.05
/proc/3841/stat : 3841 (tinisat) R 3839 3841 3483 0 -1 4194304 203824 0 0 0 82060 145 0 0 25 0 1 0 337593174 1270194176 198103 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/3841/statm: 310106 198103 52 110 0 309993 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 1240424

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/70 3842
/proc/meminfo: memFree=871952/2055888 swapFree=4087256/4096564
[pid=3841] ppid=3839 vsize=1240424 CPUtime=882.04
/proc/3841/stat : 3841 (tinisat) R 3839 3841 3483 0 -1 4194304 217409 0 0 0 88048 156 0 0 25 0 1 0 337593174 1270194176 211688 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/3841/statm: 310106 211688 52 110 0 309993 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 1240424

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/70 3842
/proc/meminfo: memFree=835216/2055888 swapFree=4087256/4096564
[pid=3841] ppid=3839 vsize=1240424 CPUtime=942.01
/proc/3841/stat : 3841 (tinisat) R 3839 3841 3483 0 -1 4194304 226634 0 0 0 94039 162 0 0 25 0 1 0 337593174 1270194176 220913 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/3841/statm: 310106 220913 52 110 0 309993 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 1240424

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/70 3842
/proc/meminfo: memFree=814352/2055888 swapFree=4087256/4096564
[pid=3841] ppid=3839 vsize=1240424 CPUtime=1002
/proc/3841/stat : 3841 (tinisat) R 3839 3841 3483 0 -1 4194304 231806 0 0 0 100032 168 0 0 25 0 1 0 337593174 1270194176 226085 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/3841/statm: 310106 226085 52 110 0 309993 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 1240424

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/70 3842
/proc/meminfo: memFree=772560/2055888 swapFree=4087256/4096564
[pid=3841] ppid=3839 vsize=1240424 CPUtime=1061.98
/proc/3841/stat : 3841 (tinisat) R 3839 3841 3483 0 -1 4194304 242297 0 0 0 106024 174 0 0 25 0 1 0 337593174 1270194176 236576 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134532392 0 0 4096 0 0 0 0 17 1 0 0
/proc/3841/statm: 310106 236576 52 110 0 309993 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 1240424

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/70 3842
/proc/meminfo: memFree=734800/2055888 swapFree=4087256/4096564
[pid=3841] ppid=3839 vsize=1240424 CPUtime=1121.96
/proc/3841/stat : 3841 (tinisat) R 3839 3841 3483 0 -1 4194304 251613 0 0 0 112015 181 0 0 25 0 1 0 337593174 1270194176 245892 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/3841/statm: 310106 245892 52 110 0 309993 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 1240424

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/70 3842
/proc/meminfo: memFree=693648/2055888 swapFree=4087256/4096564
[pid=3841] ppid=3839 vsize=1240424 CPUtime=1181.95
/proc/3841/stat : 3841 (tinisat) R 3839 3841 3483 0 -1 4194304 262083 0 0 0 118004 191 0 0 25 0 1 0 337593174 1270194176 256362 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518744 0 0 4096 0 0 0 0 17 1 0 0
/proc/3841/statm: 310106 256362 52 110 0 309993 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 1240424



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 0.98 2/70 3842
/proc/meminfo: memFree=678992/2055888 swapFree=4087256/4096564
[pid=3841] ppid=3839 vsize=1240424 CPUtime=1200.05
/proc/3841/stat : 3841 (tinisat) R 3839 3841 3483 0 -1 4194304 265496 0 0 0 119811 194 0 0 25 0 1 0 337593174 1270194176 259775 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134532420 0 0 4096 0 0 0 0 17 1 0 0
/proc/3841/statm: 310106 259775 52 110 0 309993 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 1240424

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

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

[startup+1200.51 s]
/proc/loadavg: 1.00 1.00 0.98 2/70 3842
/proc/meminfo: memFree=678992/2055888 swapFree=4087256/4096564
[pid=3841] ppid=3839 vsize=0 CPUtime=1200.15
/proc/3841/stat : 3841 (tinisat) R 3839 3841 3483 0 -1 4195332 265496 0 0 0 119811 204 0 0 25 0 1 0 337593174 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/3841/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.15
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.56
CPU time (s): 1200.21
CPU user time (s): 1198.11
CPU system time (s): 2.09168
CPU usage (%): 99.9707
Max. virtual memory (cumulated for all children) (KiB): 1240424

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

runsolver used 0.990849 second user time and 2.30365 second system time

The end

Launcher Data (download as text)

Begin job on node76 on Tue Mar  6 10:19:09 UTC 2007

IDJOB= 330912
IDBENCH= 20575
IDSOLVER= 100
FILE ID= node76/330912-1173176346

PBS_JOBID= 4015266

Free space on /tmp= 66570 MiB

SOLVER NAME= tinisat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq5.cnf
COMMAND LINE= /tmp/evaluation/330912-1173176346/tinisat /tmp/evaluation/330912-1173176346/instance-330912-1173176346.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node76/watcher-330912-1173176346 -o ROOT/results/node76/solver-330912-1173176346 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/330912-1173176346/tinisat /tmp/evaluation/330912-1173176346/instance-330912-1173176346.cnf            

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  79c983ee7a6671238604da3040f85341

RANDOM SEED= 659916603

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node76.alineos.net 2.6.9-34.ELsmp #1 SMP Thu Mar 9 06:23:23 GMT 2006 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.219
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	: 6006.18
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.219
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	: 5999.41
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1717936 kB
Buffers:         23028 kB
Cached:         252104 kB
SwapCached:       2716 kB
Active:         118344 kB
Inactive:       166456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1717936 kB
SwapTotal:     4096564 kB
SwapFree:      4087256 kB
Dirty:           51500 kB
Writeback:           0 kB
Mapped:          15720 kB
Slab:            39464 kB
Committed_AS:  1174352 kB
PageTables:       1424 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66570 MiB

End job on node76 on Tue Mar  6 10:39:11 UTC 2007