Trace number 1724245

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
LySAT c/2009-03-20UNSAT 808.951 809.187

General information on the benchmark

Namemanol-pipe-c7bidw_i.cnf
MD5SUM3eac71f4fca7132b74d6d27cfa83813f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark92.107
Satisfiable
(Un)Satisfiability was proved
Number of variables131004
Number of clauses387841
Sum of the clauses size904961
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2258560
Number of clauses of size 3129280
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.38/0.40	c ==============================================================================
0.38/0.40	c |           |     ORIGINAL     |              LEARNT              |          |
0.38/0.40	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.38/0.40	c ==============================================================================
0.38/0.40	c |         0 |  387840   904960 |  116351       0        0     nan |  0.000 % |
2.69/2.75	c |         0 |  169202   659445 |      --       0       --      -- |     --   | -218636/-245510
2.69/2.75	c ==============================================================================
2.69/2.75	c Result  :   #vars: 22468   #clauses: 169202   #literals: 659445
2.69/2.75	c CPU time:   2.6226 s
2.69/2.75	c ==============================================================================
2.99/3.05	This is MiniSat 2.0 beta
2.99/3.05	WARNING: for repeatability, setting FPU to use double precision
2.99/3.05	============================[ Problem Statistics ]=============================
2.99/3.05	|                                                                             |
2.99/3.06	|  Number of variables:  22468                                                |
2.99/3.06	|  Number of clauses:    169202                                               |
3.04/3.17	|  Parsing time:         0.10         s                                       |
808.85/809.15	restarts              : 22
808.85/809.15	conflicts             : 1435746        (1782 /sec)
808.85/809.15	decisions             : 5353390        (1.61 % random) (6645 /sec)
808.85/809.15	propagations          : 266833373      (331213 /sec)
808.85/809.15	conflict literals     : 49738613       (27.28 % deleted)
808.85/809.15	Memory used           : 105.70 MB
808.85/809.15	CPU time              : 805.624 s
808.85/809.15	
808.85/809.15	UNSATISFIABLE
808.85/809.17	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1724245-1240693807/watcher-1724245-1240693807 -o /tmp/evaluation-result-1724245-1240693807/solver-1724245-1240693807 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1724245-1240693807.cnf c 

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): 1800 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: 1.91 1.84 1.45 3/65 18578
/proc/meminfo: memFree=1861216/2055920 swapFree=4180664/4192956
[pid=18578] ppid=18576 vsize=5356 CPUtime=0
/proc/18578/stat : 18578 (lysat.sh) S 18576 18578 18357 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97413065 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18578/statm: 1339 235 195 169 0 50 0
[pid=18579] ppid=18578 vsize=956 CPUtime=0
/proc/18579/stat : 18579 (SatElite) R 18578 18578 18357 0 -1 4194304 149 0 0 0 0 0 0 0 19 0 1 0 97413065 978944 133 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/18579/statm: 239 134 50 127 0 109 0

[startup+0.0685341 s]
/proc/loadavg: 1.91 1.84 1.45 3/65 18578
/proc/meminfo: memFree=1861216/2055920 swapFree=4180664/4192956
[pid=18578] ppid=18576 vsize=5356 CPUtime=0
/proc/18578/stat : 18578 (lysat.sh) S 18576 18578 18357 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97413065 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18578/statm: 1339 235 195 169 0 50 0
[pid=18579] ppid=18578 vsize=9800 CPUtime=0.05
/proc/18579/stat : 18579 (SatElite) R 18578 18578 18357 0 -1 4194304 2199 0 0 0 5 0 0 0 19 0 1 0 97413065 10035200 2183 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/18579/statm: 2450 2184 50 127 0 2320 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 15156

