Trace number 319227

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.53

General information on the benchmark

Nameindustrial/jarvisalo/
eq.atree.braun.10.unsat.cnf
MD5SUMb1a6497b6934405ef70bfcc51fa85893
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark107.81
Satisfiable
(Un)Satisfiability was proved
Number of variables1111
Number of clauses3756
Sum of the clauses size9786
Maximum clause length19
Minimum clause length1
Number of clauses of size 13
Number of clauses of size 21603
Number of clauses of size 32090
Number of clauses of size 430
Number of clauses of size 518
Number of clauses of size over 512

Solver Data (download as text)

0.00/0.00	c Tinisat 0.22
0.00/0.00	c solving /tmp/evaluation/319227-1172974182/instance-319227-1172974182.cnf
0.00/0.00	c 1111 variables, 3756 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/node65/watcher-319227-1172974182 -o ROOT/results/node65/solver-319227-1172974182 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/319227-1172974182/tinisat /tmp/evaluation/319227-1172974182/instance-319227-1172974182.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.94 0.98 0.92 3/64 21918
/proc/meminfo: memFree=1001304/2055920 swapFree=4184084/4192956
[pid=21918] ppid=21916 vsize=716 CPUtime=0
/proc/21918/stat : 21918 (tinisat) R 21916 21918 20412 0 -1 4194304 95 0 0 0 0 0 0 0 18 0 1 0 317375752 733184 80 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134629133 0 0 4096 0 0 0 0 17 1 0 0
/proc/21918/statm: 179 81 48 110 0 66 0

[startup+0.0866781 s]
/proc/loadavg: 0.94 0.98 0.92 3/64 21918
/proc/meminfo: memFree=1001304/2055920 swapFree=4184084/4192956
[pid=21918] ppid=21916 vsize=1264 CPUtime=0.08
/proc/21918/stat : 21918 (tinisat) R 21916 21918 20412 0 -1 4194304 211 0 0 0 8 0 0 0 18 0 1 0 317375752 1294336 195 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520081 0 0 4096 0 0 0 0 17 1 0 0
/proc/21918/statm: 316 195 52 110 0 203 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1264

[startup+0.10268 s]
/proc/loadavg: 0.94 0.98 0.92 3/64 21918
/proc/meminfo: memFree=1001304/2055920 swapFree=4184084/4192956
[pid=21918] ppid=21916 vsize=1264 CPUtime=0.1
/proc/21918/stat : 21918 (tinisat) R 21916 21918 20412 0 -1 4194304 218 0 0 0 10 0 0 0 18 0 1 0 317375752 1294336 202 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/21918/statm: 316 202 52 110 0 203 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1264

[startup+0.302713 s]
/proc/loadavg: 0.94 0.98 0.92 3/64 21918
/proc/meminfo: memFree=1001304/2055920 swapFree=4184084/4192956
[pid=21918] ppid=21916 vsize=1688 CPUtime=0.3
/proc/21918/stat : 21918 (tinisat) R 21916 21918 20412 0 -1 4194304 288 0 0 0 30 0 0 0 19 0 1 0 317375752 1728512 272 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515561 0 0 4096 0 0 0 0 17 1 0 0
/proc/21918/statm: 422 272 52 110 0 309 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1688

[startup+0.701779 s]
/proc/loadavg: 0.94 0.98 0.92 3/64 21918
/proc/meminfo: memFree=1001304/2055920 swapFree=4184084/4192956
[pid=21918] ppid=21916 vsize=2672 CPUtime=0.69
/proc/21918/stat : 21918 (tinisat) R 21916 21918 20412 0 -1 4194304 422 0 0 0 69 0 0 0 22 0 1 0 317375752 2736128 406 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134517006 0 0 4096 0 0 0 0 17 1 0 0
/proc/21918/statm: 668 406 52 110 0 555 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2672

[startup+1.50191 s]
/proc/loadavg: 0.94 0.98 0.92 2/65 21919
/proc/meminfo: memFree=999504/2055920 swapFree=4184084/4192956
[pid=21918] ppid=21916 vsize=4516 CPUtime=1.49
/proc/21918/stat : 21918 (tinisat) R 21916 21918 20412 0 -1 4194304 672 0 0 0 149 0 0 0 25 0 1 0 317375752 4624384 656 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519618 0 0 4096 0 0 0 0 17 1 0 0
/proc/21918/statm: 1129 656 52 110 0 1016 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4516

[startup+3.10118 s]
/proc/loadavg: 0.95 0.98 0.92 2/65 21919
/proc/meminfo: memFree=997968/2055920 swapFree=4184084/4192956
[pid=21918] ppid=21916 vsize=8036 CPUtime=3.09
/proc/21918/stat : 21918 (tinisat) R 21916 21918 20412 0 -1 4194304 1127 0 0 0 309 0 0 0 25 0 1 0 317375752 8228864 1111 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519927 0 0 4096 0 0 0 0 17 1 0 0
/proc/21918/statm: 2009 1111 52 110 0 1896 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8036

