Trace number 1781485

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
satake 2009-03-22 (4 threads)UNSAT 245.51 124.606

General information on the benchmark

Namesimon-s03-fifo8-300.cnf
MD5SUMbc88ff447c824a634465ac9483a47d5c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark25.25
Satisfiable
(Un)Satisfiability was proved
Number of variables194762
Number of clauses530713
Sum of the clauses size1200865
Maximum clause length11
Minimum clause length1
Number of clauses of size 14539
Number of clauses of size 2407666
Number of clauses of size 3101726
Number of clauses of size 413487
Number of clauses of size 51199
Number of clauses of size over 52096

Solver Data

245.41/124.60	c Benchmark name    : HOME/instance-1781485-1243654685.cnf
245.41/124.60	c Thread Num        :            4
245.41/124.60	c restarts          :           14
245.41/124.60	c conflicts         :        44159
245.41/124.60	c decisions         :       160701           (     1294 / sec      )
245.41/124.60	c propagations      :     75721348           (   609689 / sec      )
245.41/124.60	c inspects          :    192540694           (  1550289 / sec      )
245.41/124.60	c conflict literals :       568098           (    30.69 % deleted  )
245.41/124.60	c cpu time          :       124.20           
245.41/124.60	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:503) (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w /tmp/evaluation-result-1781485-1243654685/watcher-1781485-1243654685 -o /tmp/evaluation-result-1781485-1243654685/solver-1781485-1243654685 -C 10000 -W 1000 -M 2047 --output-limit 1,15 --cleanup-all-ipc-queues HOME/satake HOME/instance-1781485-1243654685.cnf 4 10000 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 2096128 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 2147328 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: 8192 KiB


[startup+0 s]
/proc/loadavg: 4.99 5.13 5.10 6/105 13614
/proc/meminfo: memFree=2168808/3368532 swapFree=1954076/1959888
[pid=13613] ppid=13611 vsize=968 CPUtime=0
/proc/13613/stat : 13613 (satake) R 13611 13613 3671 0 -1 4202496 109 0 0 0 0 0 0 0 19 0 2 0 1119569746 991232 65 4294967295 134512640 135180984 3217285008 3217284352 134705812 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/13613/statm: 242 65 54 164 0 77 0
[pid=13613/tid=13614] ppid=13611 vsize=968 CPUtime=0
/proc/13613/task/13614/stat : 13614 (satake) R 13611 13613 3671 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 2 0 1119569746 991232 65 4294967295 134512640 135180984 3217285008 3086332740 134705812 0 0 0 0 0 0 0 -1 2 0 0 0

[startup+0.04849 s]
/proc/loadavg: 4.99 5.13 5.10 6/105 13614
/proc/meminfo: memFree=2168808/3368532 swapFree=1954076/1959888
[pid=13613] ppid=13611 vsize=88848 CPUtime=0.06
/proc/13613/stat : 13613 (satake) S 13611 13613 3671 0 -1 4202496 8190 0 0 0 1 5 0 0 19 0 5 0 1119569746 90980352 8146 4294967295 134512640 135180984 3217285008 3217284444 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/13613/statm: 22212 8146 63 164 0 22047 0
[pid=13613/tid=13614] ppid=13611 vsize=88848 CPUtime=0
/proc/13613/task/13614/stat : 13614 (satake) S 13611 13613 3671 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 5 0 1119569746 90980352 8146 4294967295 134512640 135180984 3217285008 3086331920 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 88848

[startup+0.118483 s]
/proc/loadavg: 4.99 5.13 5.10 6/105 13614
/proc/meminfo: memFree=2168808/3368532 swapFree=1954076/1959888
[pid=13613] ppid=13611 vsize=104812 CPUtime=0.18
/proc/13613/stat : 13613 (satake) S 13611 13613 3671 0 -1 4202496 17396 0 0 0 6 12 0 0 19 0 5 0 1119569746 107327488 17352 4294967295 134512640 135180984 3217285008 3217284444 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/13613/statm: 26203 17352 63 164 0 26038 0
[pid=13613/tid=13614] ppid=13611 vsize=104812 CPUtime=0
/proc/13613/task/13614/stat : 13614 (satake) S 13611 13613 3671 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 5 0 1119569746 107327488 17352 4294967295 134512640 135180984 3217285008 3086331920 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 104812

[startup+0.318472 s]
/proc/loadavg: 4.99 5.13 5.10 6/105 13614
/proc/meminfo: memFree=2168808/3368532 swapFree=1954076/1959888
[pid=13613] ppid=13611 vsize=123516 CPUtime=0.57
/proc/13613/stat : 13613 (satake) S 13611 13613 3671 0 -1 4202496 25711 0 0 0 43 14 0 0 19 0 5 0 1119569746 126480384 25667 4294967295 134512640 135180984 3217285008 3217284444 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/13613/statm: 30879 25667 63 164 0 30714 0
[pid=13613/tid=13614] ppid=13611 vsize=123516 CPUtime=0
/proc/13613/task/13614/stat : 13614 (satake) S 13611 13613 3671 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 5 0 1119569746 126480384 25667 4294967295 134512640 135180984 3217285008 3086331920 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 123516

[startup+0.718443 s]
/proc/loadavg: 4.99 5.13 5.10 6/105 13614
/proc/meminfo: memFree=2168808/3368532 swapFree=1954076/1959888
[pid=13613] ppid=13611 vsize=138040 CPUtime=1.37
/proc/13613/stat : 13613 (satake) S 13611 13613 3671 0 -1 4202496 29401 0 0 0 121 16 0 0 19 0 5 0 1119569746 141352960 29357 4294967295 134512640 135180984 3217285008 3217284444 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/13613/statm: 34510 29357 63 164 0 34345 0
[pid=13613/tid=13614] ppid=13611 vsize=138040 CPUtime=0
/proc/13613/task/13614/stat : 13614 (satake) S 13611 13613 3671 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 5 0 1119569746 141352960 29358 4294967295 134512640 135180984 3217285008 3086331920 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 138040

[startup+1.54946 s]
/proc/loadavg: 4.99 5.13 5.10 6/109 13618
/proc/meminfo: memFree=2045304/3368532 swapFree=1954076/1959888
[pid=13613] ppid=13611 vsize=135348 CPUtime=2.96
/proc/13613/stat : 13613 (satake) S 13611 13613 3671 0 -1 4202496 33166 0 0 0 277 19 0 0 19 0 5 0 1119569746 138596352 28538 4294967295 134512640 135180984 3217285008 3217284444 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/13613/statm: 33837 28538 66 164 0 33672 0
[pid=13613/tid=13614] ppid=13611 vsize=135348 CPUtime=0
/proc/13613/task/13614/stat : 13614 (satake) R 13611 13613 3671 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 5 0 1119569746 138596352 28538 4294967295 134512640 135180984 3217285008 3086331920 134580407 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=13613/tid=13616] ppid=13611 vsize=135348 CPUtime=1.12
/proc/13613/task/13616/stat : 13616 (satake) R 13611 13613 3671 0 -1 4202560 11163 0 0 0 107 5 0 0 16 0 5 0 1119569747 138596352 28538 4294967295 134512640 135180984 3217285008 3086266116 134579745 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=13613/tid=13617] ppid=13611 vsize=135348 CPUtime=0.83
/proc/13613/task/13617/stat : 13617 (satake) R 13611 13613 3671 0 -1 4202560 10747 0 0 0 74 9 0 0 22 0 5 0 1119569747 138596352 28538 4294967295 134512640 135180984 3217285008 3086200932 134579745 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=13613/tid=13618] ppid=13611 vsize=135348 CPUtime=1.01
/proc/13613/task/13618/stat : 13618 (satake) S 13611 13613 3671 0 -1 4202560 11137 0 0 0 96 5 0 0 24 0 5 0 1119569747 138596352 28538 4294967295 134512640 135180984 3217285008 3086134944 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 135348