[startup+0.101537 s]
/proc/loadavg: 1.91 1.84 1.45 3/65 18578
/proc/meminfo: memFree=1861216/2055920 swapFree=4180664/4192956
[pid=18578] ppid=18576 vsize=5356 CPUtime=0
/proc/18578/stat : 18578 (lysat.sh) S 18576 18578 18357 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97413065 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18578/statm: 1339 235 195 169 0 50 0
[pid=18579] ppid=18578 vsize=15632 CPUtime=0.09
/proc/18579/stat : 18579 (SatElite) R 18578 18578 18357 0 -1 4194304 3249 0 0 0 8 1 0 0 19 0 1 0 97413065 16007168 3233 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/18579/statm: 3908 3234 50 127 0 3778 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20988

[startup+0.30156 s]
/proc/loadavg: 1.91 1.84 1.45 3/65 18578
/proc/meminfo: memFree=1861216/2055920 swapFree=4180664/4192956
[pid=18578] ppid=18576 vsize=5356 CPUtime=0
/proc/18578/stat : 18578 (lysat.sh) S 18576 18578 18357 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97413065 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18578/statm: 1339 235 195 169 0 50 0
[pid=18579] ppid=18578 vsize=39976 CPUtime=0.29
/proc/18579/stat : 18579 (SatElite) R 18578 18578 18357 0 -1 4194304 9324 0 0 0 24 5 0 0 20 0 1 0 97413065 40935424 9308 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/18579/statm: 9994 9310 50 127 0 9864 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45332

[startup+0.701607 s]
/proc/loadavg: 1.91 1.84 1.45 3/65 18578
/proc/meminfo: memFree=1861216/2055920 swapFree=4180664/4192956
[pid=18578] ppid=18576 vsize=5356 CPUtime=0
/proc/18578/stat : 18578 (lysat.sh) S 18576 18578 18357 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97413065 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18578/statm: 1339 235 195 169 0 50 0
[pid=18579] ppid=18578 vsize=56092 CPUtime=0.69
/proc/18579/stat : 18579 (SatElite) R 18578 18578 18357 0 -1 4194304 14538 0 0 0 61 8 0 0 24 0 1 0 97413065 57438208 13412 1992294400 134512640 135034092 4294956096 18446744073709551615 134540650 0 0 4096 3 0 0 0 17 1 0 0
/proc/18579/statm: 14023 13412 68 127 0 13893 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 61448

[startup+1.5017 s]
/proc/loadavg: 1.91 1.84 1.45 2/67 18580
/proc/meminfo: memFree=1802448/2055920 swapFree=4180664/4192956
[pid=18578] ppid=18576 vsize=5356 CPUtime=0
/proc/18578/stat : 18578 (lysat.sh) S 18576 18578 18357 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97413065 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18578/statm: 1339 235 195 169 0 50 0
[pid=18579] ppid=18578 vsize=59748 CPUtime=1.48
/proc/18579/stat : 18579 (SatElite) R 18578 18578 18357 0 -1 4194304 15335 0 0 0 138 10 0 0 25 0 1 0 97413065 61181952 14209 1992294400 134512640 135034092 4294956096 18446744073709551615 134566501 0 0 4096 3 0 0 0 17 1 0 0
/proc/18579/statm: 14937 14209 68 127 0 14807 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 65104

[startup+3.1019 s]
/proc/loadavg: 1.91 1.84 1.45 2/67 18580
/proc/meminfo: memFree=1790928/2055920 swapFree=4180664/4192956
[pid=18578] ppid=18576 vsize=5356 CPUtime=3.04
/proc/18578/stat : 18578 (lysat.sh) S 18576 18578 18357 0 -1 4194304 310 17223 0 0 0 0 289 15 19 0 1 0 97413065 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18578/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 5356