[startup+6.3017 s]
/proc/loadavg: 0.95 0.98 0.92 2/65 21919
/proc/meminfo: memFree=994840/2055920 swapFree=4184084/4192956
[pid=21918] ppid=21916 vsize=8300 CPUtime=6.29
/proc/21918/stat : 21918 (tinisat) R 21916 21918 20412 0 -1 4194304 1800 0 0 0 628 1 0 0 25 0 1 0 317375752 8499200 1784 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/21918/statm: 2075 1784 52 110 0 1962 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8300

[startup+12.7018 s]
/proc/loadavg: 0.95 0.98 0.92 2/65 21919
/proc/meminfo: memFree=991320/2055920 swapFree=4184084/4192956
[pid=21918] ppid=21916 vsize=15468 CPUtime=12.69
/proc/21918/stat : 21918 (tinisat) R 21916 21918 20412 0 -1 4194304 2643 0 0 0 1267 2 0 0 25 0 1 0 317375752 15839232 2594 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/21918/statm: 3867 2594 52 110 0 3754 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 15468

[startup+25.5019 s]
/proc/loadavg: 0.96 0.98 0.92 2/65 21919
/proc/meminfo: memFree=985944/2055920 swapFree=4184084/4192956
[pid=21918] ppid=21916 vsize=16144 CPUtime=25.48
/proc/21918/stat : 21918 (tinisat) R 21916 21918 20412 0 -1 4194304 3917 0 0 0 2545 3 0 0 25 0 1 0 317375752 16531456 3868 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/21918/statm: 4036 3868 52 110 0 3923 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 16144

