Trace number 334740

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.14 1200.54

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-philo.used-as.sat04-988.sat05-4195.reshuffled-07.cnf
MD5SUM45589f445aa56f109f82baade7facf9a
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 variables36304
Number of clauses1711065
Sum of the clauses size3450220
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21706958
Number of clauses of size 30
Number of clauses of size 45
Number of clauses of size 57
Number of clauses of size over 54095

Solver Data (download as text)

1.89/1.99	c Tinisat 0.22
1.89/1.99	c solving /tmp/evaluation/334740-1173590163/instance-334740-1173590163.cnf
1.89/1.99	c 36304 variables, 1711065 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/node12/watcher-334740-1173590163 -o ROOT/results/node12/solver-334740-1173590163 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/334740-1173590163/tinisat /tmp/evaluation/334740-1173590163/instance-334740-1173590163.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.98 0.99 3/77 2022
/proc/meminfo: memFree=1410040/2055920 swapFree=4156588/4192956
[pid=2022] ppid=2020 vsize=14084 CPUtime=0
/proc/2022/stat : 2022 (tinisat) R 2020 2022 1309 0 -1 4194304 95 0 0 0 0 0 0 0 18 0 1 0 378971141 14422016 80 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134726405 0 0 4096 0 0 0 0 17 1 0 0
/proc/2022/statm: 3521 80 48 110 0 3408 0

[startup+0.05062 s]
/proc/loadavg: 0.93 0.98 0.99 3/77 2022
/proc/meminfo: memFree=1410040/2055920 swapFree=4156588/4192956
[pid=2022] ppid=2020 vsize=14744 CPUtime=0.04
/proc/2022/stat : 2022 (tinisat) R 2020 2022 1309 0 -1 4194304 329 0 0 0 4 0 0 0 18 0 1 0 378971141 15097856 314 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134514772 0 0 4096 0 0 0 0 17 1 0 0
/proc/2022/statm: 3686 314 48 110 0 3573 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14744

[startup+0.101628 s]
/proc/loadavg: 0.93 0.98 0.99 3/77 2022
/proc/meminfo: memFree=1410040/2055920 swapFree=4156588/4192956
[pid=2022] ppid=2020 vsize=15404 CPUtime=0.09
/proc/2022/stat : 2022 (tinisat) R 2020 2022 1309 0 -1 4194304 588 0 0 0 9 0 0 0 18 0 1 0 378971141 15773696 573 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/2022/statm: 3851 573 48 110 0 3738 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15404

[startup+0.301664 s]
/proc/loadavg: 0.93 0.98 0.99 3/77 2022
/proc/meminfo: memFree=1410040/2055920 swapFree=4156588/4192956
[pid=2022] ppid=2020 vsize=18044 CPUtime=0.29
/proc/2022/stat : 2022 (tinisat) R 2020 2022 1309 0 -1 4194304 1595 0 0 0 29 0 0 0 19 0 1 0 378971141 18477056 1580 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134629133 0 0 4096 0 0 0 0 17 1 0 0
/proc/2022/statm: 4511 1580 48 110 0 4398 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18044

[startup+0.701737 s]
/proc/loadavg: 0.93 0.98 0.99 3/77 2022
/proc/meminfo: memFree=1410040/2055920 swapFree=4156588/4192956
[pid=2022] ppid=2020 vsize=23456 CPUtime=0.69
/proc/2022/stat : 2022 (tinisat) R 2020 2022 1309 0 -1 4194304 3617 0 0 0 68 1 0 0 23 0 1 0 378971141 24018944 3602 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134629133 0 0 4096 0 0 0 0 17 1 0 0
/proc/2022/statm: 5864 3602 48 110 0 5751 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23456

