Trace number 1780000

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 1033.1 342.46

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_l47_lambda.cnf
MD5SUMed7689c65135a913d97feca3ab3874eb
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark390.06
Satisfiable
(Un)Satisfiability was proved
Number of variables33871
Number of clauses170161
Sum of the clauses size490938
Maximum clause length9
Minimum clause length1
Number of clauses of size 14346
Number of clauses of size 241947
Number of clauses of size 3100545
Number of clauses of size 416116
Number of clauses of size 57066
Number of clauses of size over 5141

Solver Data

1033.04/342.45	c Benchmark name    : HOME/instance-1780000-1243645659.cnf
1033.04/342.45	c Thread Num        :            4
1033.04/342.45	c restarts          :           18
1033.04/342.45	c conflicts         :       213363
1033.04/342.45	c decisions         :       297302           (      869 / sec      )
1033.04/342.45	c propagations      :    158996197           (   464611 / sec      )
1033.04/342.45	c inspects          :   1855841961           (  5423047 / sec      )
1033.04/342.45	c conflict literals :      5072265           (    38.13 % deleted  )
1033.04/342.45	c cpu time          :       342.21           
1033.04/342.45	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-1780000-1243645659/watcher-1780000-1243645659 -o /tmp/evaluation-result-1780000-1243645659/solver-1780000-1243645659 -C 10000 -W 1000 -M 2047 --output-limit 1,15 --cleanup-all-ipc-queues HOME/satake HOME/instance-1780000-1243645659.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: 2.60 2.91 2.97 3/99 12591
/proc/meminfo: memFree=3104692/3368532 swapFree=1959840/1959888
[pid=12590] ppid=12588 vsize=964 CPUtime=0
/proc/12590/stat : 12590 (satake) R 12588 12590 30957 0 -1 4202496 108 0 0 0 0 0 0 0 22 0 2 0 946142703 987136 64 4294967295 134512640 135180984 3213411296 3213410640 134705812 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/12590/statm: 241 64 54 164 0 76 0
[pid=12590/tid=12591] ppid=12588 vsize=964 CPUtime=0
/proc/12590/task/12591/stat : 12591 (satake) R 12588 12590 30957 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 2 0 946142703 987136 64 4294967295 134512640 135180984 3213411296 3086328644 134705812 0 0 0 0 0 0 0 -1 2 0 0 0

[startup+0.106008 s]
/proc/loadavg: 2.60 2.91 2.97 3/99 12591
/proc/meminfo: memFree=3104692/3368532 swapFree=1959840/1959888
[pid=12590] ppid=12588 vsize=29556 CPUtime=0.24
/proc/12590/stat : 12590 (satake) S 12588 12590 30957 0 -1 4202496 6033 0 0 0 21 3 0 0 22 0 5 0 946142703 30265344 5977 4294967295 134512640 135180984 3213411296 3213410732 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/12590/statm: 7389 5977 63 164 0 7224 0
[pid=12590/tid=12591] ppid=12588 vsize=29556 CPUtime=0
/proc/12590/task/12591/stat : 12591 (satake) S 12588 12590 30957 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 5 0 946142703 30265344 5977 4294967295 134512640 135180984 3213411296 3086327824 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 29556

[startup+0.206 s]
/proc/loadavg: 2.60 2.91 2.97 3/99 12591
/proc/meminfo: memFree=3104692/3368532 swapFree=1959840/1959888
[pid=12590] ppid=12588 vsize=47812 CPUtime=0.53
/proc/12590/stat : 12590 (satake) S 12588 12590 30957 0 -1 4202496 9621 0 0 0 48 5 0 0 22 0 5 0 946142703 48959488 9565 4294967295 134512640 135180984 3213411296 3213410732 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/12590/statm: 11953 9565 64 164 0 11788 0
[pid=12590/tid=12591] ppid=12588 vsize=47812 CPUtime=0
/proc/12590/task/12591/stat : 12591 (satake) S 12588 12590 30957 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 5 0 946142703 48959488 9565 4294967295 134512640 135180984 3213411296 3086327824 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 47812