[startup+3.11828 s]
/proc/loadavg: 5.07 5.15 5.10 7/109 13618
/proc/meminfo: memFree=2051224/3368532 swapFree=1954076/1959888
[pid=13613] ppid=13611 vsize=138268 CPUtime=6.02
/proc/13613/stat : 13613 (satake) S 13611 13613 3671 0 -1 4202496 36342 0 0 0 579 23 0 0 19 0 5 0 1119569746 141586432 29422 4294967295 134512640 135180984 3217285008 3217284444 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/13613/statm: 34567 29422 68 164 0 34402 0
[pid=13613/tid=13614] ppid=13611 vsize=138268 CPUtime=0.08
/proc/13613/task/13614/stat : 13614 (satake) S 13611 13613 3671 0 -1 4202560 3005 0 0 0 7 1 0 0 16 0 5 0 1119569746 141586432 29422 4294967295 134512640 135180984 3217285008 3086331920 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=13613/tid=13616] ppid=13611 vsize=138268 CPUtime=2.61
/proc/13613/task/13616/stat : 13616 (satake) R 13611 13613 3671 0 -1 4202560 11213 0 0 0 256 5 0 0 16 0 5 0 1119569747 141586432 29422 4294967295 134512640 135180984 3217285008 3086266240 134518673 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=13613/tid=13617] ppid=13611 vsize=138268 CPUtime=1.43
/proc/13613/task/13617/stat : 13617 (satake) R 13611 13613 3671 0 -1 4202560 10802 0 0 0 133 10 0 0 20 0 5 0 1119569747 141586432 29422 4294967295 134512640 135180984 3217285008 3086200688 134528267 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=13613/tid=13618] ppid=13611 vsize=138268 CPUtime=1.9
/proc/13613/task/13618/stat : 13618 (satake) R 13611 13613 3671 0 -1 4202560 11210 0 0 0 183 7 0 0 19 0 5 0 1119569747 141586432 29422 4294967295 134512640 135180984 3217285008 3086135080 134523869 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 138268

