Trace number 314656

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

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-04.cnf
MD5SUM140b498fdbb0a99dba481ef70e9da3eb
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark116.574
Satisfiable
(Un)Satisfiability was proved
Number of variables38290
Number of clauses475249
Sum of the clauses size1355369
Maximum clause length28542
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2429660
Number of clauses of size 315371
Number of clauses of size 41052
Number of clauses of size 5230
Number of clauses of size over 528935

Solver Data (download as text)

1.39/1.40	c Tinisat 0.22
1.39/1.40	c solving /tmp/evaluation/314656-1172640142/instance-314656-1172640142.cnf
1.39/1.40	c 38290 variables, 475249 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/node76/watcher-314656-1172640142 -o ROOT/results/node76/solver-314656-1172640142 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/314656-1172640142/tinisat /tmp/evaluation/314656-1172640142/instance-314656-1172640142.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.85 0.95 0.98 3/69 20509
/proc/meminfo: memFree=1600648/2055888 swapFree=4087160/4096564
[pid=20509] ppid=20507 vsize=4436 CPUtime=0
/proc/20509/stat : 20509 (tinisat) R 20507 20509 19471 0 -1 4194304 90 0 0 0 0 0 0 0 22 0 1 0 283972486 4542464 76 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134629133 0 0 4096 0 0 0 0 17 0 0 0
/proc/20509/statm: 1109 76 48 110 0 996 0

[startup+0.106526 s]
/proc/loadavg: 0.85 0.95 0.98 3/69 20509
/proc/meminfo: memFree=1600648/2055888 swapFree=4087160/4096564
[pid=20509] ppid=20507 vsize=4568 CPUtime=0.1
/proc/20509/stat : 20509 (tinisat) R 20507 20509 19471 0 -1 4194304 131 0 0 0 10 0 0 0 22 0 1 0 283972486 4677632 117 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134514710 0 0 4096 0 0 0 0 17 0 0 0
/proc/20509/statm: 1142 117 48 110 0 1029 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 4568

[startup+0.201536 s]
/proc/loadavg: 0.85 0.95 0.98 3/69 20509
/proc/meminfo: memFree=1600648/2055888 swapFree=4087160/4096564
[pid=20509] ppid=20507 vsize=4568 CPUtime=0.19
/proc/20509/stat : 20509 (tinisat) R 20507 20509 19471 0 -1 4194304 131 0 0 0 19 0 0 0 22 0 1 0 283972486 4677632 117 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134514710 0 0 4096 0 0 0 0 17 0 0 0
/proc/20509/statm: 1142 117 48 110 0 1029 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 4568

[startup+0.301547 s]
/proc/loadavg: 0.85 0.95 0.98 3/69 20509
/proc/meminfo: memFree=1600648/2055888 swapFree=4087160/4096564
[pid=20509] ppid=20507 vsize=4568 CPUtime=0.29
/proc/20509/stat : 20509 (tinisat) R 20507 20509 19471 0 -1 4194304 131 0 0 0 29 0 0 0 23 0 1 0 283972486 4677632 117 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134514712 0 0 4096 0 0 0 0 17 0 0 0
/proc/20509/statm: 1142 117 48 110 0 1029 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4568

[startup+0.701593 s]
/proc/loadavg: 0.85 0.95 0.98 3/69 20509
/proc/meminfo: memFree=1600648/2055888 swapFree=4087160/4096564
[pid=20509] ppid=20507 vsize=4568 CPUtime=0.69
/proc/20509/stat : 20509 (tinisat) R 20507 20509 19471 0 -1 4194304 131 0 0 0 69 0 0 0 25 0 1 0 283972486 4677632 117 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134514724 0 0 4096 0 0 0 0 17 0 0 0
/proc/20509/statm: 1142 117 48 110 0 1029 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4568

[startup+1.50169 s]
/proc/loadavg: 0.85 0.95 0.98 2/70 20510
/proc/meminfo: memFree=1593792/2055888 swapFree=4087160/4096564
[pid=20509] ppid=20507 vsize=39828 CPUtime=1.49
/proc/20509/stat : 20509 (tinisat) R 20507 20509 19471 0 -1 4194304 6706 0 0 0 146 3 0 0 25 0 1 0 283972486 40783872 6663 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 0 0 0
/proc/20509/statm: 9957 6666 51 110 0 9844 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 39828

