Trace number 328943

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
ranov 2007-02-08? (TO) 1200.05 1200.52

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k95.cnf
MD5SUM271f133ecbb26442db352418a90fc3e7
Bench CategoryINDUST (industrial 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 variables49582
Number of clauses175195
Sum of the clauses size464017
Maximum clause length37
Minimum clause length1
Number of clauses of size 11253
Number of clauses of size 292771
Number of clauses of size 374550
Number of clauses of size 4466
Number of clauses of size 5905
Number of clauses of size over 55250

Solver Data (download as text)

3.30/3.33	c +------------------------------+
3.30/3.33	c | R+AdaptNovelty+, version 1.5 |
3.30/3.33	c +------------------------------+
3.30/3.33	c ranov -h for help
3.30/3.33	c 
3.30/3.33	c Problem instance: numAtoms = 49582, numClauses = 175232, numLiterals = 463459
3.30/3.33	c General parameters: seed=1010298150, cutoff=100000, targetCost = 0, print solution: yes
3.30/3.33	c R+AdaptNovelty+ parameters: noise = 0, walkprob = 1
3.30/3.33	c tries = 1
3.30/3.33	c 

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/node13/watcher-328943-1173128177 -o ROOT/results/node13/solver-328943-1173128177 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/328943-1173128177/ranov /tmp/evaluation/328943-1173128177/instance-328943-1173128177.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.99 0.97 0.91 3/77 25796
/proc/meminfo: memFree=1347144/2055920 swapFree=4189164/4192956
[pid=25796] ppid=25794 vsize=319884 CPUtime=0
/proc/25796/stat : 25796 (ranov) R 25794 25796 24894 0 -1 4194304 884 0 0 0 0 0 0 0 18 0 1 0 332772237 327561216 869 18446744073709551615 134512640 134914624 4294956704 18446744073709551615 134528292 0 0 4096 0 0 0 0 17 1 0 0
/proc/25796/statm: 79971 876 31 98 0 79870 0

[startup+0.103605 s]
/proc/loadavg: 0.99 0.97 0.91 3/77 25796
/proc/meminfo: memFree=1347144/2055920 swapFree=4189164/4192956
[pid=25796] ppid=25794 vsize=320552 CPUtime=0.09
/proc/25796/stat : 25796 (ranov) R 25794 25796 24894 0 -1 4194304 5222 0 0 0 7 2 0 0 18 0 1 0 332772237 328245248 5207 18446744073709551615 134512640 134914624 4294956704 18446744073709551615 134566063 0 0 4096 0 0 0 0 17 1 0 0
/proc/25796/statm: 80138 5207 38 98 0 80037 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 320552

[startup+0.201617 s]
/proc/loadavg: 0.99 0.97 0.91 3/77 25796
/proc/meminfo: memFree=1347144/2055920 swapFree=4189164/4192956
[pid=25796] ppid=25794 vsize=322136 CPUtime=0.19
/proc/25796/stat : 25796 (ranov) R 25794 25796 24894 0 -1 4194304 5727 0 0 0 17 2 0 0 18 0 1 0 332772237 329867264 5712 18446744073709551615 134512640 134914624 4294956704 18446744073709551615 134529024 0 0 4096 0 0 0 0 17 1 0 0
/proc/25796/statm: 80534 5712 38 98 0 80433 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 322136

[startup+0.30163 s]
/proc/loadavg: 0.99 0.97 0.91 3/77 25796
/proc/meminfo: memFree=1347144/2055920 swapFree=4189164/4192956
[pid=25796] ppid=25794 vsize=326988 CPUtime=0.29
/proc/25796/stat : 25796 (ranov) R 25794 25796 24894 0 -1 4194304 8896 0 0 0 26 3 0 0 19 0 1 0 332772237 334835712 8880 18446744073709551615 134512640 134914624 4294956704 18446744073709551615 134529408 0 0 4096 0 0 0 0 17 1 0 0
/proc/25796/statm: 81747 8887 38 98 0 81646 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 326988

[startup+0.701684 s]
/proc/loadavg: 0.99 0.97 0.91 3/77 25796
/proc/meminfo: memFree=1347144/2055920 swapFree=4189164/4192956
[pid=25796] ppid=25794 vsize=328104 CPUtime=0.69
/proc/25796/stat : 25796 (ranov) R 25794 25796 24894 0 -1 4194304 12505 0 0 0 64 5 0 0 23 0 1 0 332772237 335978496 12489 18446744073709551615 134512640 134914624 4294956704 18446744073709551615 134523829 0 0 4096 0 0 0 0 17 1 0 0
/proc/25796/statm: 82026 12489 39 98 0 81925 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 328104

[startup+1.50179 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 25797
/proc/meminfo: memFree=1296576/2055920 swapFree=4189164/4192956
[pid=25796] ppid=25794 vsize=329152 CPUtime=1.49
/proc/25796/stat : 25796 (ranov) R 25794 25796 24894 0 -1 4194304 12764 0 0 0 144 5 0 0 25 0 1 0 332772237 337051648 12748 18446744073709551615 134512640 134914624 4294956704 18446744073709551615 134524437 0 0 4096 0 0 0 0 17 1 0 0
/proc/25796/statm: 82288 12748 39 98 0 82187 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 329152

[startup+3.102 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 25797
/proc/meminfo: memFree=1294976/2055920 swapFree=4189164/4192956
[pid=25796] ppid=25794 vsize=331396 CPUtime=3.09
/proc/25796/stat : 25796 (ranov) R 25794 25796 24894 0 -1 4194304 13359 0 0 0 304 5 0 0 25 0 1 0 332772237 339349504 13343 18446744073709551615 134512640 134914624 4294956704 18446744073709551615 134523787 0 0 4096 0 0 0 0 17 1 0 0
/proc/25796/statm: 82849 13343 39 98 0 82748 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 331396

[startup+6.30143 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 25797
/proc/meminfo: memFree=1273536/2055920 swapFree=4189164/4192956
[pid=25796] ppid=25794 vsize=342140 CPUtime=6.29
/proc/25796/stat : 25796 (ranov) R 25794 25796 24894 0 -1 4194304 18305 0 0 0 622 7 0 0 25 0 1 0 332772237 350351360 18289 18446744073709551615 134512640 134914624 4294956704 18446744073709551615 134513295 0 0 4096 0 0 0 0 17 1 0 0
/proc/25796/statm: 85535 18289 42 98 0 85434 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 342140

[startup+12.7013 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 25797
/proc/meminfo: memFree=1273536/2055920 swapFree=4189164/4192956
[pid=25796] ppid=25794 vsize=342140 CPUtime=12.69
/proc/25796/stat : 25796 (ranov) R 25794 25796 24894 0 -1 4194304 18305 0 0 0 1262 7 0 0 25 0 1 0 332772237 350351360 18289 18446744073709551615 134512640 134914624 4294956704 18446744073709551615 134513488 0 0 4096 0 0 0 0 17 1 0 0
/proc/25796/statm: 85535 18289 42 98 0 85434 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 342140

[startup+25.502 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 25797
/proc/meminfo: memFree=1273600/2055920 swapFree=4189164/4192956
[pid=25796] ppid=25794 vsize=342140 CPUtime=25.48
/proc/25796/stat : 25796 (ranov) R 25794 25796 24894 0 -1 4194304 18305 0 0 0 2541 7 0 0 25 0 1 0 332772237 350351360 18289 18446744073709551615 134512640 134914624 4294956704 18446744073709551615 134513474 0 0 4096 0 0 0 0 17 1 0 0
/proc/25796/statm: 85535 18289 42 98 0 85434 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 342140

[startup+51.1024 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 25797
/proc/meminfo: memFree=1273600/2055920 swapFree=4189164/4192956
[pid=25796] ppid=25794 vsize=342140 CPUtime=51.07
/proc/25796/stat : 25796 (ranov) R 25794 25796 24894 0 -1 4194304 18305 0 0 0 5100 7 0 0 25 0 1 0 332772237 350351360 18289 18446744073709551615 134512640 134914624 4294956704 18446744073709551615 134513433 0 0 4096 0 0 0 0 17 1 0 0
/proc/25796/statm: 85535 18289 42 98 0 85434 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 342140

[startup+102.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 25797
/proc/meminfo: memFree=1273600/2055920 swapFree=4189164/4192956
[pid=25796] ppid=25794 vsize=342140 CPUtime=102.27
/proc/25796/stat : 25796 (ranov) R 25794 25796 24894 0 -1 4194304 18305 0 0 0 10219 8 0 0 25 0 1 0 332772237 350351360 18289 18446744073709551615 134512640 134914624 4294956704 18446744073709551615 134514777 0 0 4096 0 0 0 0 17 1 0 0
/proc/25796/statm: 85535 18289 42 98 0 85434 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 342140

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.91 4/78 25797
/proc/meminfo: memFree=1273600/2055920 swapFree=4189164/4192956
[pid=25796] ppid=25794 vsize=342140 CPUtime=162.24
/proc/25796/stat : 25796 (ranov) R 25794 25796 24894 0 -1 4194304 18305 0 0 0 16216 8 0 0 25 0 1 0 332772237 350351360 18289 18446744073709551615 134512640 134914624 4294956704 18446744073709551615 134513730 0 0 4096 0 0 0 0 17 1 0 0
/proc/25796/statm: 85535 18289 42 98 0 85434 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 342140

[startup+222.305 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 25797
/proc/meminfo: memFree=1273600/2055920 swapFree=4189164/4192956
[pid=25796] ppid=25794 vsize=342140 CPUtime=222.23
/proc/25796/stat : 25796 (ranov) R 25794 25796 24894 0 -1 4194304 18305 0 0 0 22214 9 0 0 25 0 1 0 332772237 350351360 18289 18446744073709551615 134512640 134914624 4294956704 18446744073709551615 134513379 0 0 4096 0 0 0 0 17 1 0 0
/proc/25796/statm: 85535 18289 42 98 0 85434 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 342140

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 25797
/proc/meminfo: memFree=1273536/2055920 swapFree=4189164/4192956
[pid=25796] ppid=25794 vsize=342140 CPUtime=282.2
/proc/25796/stat : 25796 (ranov) R 25794 25796 24894 0 -1 4194304 18305 0 0 0 28211 9 0 0 25 0 1 0 332772237 350351360 18289 18446744073709551615 134512640 134914624 4294956704 18446744073709551615 134513774 0 0 4096 0 0 0 0 17 1 0 0
/proc/25796/statm: 85535 18289 42 98 0 85434 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 342140

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/84 25955
/proc/meminfo: memFree=1272256/2055920 swapFree=4189164/4192956
[pid=25796] ppid=25794 vsize=342140 CPUtime=342.11
/proc/25796/stat : 25796 (ranov) R 25794 25796 24894 0 -1 4194304 18305 0 0 0 34198 13 0 0 25 0 1 0 332772237 350351360 18289 18446744073709551615 134512640 134914624 4294956704 18446744073709551615 134514886 0 0 4096 0 0 0 0 17 1 0 0
/proc/25796/statm: 85535 18289 42 98 0 85434 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 342140

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 25995
/proc/meminfo: memFree=1273344/2055920 swapFree=4189164/4192956
[pid=25796] ppid=25794 vsize=342140 CPUtime=402.07
/proc/25796/stat : 25796 (ranov) R 25794 25796 24894 0 -1 4194304 18305 0 0 0 40193 14 0 0 25 0 1 0 332772237 350351360 18289 18446744073709551615 134512640 134914624 4294956704 18446744073709551615 134513698 0 0 4096 0 0 0 0 17 1 0 0
/proc/25796/statm: 85535 18289 42 98 0 85434 0
Current children cumulated CPU time (s) 402.07
Current children cumulated vsize (KiB) 342140

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 25995
/proc/meminfo: memFree=1273344/2055920 swapFree=4189164/4192956
[pid=25796] ppid=25794 vsize=342140 CPUtime=462.05
/proc/25796/stat : 25796 (ranov) R 25794 25796 24894 0 -1 4194304 18305 0 0 0 46191 14 0 0 25 0 1 0 332772237 350351360 18289 18446744073709551615 134512640 134914624 4294956704 18446744073709551615 134513257 0 0 4096 0 0 0 0 17 1 0 0
/proc/25796/statm: 85535 18289 42 98 0 85434 0
Current children cumulated CPU time (s) 462.05
Current children cumulated vsize (KiB) 342140

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 25995
/proc/meminfo: memFree=1273408/2055920 swapFree=4189164/4192956
[pid=25796] ppid=25794 vsize=342140 CPUtime=522.03
/proc/25796/stat : 25796 (ranov) R 25794 25796 24894 0 -1 4194304 18305 0 0 0 52188 15 0 0 25 0 1 0 332772237 350351360 18289 18446744073709551615 134512640 134914624 4294956704 18446744073709551615 134513836 0 0 4096 0 0 0 0 17 1 0 0
/proc/25796/statm: 85535 18289 42 98 0 85434 0
Current children cumulated CPU time (s) 522.03
Current children cumulated vsize (KiB) 342140

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 25995
/proc/meminfo: memFree=1273472/2055920 swapFree=4189164/4192956
[pid=25796] ppid=25794 vsize=342140 CPUtime=582.01
/proc/25796/stat : 25796 (ranov) R 25794 25796 24894 0 -1 4194304 18305 0 0 0 58186 15 0 0 25 0 1 0 332772237 350351360 18289 18446744073709551615 134512640 134914624 4294956704 18446744073709551615 134513843 0 0 4096 0 0 0 0 17 1 0 0
/proc/25796/statm: 85535 18289 42 98 0 85434 0
Current children cumulated CPU time (s) 582.01
Current children cumulated vsize (KiB) 342140

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 25995
/proc/meminfo: memFree=1273536/2055920 swapFree=4189164/4192956
[pid=25796] ppid=25794 vsize=342140 CPUtime=642
/proc/25796/stat : 25796 (ranov) R 25794 25796 24894 0 -1 4194304 18305 0 0 0 64184 16 0 0 25 0 1 0 332772237 350351360 18289 18446744073709551615 134512640 134914624 4294956704 18446744073709551615 134513677 0 0 4096 0 0 0 0 17 1 0 0
/proc/25796/statm: 85535 18289 42 98 0 85434 0
Current children cumulated CPU time (s) 642
Current children cumulated vsize (KiB) 342140

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 25995
/proc/meminfo: memFree=1273472/2055920 swapFree=4189164/4192956
[pid=25796] ppid=25794 vsize=342140 CPUtime=701.97
/proc/25796/stat : 25796 (ranov) R 25794 25796 24894 0 -1 4194304 18305 0 0 0 70181 16 0 0 25 0 1 0 332772237 350351360 18289 18446744073709551615 134512640 134914624 4294956704 18446744073709551615 134513677 0 0 4096 0 0 0 0 17 1 0 0
/proc/25796/statm: 85535 18289 42 98 0 85434 0
Current children cumulated CPU time (s) 701.97
Current children cumulated vsize (KiB) 342140

[startup+762.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 25995
/proc/meminfo: memFree=1273664/2055920 swapFree=4189164/4192956
[pid=25796] ppid=25794 vsize=342140 CPUtime=761.96
/proc/25796/stat : 25796 (ranov) R 25794 25796 24894 0 -1 4194304 18305 0 0 0 76179 17 0 0 25 0 1 0 332772237 350351360 18289 18446744073709551615 134512640 134914624 4294956704 18446744073709551615 134513795 0 0 4096 0 0 0 0 17 1 0 0
/proc/25796/statm: 85535 18289 42 98 0 85434 0
Current children cumulated CPU time (s) 761.96
Current children cumulated vsize (KiB) 342140

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 25995
/proc/meminfo: memFree=1273664/2055920 swapFree=4189164/4192956
[pid=25796] ppid=25794 vsize=342140 CPUtime=821.93
/proc/25796/stat : 25796 (ranov) R 25794 25796 24894 0 -1 4194304 18305 0 0 0 82176 17 0 0 25 0 1 0 332772237 350351360 18289 18446744073709551615 134512640 134914624 4294956704 18446744073709551615 134513295 0 0 4096 0 0 0 0 17 1 0 0
/proc/25796/statm: 85535 18289 42 98 0 85434 0
Current children cumulated CPU time (s) 821.93
Current children cumulated vsize (KiB) 342140

[startup+882.306 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 25995
/proc/meminfo: memFree=1273664/2055920 swapFree=4189164/4192956
[pid=25796] ppid=25794 vsize=342140 CPUtime=881.92
/proc/25796/stat : 25796 (ranov) R 25794 25796 24894 0 -1 4194304 18305 0 0 0 88174 18 0 0 25 0 1 0 332772237 350351360 18289 18446744073709551615 134512640 134914624 4294956704 18446744073709551615 134513623 0 0 4096 0 0 0 0 17 1 0 0
/proc/25796/statm: 85535 18289 42 98 0 85434 0
Current children cumulated CPU time (s) 881.92
Current children cumulated vsize (KiB) 342140

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 25995
/proc/meminfo: memFree=1273600/2055920 swapFree=4189164/4192956
[pid=25796] ppid=25794 vsize=342140 CPUtime=941.9
/proc/25796/stat : 25796 (ranov) R 25794 25796 24894 0 -1 4194304 18305 0 0 0 94172 18 0 0 25 0 1 0 332772237 350351360 18289 18446744073709551615 134512640 134914624 4294956704 18446744073709551615 134519985 0 0 4096 0 0 0 0 17 1 0 0
/proc/25796/statm: 85535 18289 42 98 0 85434 0
Current children cumulated CPU time (s) 941.9
Current children cumulated vsize (KiB) 342140

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 25995
/proc/meminfo: memFree=1273664/2055920 swapFree=4189164/4192956
[pid=25796] ppid=25794 vsize=342140 CPUtime=1001.88
/proc/25796/stat : 25796 (ranov) R 25794 25796 24894 0 -1 4194304 18305 0 0 0 100169 19 0 0 25 0 1 0 332772237 350351360 18289 18446744073709551615 134512640 134914624 4294956704 18446744073709551615 134513816 0 0 4096 0 0 0 0 17 1 0 0
/proc/25796/statm: 85535 18289 42 98 0 85434 0
Current children cumulated CPU time (s) 1001.88
Current children cumulated vsize (KiB) 342140

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 25995
/proc/meminfo: memFree=1273664/2055920 swapFree=4189164/4192956
[pid=25796] ppid=25794 vsize=342140 CPUtime=1061.87
/proc/25796/stat : 25796 (ranov) R 25794 25796 24894 0 -1 4194304 18305 0 0 0 106167 20 0 0 25 0 1 0 332772237 350351360 18289 18446744073709551615 134512640 134914624 4294956704 18446744073709551615 134513376 0 0 4096 0 0 0 0 17 1 0 0
/proc/25796/statm: 85535 18289 42 98 0 85434 0
Current children cumulated CPU time (s) 1061.87
Current children cumulated vsize (KiB) 342140

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 25995
/proc/meminfo: memFree=1273664/2055920 swapFree=4189164/4192956
[pid=25796] ppid=25794 vsize=342140 CPUtime=1121.84
/proc/25796/stat : 25796 (ranov) R 25794 25796 24894 0 -1 4194304 18305 0 0 0 112164 20 0 0 25 0 1 0 332772237 350351360 18289 18446744073709551615 134512640 134914624 4294956704 18446744073709551615 134519956 0 0 4096 0 0 0 0 17 1 0 0
/proc/25796/statm: 85535 18289 42 98 0 85434 0
Current children cumulated CPU time (s) 1121.84
Current children cumulated vsize (KiB) 342140

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 25995
/proc/meminfo: memFree=1273600/2055920 swapFree=4189164/4192956
[pid=25796] ppid=25794 vsize=342140 CPUtime=1181.83
/proc/25796/stat : 25796 (ranov) R 25794 25796 24894 0 -1 4194304 18305 0 0 0 118162 21 0 0 25 0 1 0 332772237 350351360 18289 18446744073709551615 134512640 134914624 4294956704 18446744073709551615 134513509 0 0 4096 0 0 0 0 17 1 0 0
/proc/25796/statm: 85535 18289 42 98 0 85434 0
Current children cumulated CPU time (s) 1181.83
Current children cumulated vsize (KiB) 342140



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 25995
/proc/meminfo: memFree=1273600/2055920 swapFree=4189164/4192956
[pid=25796] ppid=25794 vsize=342140 CPUtime=1200.03
/proc/25796/stat : 25796 (ranov) R 25794 25796 24894 0 -1 4194304 18305 0 0 0 119982 21 0 0 25 0 1 0 332772237 350351360 18289 18446744073709551615 134512640 134914624 4294956704 18446744073709551615 134513418 0 0 4096 0 0 0 0 17 1 0 0
/proc/25796/statm: 85535 18289 42 98 0 85434 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 342140

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.52
CPU time (s): 1200.05
CPU user time (s): 1199.82
CPU system time (s): 0.223965
CPU usage (%): 99.9606
Max. virtual memory (cumulated for all children) (KiB): 342140

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

runsolver used 1.37179 second user time and 2.99854 second system time

The end

Launcher Data (download as text)

Begin job on node13 on Mon Mar  5 20:56:18 UTC 2007

IDJOB= 328943
IDBENCH= 20528
IDSOLVER= 105
FILE ID= node13/328943-1173128177

PBS_JOBID= 4014950

Free space on /tmp= 66363 MiB

SOLVER NAME= ranov 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k95.cnf
COMMAND LINE= /tmp/evaluation/328943-1173128177/ranov /tmp/evaluation/328943-1173128177/instance-328943-1173128177.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node13/watcher-328943-1173128177 -o ROOT/results/node13/solver-328943-1173128177 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/328943-1173128177/ranov /tmp/evaluation/328943-1173128177/instance-328943-1173128177.cnf            

META MD5SUM SOLVER= f62d3053d967228316972e47f5f50e74
MD5SUM BENCH=  271f133ecbb26442db352418a90fc3e7

RANDOM SEED= 616833129

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node13.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.236
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.236
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:       1347552 kB
Buffers:         40540 kB
Cached:         555960 kB
SwapCached:        404 kB
Active:         368912 kB
Inactive:       278848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1347552 kB
SwapTotal:     4192956 kB
SwapFree:      4189164 kB
Dirty:            5232 kB
Writeback:           0 kB
Mapped:          61208 kB
Slab:            46164 kB
Committed_AS:  1540060 kB
PageTables:       1744 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= 66363 MiB

End job on node13 on Mon Mar  5 21:16:20 UTC 2007