[startup+0.305991 s]
/proc/loadavg: 2.60 2.91 2.97 3/99 12591
/proc/meminfo: memFree=3104692/3368532 swapFree=1959840/1959888
[pid=12590] ppid=12588 vsize=40356 CPUtime=0.81
/proc/12590/stat : 12590 (satake) S 12588 12590 30957 0 -1 4202496 10369 0 0 0 72 9 0 0 22 0 5 0 946142703 41324544 7964 4294967295 134512640 135180984 3213411296 3213410732 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/12590/statm: 10089 7964 68 164 0 9924 0
[pid=12590/tid=12591] ppid=12588 vsize=40356 CPUtime=0.04
/proc/12590/task/12591/stat : 12591 (satake) S 12588 12590 30957 0 -1 4202560 571 0 0 0 2 2 0 0 21 0 5 0 946142703 41324544 7964 4294967295 134512640 135180984 3213411296 3086327824 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.81
Current children cumulated vsize (KiB) 40356

[startup+0.705954 s]
/proc/loadavg: 2.60 2.91 2.97 3/99 12591
/proc/meminfo: memFree=3104692/3368532 swapFree=1959840/1959888
[pid=12590] ppid=12588 vsize=42684 CPUtime=1.97
/proc/12590/stat : 12590 (satake) S 12588 12590 30957 0 -1 4202496 10595 0 0 0 174 23 0 0 22 0 5 0 946142703 43708416 8190 4294967295 134512640 135180984 3213411296 3213410732 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/12590/statm: 10671 8190 68 164 0 10506 0
[pid=12590/tid=12591] ppid=12588 vsize=42684 CPUtime=0.15
/proc/12590/task/12591/stat : 12591 (satake) S 12588 12590 30957 0 -1 4202560 623 0 0 0 4 11 0 0 17 0 5 0 946142703 43708416 8190 4294967295 134512640 135180984 3213411296 3086327824 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 42684

[startup+1.50589 s]
/proc/loadavg: 2.60 2.91 2.97 4/103 12595
/proc/meminfo: memFree=3072216/3368532 swapFree=1959840/1959888
[pid=12590] ppid=12588 vsize=43848 CPUtime=4.62
/proc/12590/stat : 12590 (satake) S 12588 12590 30957 0 -1 4202496 10791 0 0 0 387 75 0 0 22 0 5 0 946142703 44900352 8386 4294967295 134512640 135180984 3213411296 3213410732 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/12590/statm: 10962 8386 68 164 0 10797 0
[pid=12590/tid=12591] ppid=12588 vsize=43848 CPUtime=0.48
/proc/12590/task/12591/stat : 12591 (satake) R 12588 12590 30957 0 -1 4202560 695 0 0 0 11 37 0 0 16 0 5 0 946142703 44900352 8386 4294967295 134512640 135180984 3213411296 3086327828 134580588 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=12590/tid=12593] ppid=12588 vsize=43848 CPUtime=1.3
/proc/12590/task/12593/stat : 12593 (satake) R 12588 12590 30957 0 -1 4202560 3351 0 0 0 122 8 0 0 25 0 5 0 946142703 44900352 8386 4294967295 134512640 135180984 3213411296 3086262020 134579745 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=12590/tid=12594] ppid=12588 vsize=43848 CPUtime=1.4
/proc/12590/task/12594/stat : 12594 (satake) R 12588 12590 30957 0 -1 4202560 3400 0 0 0 124 16 0 0 25 0 5 0 946142703 44900352 8386 4294967295 134512640 135180984 3213411296 3086196592 134528211 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=12590/tid=12595] ppid=12588 vsize=43848 CPUtime=1.44
/proc/12590/task/12595/stat : 12595 (satake) S 12588 12590 30957 0 -1 4202560 3234 0 0 0 130 14 0 0 25 0 5 0 946142703 44900352 8386 4294967295 134512640 135180984 3213411296 3086130848 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.62
Current children cumulated vsize (KiB) 43848