[startup+3.10187 s]
/proc/loadavg: 0.85 0.95 0.98 2/70 20510
/proc/meminfo: memFree=1576256/2055888 swapFree=4087160/4096564
[pid=20509] ppid=20507 vsize=37108 CPUtime=3.09
/proc/20509/stat : 20509 (tinisat) R 20507 20509 19471 0 -1 4194304 7412 0 0 0 306 3 0 0 25 0 1 0 283972486 37998592 6178 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519841 0 0 4096 0 0 0 0 17 0 0 0
/proc/20509/statm: 9277 6178 52 110 0 9164 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 37108

[startup+6.30124 s]
/proc/loadavg: 0.86 0.95 0.98 2/70 20510
/proc/meminfo: memFree=1574912/2055888 swapFree=4087160/4096564
[pid=20509] ppid=20507 vsize=37108 CPUtime=6.28
/proc/20509/stat : 20509 (tinisat) R 20507 20509 19471 0 -1 4194304 7703 0 0 0 625 3 0 0 25 0 1 0 283972486 37998592 6469 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134520078 0 0 4096 0 0 0 0 17 0 0 0
/proc/20509/statm: 9277 6469 52 110 0 9164 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 37108

[startup+12.702 s]
/proc/loadavg: 0.87 0.95 0.98 2/70 20510
/proc/meminfo: memFree=1572488/2055888 swapFree=4087160/4096564
[pid=20509] ppid=20507 vsize=37108 CPUtime=12.69
/proc/20509/stat : 20509 (tinisat) R 20507 20509 19471 0 -1 4194304 8332 0 0 0 1264 5 0 0 25 0 1 0 283972486 37998592 7098 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 0 0 0
/proc/20509/statm: 9277 7098 52 110 0 9164 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 37108

[startup+25.5015 s]
/proc/loadavg: 0.90 0.95 0.98 2/70 20510
/proc/meminfo: memFree=1568072/2055888 swapFree=4087160/4096564
[pid=20509] ppid=20507 vsize=37108 CPUtime=25.47
/proc/20509/stat : 20509 (tinisat) R 20507 20509 19471 0 -1 4194304 9460 0 0 0 2542 5 0 0 25 0 1 0 283972486 37998592 8226 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519939 0 0 4096 0 0 0 0 17 0 0 0
/proc/20509/statm: 9277 8226 52 110 0 9164 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 37108

[startup+51.1014 s]
/proc/loadavg: 0.93 0.96 0.98 2/70 20510
/proc/meminfo: memFree=1559816/2055888 swapFree=4087160/4096564
[pid=20509] ppid=20507 vsize=65712 CPUtime=51.04
/proc/20509/stat : 20509 (tinisat) R 20507 20509 19471 0 -1 4194304 11541 0 0 0 5096 8 0 0 25 0 1 0 283972486 67289088 10307 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134520165 0 0 4096 0 0 0 0 17 0 0 0
/proc/20509/statm: 16428 10307 52 110 0 16315 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 65712

[startup+102.301 s]
/proc/loadavg: 0.97 0.96 0.98 2/70 20510
/proc/meminfo: memFree=1544520/2055888 swapFree=4087160/4096564
[pid=20509] ppid=20507 vsize=65712 CPUtime=102.21
/proc/20509/stat : 20509 (tinisat) R 20507 20509 19471 0 -1 4194304 15285 0 0 0 10208 13 0 0 25 0 1 0 283972486 67289088 14051 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 0 0 0
/proc/20509/statm: 16428 14051 52 110 0 16315 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 65712

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/70 20510
/proc/meminfo: memFree=1528008/2055888 swapFree=4087160/4096564
[pid=20509] ppid=20507 vsize=122920 CPUtime=162.16
/proc/20509/stat : 20509 (tinisat) R 20507 20509 19471 0 -1 4194304 19439 0 0 0 16198 18 0 0 25 0 1 0 283972486 125870080 18205 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519929 0 0 4096 0 0 0 0 17 1 0 0
/proc/20509/statm: 30730 18205 52 110 0 30617 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 122920

