Trace number 1774893

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 i/2009-03-20UNSAT 2132.62 2133.17

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-15-10p0.cnf
MD5SUMa860cf613d4e0cb34c00f8b79611121d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1694.48
Satisfiable
(Un)Satisfiability was proved
Number of variables199290
Number of clauses1005792
Sum of the clauses size2392883
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2756875
Number of clauses of size 3187708
Number of clauses of size 45660
Number of clauses of size 522640
Number of clauses of size over 522660

Solver Data

0.00/0.00	c Parsing...
1.09/1.12	c ==============================================================================
1.09/1.12	c |           |     ORIGINAL     |              LEARNT              |          |
1.09/1.12	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.09/1.12	c ==============================================================================
1.09/1.12	c |         0 |  994873  2381294 |  298461       0        0     nan |  0.000 % |
6.68/6.80	c |         0 |  654137  1815422 |      --       0       --      -- |     --   | -89707/7915
6.78/6.80	c ==============================================================================
6.78/6.80	c Result  :   #vars: 101800   #clauses: 654137   #literals: 1815422
6.78/6.80	c CPU time:   6.571 s
6.78/6.80	c ==============================================================================
7.59/7.62	c lySAT 0.1
7.59/7.62	c minisat core +  additionnal features
7.59/7.62	c ============================[ Problem Statistics ]=============================
7.59/7.62	c |                                                                             |
7.59/7.63	c |  Number of variables:  101800                                               |
7.59/7.63	c |  Number of clauses:    654137                                               |
7.62/8.11	c |  Parsing time:         0.42         s                                       |
2132.54/2133.12	c restarts              : 3224
2132.54/2133.12	c conflicts             : 455177         (214 /sec)
2132.54/2133.12	c decisions             : 3297743        (2.91 % random) (1552 /sec)
2132.54/2133.12	c euip                  : 24107       
2132.54/2133.12	c propagations          : 2917656460     (1373225 /sec)
2132.54/2133.12	c conflict literals     : 76412129       (41.10 % deleted)
2132.54/2133.12	c Memory used           : 117.71 MB
2132.54/2133.12	c CPU time              : 2124.68 s
2132.54/2133.12	c 
2132.54/2133.14	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-1774893-1241245133/watcher-1774893-1241245133 -o /tmp/evaluation-result-1774893-1241245133/solver-1774893-1241245133 -C 10000 -W 12000 -M 1800 lysat.sh HOME/instance-1774893-1241245133.cnf i 

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): 12000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 29627
/proc/meminfo: memFree=1842744/2055920 swapFree=4181336/4192956
[pid=29627] ppid=29625 vsize=5356 CPUtime=0
/proc/29627/stat : 29627 (lysat.sh) R 29625 29627 29554 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 152542057 5484544 234 1992294400 4194304 4889804 548682068816 18446744073709551615 240907774623 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/29627/statm: 1339 234 194 169 0 50 0
[pid=29628] ppid=29627 vsize=1552 CPUtime=0
/proc/29628/stat : 29628 (SatElite) R 29627 29627 29554 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 152542057 1589248 262 1992294400 134512640 135034092 4294956112 18446744073709551615 134544856 0 0 4096 3 0 0 0 17 0 0 0
/proc/29628/statm: 388 264 50 127 0 258 0