[startup+3.10576 s]
/proc/loadavg: 2.60 2.91 2.97 4/103 12595
/proc/meminfo: memFree=3070440/3368532 swapFree=1959840/1959888
[pid=12590] ppid=12588 vsize=45600 CPUtime=10.03
/proc/12590/stat : 12590 (satake) S 12588 12590 30957 0 -1 4202496 11725 0 0 0 806 197 0 0 22 0 5 0 946142703 46694400 9320 4294967295 134512640 135180984 3213411296 3213410732 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/12590/statm: 11400 9321 68 164 0 11235 0
[pid=12590/tid=12591] ppid=12588 vsize=45600 CPUtime=1.31
/proc/12590/task/12591/stat : 12591 (satake) R 12588 12590 30957 0 -1 4202560 986 0 0 0 30 101 0 0 16 0 5 0 946142703 46694400 9321 4294967295 134512640 135180984 3213411296 3086327828 134580588 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=12590/tid=12593] ppid=12588 vsize=45600 CPUtime=2.81
/proc/12590/task/12593/stat : 12593 (satake) S 12588 12590 30957 0 -1 4202560 3586 0 0 0 260 21 0 0 25 0 5 0 946142703 46694400 9321 4294967295 134512640 135180984 3213411296 3086261920 134580407 0 0 0 0 3223036458 0 0 -1 3 0 0 0
[pid=12590/tid=12594] ppid=12588 vsize=45600 CPUtime=2.93
/proc/12590/task/12594/stat : 12594 (satake) R 12588 12590 30957 0 -1 4202560 3618 0 0 0 255 38 0 0 25 0 5 0 946142703 46694400 9321 4294967295 134512640 135180984 3213411296 3086196308 134675846 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=12590/tid=12595] ppid=12588 vsize=45600 CPUtime=2.98
/proc/12590/task/12595/stat : 12595 (satake) S 12588 12590 30957 0 -1 4202560 3425 0 0 0 261 37 0 0 25 0 5 0 946142703 46694400 9321 4294967295 134512640 135180984 3213411296 3086130848 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.03
Current children cumulated vsize (KiB) 45600

[startup+6.3055 s]
/proc/loadavg: 2.71 2.93 2.97 4/103 12596
/proc/meminfo: memFree=3063672/3368532 swapFree=1959840/1959888
[pid=12590] ppid=12588 vsize=53076 CPUtime=20.49
/proc/12590/stat : 12590 (satake) S 12588 12590 30957 0 -1 4202496 13271 0 0 0 1658 391 0 0 22 0 5 0 946142703 54349824 10866 4294967295 134512640 135180984 3213411296 3213410732 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/12590/statm: 13269 10866 68 164 0 13104 0
[pid=12590/tid=12591] ppid=12588 vsize=53076 CPUtime=2.49
/proc/12590/task/12591/stat : 12591 (satake) S 12588 12590 30957 0 -1 4202560 1437 0 0 0 51 198 0 0 16 0 5 0 946142703 54349824 10866 4294967295 134512640 135180984 3213411296 3086327824 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=12590/tid=12593] ppid=12588 vsize=53076 CPUtime=5.82
/proc/12590/task/12593/stat : 12593 (satake) R 12588 12590 30957 0 -1 4202560 4011 0 0 0 548 34 0 0 25 0 5 0 946142703 54349824 10866 4294967295 134512640 135180984 3213411296 3086261960 134675767 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=12590/tid=12594] ppid=12588 vsize=53076 CPUtime=6.04
/proc/12590/task/12594/stat : 12594 (satake) R 12588 12590 30957 0 -1 4202560 3990 0 0 0 523 81 0 0 25 0 5 0 946142703 54349824 10866 4294967295 134512640 135180984 3213411296 3086196592 134526054 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=12590/tid=12595] ppid=12588 vsize=53076 CPUtime=6.14
/proc/12590/task/12595/stat : 12595 (satake) R 12588 12590 30957 0 -1 4202560 3722 0 0 0 536 78 0 0 25 0 5 0 946142703 54349824 10866 4294967295 134512640 135180984 3213411296 3086130992 134523773 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20.49
Current children cumulated vsize (KiB) 53076