[startup+6.31806 s]
/proc/loadavg: 5.07 5.15 5.10 7/109 13619
/proc/meminfo: memFree=2050752/3368532 swapFree=1954076/1959888
[pid=13613] ppid=13611 vsize=138796 CPUtime=12.4
/proc/13613/stat : 13613 (satake) S 13611 13613 3671 0 -1 4202496 36542 0 0 0 1188 52 0 0 19 0 5 0 1119569746 142127104 29622 4294967295 134512640 135180984 3217285008 3217284444 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/13613/statm: 34699 29622 68 164 0 34534 0
[pid=13613/tid=13614] ppid=13611 vsize=138796 CPUtime=0.26
/proc/13613/task/13614/stat : 13614 (satake) S 13611 13613 3671 0 -1 4202560 3039 0 0 0 11 15 0 0 15 0 5 0 1119569746 142127104 29622 4294967295 134512640 135180984 3217285008 3086331924 134580588 0 0 0 0 3223036975 0 0 -1 0 0 0 0
[pid=13613/tid=13616] ppid=13611 vsize=138796 CPUtime=5.28
/proc/13613/task/13616/stat : 13616 (satake) R 13611 13613 3671 0 -1 4202560 11262 0 0 0 517 11 0 0 19 0 5 0 1119569747 142127104 29622 4294967295 134512640 135180984 3217285008 3086266272 134535641 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=13613/tid=13617] ppid=13611 vsize=138796 CPUtime=1.94
/proc/13613/task/13617/stat : 13617 (satake) R 13611 13613 3671 0 -1 4202560 10824 0 0 0 179 15 0 0 21 0 5 0 1119569747 142127104 29622 4294967295 134512640 135180984 3217285008 3086200480 134580407 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=13613/tid=13618] ppid=13611 vsize=138796 CPUtime=4.92
/proc/13613/task/13618/stat : 13618 (satake) R 13611 13613 3671 0 -1 4202560 11305 0 0 0 481 11 0 0 25 0 5 0 1119569747 142127104 29622 4294967295 134512640 135180984 3217285008 3086135168 134518670 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 138796