[startup+222.305 s]
/proc/loadavg: 0.99 0.97 0.98 2/70 20510
/proc/meminfo: memFree=1513480/2055888 swapFree=4087160/4096564
[pid=20509] ppid=20507 vsize=122920 CPUtime=222.11
/proc/20509/stat : 20509 (tinisat) R 20507 20509 19471 0 -1 4194304 23043 0 0 0 22189 22 0 0 25 0 1 0 283972486 125870080 21809 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519841 0 0 4096 0 0 0 0 17 0 0 0
/proc/20509/statm: 30730 21809 52 110 0 30617 0
Current children cumulated CPU time (s) 222.11
Current children cumulated vsize (KiB) 122920

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/70 20510
/proc/meminfo: memFree=1503688/2055888 swapFree=4087160/4096564
[pid=20509] ppid=20507 vsize=122920 CPUtime=282.07
/proc/20509/stat : 20509 (tinisat) R 20507 20509 19471 0 -1 4194304 25511 0 0 0 28183 24 0 0 25 0 1 0 283972486 125870080 24277 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519657 0 0 4096 0 0 0 0 17 0 0 0
/proc/20509/statm: 30730 24277 52 110 0 30617 0
Current children cumulated CPU time (s) 282.07
Current children cumulated vsize (KiB) 122920

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/70 20510
/proc/meminfo: memFree=1493384/2055888 swapFree=4087160/4096564
[pid=20509] ppid=20507 vsize=122920 CPUtime=342.05
/proc/20509/stat : 20509 (tinisat) R 20507 20509 19471 0 -1 4194304 28078 0 0 0 34177 28 0 0 25 0 1 0 283972486 125870080 26844 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519898 0 0 4096 0 0 0 0 17 0 0 0
/proc/20509/statm: 30730 26844 52 110 0 30617 0
Current children cumulated CPU time (s) 342.05
Current children cumulated vsize (KiB) 122920

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/70 20510
/proc/meminfo: memFree=1482504/2055888 swapFree=4087160/4096564
[pid=20509] ppid=20507 vsize=122920 CPUtime=401.99
/proc/20509/stat : 20509 (tinisat) R 20507 20509 19471 0 -1 4194304 30806 0 0 0 40169 30 0 0 25 0 1 0 283972486 125870080 29572 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519968 0 0 4096 0 0 0 0 17 0 0 0
/proc/20509/statm: 30730 29572 52 110 0 30617 0
Current children cumulated CPU time (s) 401.99
Current children cumulated vsize (KiB) 122920

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/70 20510
/proc/meminfo: memFree=1471432/2055888 swapFree=4087160/4096564
[pid=20509] ppid=20507 vsize=237336 CPUtime=461.97
/proc/20509/stat : 20509 (tinisat) R 20507 20509 19471 0 -1 4194304 33551 0 0 0 46163 34 0 0 25 0 1 0 283972486 243032064 32317 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134515524 0 0 4096 0 0 0 0 17 0 0 0
/proc/20509/statm: 59334 32317 52 110 0 59221 0
Current children cumulated CPU time (s) 461.97
Current children cumulated vsize (KiB) 237336

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/70 20510
/proc/meminfo: memFree=1458376/2055888 swapFree=4087160/4096564
[pid=20509] ppid=20507 vsize=237336 CPUtime=521.93
/proc/20509/stat : 20509 (tinisat) R 20507 20509 19471 0 -1 4194304 36813 0 0 0 52156 37 0 0 25 0 1 0 283972486 243032064 35579 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134518744 0 0 4096 0 0 0 0 17 0 0 0
/proc/20509/statm: 59334 35579 52 110 0 59221 0
Current children cumulated CPU time (s) 521.93
Current children cumulated vsize (KiB) 237336

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/70 20510
/proc/meminfo: memFree=1445704/2055888 swapFree=4087160/4096564
[pid=20509] ppid=20507 vsize=237336 CPUtime=581.88
/proc/20509/stat : 20509 (tinisat) R 20507 20509 19471 0 -1 4194304 39964 0 0 0 58148 40 0 0 25 0 1 0 283972486 243032064 38730 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 0 0 0
/proc/20509/statm: 59334 38730 52 110 0 59221 0
Current children cumulated CPU time (s) 581.88
Current children cumulated vsize (KiB) 237336

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/70 20510
/proc/meminfo: memFree=1435528/2055888 swapFree=4087160/4096564
[pid=20509] ppid=20507 vsize=237336 CPUtime=641.84
/proc/20509/stat : 20509 (tinisat) R 20507 20509 19471 0 -1 4194304 42523 0 0 0 64141 43 0 0 25 0 1 0 283972486 243032064 41289 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 0 0 0
/proc/20509/statm: 59334 41289 52 110 0 59221 0
Current children cumulated CPU time (s) 641.84
Current children cumulated vsize (KiB) 237336

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/70 20510
/proc/meminfo: memFree=1424904/2055888 swapFree=4087160/4096564
[pid=20509] ppid=20507 vsize=237336 CPUtime=701.8
/proc/20509/stat : 20509 (tinisat) R 20507 20509 19471 0 -1 4194304 45162 0 0 0 70135 45 0 0 25 0 1 0 283972486 243032064 43928 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134515506 0 0 4096 0 0 0 0 17 0 0 0
/proc/20509/statm: 59334 43928 52 110 0 59221 0
Current children cumulated CPU time (s) 701.8
Current children cumulated vsize (KiB) 237336