[startup+12.705 s]
/proc/loadavg: 2.81 2.95 2.98 4/103 12596
/proc/meminfo: memFree=3054044/3368532 swapFree=1959840/1959888
[pid=12590] ppid=12588 vsize=61156 CPUtime=40.88
/proc/12590/stat : 12590 (satake) S 12588 12590 30957 0 -1 4202496 15360 0 0 0 3448 640 0 0 22 0 5 0 946142703 62623744 12955 4294967295 134512640 135180984 3213411296 3213410732 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/12590/statm: 15289 12955 68 164 0 15124 0
[pid=12590/tid=12591] ppid=12588 vsize=61156 CPUtime=4.16
/proc/12590/task/12591/stat : 12591 (satake) S 12588 12590 30957 0 -1 4202560 1999 0 0 0 96 320 0 0 16 0 5 0 946142703 62623744 12955 4294967295 134512640 135180984 3213411296 3086327824 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=12590/tid=12593] ppid=12588 vsize=61156 CPUtime=11.93
/proc/12590/task/12593/stat : 12593 (satake) R 12588 12590 30957 0 -1 4202560 4577 0 0 0 1135 58 0 0 25 0 5 0 946142703 62623744 12955 4294967295 134512640 135180984 3213411296 3086262128 134528433 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=12590/tid=12594] ppid=12588 vsize=61156 CPUtime=12.38
/proc/12590/task/12594/stat : 12594 (satake) R 12588 12590 30957 0 -1 4202560 4486 0 0 0 1104 134 0 0 25 0 5 0 946142703 62623744 12955 4294967295 134512640 135180984 3213411296 3086196592 134528211 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=12590/tid=12595] ppid=12588 vsize=61156 CPUtime=12.42
/proc/12590/task/12595/stat : 12595 (satake) R 12588 12590 30957 0 -1 4202560 4187 0 0 0 1114 128 0 0 25 0 5 0 946142703 62623744 12955 4294967295 134512640 135180984 3213411296 3086131056 134528267 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 40.88
Current children cumulated vsize (KiB) 61156

[startup+25.5039 s]
/proc/loadavg: 2.93 2.97 2.98 4/103 12597
/proc/meminfo: memFree=3042352/3368532 swapFree=1959840/1959888
[pid=12590] ppid=12588 vsize=73860 CPUtime=81.22
/proc/12590/stat : 12590 (satake) S 12588 12590 30957 0 -1 4202496 18279 0 0 0 7108 1014 0 0 22 0 5 0 946142703 75632640 15874 4294967295 134512640 135180984 3213411296 3213410732 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/12590/statm: 18465 15874 68 164 0 18300 0
[pid=12590/tid=12591] ppid=12588 vsize=73860 CPUtime=6.45
/proc/12590/task/12591/stat : 12591 (satake) S 12588 12590 30957 0 -1 4202560 2802 0 0 0 145 500 0 0 16 0 5 0 946142703 75632640 15874 4294967295 134512640 135180984 3213411296 3086327824 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=12590/tid=12593] ppid=12588 vsize=73860 CPUtime=24.58
/proc/12590/task/12593/stat : 12593 (satake) R 12588 12590 30957 0 -1 4202560 5390 0 0 0 2366 92 0 0 25 0 5 0 946142703 75632640 15874 4294967295 134512640 135180984 3213411296 3086262128 134528406 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=12590/tid=12594] ppid=12588 vsize=73860 CPUtime=25.07
/proc/12590/task/12594/stat : 12594 (satake) R 12588 12590 30957 0 -1 4202560 5170 0 0 0 2294 213 0 0 25 0 5 0 946142703 75632640 15874 4294967295 134512640 135180984 3213411296 3086196528 134520701 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=12590/tid=12595] ppid=12588 vsize=73860 CPUtime=25.13
/proc/12590/task/12595/stat : 12595 (satake) R 12588 12590 30957 0 -1 4202560 4806 0 0 0 2304 209 0 0 25 0 5 0 946142703 75632640 15874 4294967295 134512640 135180984 3213411296 3086130992 134520815 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 81.22
Current children cumulated vsize (KiB) 73860