[startup+12.7176 s]
/proc/loadavg: 5.06 5.14 5.10 6/109 13802
/proc/meminfo: memFree=2047632/3368532 swapFree=1954076/1959888
[pid=13613] ppid=13611 vsize=141004 CPUtime=26.65
/proc/13613/stat : 13613 (satake) S 13611 13613 3671 0 -1 4202496 37148 0 0 0 2566 99 0 0 19 0 5 0 1119569746 144388096 30228 4294967295 134512640 135180984 3217285008 3217284444 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/13613/statm: 35251 30228 68 164 0 35086 0
[pid=13613/tid=13614] ppid=13611 vsize=141004 CPUtime=0.63
/proc/13613/task/13614/stat : 13614 (satake) S 13611 13613 3671 0 -1 4202560 3159 0 0 0 20 43 0 0 15 0 5 0 1119569746 144388096 30228 4294967295 134512640 135180984 3217285008 3086331920 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=13613/tid=13616] ppid=13611 vsize=141004 CPUtime=8.94
/proc/13613/task/13616/stat : 13616 (satake) R 13611 13613 3671 0 -1 4202560 11411 0 0 0 876 18 0 0 25 0 5 0 1119569747 144388096 30228 4294967295 134512640 135180984 3217285008 3086266240 134532624 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=13613/tid=13617] ppid=13611 vsize=141004 CPUtime=7.13
/proc/13613/task/13617/stat : 13617 (satake) R 13611 13613 3671 0 -1 4202560 10955 0 0 0 695 18 0 0 25 0 5 0 1119569747 144388096 30228 4294967295 134512640 135180984 3217285008 3086200704 134518582 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=13613/tid=13618] ppid=13611 vsize=141004 CPUtime=9.96
/proc/13613/task/13618/stat : 13618 (satake) R 13611 13613 3671 0 -1 4202560 11511 0 0 0 976 20 0 0 25 0 5 0 1119569747 144388096 30228 4294967295 134512640 135180984 3217285008 3086135152 134528211 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 26.65
Current children cumulated vsize (KiB) 141004

[startup+25.5168 s]
/proc/loadavg: 5.13 5.15 5.10 6/109 13803
/proc/meminfo: memFree=2044468/3368532 swapFree=1954076/1959888
[pid=13613] ppid=13611 vsize=144004 CPUtime=51.25
/proc/13613/stat : 13613 (satake) S 13611 13613 3671 0 -1 4202496 38010 0 0 0 5001 124 0 0 19 0 5 0 1119569746 147460096 31090 4294967295 134512640 135180984 3217285008 3217284444 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/13613/statm: 36001 31090 68 164 0 35836 0
[pid=13613/tid=13614] ppid=13611 vsize=144004 CPUtime=0.87
/proc/13613/task/13614/stat : 13614 (satake) S 13611 13613 3671 0 -1 4202560 3323 0 0 0 27 60 0 0 15 0 5 0 1119569746 147460096 31090 4294967295 134512640 135180984 3217285008 3086331920 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=13613/tid=13616] ppid=13611 vsize=144004 CPUtime=17.6
/proc/13613/task/13616/stat : 13616 (satake) R 13611 13613 3671 0 -1 4202560 11640 0 0 0 1740 20 0 0 25 0 5 0 1119569747 147460096 31090 4294967295 134512640 135180984 3217285008 3086266176 134522961 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=13613/tid=13617] ppid=13611 vsize=144004 CPUtime=14.91
/proc/13613/task/13617/stat : 13617 (satake) R 13611 13613 3671 0 -1 4202560 11188 0 0 0 1469 22 0 0 25 0 5 0 1119569747 147460096 31090 4294967295 134512640 135180984 3217285008 3086200480 134580407 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=13613/tid=13618] ppid=13611 vsize=144004 CPUtime=17.88
/proc/13613/task/13618/stat : 13618 (satake) R 13611 13613 3671 0 -1 4202560 11747 0 0 0 1766 22 0 0 25 0 5 0 1119569747 147460096 31090 4294967295 134512640 135180984 3217285008 3086135168 134518869 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 51.25
Current children cumulated vsize (KiB) 144004