[startup+6.30126 s]
/proc/loadavg: 1.84 1.82 1.45 2/67 18581
/proc/meminfo: memFree=1831376/2055920 swapFree=4180664/4192956
[pid=18578] ppid=18576 vsize=5356 CPUtime=3.04
/proc/18578/stat : 18578 (lysat.sh) S 18576 18578 18357 0 -1 4194304 310 17223 0 0 0 0 289 15 19 0 1 0 97413065 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18578/statm: 1339 237 195 169 0 50 0
[pid=18581] ppid=18578 vsize=16512 CPUtime=3.23
/proc/18581/stat : 18581 (LySATc) R 18578 18578 18357 0 -1 4194304 3901 0 0 0 322 1 0 0 25 0 1 0 97413371 16908288 3886 1992294400 134512640 135214827 4294956208 18446744073709551615 134538584 0 0 4096 3 0 0 0 17 1 0 0
/proc/18581/statm: 4128 3886 78 171 0 3955 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 21868

[startup+12.702 s]
/proc/loadavg: 1.77 1.81 1.45 2/67 18581
/proc/meminfo: memFree=1824464/2055920 swapFree=4180664/4192956
[pid=18578] ppid=18576 vsize=5356 CPUtime=3.04
/proc/18578/stat : 18578 (lysat.sh) S 18576 18578 18357 0 -1 4194304 310 17223 0 0 0 0 289 15 19 0 1 0 97413065 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18578/statm: 1339 237 195 169 0 50 0
[pid=18581] ppid=18578 vsize=22936 CPUtime=9.63
/proc/18581/stat : 18581 (LySATc) R 18578 18578 18357 0 -1 4194304 5488 0 0 0 961 2 0 0 25 0 1 0 97413371 23486464 5473 1992294400 134512640 135214827 4294956208 18446744073709551615 134536865 0 0 4096 3 0 0 0 17 1 0 0
/proc/18581/statm: 5734 5473 78 171 0 5561 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 28292

[startup+25.5025 s]
/proc/loadavg: 1.60 1.77 1.44 2/67 18581
/proc/meminfo: memFree=1813840/2055920 swapFree=4180664/4192956
[pid=18578] ppid=18576 vsize=5356 CPUtime=3.04
/proc/18578/stat : 18578 (lysat.sh) S 18576 18578 18357 0 -1 4194304 310 17223 0 0 0 0 289 15 19 0 1 0 97413065 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18578/statm: 1339 237 195 169 0 50 0
[pid=18581] ppid=18578 vsize=33020 CPUtime=22.42
/proc/18581/stat : 18581 (LySATc) R 18578 18578 18357 0 -1 4194304 8043 0 0 0 2238 4 0 0 25 0 1 0 97413371 33812480 8028 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/18581/statm: 8255 8028 78 171 0 8082 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 38376

[startup+51.1025 s]
/proc/loadavg: 1.40 1.71 1.43 2/67 18581
/proc/meminfo: memFree=1799376/2055920 swapFree=4180664/4192956
[pid=18578] ppid=18576 vsize=5356 CPUtime=3.04
/proc/18578/stat : 18578 (lysat.sh) S 18576 18578 18357 0 -1 4194304 310 17223 0 0 0 0 289 15 19 0 1 0 97413065 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18578/statm: 1339 237 195 169 0 50 0
[pid=18581] ppid=18578 vsize=48020 CPUtime=48.01
/proc/18581/stat : 18581 (LySATc) R 18578 18578 18357 0 -1 4194304 11706 0 0 0 4794 7 0 0 25 0 1 0 97413371 49172480 11691 1992294400 134512640 135214827 4294956208 18446744073709551615 134529437 0 0 4096 3 0 0 0 17 1 0 0
/proc/18581/statm: 12005 11691 78 171 0 11832 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 53376

[startup+102.307 s]
/proc/loadavg: 1.17 1.60 1.40 2/67 18581
/proc/meminfo: memFree=1789776/2055920 swapFree=4180664/4192956
[pid=18578] ppid=18576 vsize=5356 CPUtime=3.04
/proc/18578/stat : 18578 (lysat.sh) S 18576 18578 18357 0 -1 4194304 310 17223 0 0 0 0 289 15 19 0 1 0 97413065 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18578/statm: 1339 237 195 169 0 50 0
[pid=18581] ppid=18578 vsize=57144 CPUtime=99.2
/proc/18581/stat : 18581 (LySATc) R 18578 18578 18357 0 -1 4194304 14048 0 0 0 9910 10 0 0 25 0 1 0 97413371 58515456 14033 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/18581/statm: 14286 14033 78 171 0 14113 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 62500

