Trace number 315856

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.1 1200.66

General information on the benchmark

Nameindustrial/palacios/medium/
emptyroom-4-h22-sat.cnf
MD5SUM57983904769950327e8e3faac0586d7b
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark99.2109
Satisfiable
(Un)Satisfiability was proved
Number of variables73770
Number of clauses222560
Sum of the clauses size519804
Maximum clause length28
Minimum clause length1
Number of clauses of size 1256
Number of clauses of size 2148710
Number of clauses of size 373346
Number of clauses of size 4106
Number of clauses of size 514
Number of clauses of size over 5128

Solver Data (download as text)

0.19/0.27	c Tinisat 0.22
0.19/0.27	c solving /tmp/evaluation/315856-1172660367/instance-315856-1172660367.cnf
0.19/0.27	c 75826 variables, 222560 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/node9/watcher-315856-1172660367 -o ROOT/results/node9/solver-315856-1172660367 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/315856-1172660367/tinisat /tmp/evaluation/315856-1172660367/instance-315856-1172660367.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/77 1611
/proc/meminfo: memFree=1249032/2055920 swapFree=4158656/4192956
[pid=1611] ppid=1609 vsize=2460 CPUtime=0
/proc/1611/stat : 1611 (tinisat) R 1609 1611 518 0 -1 4194304 98 0 0 0 0 0 0 0 18 0 1 0 285991317 2519040 83 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/1611/statm: 615 83 48 110 0 502 0