[startup+51.115 s]
/proc/loadavg: 5.27 5.19 5.11 6/109 13805
/proc/meminfo: memFree=2038068/3368532 swapFree=1954076/1959888
[pid=13613] ppid=13611 vsize=151776 CPUtime=101.04
/proc/13613/stat : 13613 (satake) S 13611 13613 3671 0 -1 4202496 39577 0 0 0 9943 161 0 0 19 0 5 0 1119569746 155418624 32657 4294967295 134512640 135180984 3217285008 3217284444 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/13613/statm: 37944 32657 68 164 0 37779 0
[pid=13613/tid=13614] ppid=13611 vsize=151776 CPUtime=1.22
/proc/13613/task/13614/stat : 13614 (satake) S 13611 13613 3671 0 -1 4202560 3654 0 0 0 40 82 0 0 16 0 5 0 1119569746 155418624 32657 4294967295 134512640 135180984 3217285008 3086331920 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=13613/tid=13616] ppid=13611 vsize=151776 CPUtime=32.97
/proc/13613/task/13616/stat : 13616 (satake) R 13611 13613 3671 0 -1 4202560 12041 0 0 0 3275 22 0 0 25 0 5 0 1119569747 155418624 32657 4294967295 134512640 135180984 3217285008 3086266224 134528536 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=13613/tid=13617] ppid=13611 vsize=151776 CPUtime=31.45
/proc/13613/task/13617/stat : 13617 (satake) R 13611 13613 3671 0 -1 4202560 11578 0 0 0 3116 29 0 0 25 0 5 0 1119569747 155418624 32657 4294967295 134512640 135180984 3217285008 3086200480 134580407 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=13613/tid=13618] ppid=13611 vsize=151776 CPUtime=35.41
/proc/13613/task/13618/stat : 13618 (satake) R 13611 13613 3671 0 -1 4202560 12192 0 0 0 3513 28 0 0 25 0 5 0 1119569747 155418624 32657 4294967295 134512640 135180984 3217285008 3086135144 134520863 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.04
Current children cumulated vsize (KiB) 151776

[startup+102.312 s]
/proc/loadavg: 5.50 5.27 5.15 6/109 13992
/proc/meminfo: memFree=2027792/3368532 swapFree=1954076/1959888
[pid=13613] ppid=13611 vsize=161056 CPUtime=201.47
/proc/13613/stat : 13613 (satake) S 13611 13613 3671 0 -1 4202496 41869 0 0 0 19910 237 0 0 19 0 5 0 1119569746 164921344 34949 4294967295 134512640 135180984 3217285008 3217284444 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/13613/statm: 40264 34949 68 164 0 40099 0
[pid=13613/tid=13614] ppid=13611 vsize=161056 CPUtime=1.95
/proc/13613/task/13614/stat : 13614 (satake) S 13611 13613 3671 0 -1 4202560 4142 0 0 0 63 132 0 0 15 0 5 0 1119569746 164921344 34949 4294967295 134512640 135180984 3217285008 3086331920 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=13613/tid=13616] ppid=13611 vsize=161056 CPUtime=64.2
/proc/13613/task/13616/stat : 13616 (satake) R 13611 13613 3671 0 -1 4202560 12600 0 0 0 6390 30 0 0 25 0 5 0 1119569747 164921344 34949 4294967295 134512640 135180984 3217285008 3086266216 134520863 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=13613/tid=13617] ppid=13611 vsize=161056 CPUtime=66.93
/proc/13613/task/13617/stat : 13617 (satake) R 13611 13613 3671 0 -1 4202560 12191 0 0 0 6655 38 0 0 25 0 5 0 1119569747 164921344 34949 4294967295 134512640 135180984 3217285008 3086200680 134520863 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=13613/tid=13618] ppid=13611 vsize=161056 CPUtime=68.4
/proc/13613/task/13618/stat : 13618 (satake) R 13611 13613 3671 0 -1 4202560 12824 0 0 0 6803 37 0 0 25 0 5 0 1119569747 164921344 34949 4294967295 134512640 135180984 3217285008 3086135152 134528887 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 201.47
Current children cumulated vsize (KiB) 161056

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