[startup+762.303 s]
/proc/loadavg: 0.99 0.97 0.98 2/70 20510
/proc/meminfo: memFree=1411848/2055888 swapFree=4087160/4096564
[pid=20509] ppid=20507 vsize=237336 CPUtime=761.74
/proc/20509/stat : 20509 (tinisat) R 20507 20509 19471 0 -1 4194304 48383 0 0 0 76125 49 0 0 25 0 1 0 283972486 243032064 47149 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134515528 0 0 4096 0 0 0 0 17 0 0 0
/proc/20509/statm: 59334 47149 52 110 0 59221 0
Current children cumulated CPU time (s) 761.74
Current children cumulated vsize (KiB) 237336

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/70 20510
/proc/meminfo: memFree=1402824/2055888 swapFree=4087160/4096564
[pid=20509] ppid=20507 vsize=237336 CPUtime=821.69
/proc/20509/stat : 20509 (tinisat) R 20507 20509 19471 0 -1 4194304 50651 0 0 0 82118 51 0 0 25 0 1 0 283972486 243032064 49417 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 0 0 0
/proc/20509/statm: 59334 49417 52 110 0 59221 0
Current children cumulated CPU time (s) 821.69
Current children cumulated vsize (KiB) 237336

[startup+882.305 s]
/proc/loadavg: 0.99 0.97 0.98 2/70 20510
/proc/meminfo: memFree=1393224/2055888 swapFree=4087160/4096564
[pid=20509] ppid=20507 vsize=237336 CPUtime=881.66
/proc/20509/stat : 20509 (tinisat) R 20507 20509 19471 0 -1 4194304 53009 0 0 0 88113 53 0 0 25 0 1 0 283972486 243032064 51775 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519912 0 0 4096 0 0 0 0 17 0 0 0
/proc/20509/statm: 59334 51775 52 110 0 59221 0
Current children cumulated CPU time (s) 881.66
Current children cumulated vsize (KiB) 237336

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/70 20510
/proc/meminfo: memFree=1384776/2055888 swapFree=4087160/4096564
[pid=20509] ppid=20507 vsize=237336 CPUtime=941.62
/proc/20509/stat : 20509 (tinisat) R 20507 20509 19471 0 -1 4194304 55141 0 0 0 94106 56 0 0 25 0 1 0 283972486 243032064 53907 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/20509/statm: 59334 53907 52 110 0 59221 0
Current children cumulated CPU time (s) 941.62
Current children cumulated vsize (KiB) 237336

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/70 20510
/proc/meminfo: memFree=1374920/2055888 swapFree=4087160/4096564
[pid=20509] ppid=20507 vsize=237336 CPUtime=1001.58
/proc/20509/stat : 20509 (tinisat) R 20507 20509 19471 0 -1 4194304 57588 0 0 0 100100 58 0 0 25 0 1 0 283972486 243032064 56354 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 0 0 0
/proc/20509/statm: 59334 56354 52 110 0 59221 0
Current children cumulated CPU time (s) 1001.58
Current children cumulated vsize (KiB) 237336

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/70 20510
/proc/meminfo: memFree=1365384/2055888 swapFree=4087160/4096564
[pid=20509] ppid=20507 vsize=237336 CPUtime=1061.55
/proc/20509/stat : 20509 (tinisat) R 20507 20509 19471 0 -1 4194304 59992 0 0 0 106095 60 0 0 25 0 1 0 283972486 243032064 58758 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 0 0 0
/proc/20509/statm: 59334 58758 52 110 0 59221 0
Current children cumulated CPU time (s) 1061.55
Current children cumulated vsize (KiB) 237336

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/70 20510
/proc/meminfo: memFree=1357384/2055888 swapFree=4087160/4096564
[pid=20509] ppid=20507 vsize=466164 CPUtime=1121.5
/proc/20509/stat : 20509 (tinisat) R 20507 20509 19471 0 -1 4194304 61958 0 0 0 112088 62 0 0 25 0 1 0 283972486 477351936 60724 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 0 0 0
/proc/20509/statm: 116541 60724 52 110 0 116428 0
Current children cumulated CPU time (s) 1121.5
Current children cumulated vsize (KiB) 466164

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/70 20510
/proc/meminfo: memFree=1348680/2055888 swapFree=4087160/4096564
[pid=20509] ppid=20507 vsize=466164 CPUtime=1181.47
/proc/20509/stat : 20509 (tinisat) R 20507 20509 19471 0 -1 4194304 64116 0 0 0 118082 65 0 0 25 0 1 0 283972486 477351936 62882 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 0 0 0
/proc/20509/statm: 116541 62882 52 110 0 116428 0
Current children cumulated CPU time (s) 1181.47
Current children cumulated vsize (KiB) 466164



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.9 s]
/proc/loadavg: 0.99 0.97 0.98 2/70 20512
/proc/meminfo: memFree=1345416/2055888 swapFree=4087160/4096564
[pid=20509] ppid=20507 vsize=466164 CPUtime=1200.06
/proc/20509/stat : 20509 (tinisat) R 20507 20509 19471 0 -1 4194304 64877 0 0 0 119940 66 0 0 25 0 1 0 283972486 477351936 63643 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519932 0 0 4096 0 0 0 0 17 0 0 0
/proc/20509/statm: 116541 63643 52 110 0 116428 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 466164

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.94
CPU time (s): 1200.11
CPU user time (s): 1199.41
CPU system time (s): 0.706892
CPU usage (%): 99.9307
Max. virtual memory (cumulated for all children) (KiB): 466164

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