[startup+162.303 s]
/proc/loadavg: 1.06 1.48 1.37 2/67 18581
/proc/meminfo: memFree=1786768/2055920 swapFree=4180664/4192956
[pid=18578] ppid=18576 vsize=5356 CPUtime=3.04
/proc/18578/stat : 18578 (lysat.sh) S 18576 18578 18357 0 -1 4194304 310 17223 0 0 0 0 289 15 19 0 1 0 97413065 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18578/statm: 1339 237 195 169 0 50 0
[pid=18581] ppid=18578 vsize=60408 CPUtime=159.18
/proc/18581/stat : 18581 (LySATc) R 18578 18578 18357 0 -1 4194304 14837 0 0 0 15907 11 0 0 25 0 1 0 97413371 61857792 14822 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/18581/statm: 15102 14822 78 171 0 14929 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 65764

[startup+222.303 s]
/proc/loadavg: 1.02 1.39 1.35 2/67 18581
/proc/meminfo: memFree=1773904/2055920 swapFree=4180664/4192956
[pid=18578] ppid=18576 vsize=5356 CPUtime=3.04
/proc/18578/stat : 18578 (lysat.sh) S 18576 18578 18357 0 -1 4194304 310 17223 0 0 0 0 289 15 19 0 1 0 97413065 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18578/statm: 1339 237 195 169 0 50 0
[pid=18581] ppid=18578 vsize=73536 CPUtime=219.17
/proc/18581/stat : 18581 (LySATc) R 18578 18578 18357 0 -1 4194304 18009 0 0 0 21903 14 0 0 25 0 1 0 97413371 75300864 17994 1992294400 134512640 135214827 4294956208 18446744073709551615 134538196 0 0 4096 3 0 0 0 17 1 0 0
/proc/18581/statm: 18384 17994 78 171 0 18211 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 78892

[startup+282.303 s]
/proc/loadavg: 1.01 1.32 1.32 2/67 18581
/proc/meminfo: memFree=1768656/2055920 swapFree=4180664/4192956
[pid=18578] ppid=18576 vsize=5356 CPUtime=3.04
/proc/18578/stat : 18578 (lysat.sh) S 18576 18578 18357 0 -1 4194304 310 17223 0 0 0 0 289 15 19 0 1 0 97413065 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18578/statm: 1339 237 195 169 0 50 0
[pid=18581] ppid=18578 vsize=78624 CPUtime=279.14
/proc/18581/stat : 18581 (LySATc) R 18578 18578 18357 0 -1 4194304 19297 0 0 0 27899 15 0 0 25 0 1 0 97413371 80510976 19282 1992294400 134512640 135214827 4294956208 18446744073709551615 134529306 0 0 4096 3 0 0 0 17 1 0 0
/proc/18581/statm: 19656 19282 78 171 0 19483 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 83980

[startup+342.302 s]
/proc/loadavg: 1.00 1.26 1.30 2/67 18581
/proc/meminfo: memFree=1768592/2055920 swapFree=4180664/4192956
[pid=18578] ppid=18576 vsize=5356 CPUtime=3.04
/proc/18578/stat : 18578 (lysat.sh) S 18576 18578 18357 0 -1 4194304 310 17223 0 0 0 0 289 15 19 0 1 0 97413065 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18578/statm: 1339 237 195 169 0 50 0
[pid=18581] ppid=18578 vsize=78624 CPUtime=339.13
/proc/18581/stat : 18581 (LySATc) R 18578 18578 18357 0 -1 4194304 19298 0 0 0 33898 15 0 0 25 0 1 0 97413371 80510976 19283 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/18581/statm: 19656 19283 78 171 0 19483 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 83980