[startup+51.1018 s]
/proc/loadavg: 3.01 2.98 2.99 4/103 12604
/proc/meminfo: memFree=3033896/3368532 swapFree=1959840/1959888
[pid=12590] ppid=12588 vsize=82800 CPUtime=157.99
/proc/12590/stat : 12590 (satake) S 12588 12590 30957 0 -1 4202496 20298 0 0 0 14249 1550 0 0 22 0 5 0 946142703 84787200 17893 4294967295 134512640 135180984 3213411296 3213410732 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/12590/statm: 20700 17893 68 164 0 20535 0
[pid=12590/tid=12591] ppid=12588 vsize=82800 CPUtime=10
/proc/12590/task/12591/stat : 12591 (satake) S 12588 12590 30957 0 -1 4202560 3989 0 0 0 234 766 0 0 16 0 5 0 946142703 84787200 17893 4294967295 134512640 135180984 3213411296 3086327824 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=12590/tid=12593] ppid=12588 vsize=82800 CPUtime=50
/proc/12590/task/12593/stat : 12593 (satake) R 12588 12590 30957 0 -1 4202560 5529 0 0 0 4795 205 0 0 25 0 5 0 946142703 84787200 17893 4294967295 134512640 135180984 3213411296 3086262128 134528869 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=12590/tid=12594] ppid=12588 vsize=82800 CPUtime=49.1
/proc/12590/task/12594/stat : 12594 (satake) R 12588 12590 30957 0 -1 4202560 5531 0 0 0 4617 293 0 0 25 0 5 0 946142703 84787200 17893 4294967295 134512640 135180984 3213411296 3086196592 134528433 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=12590/tid=12595] ppid=12588 vsize=82800 CPUtime=48.9
/proc/12590/task/12595/stat : 12595 (satake) R 12588 12590 30957 0 -1 4202560 5138 0 0 0 4604 286 0 0 25 0 5 0 946142703 84787200 17893 4294967295 134512640 135180984 3213411296 3086131056 134528568 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 157.99
Current children cumulated vsize (KiB) 82800

[startup+102.318 s]
/proc/loadavg: 3.12 3.02 3.00 4/103 12790
/proc/meminfo: memFree=3009484/3368532 swapFree=1959840/1959888
[pid=12590] ppid=12588 vsize=107468 CPUtime=311.27
/proc/12590/stat : 12590 (satake) S 12588 12590 30957 0 -1 4202496 26322 0 0 0 29013 2114 0 0 22 0 5 0 946142703 110047232 23917 4294967295 134512640 135180984 3213411296 3213410732 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/12590/statm: 26867 23917 68 164 0 26702 0
[pid=12590/tid=12591] ppid=12588 vsize=107468 CPUtime=13.84
/proc/12590/task/12591/stat : 12591 (satake) S 12588 12590 30957 0 -1 4202560 5701 0 0 0 337 1047 0 0 16 0 5 0 946142703 110047232 23917 4294967295 134512640 135180984 3213411296 3086327824 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=12590/tid=12593] ppid=12588 vsize=107468 CPUtime=101.03
/proc/12590/task/12593/stat : 12593 (satake) R 12588 12590 30957 0 -1 4202560 7127 0 0 0 9769 334 0 0 25 0 5 0 946142703 110047232 23917 4294967295 134512640 135180984 3213411296 3086262124 134520661 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=12590/tid=12594] ppid=12588 vsize=107468 CPUtime=96.44
/proc/12590/task/12594/stat : 12594 (satake) R 12588 12590 30957 0 -1 4202560 6868 0 0 0 9283 361 0 0 25 0 5 0 946142703 110047232 23917 4294967295 134512640 135180984 3213411296 3086196592 134528433 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=12590/tid=12595] ppid=12588 vsize=107468 CPUtime=99.96
/proc/12590/task/12595/stat : 12595 (satake) R 12588 12590 30957 0 -1 4202560 6515 0 0 0 9624 372 0 0 25 0 5 0 946142703 110047232 23917 4294967295 134512640 135180984 3213411296 3086131056 134528433 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 311.27
Current children cumulated vsize (KiB) 107468