[startup+0.0662941 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 1611
/proc/meminfo: memFree=1249032/2055920 swapFree=4158656/4192956
[pid=1611] ppid=1609 vsize=3384 CPUtime=0.06
/proc/1611/stat : 1611 (tinisat) R 1609 1611 518 0 -1 4194304 425 0 0 0 6 0 0 0 18 0 1 0 285991317 3465216 410 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134629133 0 0 4096 0 0 0 0 17 1 0 0
/proc/1611/statm: 846 410 48 110 0 733 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 3384

[startup+0.1013 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 1611
/proc/meminfo: memFree=1249032/2055920 swapFree=4158656/4192956
[pid=1611] ppid=1609 vsize=3912 CPUtime=0.09
/proc/1611/stat : 1611 (tinisat) R 1609 1611 518 0 -1 4194304 606 0 0 0 9 0 0 0 18 0 1 0 285991317 4005888 591 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/1611/statm: 978 591 48 110 0 865 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3912

[startup+0.301338 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 1611
/proc/meminfo: memFree=1249032/2055920 swapFree=4158656/4192956
[pid=1611] ppid=1609 vsize=14932 CPUtime=0.29
/proc/1611/stat : 1611 (tinisat) R 1609 1611 518 0 -1 4194304 3340 0 0 0 28 1 0 0 19 0 1 0 285991317 15290368 3324 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/1611/statm: 3733 3326 51 110 0 3620 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14932

[startup+0.701414 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 1611
/proc/meminfo: memFree=1249032/2055920 swapFree=4158656/4192956
[pid=1611] ppid=1609 vsize=24464 CPUtime=0.69
/proc/1611/stat : 1611 (tinisat) R 1609 1611 518 0 -1 4194304 5745 0 0 0 67 2 0 0 22 0 1 0 285991317 25051136 4847 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/1611/statm: 6116 4847 52 110 0 6003 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24464

[startup+1.50157 s]
/proc/loadavg: 0.91 0.97 0.99 2/78 1612
/proc/meminfo: memFree=1229632/2055920 swapFree=4158656/4192956
[pid=1611] ppid=1609 vsize=24464 CPUtime=1.49
/proc/1611/stat : 1611 (tinisat) R 1609 1611 518 0 -1 4194304 5789 0 0 0 147 2 0 0 25 0 1 0 285991317 25051136 4891 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134519582 0 0 4096 0 0 0 0 17 1 0 0
/proc/1611/statm: 6116 4891 52 110 0 6003 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24464

[startup+3.10188 s]
/proc/loadavg: 0.91 0.97 0.99 2/78 1612
/proc/meminfo: memFree=1229376/2055920 swapFree=4158656/4192956
[pid=1611] ppid=1609 vsize=24464 CPUtime=3.09
/proc/1611/stat : 1611 (tinisat) R 1609 1611 518 0 -1 4194304 5824 0 0 0 307 2 0 0 25 0 1 0 285991317 25051136 4926 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134519912 0 0 4096 0 0 0 0 17 1 0 0
/proc/1611/statm: 6116 4926 52 110 0 6003 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24464

[startup+6.30149 s]
/proc/loadavg: 0.92 0.97 0.99 2/78 1612
/proc/meminfo: memFree=1228864/2055920 swapFree=4158656/4192956
[pid=1611] ppid=1609 vsize=24464 CPUtime=6.29
/proc/1611/stat : 1611 (tinisat) R 1609 1611 518 0 -1 4194304 5894 0 0 0 627 2 0 0 25 0 1 0 285991317 25051136 4996 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134519591 0 0 4096 0 0 0 0 17 1 0 0
/proc/1611/statm: 6116 4996 52 110 0 6003 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 24464

[startup+12.7027 s]
/proc/loadavg: 0.93 0.97 0.99 2/78 1612
/proc/meminfo: memFree=1228032/2055920 swapFree=4158656/4192956
[pid=1611] ppid=1609 vsize=24464 CPUtime=12.69
/proc/1611/stat : 1611 (tinisat) R 1609 1611 518 0 -1 4194304 6089 0 0 0 1266 3 0 0 25 0 1 0 285991317 25051136 5191 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134519582 0 0 4096 0 0 0 0 17 1 0 0
/proc/1611/statm: 6116 5191 52 110 0 6003 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 24464

[startup+25.5012 s]
/proc/loadavg: 0.94 0.97 0.99 2/78 1612
/proc/meminfo: memFree=1226496/2055920 swapFree=4158656/4192956
[pid=1611] ppid=1609 vsize=24464 CPUtime=25.48
/proc/1611/stat : 1611 (tinisat) R 1609 1611 518 0 -1 4194304 6502 0 0 0 2545 3 0 0 25 0 1 0 285991317 25051136 5604 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134519812 0 0 4096 0 0 0 0 17 1 0 0
/proc/1611/statm: 6116 5604 52 110 0 6003 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 24464

[startup+51.1011 s]
/proc/loadavg: 0.96 0.97 0.99 2/78 1612
/proc/meminfo: memFree=1222720/2055920 swapFree=4158656/4192956
[pid=1611] ppid=1609 vsize=36064 CPUtime=51.07
/proc/1611/stat : 1611 (tinisat) R 1609 1611 518 0 -1 4194304 7475 0 0 0 5102 5 0 0 25 0 1 0 285991317 36929536 6577 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134519657 0 0 4096 0 0 0 0 17 1 0 0
/proc/1611/statm: 9016 6577 52 110 0 8903 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 36064

[startup+102.307 s]
/proc/loadavg: 0.98 0.97 0.99 2/84 1680
/proc/meminfo: memFree=1212800/2055920 swapFree=4158656/4192956
[pid=1611] ppid=1609 vsize=36064 CPUtime=102.23
/proc/1611/stat : 1611 (tinisat) R 1609 1611 518 0 -1 4194304 9645 0 0 0 10215 8 0 0 25 0 1 0 285991317 36929536 8747 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134519582 0 0 4096 0 0 0 0 17 1 0 0
/proc/1611/statm: 9016 8747 52 110 0 8903 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 36064

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/84 1756
/proc/meminfo: memFree=1199240/2055920 swapFree=4158656/4192956
[pid=1611] ppid=1609 vsize=59264 CPUtime=162.15
/proc/1611/stat : 1611 (tinisat) R 1609 1611 518 0 -1 4194304 13049 0 0 0 16202 13 0 0 25 0 1 0 285991317 60686336 12151 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134519601 0 0 4096 0 0 0 0 17 1 0 0
/proc/1611/statm: 14816 12151 52 110 0 14703 0
Current children cumulated CPU time (s) 162.15
Current children cumulated vsize (KiB) 59264

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 1821
/proc/meminfo: memFree=1182528/2055920 swapFree=4158656/4192956
[pid=1611] ppid=1609 vsize=105664 CPUtime=222.09
/proc/1611/stat : 1611 (tinisat) R 1609 1611 518 0 -1 4194304 17475 0 0 0 22192 17 0 0 25 0 1 0 285991317 108199936 16577 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134515510 0 0 4096 0 0 0 0 17 1 0 0
/proc/1611/statm: 26416 16577 52 110 0 26303 0
Current children cumulated CPU time (s) 222.09
Current children cumulated vsize (KiB) 105664

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 1821
/proc/meminfo: memFree=1165568/2055920 swapFree=4158656/4192956
[pid=1611] ppid=1609 vsize=105664 CPUtime=282.07
/proc/1611/stat : 1611 (tinisat) R 1609 1611 518 0 -1 4194304 21745 0 0 0 28185 22 0 0 25 0 1 0 285991317 108199936 20847 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/1611/statm: 26416 20847 52 110 0 26303 0
Current children cumulated CPU time (s) 282.07
Current children cumulated vsize (KiB) 105664

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 1821
/proc/meminfo: memFree=1149696/2055920 swapFree=4158656/4192956
[pid=1611] ppid=1609 vsize=105664 CPUtime=342.05
/proc/1611/stat : 1611 (tinisat) R 1609 1611 518 0 -1 4194304 25681 0 0 0 34178 27 0 0 25 0 1 0 285991317 108199936 24783 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/1611/statm: 26416 24783 52 110 0 26303 0
Current children cumulated CPU time (s) 342.05
Current children cumulated vsize (KiB) 105664

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 1821
/proc/meminfo: memFree=1132544/2055920 swapFree=4158656/4192956
[pid=1611] ppid=1609 vsize=198460 CPUtime=402.03
/proc/1611/stat : 1611 (tinisat) R 1609 1611 518 0 -1 4194304 29981 0 0 0 40171 32 0 0 25 0 1 0 285991317 203223040 29083 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/1611/statm: 49615 29083 52 110 0 49502 0
Current children cumulated CPU time (s) 402.03
Current children cumulated vsize (KiB) 198460

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 1821
/proc/meminfo: memFree=1119168/2055920 swapFree=4158656/4192956
[pid=1611] ppid=1609 vsize=198460 CPUtime=462.01
/proc/1611/stat : 1611 (tinisat) R 1609 1611 518 0 -1 4194304 33293 0 0 0 46164 37 0 0 25 0 1 0 285991317 203223040 32395 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134515528 0 0 4096 0 0 0 0 17 1 0 0
/proc/1611/statm: 49615 32395 52 110 0 49502 0
Current children cumulated CPU time (s) 462.01
Current children cumulated vsize (KiB) 198460

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 1821
/proc/meminfo: memFree=1100928/2055920 swapFree=4158656/4192956
[pid=1611] ppid=1609 vsize=198460 CPUtime=521.98
/proc/1611/stat : 1611 (tinisat) R 1609 1611 518 0 -1 4194304 37945 0 0 0 52157 41 0 0 25 0 1 0 285991317 203223040 37047 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134515528 0 0 4096 0 0 0 0 17 1 0 0
/proc/1611/statm: 49615 37047 52 110 0 49502 0
Current children cumulated CPU time (s) 521.98
Current children cumulated vsize (KiB) 198460

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 1821
/proc/meminfo: memFree=1080704/2055920 swapFree=4158656/4192956
[pid=1611] ppid=1609 vsize=198460 CPUtime=581.96
/proc/1611/stat : 1611 (tinisat) R 1609 1611 518 0 -1 4194304 42928 0 0 0 58150 46 0 0 25 0 1 0 285991317 203223040 42030 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134519606 0 0 4096 0 0 0 0 17 1 0 0
/proc/1611/statm: 49615 42030 52 110 0 49502 0
Current children cumulated CPU time (s) 581.96
Current children cumulated vsize (KiB) 198460

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 1821
/proc/meminfo: memFree=1062208/2055920 swapFree=4158656/4192956
[pid=1611] ppid=1609 vsize=198460 CPUtime=641.94
/proc/1611/stat : 1611 (tinisat) R 1609 1611 518 0 -1 4194304 47485 0 0 0 64142 52 0 0 25 0 1 0 285991317 203223040 46587 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/1611/statm: 49615 46587 52 110 0 49502 0
Current children cumulated CPU time (s) 641.94
Current children cumulated vsize (KiB) 198460

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 1821
/proc/meminfo: memFree=1047680/2055920 swapFree=4158656/4192956
[pid=1611] ppid=1609 vsize=384052 CPUtime=701.92
/proc/1611/stat : 1611 (tinisat) R 1609 1611 518 0 -1 4194304 51132 0 0 0 70135 57 0 0 25 0 1 0 285991317 393269248 50234 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134519932 0 0 4096 0 0 0 0 17 1 0 0
/proc/1611/statm: 96013 50234 52 110 0 95900 0
Current children cumulated CPU time (s) 701.92
Current children cumulated vsize (KiB) 384052

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 1821
/proc/meminfo: memFree=1031168/2055920 swapFree=4158656/4192956
[pid=1611] ppid=1609 vsize=384052 CPUtime=761.9
/proc/1611/stat : 1611 (tinisat) R 1609 1611 518 0 -1 4194304 55231 0 0 0 76129 61 0 0 25 0 1 0 285991317 393269248 54333 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134516992 0 0 4096 0 0 0 0 17 1 0 0
/proc/1611/statm: 96013 54333 52 110 0 95900 0
Current children cumulated CPU time (s) 761.9
Current children cumulated vsize (KiB) 384052

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 1821
/proc/meminfo: memFree=1012480/2055920 swapFree=4158656/4192956
[pid=1611] ppid=1609 vsize=384052 CPUtime=821.87
/proc/1611/stat : 1611 (tinisat) R 1609 1611 518 0 -1 4194304 59921 0 0 0 82121 66 0 0 25 0 1 0 285991317 393269248 59023 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134515528 0 0 4096 0 0 0 0 17 1 0 0
/proc/1611/statm: 96013 59023 52 110 0 95900 0
Current children cumulated CPU time (s) 821.87
Current children cumulated vsize (KiB) 384052

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 1821
/proc/meminfo: memFree=988032/2055920 swapFree=4158656/4192956
[pid=1611] ppid=1609 vsize=384184 CPUtime=881.85
/proc/1611/stat : 1611 (tinisat) R 1609 1611 518 0 -1 4194304 65973 0 0 0 88112 73 0 0 25 0 1 0 285991317 393404416 65075 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134519582 0 0 4096 0 0 0 0 17 1 0 0
/proc/1611/statm: 96046 65075 52 110 0 95933 0
Current children cumulated CPU time (s) 881.85
Current children cumulated vsize (KiB) 384184

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 1821
/proc/meminfo: memFree=964480/2055920 swapFree=4158656/4192956
[pid=1611] ppid=1609 vsize=384576 CPUtime=941.83
/proc/1611/stat : 1611 (tinisat) R 1609 1611 518 0 -1 4194304 71912 0 0 0 94104 79 0 0 25 0 1 0 285991317 393805824 71014 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/1611/statm: 96144 71014 52 110 0 96031 0
Current children cumulated CPU time (s) 941.83
Current children cumulated vsize (KiB) 384576

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 1821
/proc/meminfo: memFree=946624/2055920 swapFree=4158656/4192956
[pid=1611] ppid=1609 vsize=384720 CPUtime=1001.81
/proc/1611/stat : 1611 (tinisat) R 1609 1611 518 0 -1 4194304 76300 0 0 0 100098 83 0 0 25 0 1 0 285991317 393953280 75402 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134518744 0 0 4096 0 0 0 0 17 1 0 0
/proc/1611/statm: 96180 75402 52 110 0 96067 0
Current children cumulated CPU time (s) 1001.81
Current children cumulated vsize (KiB) 384720

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 1821
/proc/meminfo: memFree=925632/2055920 swapFree=4158656/4192956
[pid=1611] ppid=1609 vsize=384848 CPUtime=1061.79
/proc/1611/stat : 1611 (tinisat) R 1609 1611 518 0 -1 4194304 81585 0 0 0 106090 89 0 0 25 0 1 0 285991317 394084352 80687 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134517013 0 0 4096 0 0 0 0 17 1 0 0
/proc/1611/statm: 96212 80687 52 110 0 96099 0
Current children cumulated CPU time (s) 1061.79
Current children cumulated vsize (KiB) 384848

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 1821
/proc/meminfo: memFree=906816/2055920 swapFree=4158656/4192956
[pid=1611] ppid=1609 vsize=384980 CPUtime=1121.76
/proc/1611/stat : 1611 (tinisat) R 1609 1611 518 0 -1 4194304 86251 0 0 0 112083 93 0 0 25 0 1 0 285991317 394219520 85353 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134519567 0 0 4096 0 0 0 0 17 1 0 0
/proc/1611/statm: 96245 85353 52 110 0 96132 0
Current children cumulated CPU time (s) 1121.76
Current children cumulated vsize (KiB) 384980

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 1821
/proc/meminfo: memFree=888000/2055920 swapFree=4158656/4192956
[pid=1611] ppid=1609 vsize=384980 CPUtime=1181.73
/proc/1611/stat : 1611 (tinisat) R 1609 1611 518 0 -1 4194304 90999 0 0 0 118077 96 0 0 25 0 1 0 285991317 394219520 90101 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134515528 0 0 4096 0 0 0 0 17 1 0 0
/proc/1611/statm: 96245 90101 52 110 0 96132 0
Current children cumulated CPU time (s) 1181.73
Current children cumulated vsize (KiB) 384980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 1821
/proc/meminfo: memFree=881536/2055920 swapFree=4158656/4192956
[pid=1611] ppid=1609 vsize=384980 CPUtime=1200.04
/proc/1611/stat : 1611 (tinisat) R 1609 1611 518 0 -1 4194304 92511 0 0 0 119906 98 0 0 25 0 1 0 285991317 394219520 91613 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134515585 0 0 4096 0 0 0 0 17 1 0 0
/proc/1611/statm: 96245 91613 52 110 0 96132 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 384980

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.66
CPU time (s): 1200.1
CPU user time (s): 1199.06
CPU system time (s): 1.03784
CPU usage (%): 99.9533
Max. virtual memory (cumulated for all children) (KiB): 384980

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

runsolver used 1.34279 second user time and 3.03254 second system time

The end

Launcher Data (download as text)

Begin job on node9 on Wed Feb 28 10:59:27 UTC 2007

IDJOB= 315856
IDBENCH= 20427
IDSOLVER= 100
FILE ID= node9/315856-1172660367

PBS_JOBID= 3980948

Free space on /tmp= 66530 MiB

SOLVER NAME= tinisat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/palacios/medium/emptyroom-4-h22-sat.cnf
COMMAND LINE= /tmp/evaluation/315856-1172660367/tinisat /tmp/evaluation/315856-1172660367/instance-315856-1172660367.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-315856-1172660367 -o ROOT/results/node9/solver-315856-1172660367 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/315856-1172660367/tinisat /tmp/evaluation/315856-1172660367/instance-315856-1172660367.cnf            

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  57983904769950327e8e3faac0586d7b

RANDOM SEED= 302741089

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node9.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.263
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.263
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:       1249440 kB
Buffers:         35004 kB
Cached:         677220 kB
SwapCached:       2796 kB
Active:         192032 kB
Inactive:       557836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1249440 kB
SwapTotal:     4192956 kB
SwapFree:      4158656 kB
Dirty:            4176 kB
Writeback:           0 kB
Mapped:          44636 kB
Slab:            42176 kB
Committed_AS:  1316716 kB
PageTables:       1724 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= 66530 MiB

End job on node9 on Wed Feb 28 11:19:30 UTC 2007