################
# More data... #
################


[startup+462.302 s]
/proc/loadavg: 1.00 1.17 1.26 2/67 18581
/proc/meminfo: memFree=1766736/2055920 swapFree=4180664/4192956
[pid=18578] ppid=18576 vsize=5356 CPUtime=3.04
/proc/18578/stat : 18578 (lysat.sh) S 18576 18578 18357 0 -1 4194304 310 17223 0 0 0 0 289 15 19 0 1 0 97413065 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18578/statm: 1339 237 195 169 0 50 0
[pid=18581] ppid=18578 vsize=80600 CPUtime=459.1
/proc/18581/stat : 18581 (LySATc) R 18578 18578 18357 0 -1 4194304 19744 0 0 0 45894 16 0 0 25 0 1 0 97413371 82534400 19729 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/18581/statm: 20150 19729 78 171 0 19977 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 85956

[startup+522.302 s]
/proc/loadavg: 1.00 1.13 1.24 2/67 18581
/proc/meminfo: memFree=1764176/2055920 swapFree=4180664/4192956
[pid=18578] ppid=18576 vsize=5356 CPUtime=3.04
/proc/18578/stat : 18578 (lysat.sh) S 18576 18578 18357 0 -1 4194304 310 17223 0 0 0 0 289 15 19 0 1 0 97413065 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18578/statm: 1339 237 195 169 0 50 0
[pid=18581] ppid=18578 vsize=83508 CPUtime=519.08
/proc/18581/stat : 18581 (LySATc) R 18578 18578 18357 0 -1 4194304 20403 0 0 0 51891 17 0 0 25 0 1 0 97413371 85512192 20388 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/18581/statm: 20877 20388 78 171 0 20704 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 88864

[startup+582.302 s]
/proc/loadavg: 1.00 1.11 1.22 2/67 18581
/proc/meminfo: memFree=1760784/2055920 swapFree=4180664/4192956
[pid=18578] ppid=18576 vsize=5356 CPUtime=3.04
/proc/18578/stat : 18578 (lysat.sh) S 18576 18578 18357 0 -1 4194304 310 17223 0 0 0 0 289 15 19 0 1 0 97413065 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18578/statm: 1339 237 195 169 0 50 0
[pid=18581] ppid=18578 vsize=87040 CPUtime=579.07
/proc/18581/stat : 18581 (LySATc) R 18578 18578 18357 0 -1 4194304 21217 0 0 0 57889 18 0 0 25 0 1 0 97413371 89128960 21202 1992294400 134512640 135214827 4294956208 18446744073709551615 134528550 0 0 4096 3 0 0 0 17 1 0 0
/proc/18581/statm: 21760 21202 78 171 0 21587 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 92396

[startup+642.302 s]
/proc/loadavg: 1.00 1.08 1.21 2/67 18581
/proc/meminfo: memFree=1760720/2055920 swapFree=4180664/4192956
[pid=18578] ppid=18576 vsize=5356 CPUtime=3.04
/proc/18578/stat : 18578 (lysat.sh) S 18576 18578 18357 0 -1 4194304 310 17223 0 0 0 0 289 15 19 0 1 0 97413065 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18578/statm: 1339 237 195 169 0 50 0
[pid=18581] ppid=18578 vsize=87040 CPUtime=639.05
/proc/18581/stat : 18581 (LySATc) R 18578 18578 18357 0 -1 4194304 21219 0 0 0 63887 18 0 0 25 0 1 0 97413371 89128960 21204 1992294400 134512640 135214827 4294956208 18446744073709551615 134529314 0 0 4096 3 0 0 0 17 1 0 0
/proc/18581/statm: 21760 21204 78 171 0 21587 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 92396

