Trace number 1774853

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 1659.88 1660.82

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-15-10p0.cnf
MD5SUMbcbcc9a4e4a7e3ebed9eeaa393ebdc32
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark948.018
Satisfiable
(Un)Satisfiability was proved
Number of variables199304
Number of clauses1005834
Sum of the clauses size2392967
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2756917
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.11	c ==============================================================================
1.09/1.11	c |           |     ORIGINAL     |              LEARNT              |          |
1.09/1.11	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.09/1.11	c ==============================================================================
1.09/1.11	c |         0 |  994915  2381378 |  298474       0        0     nan |  0.000 % |
6.49/6.56	c |         0 |  656617  1827272 |      --       0       --      -- |     --   | -87269/19681
6.49/6.57	c ==============================================================================
6.49/6.57	c Result  :   #vars: 101783   #clauses: 656617   #literals: 1827272
6.49/6.57	c CPU time:   6.30704 s
6.49/6.57	c ==============================================================================
7.38/7.40	c lySAT 0.1
7.38/7.40	c minisat core +  additionnal features
7.38/7.40	c ============================[ Problem Statistics ]=============================
7.38/7.40	c |                                                                             |
7.38/7.40	c |  Number of variables:  101783                                               |
7.38/7.40	c |  Number of clauses:    656617                                               |
7.76/7.87	c |  Parsing time:         0.41         s                                       |
1659.74/1660.78	c restarts              : 1890
1659.74/1660.78	c conflicts             : 339021         (205 /sec)
1659.74/1660.78	c decisions             : 1699510        (4.33 % random) (1029 /sec)
1659.74/1660.78	c euip                  : 14744       
1659.74/1660.78	c propagations          : 2763463165     (1672516 /sec)
1659.74/1660.78	c conflict literals     : 41855688       (48.01 % deleted)
1659.74/1660.78	c Memory used           : 85.44 MB
1659.74/1660.78	c CPU time              : 1652.28 s
1659.74/1660.78	c 
1659.84/1660.80	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-1774853-1241244759/watcher-1774853-1241244759 -o /tmp/evaluation-result-1774853-1241244759/solver-1774853-1241244759 -C 10000 -W 12000 -M 1800 lysat.sh HOME/instance-1774853-1241244759.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 29186
/proc/meminfo: memFree=1602736/2055920 swapFree=4178716/4192956
[pid=29186] ppid=29184 vsize=5356 CPUtime=0
/proc/29186/stat : 29186 (lysat.sh) R 29184 29186 28841 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 152509727 5484544 234 1992294400 4194304 4889804 548682068816 18446744073709551615 214919867039 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/29186/statm: 1339 234 194 169 0 50 0
[pid=29187] ppid=29186 vsize=1552 CPUtime=0
/proc/29187/stat : 29187 (SatElite) R 29186 29186 28841 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 152509727 1589248 254 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/29187/statm: 388 256 50 127 0 258 0