[startup+115.111 s]
/proc/loadavg: 5.50 5.28 5.15 6/109 13992
/proc/meminfo: memFree=2026096/3368532 swapFree=1954076/1959888
[pid=13613] ppid=13611 vsize=161980 CPUtime=226.79
/proc/13613/stat : 13613 (satake) S 13611 13613 3671 0 -1 4202496 42316 0 0 0 22430 249 0 0 19 0 5 0 1119569746 165867520 35396 4294967295 134512640 135180984 3217285008 3217284444 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/13613/statm: 40495 35396 68 164 0 40330 0
[pid=13613/tid=13614] ppid=13611 vsize=161980 CPUtime=2.07
/proc/13613/task/13614/stat : 13614 (satake) S 13611 13613 3671 0 -1 4202560 4234 0 0 0 66 141 0 0 15 0 5 0 1119569746 165867520 35396 4294967295 134512640 135180984 3217285008 3086331920 134580407 0 0 0 0 3223036458 0 0 -1 3 0 0 0
[pid=13613/tid=13616] ppid=13611 vsize=161980 CPUtime=72.27
/proc/13613/task/13616/stat : 13616 (satake) R 13611 13613 3671 0 -1 4202560 12713 0 0 0 7196 31 0 0 25 0 5 0 1119569747 165867520 35396 4294967295 134512640 135180984 3217285008 3086266216 134520863 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=13613/tid=13617] ppid=13611 vsize=161980 CPUtime=75.65
/proc/13613/task/13617/stat : 13617 (satake) R 13611 13613 3671 0 -1 4202560 12313 0 0 0 7525 40 0 0 25 0 5 0 1119569747 165867520 35396 4294967295 134512640 135180984 3217285008 3086200704 134532624 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=13613/tid=13618] ppid=13611 vsize=161980 CPUtime=76.81
/proc/13613/task/13618/stat : 13618 (satake) R 13611 13613 3671 0 -1 4202560 12944 0 0 0 7644 37 0 0 25 0 5 0 1119569747 165867520 35396 4294967295 134512640 135180984 3217285008 3086135216 134532460 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 226.79
Current children cumulated vsize (KiB) 161980

[startup+121.51 s]
/proc/loadavg: 5.54 5.29 5.15 6/109 13993
/proc/meminfo: memFree=2024980/3368532 swapFree=1954076/1959888
[pid=13613] ppid=13611 vsize=162696 CPUtime=239.51
/proc/13613/stat : 13613 (satake) S 13611 13613 3671 0 -1 4202496 42518 0 0 0 23694 257 0 0 19 0 5 0 1119569746 166600704 35598 4294967295 134512640 135180984 3217285008 3217284444 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/13613/statm: 40674 35598 68 164 0 40509 0
[pid=13613/tid=13614] ppid=13611 vsize=162696 CPUtime=2.12
/proc/13613/task/13614/stat : 13614 (satake) S 13611 13613 3671 0 -1 4202560 4275 0 0 0 68 144 0 0 15 0 5 0 1119569746 166600704 35598 4294967295 134512640 135180984 3217285008 3086331920 134580407 0 0 0 0 3223036458 0 0 -1 3 0 0 0
[pid=13613/tid=13616] ppid=13611 vsize=162696 CPUtime=76.35
/proc/13613/task/13616/stat : 13616 (satake) R 13611 13613 3671 0 -1 4202560 12762 0 0 0 7603 32 0 0 25 0 5 0 1119569747 166600704 35598 4294967295 134512640 135180984 3217285008 3086266224 134528211 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=13613/tid=13617] ppid=13611 vsize=162696 CPUtime=79.73
/proc/13613/task/13617/stat : 13617 (satake) R 13611 13613 3671 0 -1 4202560 12357 0 0 0 7931 42 0 0 25 0 5 0 1119569747 166600704 35598 4294967295 134512640 135180984 3217285008 3086200688 134528568 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=13613/tid=13618] ppid=13611 vsize=162696 CPUtime=81.32
/proc/13613/task/13618/stat : 13618 (satake) R 13611 13613 3671 0 -1 4202560 13012 0 0 0 8093 39 0 0 25 0 5 0 1119569747 166600704 35598 4294967295 134512640 135180984 3217285008 3086135056 134525209 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 239.51
Current children cumulated vsize (KiB) 162696