[startup+702.302 s]
/proc/loadavg: 1.00 1.07 1.19 2/67 18581
/proc/meminfo: memFree=1754832/2055920 swapFree=4180664/4192956
[pid=18578] ppid=18576 vsize=5356 CPUtime=3.04
/proc/18578/stat : 18578 (lysat.sh) S 18576 18578 18357 0 -1 4194304 310 17223 0 0 0 0 289 15 19 0 1 0 97413065 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18578/statm: 1339 237 195 169 0 50 0
[pid=18581] ppid=18578 vsize=93156 CPUtime=699.03
/proc/18581/stat : 18581 (LySATc) R 18578 18578 18357 0 -1 4194304 22731 0 0 0 69883 20 0 0 25 0 1 0 97413371 95391744 22716 1992294400 134512640 135214827 4294956208 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/18581/statm: 23289 22716 78 171 0 23116 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 98512

[startup+762.306 s]
/proc/loadavg: 1.00 1.05 1.17 2/67 18581
/proc/meminfo: memFree=1743376/2055920 swapFree=4180664/4192956
[pid=18578] ppid=18576 vsize=5356 CPUtime=3.04
/proc/18578/stat : 18578 (lysat.sh) S 18576 18578 18357 0 -1 4194304 310 17223 0 0 0 0 289 15 19 0 1 0 97413065 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18578/statm: 1339 237 195 169 0 50 0
[pid=18581] ppid=18578 vsize=104516 CPUtime=759.02
/proc/18581/stat : 18581 (LySATc) R 18578 18578 18357 0 -1 4194304 25556 0 0 0 75879 23 0 0 25 0 1 0 97413371 107024384 25541 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/18581/statm: 26129 25541 78 171 0 25956 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 109872

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

[startup+767.902 s]
/proc/loadavg: 1.00 1.05 1.17 2/67 18581
/proc/meminfo: memFree=1742544/2055920 swapFree=4180664/4192956
[pid=18578] ppid=18576 vsize=5356 CPUtime=3.04
/proc/18578/stat : 18578 (lysat.sh) S 18576 18578 18357 0 -1 4194304 310 17223 0 0 0 0 289 15 19 0 1 0 97413065 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18578/statm: 1339 237 195 169 0 50 0
[pid=18581] ppid=18578 vsize=105356 CPUtime=764.61
/proc/18581/stat : 18581 (LySATc) R 18578 18578 18357 0 -1 4194304 25765 0 0 0 76438 23 0 0 25 0 1 0 97413371 107884544 25750 1992294400 134512640 135214827 4294956208 18446744073709551615 134529363 0 0 4096 3 0 0 0 17 1 0 0
/proc/18581/statm: 26339 25750 78 171 0 26166 0
Current children cumulated CPU time (s) 767.65
Current children cumulated vsize (KiB) 110712

[startup+793.502 s]
/proc/loadavg: 1.00 1.05 1.17 2/67 18581
/proc/meminfo: memFree=1739600/2055920 swapFree=4180664/4192956
[pid=18578] ppid=18576 vsize=5356 CPUtime=3.04
/proc/18578/stat : 18578 (lysat.sh) S 18576 18578 18357 0 -1 4194304 310 17223 0 0 0 0 289 15 19 0 1 0 97413065 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18578/statm: 1339 237 195 169 0 50 0
[pid=18581] ppid=18578 vsize=108236 CPUtime=790.21
/proc/18581/stat : 18581 (LySATc) R 18578 18578 18357 0 -1 4194304 26498 0 0 0 78997 24 0 0 25 0 1 0 97413371 110833664 26483 1992294400 134512640 135214827 4294956208 18446744073709551615 134535624 0 0 4096 3 0 0 0 17 1 0 0
/proc/18581/statm: 27059 26483 78 171 0 26886 0
Current children cumulated CPU time (s) 793.25
Current children cumulated vsize (KiB) 113592

