Trace number 339738

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.07 1200.44

General information on the benchmark

Namecrafted/Difficult/contest-02-03-04/
contest02-ezfact64_10.sat05-449.reshuffled-07.cnf
MD5SUM4bdea1a05617ff95eaeaf981037754e7
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark750.032
Satisfiable
(Un)Satisfiability was proved
Number of variables3073
Number of clauses19785
Sum of the clauses size74601
Maximum clause length4
Minimum clause length1
Number of clauses of size 165
Number of clauses of size 20
Number of clauses of size 34344
Number of clauses of size 415376
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.03	c Tinisat 0.22
0.00/0.03	c solving /tmp/evaluation/339738-1173710543/instance-339738-1173710543.cnf
0.00/0.03	c 3073 variables, 19785 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/node22/watcher-339738-1173710543 -o ROOT/results/node22/solver-339738-1173710543 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/339738-1173710543/tinisat /tmp/evaluation/339738-1173710543/instance-339738-1173710543.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: 1.00 0.99 0.99 3/77 6869
/proc/meminfo: memFree=1756584/2055920 swapFree=4141732/4192956
[pid=6869] ppid=6867 vsize=876 CPUtime=0
/proc/6869/stat : 6869 (tinisat) R 6867 6869 1976 0 -1 4194304 108 0 0 0 0 0 0 0 19 0 1 0 27362135 897024 93 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134731541 0 0 4096 0 0 0 0 17 1 0 0
/proc/6869/statm: 219 93 48 110 0 106 0

[startup+0.100295 s]
/proc/loadavg: 1.00 0.99 0.99 3/77 6869
/proc/meminfo: memFree=1756584/2055920 swapFree=4141732/4192956
[pid=6869] ppid=6867 vsize=2832 CPUtime=0.09
/proc/6869/stat : 6869 (tinisat) R 6867 6869 1976 0 -1 4194304 529 0 0 0 9 0 0 0 19 0 1 0 27362135 2899968 513 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134611134 0 0 4096 0 0 0 0 17 1 0 0
/proc/6869/statm: 708 513 52 110 0 595 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2832

[startup+0.201301 s]
/proc/loadavg: 1.00 0.99 0.99 3/77 6869
/proc/meminfo: memFree=1756584/2055920 swapFree=4141732/4192956
[pid=6869] ppid=6867 vsize=2832 CPUtime=0.19
/proc/6869/stat : 6869 (tinisat) R 6867 6869 1976 0 -1 4194304 547 0 0 0 19 0 0 0 20 0 1 0 27362135 2899968 531 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134517090 0 0 4096 0 0 0 0 17 1 0 0
/proc/6869/statm: 708 531 52 110 0 595 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 2832

[startup+0.30131 s]
/proc/loadavg: 1.00 0.99 0.99 3/77 6869
/proc/meminfo: memFree=1756584/2055920 swapFree=4141732/4192956
[pid=6869] ppid=6867 vsize=2832 CPUtime=0.29
/proc/6869/stat : 6869 (tinisat) R 6867 6869 1976 0 -1 4194304 570 0 0 0 29 0 0 0 20 0 1 0 27362135 2899968 554 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/6869/statm: 708 554 52 110 0 595 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2832

[startup+0.701338 s]
/proc/loadavg: 1.00 0.99 0.99 3/77 6869
/proc/meminfo: memFree=1756584/2055920 swapFree=4141732/4192956
[pid=6869] ppid=6867 vsize=4308 CPUtime=0.69
/proc/6869/stat : 6869 (tinisat) R 6867 6869 1976 0 -1 4194304 657 0 0 0 69 0 0 0 25 0 1 0 27362135 4411392 641 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134532398 0 0 4096 0 0 0 0 17 1 0 0
/proc/6869/statm: 1077 641 52 110 0 964 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4308

[startup+1.5014 s]
/proc/loadavg: 1.00 0.99 0.99 3/78 6870
/proc/meminfo: memFree=1753824/2055920 swapFree=4141732/4192956
[pid=6869] ppid=6867 vsize=4308 CPUtime=1.49
/proc/6869/stat : 6869 (tinisat) R 6867 6869 1976 0 -1 4194304 823 0 0 0 149 0 0 0 25 0 1 0 27362135 4411392 807 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/6869/statm: 1077 807 52 110 0 964 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4308