[startup+51.1011 s]
/proc/loadavg: 0.97 0.98 0.92 2/65 21919
/proc/meminfo: memFree=979672/2055920 swapFree=4184084/4192956
[pid=21918] ppid=21916 vsize=30652 CPUtime=51.08
/proc/21918/stat : 21918 (tinisat) R 21916 21918 20412 0 -1 4194304 5570 0 0 0 5103 5 0 0 25 0 1 0 317375752 31387648 5456 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/21918/statm: 7663 5456 52 110 0 7550 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 30652

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.92 2/65 21919
/proc/meminfo: memFree=968152/2055920 swapFree=4184084/4192956
[pid=21918] ppid=21916 vsize=59064 CPUtime=102.26
/proc/21918/stat : 21918 (tinisat) R 21916 21918 20412 0 -1 4194304 8424 0 0 0 10219 7 0 0 25 0 1 0 317375752 60481536 8310 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/21918/statm: 14766 8310 52 110 0 14653 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 59064

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.92 2/65 21919
/proc/meminfo: memFree=959832/2055920 swapFree=4184084/4192956
[pid=21918] ppid=21916 vsize=60036 CPUtime=162.23
/proc/21918/stat : 21918 (tinisat) R 21916 21918 20412 0 -1 4194304 10631 0 0 0 16214 9 0 0 25 0 1 0 317375752 61476864 10388 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/21918/statm: 15009 10388 52 110 0 14896 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 60036

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.92 2/65 21919
/proc/meminfo: memFree=952600/2055920 swapFree=4184084/4192956
[pid=21918] ppid=21916 vsize=61144 CPUtime=222.21
/proc/21918/stat : 21918 (tinisat) R 21916 21918 20412 0 -1 4194304 12422 0 0 0 22210 11 0 0 25 0 1 0 317375752 62611456 12179 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/21918/statm: 15286 12179 52 110 0 15173 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 61144

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.92 2/65 21919
/proc/meminfo: memFree=945112/2055920 swapFree=4184084/4192956
[pid=21918] ppid=21916 vsize=61540 CPUtime=282.19
/proc/21918/stat : 21918 (tinisat) R 21916 21918 20412 0 -1 4194304 14307 0 0 0 28206 13 0 0 25 0 1 0 317375752 63016960 14064 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/21918/statm: 15385 14064 52 110 0 15272 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 61540

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.92 2/65 21919
/proc/meminfo: memFree=937816/2055920 swapFree=4184084/4192956
[pid=21918] ppid=21916 vsize=116108 CPUtime=342.17
/proc/21918/stat : 21918 (tinisat) R 21916 21918 20412 0 -1 4194304 16099 0 0 0 34202 15 0 0 25 0 1 0 317375752 118894592 15856 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/21918/statm: 29027 15856 52 110 0 28914 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 116108

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.92 2/65 21919
/proc/meminfo: memFree=931672/2055920 swapFree=4184084/4192956
[pid=21918] ppid=21916 vsize=116292 CPUtime=402.15
/proc/21918/stat : 21918 (tinisat) R 21916 21918 20412 0 -1 4194304 17647 0 0 0 40198 17 0 0 25 0 1 0 317375752 119083008 17404 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/21918/statm: 29073 17404 52 110 0 28960 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 116292

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.92 2/65 21919
/proc/meminfo: memFree=925464/2055920 swapFree=4184084/4192956
[pid=21918] ppid=21916 vsize=117608 CPUtime=462.13
/proc/21918/stat : 21918 (tinisat) R 21916 21918 20412 0 -1 4194304 19201 0 0 0 46194 19 0 0 25 0 1 0 317375752 120430592 18958 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/21918/statm: 29402 18958 52 110 0 29289 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 117608

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.92 2/65 21919
/proc/meminfo: memFree=920472/2055920 swapFree=4184084/4192956
[pid=21918] ppid=21916 vsize=118140 CPUtime=522.11
/proc/21918/stat : 21918 (tinisat) R 21916 21918 20412 0 -1 4194304 20489 0 0 0 52191 20 0 0 25 0 1 0 317375752 120975360 20213 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520084 0 0 4096 0 0 0 0 17 1 0 0
/proc/21918/statm: 29535 20213 52 110 0 29422 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 118140

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.92 2/65 21919
/proc/meminfo: memFree=914968/2055920 swapFree=4184084/4192956
[pid=21918] ppid=21916 vsize=119424 CPUtime=582.09
/proc/21918/stat : 21918 (tinisat) R 21916 21918 20412 0 -1 4194304 22117 0 0 0 58188 21 0 0 25 0 1 0 317375752 122290176 21551 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/21918/statm: 29856 21551 52 110 0 29743 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 119424

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.92 2/65 21919
/proc/meminfo: memFree=909912/2055920 swapFree=4184084/4192956
[pid=21918] ppid=21916 vsize=120004 CPUtime=642.07
/proc/21918/stat : 21918 (tinisat) R 21916 21918 20412 0 -1 4194304 23384 0 0 0 64184 23 0 0 25 0 1 0 317375752 122884096 22818 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/21918/statm: 30001 22818 52 110 0 29888 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 120004

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.92 2/65 21919
/proc/meminfo: memFree=905048/2055920 swapFree=4184084/4192956
[pid=21918] ppid=21916 vsize=121080 CPUtime=702.05
/proc/21918/stat : 21918 (tinisat) R 21916 21918 20412 0 -1 4194304 24736 0 0 0 70180 25 0 0 25 0 1 0 317375752 123985920 24038 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/21918/statm: 30270 24038 52 110 0 30157 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 121080

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.92 2/65 21919
/proc/meminfo: memFree=900504/2055920 swapFree=4184084/4192956
[pid=21918] ppid=21916 vsize=121256 CPUtime=762.03
/proc/21918/stat : 21918 (tinisat) R 21916 21918 20412 0 -1 4194304 25864 0 0 0 76177 26 0 0 25 0 1 0 317375752 124166144 25166 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/21918/statm: 30314 25166 52 110 0 30201 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 121256

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.92 2/65 21919
/proc/meminfo: memFree=896408/2055920 swapFree=4184084/4192956
[pid=21918] ppid=21916 vsize=121256 CPUtime=822.01
/proc/21918/stat : 21918 (tinisat) R 21916 21918 20412 0 -1 4194304 26913 0 0 0 82174 27 0 0 25 0 1 0 317375752 124166144 26215 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/21918/statm: 30314 26215 52 110 0 30201 0
Current children cumulated CPU time (s) 822.01
Current children cumulated vsize (KiB) 121256

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.92 2/65 21919
/proc/meminfo: memFree=892312/2055920 swapFree=4184084/4192956
[pid=21918] ppid=21916 vsize=122040 CPUtime=881.99
/proc/21918/stat : 21918 (tinisat) R 21916 21918 20412 0 -1 4194304 28001 0 0 0 88171 28 0 0 25 0 1 0 317375752 124968960 27204 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/21918/statm: 30510 27204 52 110 0 30397 0
Current children cumulated CPU time (s) 881.99
Current children cumulated vsize (KiB) 122040

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.92 2/65 21919
/proc/meminfo: memFree=888600/2055920 swapFree=4184084/4192956
[pid=21918] ppid=21916 vsize=122200 CPUtime=941.96
/proc/21918/stat : 21918 (tinisat) R 21916 21918 20412 0 -1 4194304 28948 0 0 0 94168 28 0 0 25 0 1 0 317375752 125132800 28151 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519883 0 0 4096 0 0 0 0 17 1 0 0
/proc/21918/statm: 30550 28151 52 110 0 30437 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 122200

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.92 2/65 21919
/proc/meminfo: memFree=884184/2055920 swapFree=4184084/4192956
[pid=21918] ppid=21916 vsize=122460 CPUtime=1001.94
/proc/21918/stat : 21918 (tinisat) R 21916 21918 20412 0 -1 4194304 30073 0 0 0 100165 29 0 0 25 0 1 0 317375752 125399040 29243 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519959 0 0 4096 0 0 0 0 17 1 0 0
/proc/21918/statm: 30615 29243 52 110 0 30502 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 122460

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.92 2/65 21919
/proc/meminfo: memFree=880088/2055920 swapFree=4184084/4192956
[pid=21918] ppid=21916 vsize=230960 CPUtime=1061.92
/proc/21918/stat : 21918 (tinisat) R 21916 21918 20412 0 -1 4194304 31102 0 0 0 106162 30 0 0 25 0 1 0 317375752 236503040 30272 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515539 0 0 4096 0 0 0 0 17 1 0 0
/proc/21918/statm: 57740 30272 52 110 0 57627 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 230960

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.92 2/65 21919
/proc/meminfo: memFree=876312/2055920 swapFree=4184084/4192956
[pid=21918] ppid=21916 vsize=231128 CPUtime=1121.9
/proc/21918/stat : 21918 (tinisat) R 21916 21918 20412 0 -1 4194304 32055 0 0 0 112159 31 0 0 25 0 1 0 317375752 236675072 31225 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/21918/statm: 57782 31225 52 110 0 57669 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 231128

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.92 2/65 21919
/proc/meminfo: memFree=872408/2055920 swapFree=4184084/4192956
[pid=21918] ppid=21916 vsize=231524 CPUtime=1181.88
/proc/21918/stat : 21918 (tinisat) R 21916 21918 20412 0 -1 4194304 33009 0 0 0 118156 32 0 0 25 0 1 0 317375752 237080576 32179 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/21918/statm: 57881 32179 52 110 0 57768 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 231524



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.92 2/65 21919
/proc/meminfo: memFree=871448/2055920 swapFree=4184084/4192956
[pid=21918] ppid=21916 vsize=231524 CPUtime=1200.08
/proc/21918/stat : 21918 (tinisat) R 21916 21918 20412 0 -1 4194304 33252 0 0 0 119976 32 0 0 25 0 1 0 317375752 237080576 32422 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520029 0 0 4096 0 0 0 0 17 1 0 0
/proc/21918/statm: 57881 32422 52 110 0 57768 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 231524

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.92 2/65 21919
/proc/meminfo: memFree=871448/2055920 swapFree=4184084/4192956
[pid=21918] ppid=21916 vsize=231524 CPUtime=1200.08
/proc/21918/stat : 21918 (tinisat) R 21916 21918 20412 0 -1 4194304 33252 0 0 0 119976 32 0 0 25 0 1 0 317375752 237080576 32422 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520029 0 0 4096 0 0 0 0 17 1 0 0
/proc/21918/statm: 57881 32422 52 110 0 57768 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 231524

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.53
CPU time (s): 1200.11
CPU user time (s): 1199.76
CPU system time (s): 0.347947
CPU usage (%): 99.9655
Max. virtual memory (cumulated for all children) (KiB): 231524

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