[startup+162.313 s]
/proc/loadavg: 3.04 3.01 3.00 4/103 12978
/proc/meminfo: memFree=2988576/3368532 swapFree=1959840/1959888
[pid=12590] ppid=12588 vsize=133048 CPUtime=491.03
/proc/12590/stat : 12590 (satake) S 12588 12590 30957 0 -1 4202496 31683 0 0 0 46500 2603 0 0 22 0 5 0 946142703 136241152 29278 4294967295 134512640 135180984 3213411296 3213410732 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/12590/statm: 33262 29278 68 164 0 33097 0
[pid=12590/tid=12591] ppid=12588 vsize=133048 CPUtime=17.19
/proc/12590/task/12591/stat : 12591 (satake) S 12588 12590 30957 0 -1 4202560 7063 0 0 0 441 1278 0 0 16 0 5 0 946142703 136241152 29278 4294967295 134512640 135180984 3213411296 3086327824 134580407 0 0 0 0 3223036458 0 0 -1 1 0 0 0
[pid=12590/tid=12593] ppid=12588 vsize=133048 CPUtime=160.93
/proc/12590/task/12593/stat : 12593 (satake) R 12588 12590 30957 0 -1 4202560 8611 0 0 0 15626 467 0 0 25 0 5 0 946142703 136241152 29278 4294967295 134512640 135180984 3213411296 3086262128 134528536 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=12590/tid=12594] ppid=12588 vsize=133048 CPUtime=155.78
/proc/12590/task/12594/stat : 12594 (satake) R 12588 12590 30957 0 -1 4202560 8123 0 0 0 15150 428 0 0 25 0 5 0 946142703 136241152 29278 4294967295 134512640 135180984 3213411296 3086196592 134528433 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=12590/tid=12595] ppid=12588 vsize=133048 CPUtime=157.14
/proc/12590/task/12595/stat : 12595 (satake) R 12588 12590 30957 0 -1 4202560 7775 0 0 0 15284 430 0 0 25 0 5 0 946142703 136241152 29278 4294967295 134512640 135180984 3213411296 3086131056 134528433 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 491.03
Current children cumulated vsize (KiB) 133048

[startup+222.318 s]
/proc/loadavg: 3.05 3.02 3.00 4/103 13166
/proc/meminfo: memFree=2971440/3368532 swapFree=1959840/1959888
[pid=12590] ppid=12588 vsize=150884 CPUtime=670.87
/proc/12590/stat : 12590 (satake) S 12588 12590 30957 0 -1 4202496 35878 0 0 0 64092 2995 0 0 22 0 5 0 946142703 154505216 33473 4294967295 134512640 135180984 3213411296 3213410732 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/12590/statm: 37721 33473 68 164 0 37556 0
[pid=12590/tid=12591] ppid=12588 vsize=150884 CPUtime=19.7
/proc/12590/task/12591/stat : 12591 (satake) S 12588 12590 30957 0 -1 4202560 8086 0 0 0 499 1471 0 0 16 0 5 0 946142703 154505216 33473 4294967295 134512640 135180984 3213411296 3086327824 134580407 0 0 0 0 3223036458 0 0 -1 1 0 0 0
[pid=12590/tid=12593] ppid=12588 vsize=150884 CPUtime=220.86
/proc/12590/task/12593/stat : 12593 (satake) R 12588 12590 30957 0 -1 4202560 9662 0 0 0 21528 558 0 0 25 0 5 0 946142703 154505216 33473 4294967295 134512640 135180984 3213411296 3086262096 134519935 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=12590/tid=12594] ppid=12588 vsize=150884 CPUtime=215.7
/proc/12590/task/12594/stat : 12594 (satake) R 12588 12590 30957 0 -1 4202560 9173 0 0 0 21091 479 0 0 25 0 5 0 946142703 154505216 33473 4294967295 134512640 135180984 3213411296 3086196592 134528552 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=12590/tid=12595] ppid=12588 vsize=150884 CPUtime=214.62
/proc/12590/task/12595/stat : 12595 (satake) R 12588 12590 30957 0 -1 4202560 8846 0 0 0 20975 487 0 0 25 0 5 0 946142703 154505216 33473 4294967295 134512640 135180984 3213411296 3086131056 134528433 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 670.87
Current children cumulated vsize (KiB) 150884