[startup+3.10151 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 6870
/proc/meminfo: memFree=1752800/2055920 swapFree=4141732/4192956
[pid=6869] ppid=6867 vsize=7260 CPUtime=3.09
/proc/6869/stat : 6869 (tinisat) R 6867 6869 1976 0 -1 4194304 1142 0 0 0 309 0 0 0 25 0 1 0 27362135 7434240 1126 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134515378 0 0 4096 0 0 0 0 17 1 0 0
/proc/6869/statm: 1815 1126 52 110 0 1702 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7260

[startup+6.30175 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 6870
/proc/meminfo: memFree=1750056/2055920 swapFree=4141732/4192956
[pid=6869] ppid=6867 vsize=13160 CPUtime=6.29
/proc/6869/stat : 6869 (tinisat) R 6867 6869 1976 0 -1 4194304 1753 0 0 0 629 0 0 0 25 0 1 0 27362135 13475840 1737 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134520255 0 0 4096 0 0 0 0 17 1 0 0
/proc/6869/statm: 3290 1737 52 110 0 3177 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 13160

[startup+12.7022 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 6870
/proc/meminfo: memFree=1745704/2055920 swapFree=4141732/4192956
[pid=6869] ppid=6867 vsize=13424 CPUtime=12.69
/proc/6869/stat : 6869 (tinisat) R 6867 6869 1976 0 -1 4194304 2799 0 0 0 1268 1 0 0 25 0 1 0 27362135 13746176 2783 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/6869/statm: 3356 2783 52 110 0 3243 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 13424

[startup+25.5012 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 6870
/proc/meminfo: memFree=1738472/2055920 swapFree=4141732/4192956
[pid=6869] ppid=6867 vsize=25484 CPUtime=25.48
/proc/6869/stat : 6869 (tinisat) R 6867 6869 1976 0 -1 4194304 4560 0 0 0 2545 3 0 0 25 0 1 0 27362135 26095616 4511 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519898 0 0 4096 0 0 0 0 17 1 0 0
/proc/6869/statm: 6371 4511 52 110 0 6258 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 25484

[startup+51.101 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 6870
/proc/meminfo: memFree=1727720/2055920 swapFree=4141732/4192956
[pid=6869] ppid=6867 vsize=49892 CPUtime=51.08
/proc/6869/stat : 6869 (tinisat) R 6867 6869 1976 0 -1 4194304 7263 0 0 0 5102 6 0 0 25 0 1 0 27362135 51089408 7214 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/6869/statm: 12473 7214 52 110 0 12360 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 49892

[startup+102.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 6872
/proc/meminfo: memFree=1713832/2055920 swapFree=4141732/4192956
[pid=6869] ppid=6867 vsize=50704 CPUtime=102.27
/proc/6869/stat : 6869 (tinisat) R 6867 6869 1976 0 -1 4194304 10714 0 0 0 10218 9 0 0 25 0 1 0 27362135 51920896 10600 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/6869/statm: 12676 10600 52 110 0 12563 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 50704

[startup+162.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 6872
/proc/meminfo: memFree=1699304/2055920 swapFree=4141732/4192956
[pid=6869] ppid=6867 vsize=98872 CPUtime=162.25
/proc/6869/stat : 6869 (tinisat) R 6867 6869 1976 0 -1 4194304 14382 0 0 0 16212 13 0 0 25 0 1 0 27362135 101244928 14268 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/6869/statm: 24718 14268 52 110 0 24605 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 98872

[startup+222.306 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 6872
/proc/meminfo: memFree=1686952/2055920 swapFree=4141732/4192956
[pid=6869] ppid=6867 vsize=99692 CPUtime=222.24
/proc/6869/stat : 6869 (tinisat) R 6867 6869 1976 0 -1 4194304 17557 0 0 0 22207 17 0 0 25 0 1 0 27362135 102084608 17314 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/6869/statm: 24923 17314 52 110 0 24810 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 99692

[startup+282.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 6872
/proc/meminfo: memFree=1675816/2055920 swapFree=4141732/4192956
[pid=6869] ppid=6867 vsize=100360 CPUtime=282.22
/proc/6869/stat : 6869 (tinisat) R 6867 6869 1976 0 -1 4194304 20352 0 0 0 28201 21 0 0 25 0 1 0 27362135 102768640 20109 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/6869/statm: 25090 20109 52 110 0 24977 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 100360

[startup+342.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 6872
/proc/meminfo: memFree=1664872/2055920 swapFree=4141732/4192956
[pid=6869] ppid=6867 vsize=100768 CPUtime=342.21
/proc/6869/stat : 6869 (tinisat) R 6867 6869 1976 0 -1 4194304 23057 0 0 0 34197 24 0 0 25 0 1 0 27362135 103186432 22814 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/6869/statm: 25192 22814 52 110 0 25079 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 100768

[startup+402.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 6872
/proc/meminfo: memFree=1655848/2055920 swapFree=4141732/4192956
[pid=6869] ppid=6867 vsize=195552 CPUtime=402.19
/proc/6869/stat : 6869 (tinisat) R 6867 6869 1976 0 -1 4194304 25326 0 0 0 40193 26 0 0 25 0 1 0 27362135 200245248 25083 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/6869/statm: 48888 25083 52 110 0 48775 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 195552

[startup+462.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 6872
/proc/meminfo: memFree=1646696/2055920 swapFree=4141732/4192956
[pid=6869] ppid=6867 vsize=195944 CPUtime=462.18
/proc/6869/stat : 6869 (tinisat) R 6867 6869 1976 0 -1 4194304 27624 0 0 0 46189 29 0 0 25 0 1 0 27362135 200646656 27348 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/6869/statm: 48986 27348 52 110 0 48873 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 195944

[startup+522.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 6872
/proc/meminfo: memFree=1637288/2055920 swapFree=4141732/4192956
[pid=6869] ppid=6867 vsize=196100 CPUtime=522.17
/proc/6869/stat : 6869 (tinisat) R 6867 6869 1976 0 -1 4194304 29995 0 0 0 52185 32 0 0 25 0 1 0 27362135 200806400 29719 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/6869/statm: 49025 29719 52 110 0 48912 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 196100

[startup+582.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 6872
/proc/meminfo: memFree=1628840/2055920 swapFree=4141732/4192956
[pid=6869] ppid=6867 vsize=197456 CPUtime=582.16
/proc/6869/stat : 6869 (tinisat) R 6867 6869 1976 0 -1 4194304 32141 0 0 0 58182 34 0 0 25 0 1 0 27362135 202194944 31799 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/6869/statm: 49364 31799 52 110 0 49251 0
Current children cumulated CPU time (s) 582.16
Current children cumulated vsize (KiB) 197456

[startup+642.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 6872
/proc/meminfo: memFree=1622248/2055920 swapFree=4141732/4192956
[pid=6869] ppid=6867 vsize=198008 CPUtime=642.14
/proc/6869/stat : 6869 (tinisat) R 6867 6869 1976 0 -1 4194304 33787 0 0 0 64178 36 0 0 25 0 1 0 27362135 202760192 33445 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/6869/statm: 49502 33445 52 110 0 49389 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 198008

[startup+702.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 6872
/proc/meminfo: memFree=1616296/2055920 swapFree=4141732/4192956
[pid=6869] ppid=6867 vsize=199192 CPUtime=702.13
/proc/6869/stat : 6869 (tinisat) R 6867 6869 1976 0 -1 4194304 35540 0 0 0 70175 38 0 0 25 0 1 0 27362135 203972608 34941 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/6869/statm: 49798 34941 52 110 0 49685 0
Current children cumulated CPU time (s) 702.13
Current children cumulated vsize (KiB) 199192

[startup+762.301 s]
/proc/loadavg: 1.00 0.99 0.99 3/78 6872
/proc/meminfo: memFree=1610792/2055920 swapFree=4141732/4192956
[pid=6869] ppid=6867 vsize=199460 CPUtime=762.12
/proc/6869/stat : 6869 (tinisat) R 6867 6869 1976 0 -1 4194304 36887 0 0 0 76172 40 0 0 25 0 1 0 27362135 204247040 36288 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/6869/statm: 49865 36288 52 110 0 49752 0
Current children cumulated CPU time (s) 762.12
Current children cumulated vsize (KiB) 199460

[startup+822.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 6872
/proc/meminfo: memFree=1604392/2055920 swapFree=4141732/4192956
[pid=6869] ppid=6867 vsize=199988 CPUtime=822.1
/proc/6869/stat : 6869 (tinisat) R 6867 6869 1976 0 -1 4194304 38537 0 0 0 82168 42 0 0 25 0 1 0 27362135 204787712 37905 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/6869/statm: 49997 37905 52 110 0 49884 0
Current children cumulated CPU time (s) 822.1
Current children cumulated vsize (KiB) 199988

[startup+882.306 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 6872
/proc/meminfo: memFree=1597864/2055920 swapFree=4141732/4192956
[pid=6869] ppid=6867 vsize=200256 CPUtime=882.09
/proc/6869/stat : 6869 (tinisat) R 6867 6869 1976 0 -1 4194304 40150 0 0 0 88165 44 0 0 25 0 1 0 27362135 205062144 39518 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/6869/statm: 50064 39518 52 110 0 49951 0
Current children cumulated CPU time (s) 882.09
Current children cumulated vsize (KiB) 200256

[startup+942.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 6872
/proc/meminfo: memFree=1591592/2055920 swapFree=4141732/4192956
[pid=6869] ppid=6867 vsize=200432 CPUtime=942.08
/proc/6869/stat : 6869 (tinisat) R 6867 6869 1976 0 -1 4194304 41744 0 0 0 94160 48 0 0 25 0 1 0 27362135 205242368 41112 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/6869/statm: 50108 41112 52 110 0 49995 0
Current children cumulated CPU time (s) 942.08
Current children cumulated vsize (KiB) 200432

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 6872
/proc/meminfo: memFree=1586088/2055920 swapFree=4141732/4192956
[pid=6869] ppid=6867 vsize=200432 CPUtime=1002.06
/proc/6869/stat : 6869 (tinisat) R 6867 6869 1976 0 -1 4194304 43104 0 0 0 100157 49 0 0 25 0 1 0 27362135 205242368 42472 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134520134 0 0 4096 0 0 0 0 17 1 0 0
/proc/6869/statm: 50108 42472 52 110 0 49995 0
Current children cumulated CPU time (s) 1002.06
Current children cumulated vsize (KiB) 200432

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 6872
/proc/meminfo: memFree=1580520/2055920 swapFree=4141732/4192956
[pid=6869] ppid=6867 vsize=201012 CPUtime=1062.04
/proc/6869/stat : 6869 (tinisat) R 6867 6869 1976 0 -1 4194304 44491 0 0 0 106154 50 0 0 25 0 1 0 27362135 205836288 43859 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/6869/statm: 50253 43859 52 110 0 50140 0
Current children cumulated CPU time (s) 1062.04
Current children cumulated vsize (KiB) 201012

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/84 6936
/proc/meminfo: memFree=1573544/2055920 swapFree=4141732/4192956
[pid=6869] ppid=6867 vsize=201540 CPUtime=1122.01
/proc/6869/stat : 6869 (tinisat) R 6867 6869 1976 0 -1 4194304 45948 0 0 0 112148 53 0 0 25 0 1 0 27362135 206376960 45283 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/6869/statm: 50385 45283 52 110 0 50272 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 201540

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/84 7036
/proc/meminfo: memFree=1568240/2055920 swapFree=4141732/4192956
[pid=6869] ppid=6867 vsize=201948 CPUtime=1181.93
/proc/6869/stat : 6869 (tinisat) R 6867 6869 1976 0 -1 4194304 47329 0 0 0 118138 55 0 0 25 0 1 0 27362135 206794752 46631 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/6869/statm: 50487 46631 52 110 0 50374 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 201948



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 0.99 0.99 2/84 7050
/proc/meminfo: memFree=1566704/2055920 swapFree=4141732/4192956
[pid=6869] ppid=6867 vsize=201948 CPUtime=1200.03
/proc/6869/stat : 6869 (tinisat) R 6867 6869 1976 0 -1 4194304 47701 0 0 0 119947 56 0 0 25 0 1 0 27362135 206794752 47003 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/6869/statm: 50487 47003 52 110 0 50374 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 201948

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

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

[startup+1200.4 s]
/proc/loadavg: 1.00 0.99 0.99 2/84 7050
/proc/meminfo: memFree=1566704/2055920 swapFree=4141732/4192956
[pid=6869] ppid=6867 vsize=201948 CPUtime=1200.03
/proc/6869/stat : 6869 (tinisat) R 6867 6869 1976 0 -1 4194304 47701 0 0 0 119947 56 0 0 25 0 1 0 27362135 206794752 47003 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/6869/statm: 50487 47003 52 110 0 50374 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 201948

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.44
CPU time (s): 1200.07
CPU user time (s): 1199.48
CPU system time (s): 0.59091
CPU usage (%): 99.9693
Max. virtual memory (cumulated for all children) (KiB): 201948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.48
system time used= 0.59091
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47701
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= 5
involuntary context switches= 2189

runsolver used 1.3118 second user time and 3.06153 second system time

The end

Launcher Data (download as text)

Begin job on node22 on Mon Mar 12 14:42:23 UTC 2007

IDJOB= 339738
IDBENCH= 24754
IDSOLVER= 100
FILE ID= node22/339738-1173710543

PBS_JOBID= 4101467

Free space on /tmp= 66563 MiB

SOLVER NAME= tinisat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Difficult/contest-02-03-04/contest02-ezfact64_10.sat05-449.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/339738-1173710543/tinisat /tmp/evaluation/339738-1173710543/instance-339738-1173710543.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node22/watcher-339738-1173710543 -o ROOT/results/node22/solver-339738-1173710543 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/339738-1173710543/tinisat /tmp/evaluation/339738-1173710543/instance-339738-1173710543.cnf            

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  4bdea1a05617ff95eaeaf981037754e7

RANDOM SEED= 509443105

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node22.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.238
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.238
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:       1756992 kB
Buffers:         38872 kB
Cached:         185276 kB
SwapCached:      18000 kB
Active:         147408 kB
Inactive:       112560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1756992 kB
SwapTotal:     4192956 kB
SwapFree:      4141732 kB
Dirty:             940 kB
Writeback:           0 kB
Mapped:          40160 kB
Slab:            24512 kB
Committed_AS:   204388 kB
PageTables:       1784 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= 66563 MiB

End job on node22 on Mon Mar 12 15:02:25 UTC 2007