[startup+799.901 s]
/proc/loadavg: 1.00 1.05 1.17 2/67 18581
/proc/meminfo: memFree=1739600/2055920 swapFree=4180664/4192956
[pid=18578] ppid=18576 vsize=5356 CPUtime=3.04
/proc/18578/stat : 18578 (lysat.sh) S 18576 18578 18357 0 -1 4194304 310 17223 0 0 0 0 289 15 19 0 1 0 97413065 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18578/statm: 1339 237 195 169 0 50 0
[pid=18581] ppid=18578 vsize=108236 CPUtime=796.61
/proc/18581/stat : 18581 (LySATc) R 18578 18578 18357 0 -1 4194304 26498 0 0 0 79637 24 0 0 25 0 1 0 97413371 110833664 26483 1992294400 134512640 135214827 4294956208 18446744073709551615 134529248 0 0 4096 3 0 0 0 17 1 0 0
/proc/18581/statm: 27059 26483 78 171 0 26886 0
Current children cumulated CPU time (s) 799.65
Current children cumulated vsize (KiB) 113592

[startup+803.103 s]
/proc/loadavg: 1.00 1.04 1.17 2/67 18581
/proc/meminfo: memFree=1739600/2055920 swapFree=4180664/4192956
[pid=18578] ppid=18576 vsize=5356 CPUtime=3.04
/proc/18578/stat : 18578 (lysat.sh) S 18576 18578 18357 0 -1 4194304 310 17223 0 0 0 0 289 15 19 0 1 0 97413065 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18578/statm: 1339 237 195 169 0 50 0
[pid=18581] ppid=18578 vsize=108236 CPUtime=799.81
/proc/18581/stat : 18581 (LySATc) R 18578 18578 18357 0 -1 4194304 26498 0 0 0 79957 24 0 0 25 0 1 0 97413371 110833664 26483 1992294400 134512640 135214827 4294956208 18446744073709551615 134529197 0 0 4096 3 0 0 0 17 1 0 0
/proc/18581/statm: 27059 26483 78 171 0 26886 0
Current children cumulated CPU time (s) 802.85
Current children cumulated vsize (KiB) 113592

[startup+806.305 s]
/proc/loadavg: 1.00 1.04 1.17 2/67 18581
/proc/meminfo: memFree=1739600/2055920 swapFree=4180664/4192956
[pid=18578] ppid=18576 vsize=5356 CPUtime=3.04
/proc/18578/stat : 18578 (lysat.sh) S 18576 18578 18357 0 -1 4194304 310 17223 0 0 0 0 289 15 19 0 1 0 97413065 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18578/statm: 1339 237 195 169 0 50 0
[pid=18581] ppid=18578 vsize=108236 CPUtime=803.01
/proc/18581/stat : 18581 (LySATc) R 18578 18578 18357 0 -1 4194304 26498 0 0 0 80277 24 0 0 25 0 1 0 97413371 110833664 26483 1992294400 134512640 135214827 4294956208 18446744073709551615 134529314 0 0 4096 3 0 0 0 17 1 0 0
/proc/18581/statm: 27059 26483 78 171 0 26886 0
Current children cumulated CPU time (s) 806.05
Current children cumulated vsize (KiB) 113592

[startup+807.901 s]
/proc/loadavg: 1.00 1.04 1.17 2/67 18581
/proc/meminfo: memFree=1739600/2055920 swapFree=4180664/4192956
[pid=18578] ppid=18576 vsize=5356 CPUtime=3.04
/proc/18578/stat : 18578 (lysat.sh) S 18576 18578 18357 0 -1 4194304 310 17223 0 0 0 0 289 15 19 0 1 0 97413065 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18578/statm: 1339 237 195 169 0 50 0
[pid=18581] ppid=18578 vsize=108236 CPUtime=804.61
/proc/18581/stat : 18581 (LySATc) R 18578 18578 18357 0 -1 4194304 26498 0 0 0 80437 24 0 0 25 0 1 0 97413371 110833664 26483 1992294400 134512640 135214827 4294956208 18446744073709551615 134530893 0 0 4096 3 0 0 0 17 1 0 0
/proc/18581/statm: 27059 26483 78 171 0 26886 0
Current children cumulated CPU time (s) 807.65
Current children cumulated vsize (KiB) 113592