[startup+0.058117 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 29186
/proc/meminfo: memFree=1602736/2055920 swapFree=4178716/4192956
[pid=29186] ppid=29184 vsize=5356 CPUtime=0
/proc/29186/stat : 29186 (lysat.sh) S 29184 29186 28841 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152509727 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29186/statm: 1339 235 195 169 0 50 0
[pid=29187] ppid=29186 vsize=25244 CPUtime=0.04
/proc/29187/stat : 29187 (SatElite) R 29186 29186 28841 0 -1 4194304 4219 0 0 0 3 1 0 0 19 0 1 0 152509727 25849856 4035 1992294400 134512640 135034092 4294956112 18446744073709551615 134544849 0 0 4096 3 0 0 0 17 0 0 0
/proc/29187/statm: 6311 4039 50 127 0 6181 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 30600

[startup+0.101124 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 29186
/proc/meminfo: memFree=1602736/2055920 swapFree=4178716/4192956
[pid=29186] ppid=29184 vsize=5356 CPUtime=0
/proc/29186/stat : 29186 (lysat.sh) S 29184 29186 28841 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152509727 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29186/statm: 1339 235 195 169 0 50 0
[pid=29187] ppid=29186 vsize=29628 CPUtime=0.09
/proc/29187/stat : 29187 (SatElite) R 29186 29186 28841 0 -1 4194304 5356 0 0 0 7 2 0 0 19 0 1 0 152509727 30339072 5172 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/29187/statm: 7407 5173 50 127 0 7277 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34984

[startup+0.301166 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 29186
/proc/meminfo: memFree=1602736/2055920 swapFree=4178716/4192956
[pid=29186] ppid=29184 vsize=5356 CPUtime=0
/proc/29186/stat : 29186 (lysat.sh) S 29184 29186 28841 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152509727 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29186/statm: 1339 235 195 169 0 50 0
[pid=29187] ppid=29186 vsize=47664 CPUtime=0.28
/proc/29187/stat : 29187 (SatElite) R 29186 29186 28841 0 -1 4194304 9694 0 0 0 23 5 0 0 21 0 1 0 152509727 48807936 9510 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/29187/statm: 11916 9511 50 127 0 11786 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 53020

[startup+0.701252 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 29186
/proc/meminfo: memFree=1602736/2055920 swapFree=4178716/4192956
[pid=29186] ppid=29184 vsize=5356 CPUtime=0
/proc/29186/stat : 29186 (lysat.sh) S 29184 29186 28841 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152509727 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29186/statm: 1339 235 195 169 0 50 0
[pid=29187] ppid=29186 vsize=69656 CPUtime=0.69
/proc/29187/stat : 29187 (SatElite) R 29186 29186 28841 0 -1 4194304 15180 0 0 0 59 10 0 0 25 0 1 0 152509727 71327744 14996 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/29187/statm: 17414 14997 51 127 0 17284 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 75012

[startup+1.50142 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29188
/proc/meminfo: memFree=1517216/2055920 swapFree=4178716/4192956
[pid=29186] ppid=29184 vsize=5356 CPUtime=0
/proc/29186/stat : 29186 (lysat.sh) S 29184 29186 28841 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152509727 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29186/statm: 1339 235 195 169 0 50 0
[pid=29187] ppid=29186 vsize=101260 CPUtime=1.49
/proc/29187/stat : 29187 (SatElite) R 29186 29186 28841 0 -1 4194304 25346 0 0 0 134 15 0 0 25 0 1 0 152509727 103690240 23100 1992294400 134512640 135034092 4294956112 18446744073709551615 134562180 0 0 4096 3 0 0 0 17 0 0 0
/proc/29187/statm: 25315 23100 67 127 0 25185 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 106616

[startup+3.10176 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29188
/proc/meminfo: memFree=1496736/2055920 swapFree=4178716/4192956
[pid=29186] ppid=29184 vsize=5356 CPUtime=0
/proc/29186/stat : 29186 (lysat.sh) S 29184 29186 28841 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152509727 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29186/statm: 1339 235 195 169 0 50 0
[pid=29187] ppid=29186 vsize=116268 CPUtime=3.09
/proc/29187/stat : 29187 (SatElite) R 29186 29186 28841 0 -1 4194304 29401 0 0 0 289 20 0 0 25 0 1 0 152509727 119058432 26585 1992294400 134512640 135034092 4294956112 18446744073709551615 134575651 0 0 4096 3 0 0 0 17 0 0 0
/proc/29187/statm: 29067 26585 68 127 0 28937 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 121624

[startup+6.30145 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29188
/proc/meminfo: memFree=1489120/2055920 swapFree=4178716/4192956
[pid=29186] ppid=29184 vsize=5356 CPUtime=0
/proc/29186/stat : 29186 (lysat.sh) S 29184 29186 28841 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152509727 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29186/statm: 1339 235 195 169 0 50 0
[pid=29187] ppid=29186 vsize=116440 CPUtime=6.28
/proc/29187/stat : 29187 (SatElite) R 29186 29186 28841 0 -1 4194304 34464 0 0 0 604 24 0 0 25 0 1 0 152509727 119234560 26801 1992294400 134512640 135034092 4294956112 18446744073709551615 134566212 0 0 4096 3 0 0 0 17 0 0 0
/proc/29187/statm: 29110 26801 68 127 0 28980 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 121796

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29189
/proc/meminfo: memFree=1539304/2055920 swapFree=4178716/4192956
[pid=29186] ppid=29184 vsize=5356 CPUtime=7.38
/proc/29186/stat : 29186 (lysat.sh) S 29184 29186 28841 0 -1 4194304 310 36489 0 0 0 0 706 32 16 0 1 0 152509727 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29186/statm: 1339 237 195 169 0 50 0
[pid=29189] ppid=29186 vsize=45976 CPUtime=5.28
/proc/29189/stat : 29189 (LySATi) R 29186 29186 28841 0 -1 4194304 11011 0 0 0 522 6 0 0 25 0 1 0 152510467 47079424 10994 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/29189/statm: 11494 10994 81 174 0 11317 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 51332

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29189
/proc/meminfo: memFree=1537704/2055920 swapFree=4178716/4192956
[pid=29186] ppid=29184 vsize=5356 CPUtime=7.38
/proc/29186/stat : 29186 (lysat.sh) S 29184 29186 28841 0 -1 4194304 310 36489 0 0 0 0 706 32 16 0 1 0 152509727 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29186/statm: 1339 237 195 169 0 50 0
[pid=29189] ppid=29186 vsize=47688 CPUtime=18.08
/proc/29189/stat : 29189 (LySATi) R 29186 29186 28841 0 -1 4194304 11460 0 0 0 1801 7 0 0 25 0 1 0 152510467 48832512 11443 1992294400 134512640 135226915 4294956224 18446744073709551615 134536797 0 0 4096 3 0 0 0 17 0 0 0
/proc/29189/statm: 11922 11443 81 174 0 11745 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 53044

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29189
/proc/meminfo: memFree=1533672/2055920 swapFree=4178716/4192956
[pid=29186] ppid=29184 vsize=5356 CPUtime=7.38
/proc/29186/stat : 29186 (lysat.sh) S 29184 29186 28841 0 -1 4194304 310 36489 0 0 0 0 706 32 16 0 1 0 152509727 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29186/statm: 1339 237 195 169 0 50 0
[pid=29189] ppid=29186 vsize=51624 CPUtime=43.63
/proc/29189/stat : 29189 (LySATi) R 29186 29186 28841 0 -1 4194304 12416 0 0 0 4355 8 0 0 25 0 1 0 152510467 52862976 12399 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 1 0 0
/proc/29189/statm: 12906 12399 81 174 0 12729 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 56980

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29189
/proc/meminfo: memFree=1528296/2055920 swapFree=4178716/4192956
[pid=29186] ppid=29184 vsize=5356 CPUtime=7.38
/proc/29186/stat : 29186 (lysat.sh) S 29184 29186 28841 0 -1 4194304 310 36489 0 0 0 0 706 32 16 0 1 0 152509727 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29186/statm: 1339 237 195 169 0 50 0
[pid=29189] ppid=29186 vsize=57232 CPUtime=94.78
/proc/29189/stat : 29189 (LySATi) R 29186 29186 28841 0 -1 4194304 13836 0 0 0 9470 8 0 0 25 0 1 0 152510467 58605568 13819 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/29189/statm: 14308 13819 81 174 0 14131 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 62588

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29189
/proc/meminfo: memFree=1523688/2055920 swapFree=4178716/4192956
[pid=29186] ppid=29184 vsize=5356 CPUtime=7.38
/proc/29186/stat : 29186 (lysat.sh) S 29184 29186 28841 0 -1 4194304 310 36489 0 0 0 0 706 32 16 0 1 0 152509727 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29186/statm: 1339 237 195 169 0 50 0
[pid=29189] ppid=29186 vsize=61788 CPUtime=154.74
/proc/29189/stat : 29189 (LySATi) R 29186 29186 28841 0 -1 4194304 14974 0 0 0 15465 9 0 0 25 0 1 0 152510467 63270912 14957 1992294400 134512640 135226915 4294956224 18446744073709551615 134548785 0 0 4096 3 0 0 0 17 0 0 0
/proc/29189/statm: 15447 14957 81 174 0 15270 0
Current children cumulated CPU time (s) 162.12
Current children cumulated vsize (KiB) 67144

[startup+222.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29189
/proc/meminfo: memFree=1520808/2055920 swapFree=4178716/4192956
[pid=29186] ppid=29184 vsize=5356 CPUtime=7.38
/proc/29186/stat : 29186 (lysat.sh) S 29184 29186 28841 0 -1 4194304 310 36489 0 0 0 0 706 32 16 0 1 0 152509727 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29186/statm: 1339 237 195 169 0 50 0
[pid=29189] ppid=29186 vsize=64720 CPUtime=214.71
/proc/29189/stat : 29189 (LySATi) R 29186 29186 28841 0 -1 4194304 15690 0 0 0 21461 10 0 0 25 0 1 0 152510467 66273280 15673 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/29189/statm: 16180 15673 81 174 0 16003 0
Current children cumulated CPU time (s) 222.09
Current children cumulated vsize (KiB) 70076

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29189
/proc/meminfo: memFree=1520360/2055920 swapFree=4178716/4192956
[pid=29186] ppid=29184 vsize=5356 CPUtime=7.38
/proc/29186/stat : 29186 (lysat.sh) S 29184 29186 28841 0 -1 4194304 310 36489 0 0 0 0 706 32 16 0 1 0 152509727 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29186/statm: 1339 237 195 169 0 50 0
[pid=29189] ppid=29186 vsize=65116 CPUtime=274.69
/proc/29189/stat : 29189 (LySATi) R 29186 29186 28841 0 -1 4194304 15806 0 0 0 27458 11 0 0 25 0 1 0 152510467 66678784 15789 1992294400 134512640 135226915 4294956224 18446744073709551615 134538530 0 0 4096 3 0 0 0 17 0 0 0
/proc/29189/statm: 16279 15789 81 174 0 16102 0
Current children cumulated CPU time (s) 282.07
Current children cumulated vsize (KiB) 70472

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29189
/proc/meminfo: memFree=1520232/2055920 swapFree=4178716/4192956
[pid=29186] ppid=29184 vsize=5356 CPUtime=7.38
/proc/29186/stat : 29186 (lysat.sh) S 29184 29186 28841 0 -1 4194304 310 36489 0 0 0 0 706 32 16 0 1 0 152509727 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29186/statm: 1339 237 195 169 0 50 0
[pid=29189] ppid=29186 vsize=65448 CPUtime=334.65
/proc/29189/stat : 29189 (LySATi) R 29186 29186 28841 0 -1 4194304 15851 0 0 0 33454 11 0 0 25 0 1 0 152510467 67018752 15834 1992294400 134512640 135226915 4294956224 18446744073709551615 134538857 0 0 4096 3 0 0 0 17 0 0 0
/proc/29189/statm: 16362 15834 81 174 0 16185 0
Current children cumulated CPU time (s) 342.03

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


[startup+1362.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/66 29189
/proc/meminfo: memFree=1498792/2055920 swapFree=4178716/4192956
[pid=29186] ppid=29184 vsize=5356 CPUtime=7.38
/proc/29186/stat : 29186 (lysat.sh) S 29184 29186 28841 0 -1 4194304 310 36489 0 0 0 0 706 32 16 0 1 0 152509727 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29186/statm: 1339 237 195 169 0 50 0
[pid=29189] ppid=29186 vsize=86864 CPUtime=1354.12
/proc/29189/stat : 29189 (LySATi) R 29186 29186 28841 0 -1 4194304 21153 0 0 0 135395 17 0 0 25 0 1 0 152510467 88948736 21136 1992294400 134512640 135226915 4294956224 18446744073709551615 134525819 0 0 4096 3 0 0 0 17 0 0 0
/proc/29189/statm: 21716 21136 81 174 0 21539 0
Current children cumulated CPU time (s) 1361.5
Current children cumulated vsize (KiB) 92220

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29189
/proc/meminfo: memFree=1498792/2055920 swapFree=4178716/4192956
[pid=29186] ppid=29184 vsize=5356 CPUtime=7.38
/proc/29186/stat : 29186 (lysat.sh) S 29184 29186 28841 0 -1 4194304 310 36489 0 0 0 0 706 32 16 0 1 0 152509727 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29186/statm: 1339 237 195 169 0 50 0
[pid=29189] ppid=29186 vsize=86864 CPUtime=1414.09
/proc/29189/stat : 29189 (LySATi) R 29186 29186 28841 0 -1 4194304 21156 0 0 0 141392 17 0 0 25 0 1 0 152510467 88948736 21139 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/29189/statm: 21716 21139 81 174 0 21539 0
Current children cumulated CPU time (s) 1421.47
Current children cumulated vsize (KiB) 92220

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29189
/proc/meminfo: memFree=1498472/2055920 swapFree=4178716/4192956
[pid=29186] ppid=29184 vsize=5356 CPUtime=7.38
/proc/29186/stat : 29186 (lysat.sh) S 29184 29186 28841 0 -1 4194304 310 36489 0 0 0 0 706 32 16 0 1 0 152509727 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29186/statm: 1339 237 195 169 0 50 0
[pid=29189] ppid=29186 vsize=87152 CPUtime=1474.06
/proc/29189/stat : 29189 (LySATi) R 29186 29186 28841 0 -1 4194304 21244 0 0 0 147389 17 0 0 25 0 1 0 152510467 89243648 21227 1992294400 134512640 135226915 4294956224 18446744073709551615 134537375 0 0 4096 3 0 0 0 17 0 0 0
/proc/29189/statm: 21788 21227 81 174 0 21611 0
Current children cumulated CPU time (s) 1481.44
Current children cumulated vsize (KiB) 92508

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29189
/proc/meminfo: memFree=1498472/2055920 swapFree=4178716/4192956
[pid=29186] ppid=29184 vsize=5356 CPUtime=7.38
/proc/29186/stat : 29186 (lysat.sh) S 29184 29186 28841 0 -1 4194304 310 36489 0 0 0 0 706 32 16 0 1 0 152509727 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29186/statm: 1339 237 195 169 0 50 0
[pid=29189] ppid=29186 vsize=87152 CPUtime=1534.03
/proc/29189/stat : 29189 (LySATi) R 29186 29186 28841 0 -1 4194304 21254 0 0 0 153386 17 0 0 25 0 1 0 152510467 89243648 21237 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/29189/statm: 21788 21237 81 174 0 21611 0
Current children cumulated CPU time (s) 1541.41
Current children cumulated vsize (KiB) 92508

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29189
/proc/meminfo: memFree=1498152/2055920 swapFree=4178716/4192956
[pid=29186] ppid=29184 vsize=5356 CPUtime=7.38
/proc/29186/stat : 29186 (lysat.sh) S 29184 29186 28841 0 -1 4194304 310 36489 0 0 0 0 706 32 16 0 1 0 152509727 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29186/statm: 1339 237 195 169 0 50 0
[pid=29189] ppid=29186 vsize=87488 CPUtime=1593.99
/proc/29189/stat : 29189 (LySATi) R 29186 29186 28841 0 -1 4194304 21354 0 0 0 159382 17 0 0 25 0 1 0 152510467 89587712 21321 1992294400 134512640 135226915 4294956224 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 0 0 0
/proc/29189/statm: 21872 21321 81 174 0 21695 0
Current children cumulated CPU time (s) 1601.37
Current children cumulated vsize (KiB) 92844

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

[startup+1612.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29189
/proc/meminfo: memFree=1498152/2055920 swapFree=4178716/4192956
[pid=29186] ppid=29184 vsize=5356 CPUtime=7.38
/proc/29186/stat : 29186 (lysat.sh) S 29184 29186 28841 0 -1 4194304 310 36489 0 0 0 0 706 32 16 0 1 0 152509727 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29186/statm: 1339 237 195 169 0 50 0
[pid=29189] ppid=29186 vsize=87488 CPUtime=1604.39
/proc/29189/stat : 29189 (LySATi) R 29186 29186 28841 0 -1 4194304 21354 0 0 0 160422 17 0 0 25 0 1 0 152510467 89587712 21321 1992294400 134512640 135226915 4294956224 18446744073709551615 134537389 0 0 4096 3 0 0 0 17 0 0 0
/proc/29189/statm: 21872 21321 81 174 0 21695 0
Current children cumulated CPU time (s) 1611.77
Current children cumulated vsize (KiB) 92844

[startup+1638.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29191
/proc/meminfo: memFree=1497832/2055920 swapFree=4178716/4192956
[pid=29186] ppid=29184 vsize=5356 CPUtime=7.38
/proc/29186/stat : 29186 (lysat.sh) S 29184 29186 28841 0 -1 4194304 310 36489 0 0 0 0 706 32 16 0 1 0 152509727 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29186/statm: 1339 237 195 169 0 50 0
[pid=29189] ppid=29186 vsize=87488 CPUtime=1629.97
/proc/29189/stat : 29189 (LySATi) R 29186 29186 28841 0 -1 4194304 21354 0 0 0 162980 17 0 0 25 0 1 0 152510467 89587712 21321 1992294400 134512640 135226915 4294956224 18446744073709551615 134539301 0 0 4096 3 0 0 0 17 0 0 0
/proc/29189/statm: 21872 21321 81 174 0 21695 0
Current children cumulated CPU time (s) 1637.35
Current children cumulated vsize (KiB) 92844

[startup+1651.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29191
/proc/meminfo: memFree=1497832/2055920 swapFree=4178716/4192956
[pid=29186] ppid=29184 vsize=5356 CPUtime=7.38
/proc/29186/stat : 29186 (lysat.sh) S 29184 29186 28841 0 -1 4194304 310 36489 0 0 0 0 706 32 16 0 1 0 152509727 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29186/statm: 1339 237 195 169 0 50 0
[pid=29189] ppid=29186 vsize=87488 CPUtime=1642.77
/proc/29189/stat : 29189 (LySATi) R 29186 29186 28841 0 -1 4194304 21354 0 0 0 164260 17 0 0 25 0 1 0 152510467 89587712 21321 1992294400 134512640 135226915 4294956224 18446744073709551615 134537068 0 0 4096 3 0 0 0 17 0 0 0
/proc/29189/statm: 21872 21321 81 174 0 21695 0
Current children cumulated CPU time (s) 1650.15
Current children cumulated vsize (KiB) 92844

[startup+1657.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29191
/proc/meminfo: memFree=1497832/2055920 swapFree=4178716/4192956
[pid=29186] ppid=29184 vsize=5356 CPUtime=7.38
/proc/29186/stat : 29186 (lysat.sh) S 29184 29186 28841 0 -1 4194304 310 36489 0 0 0 0 706 32 16 0 1 0 152509727 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29186/statm: 1339 237 195 169 0 50 0
[pid=29189] ppid=29186 vsize=87488 CPUtime=1649.16
/proc/29189/stat : 29189 (LySATi) R 29186 29186 28841 0 -1 4194304 21354 0 0 0 164899 17 0 0 25 0 1 0 152510467 89587712 21321 1992294400 134512640 135226915 4294956224 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 0 0 0
/proc/29189/statm: 21872 21321 81 174 0 21695 0
Current children cumulated CPU time (s) 1656.54
Current children cumulated vsize (KiB) 92844

[startup+1659.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29191
/proc/meminfo: memFree=1497832/2055920 swapFree=4178716/4192956
[pid=29186] ppid=29184 vsize=5356 CPUtime=7.38
/proc/29186/stat : 29186 (lysat.sh) S 29184 29186 28841 0 -1 4194304 310 36489 0 0 0 0 706 32 16 0 1 0 152509727 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29186/statm: 1339 237 195 169 0 50 0
[pid=29189] ppid=29186 vsize=87488 CPUtime=1650.76
/proc/29189/stat : 29189 (LySATi) R 29186 29186 28841 0 -1 4194304 21354 0 0 0 165059 17 0 0 25 0 1 0 152510467 89587712 21321 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/29189/statm: 21872 21321 81 174 0 21695 0
Current children cumulated CPU time (s) 1658.14
Current children cumulated vsize (KiB) 92844

[startup+1659.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29191
/proc/meminfo: memFree=1497832/2055920 swapFree=4178716/4192956
[pid=29186] ppid=29184 vsize=5356 CPUtime=7.38
/proc/29186/stat : 29186 (lysat.sh) S 29184 29186 28841 0 -1 4194304 310 36489 0 0 0 0 706 32 16 0 1 0 152509727 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29186/statm: 1339 237 195 169 0 50 0
[pid=29189] ppid=29186 vsize=87488 CPUtime=1651.56
/proc/29189/stat : 29189 (LySATi) R 29186 29186 28841 0 -1 4194304 21354 0 0 0 165139 17 0 0 25 0 1 0 152510467 89587712 21321 1992294400 134512640 135226915 4294956224 18446744073709551615 134536772 0 0 4096 3 0 0 0 17 0 0 0
/proc/29189/statm: 21872 21321 81 174 0 21695 0
Current children cumulated CPU time (s) 1658.94
Current children cumulated vsize (KiB) 92844

[startup+1660.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29191
/proc/meminfo: memFree=1497832/2055920 swapFree=4178716/4192956
[pid=29186] ppid=29184 vsize=5356 CPUtime=7.38
/proc/29186/stat : 29186 (lysat.sh) S 29184 29186 28841 0 -1 4194304 310 36489 0 0 0 0 706 32 16 0 1 0 152509727 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29186/statm: 1339 237 195 169 0 50 0
[pid=29189] ppid=29186 vsize=87488 CPUtime=1651.96
/proc/29189/stat : 29189 (LySATi) R 29186 29186 28841 0 -1 4194304 21354 0 0 0 165179 17 0 0 25 0 1 0 152510467 89587712 21321 1992294400 134512640 135226915 4294956224 18446744073709551615 134526899 0 0 4096 3 0 0 0 17 0 0 0
/proc/29189/statm: 21872 21321 81 174 0 21695 0
Current children cumulated CPU time (s) 1659.34
Current children cumulated vsize (KiB) 92844

[startup+1660.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29191
/proc/meminfo: memFree=1497832/2055920 swapFree=4178716/4192956
[pid=29186] ppid=29184 vsize=5356 CPUtime=7.38
/proc/29186/stat : 29186 (lysat.sh) S 29184 29186 28841 0 -1 4194304 310 36489 0 0 0 0 706 32 16 0 1 0 152509727 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29186/statm: 1339 237 195 169 0 50 0
[pid=29189] ppid=29186 vsize=87488 CPUtime=1652.36
/proc/29189/stat : 29189 (LySATi) R 29186 29186 28841 0 -1 4194304 21354 0 0 0 165219 17 0 0 25 0 1 0 152510467 89587712 21321 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/29189/statm: 21872 21321 81 174 0 21695 0
Current children cumulated CPU time (s) 1659.74
Current children cumulated vsize (KiB) 92844

[startup+1660.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29191
/proc/meminfo: memFree=1497832/2055920 swapFree=4178716/4192956
[pid=29186] ppid=29184 vsize=5356 CPUtime=7.38
/proc/29186/stat : 29186 (lysat.sh) S 29184 29186 28841 0 -1 4194304 310 36489 0 0 0 0 706 32 16 0 1 0 152509727 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29186/statm: 1339 237 195 169 0 50 0
[pid=29189] ppid=29186 vsize=0 CPUtime=1652.46
/proc/29189/stat : 29189 (LySATi) R 29186 29186 28841 0 -1 4194308 21361 0 0 0 165227 19 0 0 25 0 1 0 152510467 0 0 1992294400 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/29189/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1659.84
Current children cumulated vsize (KiB) 5356

Child status: 20
Real time (s): 1660.82
CPU time (s): 1659.88
CPU user time (s): 1659.35
CPU system time (s): 0.533918
CPU usage (%): 99.9437
Max. virtual memory (cumulated for all children) (KiB): 132280

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

runsolver used 1.62175 second user time and 4.42733 second system time

The end

Launcher Data

Begin job on node10 at 2009-05-02 08:12:41
IDJOB=1774853
IDBENCH=71039
IDSOLVER=609
FILE ID=node10/1774853-1241244759
PBS_JOBID= 9224857
Free space on /tmp= 66540 MiB

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

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

MD5SUM BENCH= bcbcc9a4e4a7e3ebed9eeaa393ebdc32
RANDOM SEED=1091059246

node10.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.263
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	: 5931.00
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.263
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:       1603216 kB
Buffers:         71096 kB
Cached:         284000 kB
SwapCached:       8024 kB
Active:          84200 kB
Inactive:       280680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1603216 kB
SwapTotal:     4192956 kB
SwapFree:      4178716 kB
Dirty:           20664 kB
Writeback:           0 kB
Mapped:          13532 kB
Slab:            73868 kB
Committed_AS:   678404 kB
PageTables:       1376 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= 66536 MiB
End job on node10 at 2009-05-02 08:40:22