[startup+282.313 s]
/proc/loadavg: 3.05 3.03 3.00 4/103 13355
/proc/meminfo: memFree=2961908/3368532 swapFree=1959840/1959888
[pid=12590] ppid=12588 vsize=160604 CPUtime=852.08
/proc/12590/stat : 12590 (satake) S 12588 12590 30957 0 -1 4202496 38256 0 0 0 81780 3428 0 0 22 0 5 0 946142703 164458496 35841 4294967295 134512640 135180984 3213411296 3213410732 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/12590/statm: 40151 35841 68 164 0 39986 0
[pid=12590/tid=12591] ppid=12588 vsize=160604 CPUtime=22.63
/proc/12590/task/12591/stat : 12591 (satake) S 12588 12590 30957 0 -1 4202560 8952 0 0 0 569 1694 0 0 16 0 5 0 946142703 164458496 35841 4294967295 134512640 135180984 3213411296 3086327824 134580407 0 0 0 0 3223036458 0 0 -1 1 0 0 0
[pid=12590/tid=12593] ppid=12588 vsize=160604 CPUtime=280.61
/proc/12590/task/12593/stat : 12593 (satake) R 12588 12590 30957 0 -1 4202560 10117 0 0 0 27396 665 0 0 25 0 5 0 946142703 164458496 35841 4294967295 134512640 135180984 3213411296 3086262128 134528470 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=12590/tid=12594] ppid=12588 vsize=160604 CPUtime=275.56
/proc/12590/task/12594/stat : 12594 (satake) R 12588 12590 30957 0 -1 4202560 9718 0 0 0 27029 527 0 0 25 0 5 0 946142703 164458496 35841 4294967295 134512640 135180984 3213411296 3086196584 134519101 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=12590/tid=12595] ppid=12588 vsize=160604 CPUtime=273.29
/proc/12590/task/12595/stat : 12595 (satake) R 12588 12590 30957 0 -1 4202560 9358 0 0 0 26787 542 0 0 25 0 5 0 946142703 164458496 35841 4294967295 134512640 135180984 3213411296 3086130976 134520810 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 852.08
Current children cumulated vsize (KiB) 160604

[startup+342.308 s]
/proc/loadavg: 3.14 3.05 3.01 4/103 13544
/proc/meminfo: memFree=2956560/3368532 swapFree=1959840/1959888
[pid=12590] ppid=12588 vsize=159576 CPUtime=1032.87
/proc/12590/stat : 12590 (satake) S 12588 12590 30957 0 -1 4202496 39265 0 0 0 99020 4267 0 0 22 0 5 0 946142703 163405824 35613 4294967295 134512640 135180984 3213411296 3213410732 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/12590/statm: 39894 35613 77 164 0 39729 0
[pid=12590/tid=12591] ppid=12588 vsize=159576 CPUtime=28.23
/proc/12590/task/12591/stat : 12591 (satake) R 12588 12590 30957 0 -1 4202560 9842 0 0 0 712 2111 0 0 15 0 5 0 946142703 163405824 35613 4294967295 134512640 135180984 3213411296 3086328016 134666416 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=12590/tid=12593] ppid=12588 vsize=159576 CPUtime=340.06
/proc/12590/task/12593/stat : 12593 (satake) S 12588 12590 30957 0 -1 4202560 10141 0 0 0 33216 790 0 0 21 0 5 0 946142703 163405824 35613 4294967295 134512640 135180984 3213411296 3086262648 134579486 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=12590/tid=12594] ppid=12588 vsize=159576 CPUtime=334.85
/proc/12590/task/12594/stat : 12594 (satake) S 12588 12590 30957 0 -1 4202560 9754 0 0 0 32814 671 0 0 23 0 5 0 946142703 163405824 35613 4294967295 134512640 135180984 3213411296 3086197128 134579486 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=12590/tid=12595] ppid=12588 vsize=159576 CPUtime=329.73
/proc/12590/task/12595/stat : 12595 (satake) S 12588 12590 30957 0 -1 4202560 9417 0 0 0 32278 695 0 0 24 0 5 0 946142703 163405824 35613 4294967295 134512640 135180984 3213411296 3086131592 134579486 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1032.87
Current children cumulated vsize (KiB) 159576

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