runsolver used 0.954854 second user time and 2.33264 second system time

The end

Launcher Data (download as text)

Begin job on node65 on Sun Mar  4 02:09:42 UTC 2007

IDJOB= 319227
IDBENCH= 20474
IDSOLVER= 100
FILE ID= node65/319227-1172974182

PBS_JOBID= 4012043

Free space on /tmp= 66510 MiB

SOLVER NAME= tinisat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/jarvisalo/eq.atree.braun.10.unsat.cnf
COMMAND LINE= /tmp/evaluation/319227-1172974182/tinisat /tmp/evaluation/319227-1172974182/instance-319227-1172974182.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node65/watcher-319227-1172974182 -o ROOT/results/node65/solver-319227-1172974182 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/319227-1172974182/tinisat /tmp/evaluation/319227-1172974182/instance-319227-1172974182.cnf            

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  b1a6497b6934405ef70bfcc51fa85893

RANDOM SEED= 109080948

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node65.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.259
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.259
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:       1001776 kB
Buffers:         37864 kB
Cached:         946952 kB
SwapCached:       2952 kB
Active:         664860 kB
Inactive:       330072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1001776 kB
SwapTotal:     4192956 kB
SwapFree:      4184084 kB
Dirty:             784 kB
Writeback:           0 kB
Mapped:          15992 kB
Slab:            45192 kB
Committed_AS:   743140 kB
PageTables:       1456 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= 66510 MiB

End job on node65 on Sun Mar  4 02:29:45 UTC 2007