[startup+0.054066 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 29627
/proc/meminfo: memFree=1842744/2055920 swapFree=4181336/4192956
[pid=29627] ppid=29625 vsize=5356 CPUtime=0
/proc/29627/stat : 29627 (lysat.sh) S 29625 29627 29554 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152542057 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29627/statm: 1339 235 195 169 0 50 0
[pid=29628] ppid=29627 vsize=25244 CPUtime=0.04
/proc/29628/stat : 29628 (SatElite) R 29627 29627 29554 0 -1 4194304 3948 0 0 0 3 1 0 0 19 0 1 0 152542057 25849856 3764 1992294400 134512640 135034092 4294956112 18446744073709551615 134544849 0 0 4096 3 0 0 0 17 0 0 0
/proc/29628/statm: 6311 3772 50 127 0 6181 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 30600

[startup+0.101069 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 29627
/proc/meminfo: memFree=1842744/2055920 swapFree=4181336/4192956
[pid=29627] ppid=29625 vsize=5356 CPUtime=0
/proc/29627/stat : 29627 (lysat.sh) S 29625 29627 29554 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152542057 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29627/statm: 1339 235 195 169 0 50 0
[pid=29628] ppid=29627 vsize=29760 CPUtime=0.09
/proc/29628/stat : 29628 (SatElite) R 29627 29627 29554 0 -1 4194304 5370 0 0 0 8 1 0 0 19 0 1 0 152542057 30474240 5186 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/29628/statm: 7440 5186 50 127 0 7310 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35116

[startup+0.301087 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 29627
/proc/meminfo: memFree=1842744/2055920 swapFree=4181336/4192956
[pid=29627] ppid=29625 vsize=5356 CPUtime=0
/proc/29627/stat : 29627 (lysat.sh) S 29625 29627 29554 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152542057 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29627/statm: 1339 235 195 169 0 50 0
[pid=29628] ppid=29627 vsize=47796 CPUtime=0.29
/proc/29628/stat : 29628 (SatElite) R 29627 29627 29554 0 -1 4194304 9723 0 0 0 25 4 0 0 21 0 1 0 152542057 48943104 9539 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/29628/statm: 11949 9540 50 127 0 11819 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53152

[startup+0.701129 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 29627
/proc/meminfo: memFree=1842744/2055920 swapFree=4181336/4192956
[pid=29627] ppid=29625 vsize=5356 CPUtime=0
/proc/29627/stat : 29627 (lysat.sh) S 29625 29627 29554 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152542057 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29627/statm: 1339 235 195 169 0 50 0
[pid=29628] ppid=29627 vsize=69644 CPUtime=0.69
/proc/29628/stat : 29628 (SatElite) R 29627 29627 29554 0 -1 4194304 15202 0 0 0 60 9 0 0 25 0 1 0 152542057 71315456 15018 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/29628/statm: 17411 15019 51 127 0 17281 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 75000

[startup+1.50121 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29629
/proc/meminfo: memFree=1757352/2055920 swapFree=4181336/4192956
[pid=29627] ppid=29625 vsize=5356 CPUtime=0
/proc/29627/stat : 29627 (lysat.sh) S 29625 29627 29554 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152542057 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29627/statm: 1339 235 195 169 0 50 0
[pid=29628] ppid=29627 vsize=111760 CPUtime=1.49
/proc/29628/stat : 29628 (SatElite) R 29627 29627 29554 0 -1 4194304 25053 0 0 0 135 14 0 0 25 0 1 0 152542057 114442240 24853 1992294400 134512640 135034092 4294956112 18446744073709551615 134585261 0 0 4096 3 0 0 0 17 0 0 0
/proc/29628/statm: 27940 24853 67 127 0 27810 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 117116

[startup+3.10237 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29629
/proc/meminfo: memFree=1737064/2055920 swapFree=4181336/4192956
[pid=29627] ppid=29625 vsize=5356 CPUtime=0
/proc/29627/stat : 29627 (lysat.sh) S 29625 29627 29554 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152542057 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29627/statm: 1339 235 195 169 0 50 0
[pid=29628] ppid=29627 vsize=116516 CPUtime=3.08
/proc/29628/stat : 29628 (SatElite) R 29627 29627 29554 0 -1 4194304 29462 0 0 0 291 17 0 0 25 0 1 0 152542057 119312384 26662 1992294400 134512640 135034092 4294956112 18446744073709551615 134566576 0 0 4096 3 0 0 0 17 0 0 0
/proc/29628/statm: 29129 26662 68 127 0 28999 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 121872

[startup+6.30169 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29629
/proc/meminfo: memFree=1730408/2055920 swapFree=4181336/4192956
[pid=29627] ppid=29625 vsize=5356 CPUtime=0
/proc/29627/stat : 29627 (lysat.sh) S 29625 29627 29554 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152542057 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29627/statm: 1339 235 195 169 0 50 0
[pid=29628] ppid=29627 vsize=116572 CPUtime=6.29
/proc/29628/stat : 29628 (SatElite) R 29627 29627 29554 0 -1 4194304 34118 0 0 0 608 21 0 0 25 0 1 0 152542057 119369728 26850 1992294400 134512640 135034092 4294956112 18446744073709551615 134566273 0 0 4096 3 0 0 0 17 0 0 0
/proc/29628/statm: 29143 26850 68 127 0 29013 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 121928

[startup+12.7023 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29630
/proc/meminfo: memFree=1779240/2055920 swapFree=4181336/4192956
[pid=29627] ppid=29625 vsize=5356 CPUtime=7.62
/proc/29627/stat : 29627 (lysat.sh) S 29625 29627 29554 0 -1 4194304 310 37537 0 0 0 0 732 30 16 0 1 0 152542057 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29627/statm: 1339 237 195 169 0 50 0
[pid=29630] ppid=29627 vsize=45916 CPUtime=5.06
/proc/29630/stat : 29630 (LySATi) R 29627 29627 29554 0 -1 4194304 11009 0 0 0 499 7 0 0 25 0 1 0 152542820 47017984 10977 1992294400 134512640 135226915 4294956224 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 0 0 0
/proc/29630/statm: 11479 10977 81 174 0 11302 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 51272

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29630
/proc/meminfo: memFree=1778344/2055920 swapFree=4181336/4192956
[pid=29627] ppid=29625 vsize=5356 CPUtime=7.62
/proc/29627/stat : 29627 (lysat.sh) S 29625 29627 29554 0 -1 4194304 310 37537 0 0 0 0 732 30 16 0 1 0 152542057 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29627/statm: 1339 237 195 169 0 50 0
[pid=29630] ppid=29627 vsize=47240 CPUtime=17.85
/proc/29630/stat : 29630 (LySATi) R 29627 29627 29554 0 -1 4194304 11329 0 0 0 1778 7 0 0 25 0 1 0 152542820 48373760 11297 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/29630/statm: 11810 11297 81 174 0 11633 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 52596

[startup+51.1012 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29630
/proc/meminfo: memFree=1773416/2055920 swapFree=4181336/4192956
[pid=29627] ppid=29625 vsize=5356 CPUtime=7.62
/proc/29627/stat : 29627 (lysat.sh) S 29625 29627 29554 0 -1 4194304 310 37537 0 0 0 0 732 30 16 0 1 0 152542057 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29627/statm: 1339 237 195 169 0 50 0
[pid=29630] ppid=29627 vsize=52508 CPUtime=43.44
/proc/29630/stat : 29630 (LySATi) R 29627 29627 29554 0 -1 4194304 12641 0 0 0 4336 8 0 0 25 0 1 0 152542820 53768192 12609 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/29630/statm: 13127 12609 81 174 0 12950 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 57864

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29630
/proc/meminfo: memFree=1768232/2055920 swapFree=4181336/4192956
[pid=29627] ppid=29625 vsize=5356 CPUtime=7.62
/proc/29627/stat : 29627 (lysat.sh) S 29625 29627 29554 0 -1 4194304 310 37537 0 0 0 0 732 30 16 0 1 0 152542057 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29627/statm: 1339 237 195 169 0 50 0
[pid=29630] ppid=29627 vsize=57344 CPUtime=94.64
/proc/29630/stat : 29630 (LySATi) R 29627 29627 29554 0 -1 4194304 13886 0 0 0 9454 10 0 0 25 0 1 0 152542820 58720256 13854 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/29630/statm: 14336 13854 81 174 0 14159 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 62700

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29630
/proc/meminfo: memFree=1761000/2055920 swapFree=4181336/4192956
[pid=29627] ppid=29625 vsize=5356 CPUtime=7.62
/proc/29627/stat : 29627 (lysat.sh) S 29625 29627 29554 0 -1 4194304 310 37537 0 0 0 0 732 30 16 0 1 0 152542057 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29627/statm: 1339 237 195 169 0 50 0
[pid=29630] ppid=29627 vsize=64752 CPUtime=154.62
/proc/29630/stat : 29630 (LySATi) R 29627 29627 29554 0 -1 4194304 15705 0 0 0 15450 12 0 0 25 0 1 0 152542820 66306048 15673 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/29630/statm: 16188 15673 81 174 0 16011 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 70108

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29630
/proc/meminfo: memFree=1755624/2055920 swapFree=4181336/4192956
[pid=29627] ppid=29625 vsize=5356 CPUtime=7.62
/proc/29627/stat : 29627 (lysat.sh) S 29625 29627 29554 0 -1 4194304 310 37537 0 0 0 0 732 30 16 0 1 0 152542057 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29627/statm: 1339 237 195 169 0 50 0
[pid=29630] ppid=29627 vsize=70132 CPUtime=214.6
/proc/29630/stat : 29630 (LySATi) R 29627 29627 29554 0 -1 4194304 17047 0 0 0 21447 13 0 0 25 0 1 0 152542820 71815168 17015 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/29630/statm: 17533 17015 81 174 0 17356 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 75488

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29630
/proc/meminfo: memFree=1754216/2055920 swapFree=4181336/4192956
[pid=29627] ppid=29625 vsize=5356 CPUtime=7.62
/proc/29627/stat : 29627 (lysat.sh) S 29625 29627 29554 0 -1 4194304 310 37537 0 0 0 0 732 30 16 0 1 0 152542057 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29627/statm: 1339 237 195 169 0 50 0
[pid=29630] ppid=29627 vsize=71428 CPUtime=274.59
/proc/29630/stat : 29630 (LySATi) R 29627 29627 29554 0 -1 4194304 17393 0 0 0 27445 14 0 0 25 0 1 0 152542820 73142272 17361 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/29630/statm: 17857 17361 81 174 0 17680 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 76784

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29630
/proc/meminfo: memFree=1754152/2055920 swapFree=4181336/4192956
[pid=29627] ppid=29625 vsize=5356 CPUtime=7.62
/proc/29627/stat : 29627 (lysat.sh) S 29625 29627 29554 0 -1 4194304 310 37537 0 0 0 0 732 30 16 0 1 0 152542057 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29627/statm: 1339 237 195 169 0 50 0
[pid=29630] ppid=29627 vsize=71428 CPUtime=334.58
/proc/29630/stat : 29630 (LySATi) R 29627 29627 29554 0 -1 4194304 17393 0 0 0 33444 14 0 0 25 0 1 0 152542820 73142272 17361 1992294400 134512640 135226915 4294956224 18446744073709551615 134540839 0 0 4096 3 0 0 0 17 0 0 0
/proc/29630/statm: 17857 17361 81 174 0 17680 0
Current children cumulated CPU time (s) 342.2

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


[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29632
/proc/meminfo: memFree=1711016/2055920 swapFree=4181336/4192956
[pid=29627] ppid=29625 vsize=5356 CPUtime=7.62
/proc/29627/stat : 29627 (lysat.sh) S 29625 29627 29554 0 -1 4194304 310 37537 0 0 0 0 732 30 16 0 1 0 152542057 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29627/statm: 1339 237 195 169 0 50 0
[pid=29630] ppid=29627 vsize=114032 CPUtime=1774.21
/proc/29630/stat : 29630 (LySATi) R 29627 29627 29554 0 -1 4194304 27952 0 0 0 177396 25 0 0 25 0 1 0 152542820 116768768 27920 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/29630/statm: 28508 27920 81 174 0 28331 0
Current children cumulated CPU time (s) 1781.83
Current children cumulated vsize (KiB) 119388

[startup+1842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29632
/proc/meminfo: memFree=1710312/2055920 swapFree=4181336/4192956
[pid=29627] ppid=29625 vsize=5356 CPUtime=7.62
/proc/29627/stat : 29627 (lysat.sh) S 29625 29627 29554 0 -1 4194304 310 37537 0 0 0 0 732 30 16 0 1 0 152542057 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29627/statm: 1339 237 195 169 0 50 0
[pid=29630] ppid=29627 vsize=114780 CPUtime=1834.2
/proc/29630/stat : 29630 (LySATi) R 29627 29627 29554 0 -1 4194304 28122 0 0 0 183395 25 0 0 25 0 1 0 152542820 117534720 28090 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/29630/statm: 28695 28090 81 174 0 28518 0
Current children cumulated CPU time (s) 1841.82
Current children cumulated vsize (KiB) 120136

[startup+1902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29632
/proc/meminfo: memFree=1704808/2055920 swapFree=4181336/4192956
[pid=29627] ppid=29625 vsize=5356 CPUtime=7.62
/proc/29627/stat : 29627 (lysat.sh) S 29625 29627 29554 0 -1 4194304 310 37537 0 0 0 0 732 30 16 0 1 0 152542057 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29627/statm: 1339 237 195 169 0 50 0
[pid=29630] ppid=29627 vsize=120528 CPUtime=1894.19
/proc/29630/stat : 29630 (LySATi) R 29627 29627 29554 0 -1 4194304 29500 0 0 0 189391 28 0 0 25 0 1 0 152542820 123420672 29468 1992294400 134512640 135226915 4294956224 18446744073709551615 134537592 0 0 4096 3 0 0 0 17 0 0 0
/proc/29630/statm: 30132 29468 81 174 0 29955 0
Current children cumulated CPU time (s) 1901.81
Current children cumulated vsize (KiB) 125884

[startup+1962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29632
/proc/meminfo: memFree=1704808/2055920 swapFree=4181336/4192956
[pid=29627] ppid=29625 vsize=5356 CPUtime=7.62
/proc/29627/stat : 29627 (lysat.sh) S 29625 29627 29554 0 -1 4194304 310 37537 0 0 0 0 732 30 16 0 1 0 152542057 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29627/statm: 1339 237 195 169 0 50 0
[pid=29630] ppid=29627 vsize=120528 CPUtime=1954.17
/proc/29630/stat : 29630 (LySATi) R 29627 29627 29554 0 -1 4194304 29500 0 0 0 195389 28 0 0 25 0 1 0 152542820 123420672 29468 1992294400 134512640 135226915 4294956224 18446744073709551615 134537539 0 0 4096 3 0 0 0 17 0 0 0
/proc/29630/statm: 30132 29468 81 174 0 29955 0
Current children cumulated CPU time (s) 1961.79
Current children cumulated vsize (KiB) 125884

[startup+2022.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29632
/proc/meminfo: memFree=1704744/2055920 swapFree=4181336/4192956
[pid=29627] ppid=29625 vsize=5356 CPUtime=7.62
/proc/29627/stat : 29627 (lysat.sh) S 29625 29627 29554 0 -1 4194304 310 37537 0 0 0 0 732 30 16 0 1 0 152542057 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29627/statm: 1339 237 195 169 0 50 0
[pid=29630] ppid=29627 vsize=120528 CPUtime=2014.16
/proc/29630/stat : 29630 (LySATi) R 29627 29627 29554 0 -1 4194304 29500 0 0 0 201388 28 0 0 25 0 1 0 152542820 123420672 29468 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/29630/statm: 30132 29468 81 174 0 29955 0
Current children cumulated CPU time (s) 2021.78
Current children cumulated vsize (KiB) 125884

[startup+2082.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29632
/proc/meminfo: memFree=1704680/2055920 swapFree=4181336/4192956
[pid=29627] ppid=29625 vsize=5356 CPUtime=7.62
/proc/29627/stat : 29627 (lysat.sh) S 29625 29627 29554 0 -1 4194304 310 37537 0 0 0 0 732 30 16 0 1 0 152542057 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29627/statm: 1339 237 195 169 0 50 0
[pid=29630] ppid=29627 vsize=120528 CPUtime=2074.14
/proc/29630/stat : 29630 (LySATi) R 29627 29627 29554 0 -1 4194304 29502 0 0 0 207386 28 0 0 25 0 1 0 152542820 123420672 29470 1992294400 134512640 135226915 4294956224 18446744073709551615 134525807 0 0 4096 3 0 0 0 17 0 0 0
/proc/29630/statm: 30132 29470 81 174 0 29955 0
Current children cumulated CPU time (s) 2081.76
Current children cumulated vsize (KiB) 125884

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

[startup+2099.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29632
/proc/meminfo: memFree=1704616/2055920 swapFree=4181336/4192956
[pid=29627] ppid=29625 vsize=5356 CPUtime=7.62
/proc/29627/stat : 29627 (lysat.sh) S 29625 29627 29554 0 -1 4194304 310 37537 0 0 0 0 732 30 16 0 1 0 152542057 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29627/statm: 1339 237 195 169 0 50 0
[pid=29630] ppid=29627 vsize=120528 CPUtime=2090.93
/proc/29630/stat : 29630 (LySATi) R 29627 29627 29554 0 -1 4194304 29503 0 0 0 209065 28 0 0 25 0 1 0 152542820 123420672 29471 1992294400 134512640 135226915 4294956224 18446744073709551615 134536776 0 0 4096 3 0 0 0 17 0 0 0
/proc/29630/statm: 30132 29471 81 174 0 29955 0
Current children cumulated CPU time (s) 2098.55
Current children cumulated vsize (KiB) 125884

[startup+2111.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29632
/proc/meminfo: memFree=1704616/2055920 swapFree=4181336/4192956
[pid=29627] ppid=29625 vsize=5356 CPUtime=7.62
/proc/29627/stat : 29627 (lysat.sh) S 29625 29627 29554 0 -1 4194304 310 37537 0 0 0 0 732 30 16 0 1 0 152542057 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29627/statm: 1339 237 195 169 0 50 0
[pid=29630] ppid=29627 vsize=120528 CPUtime=2103.73
/proc/29630/stat : 29630 (LySATi) R 29627 29627 29554 0 -1 4194304 29503 0 0 0 210345 28 0 0 25 0 1 0 152542820 123420672 29471 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/29630/statm: 30132 29471 81 174 0 29955 0
Current children cumulated CPU time (s) 2111.35
Current children cumulated vsize (KiB) 125884

[startup+2124.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29632
/proc/meminfo: memFree=1704616/2055920 swapFree=4181336/4192956
[pid=29627] ppid=29625 vsize=5356 CPUtime=7.62
/proc/29627/stat : 29627 (lysat.sh) S 29625 29627 29554 0 -1 4194304 310 37537 0 0 0 0 732 30 16 0 1 0 152542057 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29627/statm: 1339 237 195 169 0 50 0
[pid=29630] ppid=29627 vsize=120528 CPUtime=2116.53
/proc/29630/stat : 29630 (LySATi) R 29627 29627 29554 0 -1 4194304 29504 0 0 0 211625 28 0 0 25 0 1 0 152542820 123420672 29472 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/29630/statm: 30132 29472 81 174 0 29955 0
Current children cumulated CPU time (s) 2124.15
Current children cumulated vsize (KiB) 125884

[startup+2127.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29632
/proc/meminfo: memFree=1704616/2055920 swapFree=4181336/4192956
[pid=29627] ppid=29625 vsize=5356 CPUtime=7.62
/proc/29627/stat : 29627 (lysat.sh) S 29625 29627 29554 0 -1 4194304 310 37537 0 0 0 0 732 30 16 0 1 0 152542057 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29627/statm: 1339 237 195 169 0 50 0
[pid=29630] ppid=29627 vsize=120528 CPUtime=2119.72
/proc/29630/stat : 29630 (LySATi) R 29627 29627 29554 0 -1 4194304 29504 0 0 0 211944 28 0 0 25 0 1 0 152542820 123420672 29472 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/29630/statm: 30132 29472 81 174 0 29955 0
Current children cumulated CPU time (s) 2127.34
Current children cumulated vsize (KiB) 125884

[startup+2131.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29632
/proc/meminfo: memFree=1704616/2055920 swapFree=4181336/4192956
[pid=29627] ppid=29625 vsize=5356 CPUtime=7.62
/proc/29627/stat : 29627 (lysat.sh) S 29625 29627 29554 0 -1 4194304 310 37537 0 0 0 0 732 30 16 0 1 0 152542057 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29627/statm: 1339 237 195 169 0 50 0
[pid=29630] ppid=29627 vsize=120528 CPUtime=2122.92
/proc/29630/stat : 29630 (LySATi) R 29627 29627 29554 0 -1 4194304 29505 0 0 0 212264 28 0 0 25 0 1 0 152542820 123420672 29473 1992294400 134512640 135226915 4294956224 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 0 0 0
/proc/29630/statm: 30132 29473 81 174 0 29955 0
Current children cumulated CPU time (s) 2130.54
Current children cumulated vsize (KiB) 125884

[startup+2131.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29632
/proc/meminfo: memFree=1704616/2055920 swapFree=4181336/4192956
[pid=29627] ppid=29625 vsize=5356 CPUtime=7.62
/proc/29627/stat : 29627 (lysat.sh) S 29625 29627 29554 0 -1 4194304 310 37537 0 0 0 0 732 30 16 0 1 0 152542057 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29627/statm: 1339 237 195 169 0 50 0
[pid=29630] ppid=29627 vsize=120528 CPUtime=2123.72
/proc/29630/stat : 29630 (LySATi) R 29627 29627 29554 0 -1 4194304 29505 0 0 0 212344 28 0 0 25 0 1 0 152542820 123420672 29473 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/29630/statm: 30132 29473 81 174 0 29955 0
Current children cumulated CPU time (s) 2131.34
Current children cumulated vsize (KiB) 125884

[startup+2132.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29632
/proc/meminfo: memFree=1704616/2055920 swapFree=4181336/4192956
[pid=29627] ppid=29625 vsize=5356 CPUtime=7.62
/proc/29627/stat : 29627 (lysat.sh) S 29625 29627 29554 0 -1 4194304 310 37537 0 0 0 0 732 30 16 0 1 0 152542057 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29627/statm: 1339 237 195 169 0 50 0
[pid=29630] ppid=29627 vsize=120528 CPUtime=2124.52
/proc/29630/stat : 29630 (LySATi) R 29627 29627 29554 0 -1 4194304 29505 0 0 0 212424 28 0 0 25 0 1 0 152542820 123420672 29473 1992294400 134512640 135226915 4294956224 18446744073709551615 134536827 0 0 4096 3 0 0 0 17 0 0 0
/proc/29630/statm: 30132 29473 81 174 0 29955 0
Current children cumulated CPU time (s) 2132.14
Current children cumulated vsize (KiB) 125884

[startup+2133.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29632
/proc/meminfo: memFree=1704616/2055920 swapFree=4181336/4192956
[pid=29627] ppid=29625 vsize=5356 CPUtime=7.62
/proc/29627/stat : 29627 (lysat.sh) S 29625 29627 29554 0 -1 4194304 310 37537 0 0 0 0 732 30 16 0 1 0 152542057 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29627/statm: 1339 237 195 169 0 50 0
[pid=29630] ppid=29627 vsize=120528 CPUtime=2124.92
/proc/29630/stat : 29630 (LySATi) R 29627 29627 29554 0 -1 4194304 29505 0 0 0 212464 28 0 0 25 0 1 0 152542820 123420672 29473 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/29630/statm: 30132 29473 81 174 0 29955 0
Current children cumulated CPU time (s) 2132.54
Current children cumulated vsize (KiB) 125884

Child status: 20
Real time (s): 2133.17
CPU time (s): 2132.62
CPU user time (s): 2132
CPU system time (s): 0.618905
CPU usage (%): 99.9743
Max. virtual memory (cumulated for all children) (KiB): 131628

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

runsolver used 1.9877 second user time and 5.77712 second system time

The end

Launcher Data

Begin job on node36 at 2009-05-02 08:18:55
IDJOB=1774893
IDBENCH=71047
IDSOLVER=609
FILE ID=node36/1774893-1241245133
PBS_JOBID= 9224867
Free space on /tmp= 66476 MiB

SOLVER NAME= LySAT i/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UR-15-10p0.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1774893-1241245133/watcher-1774893-1241245133 -o /tmp/evaluation-result-1774893-1241245133/solver-1774893-1241245133 -C 10000 -W 12000 -M 1800  lysat.sh HOME/instance-1774893-1241245133.cnf i

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

MD5SUM BENCH= a860cf613d4e0cb34c00f8b79611121d
RANDOM SEED=1448890338

node36.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.232
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.232
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:       1843224 kB
Buffers:         33372 kB
Cached:         125320 kB
SwapCached:       5800 kB
Active:          43896 kB
Inactive:       123104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1843224 kB
SwapTotal:     4192956 kB
SwapFree:      4181336 kB
Dirty:           20668 kB
Writeback:           0 kB
Mapped:          13476 kB
Slab:            31792 kB
Committed_AS:   648456 kB
PageTables:       1368 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= 66472 MiB
End job on node36 at 2009-05-02 08:54:28