[startup+123.11 s]
/proc/loadavg: 5.49 5.29 5.15 6/109 13993
/proc/meminfo: memFree=2024848/3368532 swapFree=1954076/1959888
[pid=13613] ppid=13611 vsize=162828 CPUtime=242.7
/proc/13613/stat : 13613 (satake) S 13611 13613 3671 0 -1 4202496 42542 0 0 0 24011 259 0 0 19 0 5 0 1119569746 166735872 35622 4294967295 134512640 135180984 3217285008 3217284444 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/13613/statm: 40707 35622 68 164 0 40542 0
[pid=13613/tid=13614] ppid=13611 vsize=162828 CPUtime=2.13
/proc/13613/task/13614/stat : 13614 (satake) R 13611 13613 3671 0 -1 4202560 4280 0 0 0 68 145 0 0 15 0 5 0 1119569746 166735872 35622 4294967295 134512640 135180984 3217285008 3086331924 134580588 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=13613/tid=13616] ppid=13611 vsize=162828 CPUtime=77.35
/proc/13613/task/13616/stat : 13616 (satake) R 13611 13613 3671 0 -1 4202560 12765 0 0 0 7703 32 0 0 25 0 5 0 1119569747 166735872 35622 4294967295 134512640 135180984 3217285008 3086266216 134520863 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=13613/tid=13617] ppid=13611 vsize=162828 CPUtime=80.56
/proc/13613/task/13617/stat : 13617 (satake) R 13611 13613 3671 0 -1 4202560 12362 0 0 0 8014 42 0 0 25 0 5 0 1119569747 166735872 35622 4294967295 134512640 135180984 3217285008 3086200480 134580407 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=13613/tid=13618] ppid=13611 vsize=162828 CPUtime=82.66
/proc/13613/task/13618/stat : 13618 (satake) R 13611 13613 3671 0 -1 4202560 13023 0 0 0 8226 40 0 0 25 0 5 0 1119569747 166735872 35622 4294967295 134512640 135180984 3217285008 3086135152 134528288 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 242.7
Current children cumulated vsize (KiB) 162828

[startup+123.91 s]
/proc/loadavg: 5.49 5.29 5.15 6/109 13993
/proc/meminfo: memFree=2024848/3368532 swapFree=1954076/1959888
[pid=13613] ppid=13611 vsize=162828 CPUtime=244.29
/proc/13613/stat : 13613 (satake) S 13611 13613 3671 0 -1 4202496 42544 0 0 0 24170 259 0 0 19 0 5 0 1119569746 166735872 35624 4294967295 134512640 135180984 3217285008 3217284444 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/13613/statm: 40707 35624 68 164 0 40542 0
[pid=13613/tid=13614] ppid=13611 vsize=162828 CPUtime=2.13
/proc/13613/task/13614/stat : 13614 (satake) S 13611 13613 3671 0 -1 4202560 4280 0 0 0 68 145 0 0 15 0 5 0 1119569746 166735872 35624 4294967295 134512640 135180984 3217285008 3086331920 134580407 0 0 0 0 3223036458 0 0 -1 3 0 0 0
[pid=13613/tid=13616] ppid=13611 vsize=162828 CPUtime=77.75
/proc/13613/task/13616/stat : 13616 (satake) R 13611 13613 3671 0 -1 4202560 12766 0 0 0 7743 32 0 0 25 0 5 0 1119569747 166735872 35624 4294967295 134512640 135180984 3217285008 3086266224 134526240 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=13613/tid=13617] ppid=13611 vsize=162828 CPUtime=81.36
/proc/13613/task/13617/stat : 13617 (satake) R 13611 13613 3671 0 -1 4202560 12362 0 0 0 8094 42 0 0 25 0 5 0 1119569747 166735872 35624 4294967295 134512640 135180984 3217285008 3086200688 134528536 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=13613/tid=13618] ppid=13611 vsize=162828 CPUtime=83.06
/proc/13613/task/13618/stat : 13618 (satake) R 13611 13613 3671 0 -1 4202560 13024 0 0 0 8266 40 0 0 25 0 5 0 1119569747 166735872 35624 4294967295 134512640 135180984 3217285008 3086135056 134524861 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 244.29
Current children cumulated vsize (KiB) 162828