runsolver used 1.02084 second user time and 2.34764 second system time

The end

Launcher Data (download as text)

Begin job on node76 on Wed Feb 28 05:22:22 UTC 2007

IDJOB= 314656
IDBENCH= 20397
IDSOLVER= 100
FILE ID= node76/314656-1172640142

PBS_JOBID= 3981160

Free space on /tmp= 66608 MiB

SOLVER NAME= tinisat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/fuhs/medium/AProVE07-04.cnf
COMMAND LINE= /tmp/evaluation/314656-1172640142/tinisat /tmp/evaluation/314656-1172640142/instance-314656-1172640142.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node76/watcher-314656-1172640142 -o ROOT/results/node76/solver-314656-1172640142 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/314656-1172640142/tinisat /tmp/evaluation/314656-1172640142/instance-314656-1172640142.cnf            

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  140b498fdbb0a99dba481ef70e9da3eb

RANDOM SEED= 778657198

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node76.alineos.net 2.6.9-34.ELsmp #1 SMP Thu Mar 9 06:23:23 GMT 2006 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.219
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	: 6006.18
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.219
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	: 5999.41
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1601632 kB
Buffers:         10352 kB
Cached:         395972 kB
SwapCached:       2696 kB
Active:          35672 kB
Inactive:       380128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1601632 kB
SwapTotal:     4096564 kB
SwapFree:      4087160 kB
Dirty:            9380 kB
Writeback:           0 kB
Mapped:          15392 kB
Slab:            24808 kB
Committed_AS:  1081112 kB
PageTables:       1424 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66608 MiB

End job on node76 on Wed Feb 28 05:42:25 UTC 2007