[startup+808.701 s]
/proc/loadavg: 1.00 1.04 1.17 2/67 18581
/proc/meminfo: memFree=1739600/2055920 swapFree=4180664/4192956
[pid=18578] ppid=18576 vsize=5356 CPUtime=3.04
/proc/18578/stat : 18578 (lysat.sh) S 18576 18578 18357 0 -1 4194304 310 17223 0 0 0 0 289 15 19 0 1 0 97413065 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18578/statm: 1339 237 195 169 0 50 0
[pid=18581] ppid=18578 vsize=108236 CPUtime=805.41
/proc/18581/stat : 18581 (LySATc) R 18578 18578 18357 0 -1 4194304 26498 0 0 0 80517 24 0 0 25 0 1 0 97413371 110833664 26483 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/18581/statm: 27059 26483 78 171 0 26886 0
Current children cumulated CPU time (s) 808.45
Current children cumulated vsize (KiB) 113592

[startup+809.102 s]
/proc/loadavg: 1.00 1.04 1.17 2/67 18581
/proc/meminfo: memFree=1739600/2055920 swapFree=4180664/4192956
[pid=18578] ppid=18576 vsize=5356 CPUtime=3.04
/proc/18578/stat : 18578 (lysat.sh) S 18576 18578 18357 0 -1 4194304 310 17223 0 0 0 0 289 15 19 0 1 0 97413065 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18578/statm: 1339 237 195 169 0 50 0
[pid=18581] ppid=18578 vsize=108236 CPUtime=805.81
/proc/18581/stat : 18581 (LySATc) R 18578 18578 18357 0 -1 4194304 26498 0 0 0 80557 24 0 0 25 0 1 0 97413371 110833664 26483 1992294400 134512640 135214827 4294956208 18446744073709551615 134529437 0 0 4096 3 0 0 0 17 1 0 0
/proc/18581/statm: 27059 26483 78 171 0 26886 0
Current children cumulated CPU time (s) 808.85
Current children cumulated vsize (KiB) 113592

Child status: 20
Real time (s): 809.187
CPU time (s): 808.951
CPU user time (s): 808.52
CPU system time (s): 0.430934
CPU usage (%): 99.9708
Max. virtual memory (cumulated for all children) (KiB): 113592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 808.52
system time used= 0.430934
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44194
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= 38
involuntary context switches= 1442

runsolver used 0.666898 second user time and 2.28365 second system time

The end

Launcher Data

Begin job on node73 at 2009-04-25 23:10:07
IDJOB=1724245
IDBENCH=71766
IDSOLVER=512
FILE ID=node73/1724245-1240693807
PBS_JOBID= 9186715
Free space on /tmp= 66308 MiB

SOLVER NAME= LySAT c/2009-03-20
BENCH NAME= SAT_RACE06/manol-pipe-c7bidw_i.cnf
COMMAND LINE= lysat.sh BENCHNAME c
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1724245-1240693807/watcher-1724245-1240693807 -o /tmp/evaluation-result-1724245-1240693807/solver-1724245-1240693807 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1724245-1240693807.cnf c

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 3eac71f4fca7132b74d6d27cfa83813f
RANDOM SEED=1070189441

node73.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.214
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.214
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:       1861696 kB
Buffers:         12700 kB
Cached:         129544 kB
SwapCached:       5860 kB
Active:          33120 kB
Inactive:       117292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1861696 kB
SwapTotal:     4192956 kB
SwapFree:      4180664 kB
Dirty:            8740 kB
Writeback:           0 kB
Mapped:          13888 kB
Slab:            29848 kB
Committed_AS:   397020 kB
PageTables:       1396 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= 66308 MiB
End job on node73 at 2009-04-25 23:23:37