[startup+1.50188 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 2023
/proc/meminfo: memFree=1390384/2055920 swapFree=4156588/4192956
[pid=2022] ppid=2020 vsize=34280 CPUtime=1.49
/proc/2022/stat : 2022 (tinisat) R 2020 2022 1309 0 -1 4194304 7648 0 0 0 145 4 0 0 25 0 1 0 378971141 35102720 7633 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/2022/statm: 8570 7633 48 110 0 8457 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34280

[startup+3.10117 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 2023
/proc/meminfo: memFree=1364784/2055920 swapFree=4156588/4192956
[pid=2022] ppid=2020 vsize=105488 CPUtime=3.09
/proc/2022/stat : 2022 (tinisat) R 2020 2022 1309 0 -1 4194304 19784 0 0 0 299 10 0 0 25 0 1 0 378971141 108019712 16212 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519640 0 0 4096 0 0 0 0 17 1 0 0
/proc/2022/statm: 26372 16212 52 110 0 26259 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 105488

[startup+6.30174 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 2023
/proc/meminfo: memFree=1345712/2055920 swapFree=4156588/4192956
[pid=2022] ppid=2020 vsize=105488 CPUtime=6.29
/proc/2022/stat : 2022 (tinisat) R 2020 2022 1309 0 -1 4194304 19851 0 0 0 619 10 0 0 25 0 1 0 378971141 108019712 16279 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519582 0 0 4096 0 0 0 0 17 1 0 0
/proc/2022/statm: 26372 16279 52 110 0 26259 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 105488

[startup+12.7019 s]
/proc/loadavg: 0.94 0.98 0.99 2/78 2023
/proc/meminfo: memFree=1345328/2055920 swapFree=4156588/4192956
[pid=2022] ppid=2020 vsize=105488 CPUtime=12.69
/proc/2022/stat : 2022 (tinisat) R 2020 2022 1309 0 -1 4194304 19962 0 0 0 1259 10 0 0 25 0 1 0 378971141 108019712 16390 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519657 0 0 4096 0 0 0 0 17 1 0 0
/proc/2022/statm: 26372 16390 52 110 0 26259 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 105488

[startup+25.5012 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 2023
/proc/meminfo: memFree=1344432/2055920 swapFree=4156588/4192956
[pid=2022] ppid=2020 vsize=105488 CPUtime=25.49
/proc/2022/stat : 2022 (tinisat) R 2020 2022 1309 0 -1 4194304 20196 0 0 0 2538 11 0 0 25 0 1 0 378971141 108019712 16624 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515541 0 0 4096 0 0 0 0 17 1 0 0
/proc/2022/statm: 26372 16624 52 110 0 26259 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 105488

[startup+51.1018 s]
/proc/loadavg: 0.97 0.98 0.99 2/78 2023
/proc/meminfo: memFree=1342000/2055920 swapFree=4156588/4192956
[pid=2022] ppid=2020 vsize=105488 CPUtime=51.07
/proc/2022/stat : 2022 (tinisat) R 2020 2022 1309 0 -1 4194304 20829 0 0 0 5096 11 0 0 25 0 1 0 378971141 108019712 17257 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134532858 0 0 4096 0 0 0 0 17 1 0 0
/proc/2022/statm: 26372 17257 52 110 0 26259 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 105488

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 2023
/proc/meminfo: memFree=1333232/2055920 swapFree=4156588/4192956
[pid=2022] ppid=2020 vsize=105488 CPUtime=102.26
/proc/2022/stat : 2022 (tinisat) R 2020 2022 1309 0 -1 4194304 22978 0 0 0 10213 13 0 0 25 0 1 0 378971141 108019712 19406 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/2022/statm: 26372 19406 52 110 0 26259 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 105488

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 2023
/proc/meminfo: memFree=1323056/2055920 swapFree=4156588/4192956
[pid=2022] ppid=2020 vsize=105488 CPUtime=162.23
/proc/2022/stat : 2022 (tinisat) R 2020 2022 1309 0 -1 4194304 25580 0 0 0 16206 17 0 0 25 0 1 0 378971141 108019712 22008 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/2022/statm: 26372 22008 52 110 0 26259 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 105488

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 2023
/proc/meminfo: memFree=1313392/2055920 swapFree=4156588/4192956
[pid=2022] ppid=2020 vsize=105488 CPUtime=222.21
/proc/2022/stat : 2022 (tinisat) R 2020 2022 1309 0 -1 4194304 27940 0 0 0 22201 20 0 0 25 0 1 0 378971141 108019712 24368 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/2022/statm: 26372 24368 52 110 0 26259 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 105488

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 2023
/proc/meminfo: memFree=1305392/2055920 swapFree=4156588/4192956
[pid=2022] ppid=2020 vsize=186136 CPUtime=282.19
/proc/2022/stat : 2022 (tinisat) R 2020 2022 1309 0 -1 4194304 29946 0 0 0 28196 23 0 0 25 0 1 0 378971141 190603264 26374 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/2022/statm: 46534 26374 52 110 0 46421 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 186136

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 2023
/proc/meminfo: memFree=1296560/2055920 swapFree=4156588/4192956
[pid=2022] ppid=2020 vsize=186136 CPUtime=342.18
/proc/2022/stat : 2022 (tinisat) R 2020 2022 1309 0 -1 4194304 32121 0 0 0 34192 26 0 0 25 0 1 0 378971141 190603264 28549 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519606 0 0 4096 0 0 0 0 17 1 0 0
/proc/2022/statm: 46534 28549 52 110 0 46421 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 186136

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 2023
/proc/meminfo: memFree=1289328/2055920 swapFree=4156588/4192956
[pid=2022] ppid=2020 vsize=186136 CPUtime=402.15
/proc/2022/stat : 2022 (tinisat) R 2020 2022 1309 0 -1 4194304 33930 0 0 0 40187 28 0 0 25 0 1 0 378971141 190603264 30358 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/2022/statm: 46534 30358 52 110 0 46421 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 186136

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 2023
/proc/meminfo: memFree=1281456/2055920 swapFree=4156588/4192956
[pid=2022] ppid=2020 vsize=186136 CPUtime=462.14
/proc/2022/stat : 2022 (tinisat) R 2020 2022 1309 0 -1 4194304 35921 0 0 0 46183 31 0 0 25 0 1 0 378971141 190603264 32349 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515384 0 0 4096 0 0 0 0 17 1 0 0
/proc/2022/statm: 46534 32349 52 110 0 46421 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 186136

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 2023
/proc/meminfo: memFree=1273648/2055920 swapFree=4156588/4192956
[pid=2022] ppid=2020 vsize=186136 CPUtime=522.12
/proc/2022/stat : 2022 (tinisat) R 2020 2022 1309 0 -1 4194304 37912 0 0 0 52179 33 0 0 25 0 1 0 378971141 190603264 34340 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/2022/statm: 46534 34340 52 110 0 46421 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 186136

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 2023
/proc/meminfo: memFree=1266352/2055920 swapFree=4156588/4192956
[pid=2022] ppid=2020 vsize=186136 CPUtime=582.1
/proc/2022/stat : 2022 (tinisat) R 2020 2022 1309 0 -1 4194304 39713 0 0 0 58174 36 0 0 25 0 1 0 378971141 190603264 36141 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/2022/statm: 46534 36141 52 110 0 46421 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 186136

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 2023
/proc/meminfo: memFree=1259056/2055920 swapFree=4156588/4192956
[pid=2022] ppid=2020 vsize=186136 CPUtime=642.08
/proc/2022/stat : 2022 (tinisat) R 2020 2022 1309 0 -1 4194304 41509 0 0 0 64170 38 0 0 25 0 1 0 378971141 190603264 37937 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/2022/statm: 46534 37937 52 110 0 46421 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 186136

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 2023
/proc/meminfo: memFree=1252336/2055920 swapFree=4156588/4192956
[pid=2022] ppid=2020 vsize=186136 CPUtime=702.06
/proc/2022/stat : 2022 (tinisat) R 2020 2022 1309 0 -1 4194304 43189 0 0 0 70166 40 0 0 25 0 1 0 378971141 190603264 39617 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519934 0 0 4096 0 0 0 0 17 1 0 0
/proc/2022/statm: 46534 39617 52 110 0 46421 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 186136

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 2023
/proc/meminfo: memFree=1245936/2055920 swapFree=4156588/4192956
[pid=2022] ppid=2020 vsize=186136 CPUtime=762.04
/proc/2022/stat : 2022 (tinisat) R 2020 2022 1309 0 -1 4194304 44781 0 0 0 76161 43 0 0 25 0 1 0 378971141 190603264 41209 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/2022/statm: 46534 41209 52 110 0 46421 0
Current children cumulated CPU time (s) 762.04
Current children cumulated vsize (KiB) 186136

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 2023
/proc/meminfo: memFree=1240176/2055920 swapFree=4156588/4192956
[pid=2022] ppid=2020 vsize=186136 CPUtime=822.02
/proc/2022/stat : 2022 (tinisat) R 2020 2022 1309 0 -1 4194304 46227 0 0 0 82156 46 0 0 25 0 1 0 378971141 190603264 42655 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519898 0 0 4096 0 0 0 0 17 1 0 0
/proc/2022/statm: 46534 42655 52 110 0 46421 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 186136

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 2023
/proc/meminfo: memFree=1234480/2055920 swapFree=4156588/4192956
[pid=2022] ppid=2020 vsize=186136 CPUtime=882
/proc/2022/stat : 2022 (tinisat) R 2020 2022 1309 0 -1 4194304 47648 0 0 0 88152 48 0 0 25 0 1 0 378971141 190603264 44076 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520011 0 0 4096 0 0 0 0 17 1 0 0
/proc/2022/statm: 46534 44076 52 110 0 46421 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 186136

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 2023
/proc/meminfo: memFree=1228592/2055920 swapFree=4156588/4192956
[pid=2022] ppid=2020 vsize=186136 CPUtime=941.98
/proc/2022/stat : 2022 (tinisat) R 2020 2022 1309 0 -1 4194304 49127 0 0 0 94147 51 0 0 25 0 1 0 378971141 190603264 45555 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519995 0 0 4096 0 0 0 0 17 1 0 0
/proc/2022/statm: 46534 45555 52 110 0 46421 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 186136

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 2023
/proc/meminfo: memFree=1222704/2055920 swapFree=4156588/4192956
[pid=2022] ppid=2020 vsize=347428 CPUtime=1001.96
/proc/2022/stat : 2022 (tinisat) R 2020 2022 1309 0 -1 4194304 50572 0 0 0 100142 54 0 0 25 0 1 0 378971141 355766272 47000 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/2022/statm: 86857 47000 52 110 0 86744 0
Current children cumulated CPU time (s) 1001.96
Current children cumulated vsize (KiB) 347428

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 2023
/proc/meminfo: memFree=1217008/2055920 swapFree=4156588/4192956
[pid=2022] ppid=2020 vsize=347428 CPUtime=1061.94
/proc/2022/stat : 2022 (tinisat) R 2020 2022 1309 0 -1 4194304 52023 0 0 0 106139 55 0 0 25 0 1 0 378971141 355766272 48451 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/2022/statm: 86857 48451 52 110 0 86744 0
Current children cumulated CPU time (s) 1061.94
Current children cumulated vsize (KiB) 347428

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 2023
/proc/meminfo: memFree=1210608/2055920 swapFree=4156588/4192956
[pid=2022] ppid=2020 vsize=347428 CPUtime=1121.92
/proc/2022/stat : 2022 (tinisat) R 2020 2022 1309 0 -1 4194304 53606 0 0 0 112135 57 0 0 25 0 1 0 378971141 355766272 50034 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/2022/statm: 86857 50034 52 110 0 86744 0
Current children cumulated CPU time (s) 1121.92
Current children cumulated vsize (KiB) 347428

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 2023
/proc/meminfo: memFree=1205104/2055920 swapFree=4156588/4192956
[pid=2022] ppid=2020 vsize=347428 CPUtime=1181.9
/proc/2022/stat : 2022 (tinisat) R 2020 2022 1309 0 -1 4194304 54966 0 0 0 118131 59 0 0 25 0 1 0 378971141 355766272 51394 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519657 0 0 4096 0 0 0 0 17 1 0 0
/proc/2022/statm: 86857 51394 52 110 0 86744 0
Current children cumulated CPU time (s) 1181.9
Current children cumulated vsize (KiB) 347428



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 2023
/proc/meminfo: memFree=1203248/2055920 swapFree=4156588/4192956
[pid=2022] ppid=2020 vsize=347428 CPUtime=1200.1
/proc/2022/stat : 2022 (tinisat) R 2020 2022 1309 0 -1 4194304 55418 0 0 0 119950 60 0 0 25 0 1 0 378971141 355766272 51846 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519638 0 0 4096 0 0 0 0 17 1 0 0
/proc/2022/statm: 86857 51846 52 110 0 86744 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 347428

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.98 0.99 2/78 2023
/proc/meminfo: memFree=1203248/2055920 swapFree=4156588/4192956
[pid=2022] ppid=2020 vsize=347428 CPUtime=1200.1
/proc/2022/stat : 2022 (tinisat) R 2020 2022 1309 0 -1 4194304 55418 0 0 0 119950 60 0 0 25 0 1 0 378971141 355766272 51846 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519638 0 0 4096 0 0 0 0 17 1 0 0
/proc/2022/statm: 86857 51846 52 110 0 86744 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 347428

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.54
CPU time (s): 1200.14
CPU user time (s): 1199.5
CPU system time (s): 0.633903
CPU usage (%): 99.9667
Max. virtual memory (cumulated for all children) (KiB): 347428

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

runsolver used 1.3438 second user time and 3.03054 second system time

The end

Launcher Data (download as text)

Begin job on node12 on Sun Mar 11 05:16:07 UTC 2007

IDJOB= 334740
IDBENCH= 24635
IDSOLVER= 100
FILE ID= node12/334740-1173590163

PBS_JOBID= 4101220

Free space on /tmp= 66410 MiB

SOLVER NAME= tinisat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/phnf/phnf-size10-exclusive-philo.used-as.sat04-988.sat05-4195.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/334740-1173590163/tinisat /tmp/evaluation/334740-1173590163/instance-334740-1173590163.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node12/watcher-334740-1173590163 -o ROOT/results/node12/solver-334740-1173590163 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/334740-1173590163/tinisat /tmp/evaluation/334740-1173590163/instance-334740-1173590163.cnf            

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  45589f445aa56f109f82baade7facf9a

RANDOM SEED= 717582633

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node12.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.285
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.285
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:       1410512 kB
Buffers:         53832 kB
Cached:         495620 kB
SwapCached:      15288 kB
Active:         326308 kB
Inactive:       246452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1410512 kB
SwapTotal:     4192956 kB
SwapFree:      4156588 kB
Dirty:           24828 kB
Writeback:           0 kB
Mapped:          29700 kB
Slab:            58296 kB
Committed_AS:  1672552 kB
PageTables:       1692 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= 66410 MiB

End job on node12 on Sun Mar 11 05:36:10 UTC 2007