Trace number 337890

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.11 1200.42

General information on the benchmark

Namecrafted/Hard/contest03/looksrandom/
hgen8-n320-01-S1432474240.sat05-483.reshuffled-07.cnf
MD5SUM8fce8bf20db46a2557b7a1cf79e53b51
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 variables260
Number of clauses486
Sum of the clauses size1102
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2421
Number of clauses of size 30
Number of clauses of size 465
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	c Tinisat 0.22
0.00/0.00	c solving /tmp/evaluation/337890-1173676450/instance-337890-1173676450.cnf
0.00/0.00	c 320 variables, 486 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/node19/watcher-337890-1173676450 -o ROOT/results/node19/solver-337890-1173676450 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/337890-1173676450/tinisat /tmp/evaluation/337890-1173676450/instance-337890-1173676450.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 16678
/proc/meminfo: memFree=1478760/2055920 swapFree=4169404/4192956
[pid=16678] ppid=16676 vsize=712 CPUtime=0
/proc/16678/stat : 16678 (tinisat) R 16676 16678 15185 0 -1 4194304 100 0 0 0 0 0 0 0 18 0 1 0 387599045 729088 84 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518744 0 0 4096 0 0 0 0 17 1 0 0
/proc/16678/statm: 178 84 52 110 0 65 0