[startup+342.408 s]
/proc/loadavg: 3.14 3.05 3.01 4/103 13544
/proc/meminfo: memFree=2956560/3368532 swapFree=1959840/1959888
[pid=12590] ppid=12588 vsize=140476 CPUtime=1033.04
/proc/12590/stat : 12590 (satake) S 12588 12590 30957 0 -1 4202496 39265 0 0 0 99035 4269 0 0 18 0 3 0 946142703 143847424 32363 4294967295 134512640 135180984 3213411296 3213410732 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/12590/statm: 35119 32363 77 164 0 34954 0
[pid=12590/tid=12594] ppid=12588 vsize=140476 CPUtime=334.9
/proc/12590/task/12594/stat : 12594 (satake) R 12588 12590 30957 0 -1 4202560 9754 0 0 0 32819 671 0 0 21 0 3 0 946142703 143847424 32363 4294967295 134512640 135180984 3213411296 3086196944 134666416 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=12590/tid=12595] ppid=12588 vsize=140476 CPUtime=329.76
/proc/12590/task/12595/stat : 12595 (satake) S 12588 12590 30957 0 -1 4202560 9417 0 0 0 32280 696 0 0 23 0 3 0 946142703 143847424 32363 4294967295 134512640 135180984 3213411296 3086131576 134579486 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1033.04
Current children cumulated vsize (KiB) 140476

Child status: 4
Real time (s): 342.46
CPU time (s): 1033.1
CPU user time (s): 990.39
CPU system time (s): 42.71
CPU usage (%): 301.67
Max. virtual memory (cumulated for all children) (KiB): 166200


getrusage(RUSAGE_CHILDREN,...) data:
user time used= 990.39
system time used= 42.71
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39266
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= 3041863
involuntary context switches= 2175824

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi39 at 2009-05-30 03:07:39
IDJOB=1780000
IDBENCH=70946
IDSOLVER=629
FILE ID=tipi39/1780000-1243645659
PBS_JOBID=
Free space on /tmp= 5741 MiB

SOLVER NAME= satake 2009-03-22 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_3_l47_lambda.cnf
COMMAND LINE= HOME/satake BENCHNAME MAXNBTHREAD TIMEOUT
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1780000-1243645659/watcher-1780000-1243645659 -o /tmp/evaluation-result-1780000-1243645659/solver-1780000-1243645659 -C 10000 -W 1000 -M 2047 --output-limit 1,15 --cleanup-all-ipc-queues HOME/satake HOME/instance-1780000-1243645659.cnf 4 10000

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

MD5SUM BENCH= ed7689c65135a913d97feca3ab3874eb
RANDOM SEED= 2013846004

Linux tipi39 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.067
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.41
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.067
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.067
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.16
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.067
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.15
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       3104692 kB
Buffers:         57172 kB
Cached:         103544 kB
SwapCached:          0 kB
Active:          93540 kB
Inactive:        83228 kB
HighTotal:     2489216 kB
HighFree:      2372668 kB
LowTotal:       879316 kB
LowFree:        732024 kB
SwapTotal:     1959888 kB
SwapFree:      1959840 kB
Dirty:            3884 kB
Writeback:           0 kB
AnonPages:       15856 kB
Mapped:           6408 kB
Slab:            77900 kB
SReclaimable:    67208 kB
SUnreclaim:      10692 kB
PageTables:        500 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    94804 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 5741 MiB
End job on tipi39 at 2009-05-30 03:13:22