[startup+124.31 s]
/proc/loadavg: 5.49 5.29 5.15 6/108 13993
/proc/meminfo: memFree=2028696/3368532 swapFree=1954076/1959888
[pid=13613] ppid=13611 vsize=153124 CPUtime=245.08
/proc/13613/stat : 13613 (satake) S 13611 13613 3671 0 -1 4202496 42555 0 0 0 24249 259 0 0 18 0 4 0 1119569746 156798976 33630 4294967295 134512640 135180984 3217285008 3217284444 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/13613/statm: 38281 33630 77 164 0 38116 0
[pid=13613/tid=13616] ppid=13611 vsize=153124 CPUtime=78.03
/proc/13613/task/13616/stat : 13616 (satake) R 13611 13613 3671 0 -1 4202560 12766 0 0 0 7771 32 0 0 25 0 4 0 1119569747 156798976 33630 4294967295 134512640 135180984 3217285008 3086266668 134670131 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=13613/tid=13617] ppid=13611 vsize=153124 CPUtime=81.55
/proc/13613/task/13617/stat : 13617 (satake) R 13611 13613 3671 0 -1 4202560 12371 0 0 0 8113 42 0 0 25 0 4 0 1119569747 156798976 33630 4294967295 134512640 135180984 3217285008 3086201224 134579486 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=13613/tid=13618] ppid=13611 vsize=153124 CPUtime=83.3
/proc/13613/task/13618/stat : 13618 (satake) R 13611 13613 3671 0 -1 4202560 13024 0 0 0 8290 40 0 0 25 0 4 0 1119569747 156798976 33630 4294967295 134512640 135180984 3217285008 3086135152 134528267 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 245.08
Current children cumulated vsize (KiB) 153124

[startup+124.51 s]
/proc/loadavg: 5.49 5.29 5.15 6/108 13993
/proc/meminfo: memFree=2028696/3368532 swapFree=1954076/1959888
[pid=13613] ppid=13611 vsize=96980 CPUtime=245.41
/proc/13613/stat : 13613 (satake) S 13611 13613 3671 0 -1 4202496 42555 0 0 0 24281 260 0 0 15 0 2 0 1119569746 99307520 22446 4294967295 134512640 135180984 3217285008 3217284444 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/13613/statm: 24245 22446 77 164 0 24080 0
[pid=13613/tid=13618] ppid=13611 vsize=96980 CPUtime=83.44
/proc/13613/task/13618/stat : 13618 (satake) R 13611 13613 3671 0 -1 4202560 13024 0 0 0 8304 40 0 0 22 0 2 0 1119569747 99307520 22446 4294967295 134512640 135180984 3217285008 3086135596 134670700 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 245.41
Current children cumulated vsize (KiB) 96980

Child status: 4
Real time (s): 124.606
CPU time (s): 245.51
CPU user time (s): 242.9
CPU system time (s): 2.61
CPU usage (%): 197.029
Max. virtual memory (cumulated for all children) (KiB): 162828


getrusage(RUSAGE_CHILDREN,...) data:
user time used= 242.9
system time used= 2.61
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42556
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= 729007
involuntary context switches= 694185

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi44 at 2009-05-30 05:38:05
IDJOB=1781485
IDBENCH=71758
IDSOLVER=629
FILE ID=tipi44/1781485-1243654685
PBS_JOBID=
Free space on /tmp= 15885 MiB

SOLVER NAME= satake 2009-03-22 (4 threads)
BENCH NAME= SAT_RACE06/simon-s03-fifo8-300.cnf
COMMAND LINE= HOME/satake BENCHNAME MAXNBTHREAD TIMEOUT
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1781485-1243654685/watcher-1781485-1243654685 -o /tmp/evaluation-result-1781485-1243654685/solver-1781485-1243654685 -C 10000 -W 1000 -M 2047 --output-limit 1,15 --cleanup-all-ipc-queues HOME/satake HOME/instance-1781485-1243654685.cnf 4 10000

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 2047 MiB
MAX NB THREAD= 4

MD5SUM BENCH= bc88ff447c824a634465ac9483a47d5c
RANDOM SEED= 1123948599

Linux tipi44 2.6.21.5 #6 SMP Wed Jul 4 17:16:38 CEST 2007 i686 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.116
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3992.42
clflush size	: 64

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.116
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.10
clflush size	: 64

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.116
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.14
clflush size	: 64

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.116
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.16
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       2168660 kB
Buffers:        151664 kB
Cached:         768404 kB
SwapCached:       2180 kB
Active:         861872 kB
Inactive:       239768 kB
HighTotal:     2489216 kB
HighFree:      1540724 kB
LowTotal:       879316 kB
LowFree:        627936 kB
SwapTotal:     1959888 kB
SwapFree:      1954076 kB
Dirty:           11636 kB
Writeback:           0 kB
AnonPages:      180848 kB
Mapped:           5612 kB
Slab:            87340 kB
SReclaimable:    77028 kB
SUnreclaim:      10312 kB
PageTables:        756 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   263624 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15885 MiB
End job on tipi44 at 2009-05-30 05:40:11