[startup+0.018726 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 16678
/proc/meminfo: memFree=1478760/2055920 swapFree=4169404/4192956
[pid=16678] ppid=16676 vsize=872 CPUtime=0.01
/proc/16678/stat : 16678 (tinisat) R 16676 16678 15185 0 -1 4194304 115 0 0 0 1 0 0 0 18 0 1 0 387599045 892928 99 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134532547 0 0 4096 0 0 0 0 17 1 0 0
/proc/16678/statm: 218 99 52 110 0 105 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 872

[startup+0.101747 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 16678
/proc/meminfo: memFree=1478760/2055920 swapFree=4169404/4192956
[pid=16678] ppid=16676 vsize=1204 CPUtime=0.1
/proc/16678/stat : 16678 (tinisat) R 16676 16678 15185 0 -1 4194304 194 0 0 0 10 0 0 0 18 0 1 0 387599045 1232896 178 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518765 0 0 4096 0 0 0 0 17 1 0 0
/proc/16678/statm: 301 178 52 110 0 188 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1204

[startup+0.301757 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 16678
/proc/meminfo: memFree=1478760/2055920 swapFree=4169404/4192956
[pid=16678] ppid=16676 vsize=1604 CPUtime=0.3
/proc/16678/stat : 16678 (tinisat) R 16676 16678 15185 0 -1 4194304 318 0 0 0 30 0 0 0 19 0 1 0 387599045 1642496 302 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520078 0 0 4096 0 0 0 0 17 1 0 0
/proc/16678/statm: 401 302 52 110 0 288 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1604

[startup+0.701801 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 16678
/proc/meminfo: memFree=1478760/2055920 swapFree=4169404/4192956
[pid=16678] ppid=16676 vsize=2680 CPUtime=0.7
/proc/16678/stat : 16678 (tinisat) R 16676 16678 15185 0 -1 4194304 497 0 0 0 70 0 0 0 22 0 1 0 387599045 2744320 481 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/16678/statm: 670 481 52 110 0 557 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 2680

[startup+1.5019 s]
/proc/loadavg: 0.91 0.97 0.99 2/78 16679
/proc/meminfo: memFree=1476640/2055920 swapFree=4169404/4192956
[pid=16678] ppid=16676 vsize=4404 CPUtime=1.5
/proc/16678/stat : 16678 (tinisat) R 16676 16678 15185 0 -1 4194304 713 0 0 0 150 0 0 0 25 0 1 0 387599045 4509696 697 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519968 0 0 4096 0 0 0 0 17 1 0 0
/proc/16678/statm: 1101 697 52 110 0 988 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 4404

[startup+3.10106 s]
/proc/loadavg: 0.92 0.97 0.99 2/78 16679
/proc/meminfo: memFree=1475360/2055920 swapFree=4169404/4192956
[pid=16678] ppid=16676 vsize=4800 CPUtime=3.09
/proc/16678/stat : 16678 (tinisat) R 16676 16678 15185 0 -1 4194304 1069 0 0 0 309 0 0 0 25 0 1 0 387599045 4915200 1053 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16678/statm: 1200 1053 52 110 0 1087 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4800

[startup+6.30141 s]
/proc/loadavg: 0.92 0.97 0.99 2/78 16679
/proc/meminfo: memFree=1473120/2055920 swapFree=4169404/4192956
[pid=16678] ppid=16676 vsize=8244 CPUtime=6.29
/proc/16678/stat : 16678 (tinisat) R 16676 16678 15185 0 -1 4194304 1535 0 0 0 628 1 0 0 25 0 1 0 387599045 8441856 1519 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/16678/statm: 2061 1519 52 110 0 1948 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8244

[startup+12.7011 s]
/proc/loadavg: 0.93 0.97 0.99 2/78 16679
/proc/meminfo: memFree=1470304/2055920 swapFree=4169404/4192956
[pid=16678] ppid=16676 vsize=15424 CPUtime=12.68
/proc/16678/stat : 16678 (tinisat) R 16676 16678 15185 0 -1 4194304 2204 0 0 0 1267 1 0 0 25 0 1 0 387599045 15794176 2155 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16678/statm: 3856 2155 52 110 0 3743 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 15424

[startup+25.5015 s]
/proc/loadavg: 0.94 0.97 0.99 2/78 16679
/proc/meminfo: memFree=1467232/2055920 swapFree=4169404/4192956
[pid=16678] ppid=16676 vsize=15976 CPUtime=25.48
/proc/16678/stat : 16678 (tinisat) R 16676 16678 15185 0 -1 4194304 2925 0 0 0 2546 2 0 0 25 0 1 0 387599045 16359424 2876 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520084 0 0 4096 0 0 0 0 17 1 0 0
/proc/16678/statm: 3994 2876 52 110 0 3881 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 15976

[startup+51.1013 s]
/proc/loadavg: 0.96 0.97 0.99 2/78 16679
/proc/meminfo: memFree=1462560/2055920 swapFree=4169404/4192956
[pid=16678] ppid=16676 vsize=29520 CPUtime=51.07
/proc/16678/stat : 16678 (tinisat) R 16676 16678 15185 0 -1 4194304 4160 0 0 0 5104 3 0 0 25 0 1 0 387599045 30228480 4046 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16678/statm: 7380 4046 52 110 0 7267 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 29520

[startup+102.306 s]
/proc/loadavg: 0.98 0.97 0.99 2/78 16679
/proc/meminfo: memFree=1455520/2055920 swapFree=4169404/4192956
[pid=16678] ppid=16676 vsize=31420 CPUtime=102.27
/proc/16678/stat : 16678 (tinisat) R 16676 16678 15185 0 -1 4194304 5881 0 0 0 10222 5 0 0 25 0 1 0 387599045 32174080 5767 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16678/statm: 7855 5767 52 110 0 7742 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 31420

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 16679
/proc/meminfo: memFree=1449632/2055920 swapFree=4169404/4192956
[pid=16678] ppid=16676 vsize=33072 CPUtime=162.25
/proc/16678/stat : 16678 (tinisat) R 16676 16678 15185 0 -1 4194304 7474 0 0 0 16218 7 0 0 25 0 1 0 387599045 33865728 7231 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16678/statm: 8268 7231 52 110 0 8155 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 33072

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 16679
/proc/meminfo: memFree=1444256/2055920 swapFree=4169404/4192956
[pid=16678] ppid=16676 vsize=59616 CPUtime=222.24
/proc/16678/stat : 16678 (tinisat) R 16676 16678 15185 0 -1 4194304 8800 0 0 0 22215 9 0 0 25 0 1 0 387599045 61046784 8557 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16678/statm: 14904 8557 52 110 0 14791 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 59616

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 16679
/proc/meminfo: memFree=1439584/2055920 swapFree=4169404/4192956
[pid=16678] ppid=16676 vsize=59616 CPUtime=282.22
/proc/16678/stat : 16678 (tinisat) R 16676 16678 15185 0 -1 4194304 9983 0 0 0 28212 10 0 0 25 0 1 0 387599045 61046784 9740 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520134 0 0 4096 0 0 0 0 17 1 0 0
/proc/16678/statm: 14904 9740 52 110 0 14791 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 59616

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 16679
/proc/meminfo: memFree=1434656/2055920 swapFree=4169404/4192956
[pid=16678] ppid=16676 vsize=60928 CPUtime=342.2
/proc/16678/stat : 16678 (tinisat) R 16676 16678 15185 0 -1 4194304 11208 0 0 0 34209 11 0 0 25 0 1 0 387599045 62390272 10965 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16678/statm: 15232 10965 52 110 0 15119 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 60928

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 16679
/proc/meminfo: memFree=1430688/2055920 swapFree=4169404/4192956
[pid=16678] ppid=16676 vsize=62752 CPUtime=402.18
/proc/16678/stat : 16678 (tinisat) R 16676 16678 15185 0 -1 4194304 12232 0 0 0 40206 12 0 0 25 0 1 0 387599045 64258048 11956 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/16678/statm: 15688 11956 52 110 0 15575 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 62752

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 16679
/proc/meminfo: memFree=1427616/2055920 swapFree=4169404/4192956
[pid=16678] ppid=16676 vsize=64364 CPUtime=462.17
/proc/16678/stat : 16678 (tinisat) R 16676 16678 15185 0 -1 4194304 13258 0 0 0 46203 14 0 0 25 0 1 0 387599045 65908736 12725 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519870 0 0 4096 0 0 0 0 17 1 0 0
/proc/16678/statm: 16091 12725 52 110 0 15978 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 64364

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 16679
/proc/meminfo: memFree=1424352/2055920 swapFree=4169404/4192956
[pid=16678] ppid=16676 vsize=65208 CPUtime=522.15
/proc/16678/stat : 16678 (tinisat) R 16676 16678 15185 0 -1 4194304 14103 0 0 0 52200 15 0 0 25 0 1 0 387599045 66772992 13537 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16678/statm: 16302 13537 52 110 0 16189 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 65208

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 16679
/proc/meminfo: memFree=1421408/2055920 swapFree=4169404/4192956
[pid=16678] ppid=16676 vsize=65952 CPUtime=582.14
/proc/16678/stat : 16678 (tinisat) R 16676 16678 15185 0 -1 4194304 14858 0 0 0 58198 16 0 0 25 0 1 0 387599045 67534848 14259 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16678/statm: 16488 14259 52 110 0 16375 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 65952

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 16679
/proc/meminfo: memFree=1418592/2055920 swapFree=4169404/4192956
[pid=16678] ppid=16676 vsize=66404 CPUtime=642.12
/proc/16678/stat : 16678 (tinisat) R 16676 16678 15185 0 -1 4194304 15593 0 0 0 64195 17 0 0 25 0 1 0 387599045 67997696 14961 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16678/statm: 16601 14961 52 110 0 16488 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 66404

[startup+702.302 s]
/proc/loadavg: 1.03 0.99 0.99 2/78 16679
/proc/meminfo: memFree=1415456/2055920 swapFree=4169404/4192956
[pid=16678] ppid=16676 vsize=66596 CPUtime=702.1
/proc/16678/stat : 16678 (tinisat) R 16676 16678 15185 0 -1 4194304 16383 0 0 0 70192 18 0 0 25 0 1 0 387599045 68194304 15751 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520134 0 0 4096 0 0 0 0 17 1 0 0
/proc/16678/statm: 16649 15751 52 110 0 16536 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 66596

[startup+762.307 s]
/proc/loadavg: 1.01 0.99 0.99 2/78 16679
/proc/meminfo: memFree=1412704/2055920 swapFree=4169404/4192956
[pid=16678] ppid=16676 vsize=118384 CPUtime=762.09
/proc/16678/stat : 16678 (tinisat) R 16676 16678 15185 0 -1 4194304 17063 0 0 0 76190 19 0 0 25 0 1 0 387599045 121225216 16431 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519912 0 0 4096 0 0 0 0 17 1 0 0
/proc/16678/statm: 29596 16431 52 110 0 29483 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 118384

[startup+822.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 16679
/proc/meminfo: memFree=1410400/2055920 swapFree=4169404/4192956
[pid=16678] ppid=16676 vsize=119312 CPUtime=822.08
/proc/16678/stat : 16678 (tinisat) R 16676 16678 15185 0 -1 4194304 17757 0 0 0 82187 21 0 0 25 0 1 0 387599045 122175488 17026 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134517468 0 0 4096 0 0 0 0 17 1 0 0
/proc/16678/statm: 29828 17026 52 110 0 29715 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 119312

[startup+882.303 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 16679
/proc/meminfo: memFree=1407712/2055920 swapFree=4169404/4192956
[pid=16678] ppid=16676 vsize=119704 CPUtime=882.06
/proc/16678/stat : 16678 (tinisat) R 16676 16678 15185 0 -1 4194304 18443 0 0 0 88184 22 0 0 25 0 1 0 387599045 122576896 17679 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16678/statm: 29926 17679 52 110 0 29813 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 119704

[startup+942.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 16679
/proc/meminfo: memFree=1405408/2055920 swapFree=4169404/4192956
[pid=16678] ppid=16676 vsize=120352 CPUtime=942.05
/proc/16678/stat : 16678 (tinisat) R 16676 16678 15185 0 -1 4194304 19016 0 0 0 94182 23 0 0 25 0 1 0 387599045 123240448 18252 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16678/statm: 30088 18252 52 110 0 29975 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 120352

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 16679
/proc/meminfo: memFree=1403232/2055920 swapFree=4169404/4192956
[pid=16678] ppid=16676 vsize=120672 CPUtime=1002.03
/proc/16678/stat : 16678 (tinisat) R 16676 16678 15185 0 -1 4194304 19562 0 0 0 100179 24 0 0 25 0 1 0 387599045 123568128 18765 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16678/statm: 30168 18765 52 110 0 30055 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 120672

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 16679
/proc/meminfo: memFree=1401312/2055920 swapFree=4169404/4192956
[pid=16678] ppid=16676 vsize=120996 CPUtime=1062.02
/proc/16678/stat : 16678 (tinisat) R 16676 16678 15185 0 -1 4194304 20114 0 0 0 106177 25 0 0 25 0 1 0 387599045 123899904 19317 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16678/statm: 30249 19317 52 110 0 30136 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 120996

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 16679
/proc/meminfo: memFree=1398816/2055920 swapFree=4169404/4192956
[pid=16678] ppid=16676 vsize=120996 CPUtime=1122
/proc/16678/stat : 16678 (tinisat) R 16676 16678 15185 0 -1 4194304 20708 0 0 0 112174 26 0 0 25 0 1 0 387599045 123899904 19911 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16678/statm: 30249 19911 52 110 0 30136 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 120996

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 16679
/proc/meminfo: memFree=1396384/2055920 swapFree=4169404/4192956
[pid=16678] ppid=16676 vsize=121128 CPUtime=1181.98
/proc/16678/stat : 16678 (tinisat) R 16676 16678 15185 0 -1 4194304 21313 0 0 0 118171 27 0 0 25 0 1 0 387599045 124035072 20516 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519841 0 0 4096 0 0 0 0 17 1 0 0
/proc/16678/statm: 30282 20516 52 110 0 30169 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 121128



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 16679
/proc/meminfo: memFree=1395552/2055920 swapFree=4169404/4192956
[pid=16678] ppid=16676 vsize=121260 CPUtime=1200.08
/proc/16678/stat : 16678 (tinisat) R 16676 16678 15185 0 -1 4194304 21514 0 0 0 119980 28 0 0 25 0 1 0 387599045 124170240 20717 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519878 0 0 4096 0 0 0 0 17 1 0 0
/proc/16678/statm: 30315 20717 52 110 0 30202 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 121260

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.42
CPU time (s): 1200.11
CPU user time (s): 1199.81
CPU system time (s): 0.294955
CPU usage (%): 99.9738
Max. virtual memory (cumulated for all children) (KiB): 121260

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

runsolver used 1.34679 second user time and 3.02854 second system time

The end

Launcher Data (download as text)

Begin job on node19 on Mon Mar 12 05:14:10 UTC 2007

IDJOB= 337890
IDBENCH= 24710
IDSOLVER= 100
FILE ID= node19/337890-1173676450

PBS_JOBID= 4101444

Free space on /tmp= 66548 MiB

SOLVER NAME= tinisat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest03/looksrandom/hgen8-n320-01-S1432474240.sat05-483.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/337890-1173676450/tinisat /tmp/evaluation/337890-1173676450/instance-337890-1173676450.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node19/watcher-337890-1173676450 -o ROOT/results/node19/solver-337890-1173676450 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/337890-1173676450/tinisat /tmp/evaluation/337890-1173676450/instance-337890-1173676450.cnf            

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  8fce8bf20db46a2557b7a1cf79e53b51

RANDOM SEED= 401952331

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node19.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.214
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	: 5931.00
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.214
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:       1479168 kB
Buffers:         48520 kB
Cached:         444284 kB
SwapCached:       2440 kB
Active:         370700 kB
Inactive:       144808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1479168 kB
SwapTotal:     4192956 kB
SwapFree:      4169404 kB
Dirty:             548 kB
Writeback:           0 kB
Mapped:          30120 kB
Slab:            46800 kB
Committed_AS:  1477028 kB
PageTables:       1756 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= 66548 MiB

End job on node19 on Mon Mar 12 05:34:13 UTC 2007