Trace number 1773223

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 2693.05 2694.24

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq5.cnf
MD5SUM79c983ee7a6671238604da3040f85341
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1440.74
Satisfiable
(Un)Satisfiability was proved
Number of variables151669
Number of clauses2465731
Sum of the clauses size7141423
Maximum clause length150
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 22309834
Number of clauses of size 335167
Number of clauses of size 45995
Number of clauses of size 511790
Number of clauses of size over 5102944

Solver Data

0.00/0.00	c Parsing...
1.98/2.03	c ==============================================================================
1.98/2.03	c |           |     ORIGINAL     |              LEARNT              |          |
1.98/2.03	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.98/2.03	c ==============================================================================
1.98/2.03	c |         0 | 2465730  7141422 |  739718       0        0     nan |  0.000 % |
22.67/22.80	c |         0 | 2391111  7388117 |      --       0       --      -- |     --   | -74473/249552
22.77/22.80	c ==============================================================================
22.77/22.80	c Result  :   #vars: 120317   #clauses: 2391111   #literals: 7388117
22.77/22.80	c CPU time:   22.3766 s
22.77/22.80	c ==============================================================================
25.75/25.82	c lySAT 0.1
25.75/25.82	c minisat core +  additionnal features
25.75/25.82	c ============================[ Problem Statistics ]=============================
25.75/25.82	c |                                                                             |
25.75/25.82	c |  Number of variables:  120317                                               |
25.75/25.82	c |  Number of clauses:    2391111                                              |
27.23/27.36	c |  Parsing time:         1.34         s                                       |
2692.88/2694.16	c restarts              : 20283
2692.88/2694.16	c conflicts             : 1729692        (649 /sec)
2692.88/2694.16	c decisions             : 73919632       (1.14 % random) (27720 /sec)
2692.88/2694.16	c euip                  : 101490      
2692.88/2694.16	c propagations          : 3338043761     (1251761 /sec)
2692.88/2694.16	c conflict literals     : 100003280      (44.89 % deleted)
2692.88/2694.16	c Memory used           : 252.73 MB
2692.88/2694.16	c CPU time              : 2666.68 s
2692.88/2694.16	c 
2692.88/2694.20	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-1773223-1241233504/watcher-1773223-1241233504 -o /tmp/evaluation-result-1773223-1241233504/solver-1773223-1241233504 -C 10000 -W 12000 -M 1800 lysat.sh HOME/instance-1773223-1241233504.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: 0.93 0.98 0.99 3/64 9913
/proc/meminfo: memFree=1147056/2055920 swapFree=4174092/4192956
[pid=9913] ppid=9911 vsize=5356 CPUtime=0
/proc/9913/stat : 9913 (lysat.sh) S 9911 9913 9876 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151378715 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9913/statm: 1339 235 195 169 0 50 0
[pid=9914] ppid=9913 vsize=956 CPUtime=0
/proc/9914/stat : 9914 (SatElite) R 9913 9913 9876 0 -1 4194304 142 0 0 0 0 0 0 0 19 0 1 0 151378715 978944 126 1992294400 134512640 135034092 4294956112 18446744073709551615 134543255 0 0 4096 3 0 0 0 17 0 0 0
/proc/9914/statm: 239 127 51 127 0 109 0

[startup+0.0524421 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 9913
/proc/meminfo: memFree=1147056/2055920 swapFree=4174092/4192956
[pid=9913] ppid=9911 vsize=5356 CPUtime=0
/proc/9913/stat : 9913 (lysat.sh) S 9911 9913 9876 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151378715 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9913/statm: 1339 235 195 169 0 50 0
[pid=9914] ppid=9913 vsize=5916 CPUtime=0.04
/proc/9914/stat : 9914 (SatElite) R 9913 9913 9876 0 -1 4194304 1211 0 0 0 4 0 0 0 19 0 1 0 151378715 6057984 1195 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/9914/statm: 1479 1195 51 127 0 1349 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 11272

[startup+0.101446 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 9913
/proc/meminfo: memFree=1147056/2055920 swapFree=4174092/4192956
[pid=9913] ppid=9911 vsize=5356 CPUtime=0
/proc/9913/stat : 9913 (lysat.sh) S 9911 9913 9876 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151378715 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9913/statm: 1339 235 195 169 0 50 0
[pid=9914] ppid=9913 vsize=9464 CPUtime=0.09
/proc/9914/stat : 9914 (SatElite) R 9913 9913 9876 0 -1 4194304 2129 0 0 0 8 1 0 0 19 0 1 0 151378715 9691136 2113 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/9914/statm: 2366 2114 51 127 0 2236 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14820

[startup+0.301463 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 9913
/proc/meminfo: memFree=1147056/2055920 swapFree=4174092/4192956
[pid=9913] ppid=9911 vsize=5356 CPUtime=0
/proc/9913/stat : 9913 (lysat.sh) S 9911 9913 9876 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151378715 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9913/statm: 1339 235 195 169 0 50 0
[pid=9914] ppid=9913 vsize=25040 CPUtime=0.29
/proc/9914/stat : 9914 (SatElite) R 9913 9913 9876 0 -1 4194304 5875 0 0 0 26 3 0 0 21 0 1 0 151378715 25640960 5859 1992294400 134512640 135034092 4294956112 18446744073709551615 134695081 0 0 4096 3 0 0 0 17 0 0 0
/proc/9914/statm: 6644 5859 51 127 0 6514 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30396

[startup+0.701498 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 9913
/proc/meminfo: memFree=1147056/2055920 swapFree=4174092/4192956
[pid=9913] ppid=9911 vsize=5356 CPUtime=0
/proc/9913/stat : 9913 (lysat.sh) S 9911 9913 9876 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151378715 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9913/statm: 1339 235 195 169 0 50 0
[pid=9914] ppid=9913 vsize=58052 CPUtime=0.69
/proc/9914/stat : 9914 (SatElite) R 9913 9913 9876 0 -1 4194304 12958 0 0 0 61 8 0 0 24 0 1 0 151378715 59445248 12942 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/9914/statm: 14513 12943 51 127 0 14383 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 63408

[startup+1.50157 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 9915
/proc/meminfo: memFree=1073248/2055920 swapFree=4174092/4192956
[pid=9913] ppid=9911 vsize=5356 CPUtime=0
/proc/9913/stat : 9913 (lysat.sh) S 9911 9913 9876 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151378715 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9913/statm: 1339 235 195 169 0 50 0
[pid=9914] ppid=9913 vsize=120036 CPUtime=1.48
/proc/9914/stat : 9914 (SatElite) R 9913 9913 9876 0 -1 4194304 26870 0 0 0 130 18 0 0 25 0 1 0 151378715 122916864 26854 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/9914/statm: 30009 26855 51 127 0 29879 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 125392

[startup+3.10171 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 9915
/proc/meminfo: memFree=966816/2055920 swapFree=4174092/4192956
[pid=9913] ppid=9911 vsize=5356 CPUtime=0
/proc/9913/stat : 9913 (lysat.sh) S 9911 9913 9876 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151378715 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9913/statm: 1339 235 195 169 0 50 0
[pid=9914] ppid=9913 vsize=202028 CPUtime=3.08
/proc/9914/stat : 9914 (SatElite) R 9913 9913 9876 0 -1 4194304 49474 0 0 0 278 30 0 0 25 0 1 0 151378715 206876672 44238 1992294400 134512640 135034092 4294956112 18446744073709551615 134566212 0 0 4096 3 0 0 0 17 0 0 0
/proc/9914/statm: 50507 44238 68 127 0 50377 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 207384

[startup+6.30199 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 9915
/proc/meminfo: memFree=957800/2055920 swapFree=4174092/4192956
[pid=9913] ppid=9911 vsize=5356 CPUtime=0
/proc/9913/stat : 9913 (lysat.sh) S 9911 9913 9876 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151378715 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9913/statm: 1339 235 195 169 0 50 0
[pid=9914] ppid=9913 vsize=226808 CPUtime=6.28
/proc/9914/stat : 9914 (SatElite) R 9913 9913 9876 0 -1 4194304 52985 0 0 0 593 35 0 0 25 0 1 0 151378715 232251392 47749 1992294400 134512640 135034092 4294956112 18446744073709551615 134566187 0 0 4096 3 0 0 0 17 0 0 0
/proc/9914/statm: 56702 47749 68 127 0 56572 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 232164

[startup+12.7016 s]
/proc/loadavg: 0.94 0.98 0.99 2/66 9915
/proc/meminfo: memFree=927856/2055920 swapFree=4174092/4192956
[pid=9913] ppid=9911 vsize=5356 CPUtime=0
/proc/9913/stat : 9913 (lysat.sh) S 9911 9913 9876 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151378715 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9913/statm: 1339 235 195 169 0 50 0
[pid=9914] ppid=9913 vsize=263752 CPUtime=12.68
/proc/9914/stat : 9914 (SatElite) R 9913 9913 9876 0 -1 4194304 59855 0 0 0 1230 38 0 0 25 0 1 0 151378715 270082048 54060 1992294400 134512640 135034092 4294956112 18446744073709551615 134540733 0 0 4096 3 0 0 0 17 0 0 0
/proc/9914/statm: 65938 54060 68 127 0 65808 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 269108

[startup+25.5017 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 9915
/proc/meminfo: memFree=903344/2055920 swapFree=4174092/4192956
[pid=9913] ppid=9911 vsize=5356 CPUtime=0
/proc/9913/stat : 9913 (lysat.sh) S 9911 9913 9876 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151378715 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9913/statm: 1339 235 195 169 0 50 0
[pid=9914] ppid=9913 vsize=232396 CPUtime=25.46
/proc/9914/stat : 9914 (SatElite) R 9913 9913 9876 0 -1 4194304 65254 0 0 0 2488 58 0 0 25 0 1 0 151378715 237973504 49071 1992294400 134512640 135034092 4294956112 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/9914/statm: 58099 49071 69 127 0 57969 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 237752

[startup+51.1019 s]
/proc/loadavg: 0.97 0.98 0.99 2/66 9916
/proc/meminfo: memFree=950320/2055920 swapFree=4174092/4192956
[pid=9913] ppid=9911 vsize=5356 CPUtime=25.77
/proc/9913/stat : 9913 (lysat.sh) S 9911 9913 9876 0 -1 4194304 310 65257 0 0 0 0 2515 62 19 0 1 0 151378715 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9913/statm: 1339 237 195 169 0 50 0
[pid=9916] ppid=9913 vsize=147040 CPUtime=25.25
/proc/9916/stat : 9916 (LySATi) R 9913 9913 9876 0 -1 4194304 34952 0 0 0 2505 20 0 0 25 0 1 0 151381297 150568960 34915 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/9916/statm: 36760 34915 81 174 0 36583 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 152396

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 9916
/proc/meminfo: memFree=943664/2055920 swapFree=4174092/4192956
[pid=9913] ppid=9911 vsize=5356 CPUtime=25.77
/proc/9913/stat : 9913 (lysat.sh) S 9911 9913 9876 0 -1 4194304 310 65257 0 0 0 0 2515 62 19 0 1 0 151378715 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9913/statm: 1339 237 195 169 0 50 0
[pid=9916] ppid=9913 vsize=153396 CPUtime=76.44
/proc/9916/stat : 9916 (LySATi) R 9913 9913 9876 0 -1 4194304 36549 0 0 0 7622 22 0 0 25 0 1 0 151381297 157077504 36512 1992294400 134512640 135226915 4294956224 18446744073709551615 134526707 0 0 4096 3 0 0 0 17 0 0 0
/proc/9916/statm: 38349 36512 81 174 0 38172 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 158752

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9916
/proc/meminfo: memFree=941872/2055920 swapFree=4174092/4192956
[pid=9913] ppid=9911 vsize=5356 CPUtime=25.77
/proc/9913/stat : 9913 (lysat.sh) S 9911 9913 9876 0 -1 4194304 310 65257 0 0 0 0 2515 62 19 0 1 0 151378715 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9913/statm: 1339 237 195 169 0 50 0
[pid=9916] ppid=9913 vsize=155352 CPUtime=136.41
/proc/9916/stat : 9916 (LySATi) R 9913 9913 9876 0 -1 4194304 37023 0 0 0 13619 22 0 0 25 0 1 0 151381297 159080448 36986 1992294400 134512640 135226915 4294956224 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 0 0 0
/proc/9916/statm: 38838 36986 81 174 0 38661 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 160708

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9916
/proc/meminfo: memFree=937392/2055920 swapFree=4174092/4192956
[pid=9913] ppid=9911 vsize=5356 CPUtime=25.77
/proc/9913/stat : 9913 (lysat.sh) S 9911 9913 9876 0 -1 4194304 310 65257 0 0 0 0 2515 62 19 0 1 0 151378715 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9913/statm: 1339 237 195 169 0 50 0
[pid=9916] ppid=9913 vsize=160044 CPUtime=196.36
/proc/9916/stat : 9916 (LySATi) R 9913 9913 9876 0 -1 4194304 38180 0 0 0 19613 23 0 0 25 0 1 0 151381297 163885056 38143 1992294400 134512640 135226915 4294956224 18446744073709551615 134527736 0 0 4096 3 0 0 0 17 0 0 0
/proc/9916/statm: 40011 38143 81 174 0 39834 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 165400

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9916
/proc/meminfo: memFree=933552/2055920 swapFree=4174092/4192956
[pid=9913] ppid=9911 vsize=5356 CPUtime=25.77
/proc/9913/stat : 9913 (lysat.sh) S 9911 9913 9876 0 -1 4194304 310 65257 0 0 0 0 2515 62 19 0 1 0 151378715 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9913/statm: 1339 237 195 169 0 50 0
[pid=9916] ppid=9913 vsize=164228 CPUtime=256.34
/proc/9916/stat : 9916 (LySATi) R 9913 9913 9876 0 -1 4194304 39179 0 0 0 25610 24 0 0 25 0 1 0 151381297 168169472 39142 1992294400 134512640 135226915 4294956224 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 0 0 0
/proc/9916/statm: 41057 39142 81 174 0 40880 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 169584

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9916
/proc/meminfo: memFree=931696/2055920 swapFree=4174092/4192956
[pid=9913] ppid=9911 vsize=5356 CPUtime=25.77
/proc/9913/stat : 9913 (lysat.sh) S 9911 9913 9876 0 -1 4194304 310 65257 0 0 0 0 2515 62 19 0 1 0 151378715 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9913/statm: 1339 237 195 169 0 50 0
[pid=9916] ppid=9913 vsize=165888 CPUtime=316.32
/proc/9916/stat : 9916 (LySATi) R 9913 9913 9876 0 -1 4194304 39591 0 0 0 31607 25 0 0 25 0 1 0 151381297 169869312 39554 1992294400 134512640 135226915 4294956224 18446744073709551615 134526368 0 0 4096 3 0 0 0 17 0 0 0
/proc/9916/statm: 41472 39554 81 174 0 41295 0
Current children cumulated CPU time (s) 342.09

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

/proc/9916/statm: 64562 62271 81 174 0 64385 0
Current children cumulated CPU time (s) 2261.25
Current children cumulated vsize (KiB) 263604

[startup+2322.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9918
/proc/meminfo: memFree=840624/2055920 swapFree=4174092/4192956
[pid=9913] ppid=9911 vsize=5356 CPUtime=25.77
/proc/9913/stat : 9913 (lysat.sh) S 9911 9913 9876 0 -1 4194304 310 65257 0 0 0 0 2515 62 19 0 1 0 151378715 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9913/statm: 1339 237 195 169 0 50 0
[pid=9916] ppid=9913 vsize=258248 CPUtime=2295.46
/proc/9916/stat : 9916 (LySATi) R 9913 9913 9876 0 -1 4194304 62308 0 0 0 229497 49 0 0 25 0 1 0 151381297 264445952 62271 1992294400 134512640 135226915 4294956224 18446744073709551615 134538857 0 0 4096 3 0 0 0 17 0 0 0
/proc/9916/statm: 64562 62271 81 174 0 64385 0
Current children cumulated CPU time (s) 2321.23
Current children cumulated vsize (KiB) 263604

[startup+2382.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9918
/proc/meminfo: memFree=840432/2055920 swapFree=4174092/4192956
[pid=9913] ppid=9911 vsize=5356 CPUtime=25.77
/proc/9913/stat : 9913 (lysat.sh) S 9911 9913 9876 0 -1 4194304 310 65257 0 0 0 0 2515 62 19 0 1 0 151378715 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9913/statm: 1339 237 195 169 0 50 0
[pid=9916] ppid=9913 vsize=258464 CPUtime=2355.44
/proc/9916/stat : 9916 (LySATi) R 9913 9913 9876 0 -1 4194304 62348 0 0 0 235494 50 0 0 25 0 1 0 151381297 264667136 62311 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/9916/statm: 64616 62311 81 174 0 64439 0
Current children cumulated CPU time (s) 2381.21
Current children cumulated vsize (KiB) 263820

[startup+2442.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9918
/proc/meminfo: memFree=840368/2055920 swapFree=4174092/4192956
[pid=9913] ppid=9911 vsize=5356 CPUtime=25.77
/proc/9913/stat : 9913 (lysat.sh) S 9911 9913 9876 0 -1 4194304 310 65257 0 0 0 0 2515 62 19 0 1 0 151378715 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9913/statm: 1339 237 195 169 0 50 0
[pid=9916] ppid=9913 vsize=258464 CPUtime=2415.42
/proc/9916/stat : 9916 (LySATi) R 9913 9913 9876 0 -1 4194304 62353 0 0 0 241492 50 0 0 25 0 1 0 151381297 264667136 62316 1992294400 134512640 135226915 4294956224 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 0 0 0
/proc/9916/statm: 64616 62316 81 174 0 64439 0
Current children cumulated CPU time (s) 2441.19
Current children cumulated vsize (KiB) 263820

[startup+2502.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9918
/proc/meminfo: memFree=840368/2055920 swapFree=4174092/4192956
[pid=9913] ppid=9911 vsize=5356 CPUtime=25.77
/proc/9913/stat : 9913 (lysat.sh) S 9911 9913 9876 0 -1 4194304 310 65257 0 0 0 0 2515 62 19 0 1 0 151378715 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9913/statm: 1339 237 195 169 0 50 0
[pid=9916] ppid=9913 vsize=258572 CPUtime=2475.39
/proc/9916/stat : 9916 (LySATi) R 9913 9913 9876 0 -1 4194304 62363 0 0 0 247489 50 0 0 25 0 1 0 151381297 264777728 62326 1992294400 134512640 135226915 4294956224 18446744073709551615 134525807 0 0 4096 3 0 0 0 17 0 0 0
/proc/9916/statm: 64643 62326 81 174 0 64466 0
Current children cumulated CPU time (s) 2501.16
Current children cumulated vsize (KiB) 263928

[startup+2562.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9918
/proc/meminfo: memFree=840304/2055920 swapFree=4174092/4192956
[pid=9913] ppid=9911 vsize=5356 CPUtime=25.77
/proc/9913/stat : 9913 (lysat.sh) S 9911 9913 9876 0 -1 4194304 310 65257 0 0 0 0 2515 62 19 0 1 0 151378715 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9913/statm: 1339 237 195 169 0 50 0
[pid=9916] ppid=9913 vsize=258572 CPUtime=2535.36
/proc/9916/stat : 9916 (LySATi) R 9913 9913 9876 0 -1 4194304 62368 0 0 0 253486 50 0 0 25 0 1 0 151381297 264777728 62331 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/9916/statm: 64643 62331 81 174 0 64466 0
Current children cumulated CPU time (s) 2561.13
Current children cumulated vsize (KiB) 263928

[startup+2622.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9918
/proc/meminfo: memFree=840304/2055920 swapFree=4174092/4192956
[pid=9913] ppid=9911 vsize=5356 CPUtime=25.77
/proc/9913/stat : 9913 (lysat.sh) S 9911 9913 9876 0 -1 4194304 310 65257 0 0 0 0 2515 62 19 0 1 0 151378715 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9913/statm: 1339 237 195 169 0 50 0
[pid=9916] ppid=9913 vsize=258572 CPUtime=2595.35
/proc/9916/stat : 9916 (LySATi) R 9913 9913 9876 0 -1 4194304 62368 0 0 0 259485 50 0 0 25 0 1 0 151381297 264777728 62331 1992294400 134512640 135226915 4294956224 18446744073709551615 134538530 0 0 4096 3 0 0 0 17 0 0 0
/proc/9916/statm: 64643 62331 81 174 0 64466 0
Current children cumulated CPU time (s) 2621.12
Current children cumulated vsize (KiB) 263928

[startup+2682.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9918
/proc/meminfo: memFree=840112/2055920 swapFree=4174092/4192956
[pid=9913] ppid=9911 vsize=5356 CPUtime=25.77
/proc/9913/stat : 9913 (lysat.sh) S 9911 9913 9876 0 -1 4194304 310 65257 0 0 0 0 2515 62 19 0 1 0 151378715 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9913/statm: 1339 237 195 169 0 50 0
[pid=9916] ppid=9913 vsize=258788 CPUtime=2655.32
/proc/9916/stat : 9916 (LySATi) R 9913 9913 9876 0 -1 4194304 62418 0 0 0 265482 50 0 0 25 0 1 0 151381297 264998912 62381 1992294400 134512640 135226915 4294956224 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 0 0 0
/proc/9916/statm: 64697 62381 81 174 0 64520 0
Current children cumulated CPU time (s) 2681.09
Current children cumulated vsize (KiB) 264144

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

[startup+2687.9 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9918
/proc/meminfo: memFree=840112/2055920 swapFree=4174092/4192956
[pid=9913] ppid=9911 vsize=5356 CPUtime=25.77
/proc/9913/stat : 9913 (lysat.sh) S 9911 9913 9876 0 -1 4194304 310 65257 0 0 0 0 2515 62 19 0 1 0 151378715 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9913/statm: 1339 237 195 169 0 50 0
[pid=9916] ppid=9913 vsize=258788 CPUtime=2660.92
/proc/9916/stat : 9916 (LySATi) R 9913 9913 9876 0 -1 4194304 62418 0 0 0 266042 50 0 0 25 0 1 0 151381297 264998912 62381 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/9916/statm: 64697 62381 81 174 0 64520 0
Current children cumulated CPU time (s) 2686.69
Current children cumulated vsize (KiB) 264144

[startup+2691.1 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9918
/proc/meminfo: memFree=840112/2055920 swapFree=4174092/4192956
[pid=9913] ppid=9911 vsize=5356 CPUtime=25.77
/proc/9913/stat : 9913 (lysat.sh) S 9911 9913 9876 0 -1 4194304 310 65257 0 0 0 0 2515 62 19 0 1 0 151378715 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9913/statm: 1339 237 195 169 0 50 0
[pid=9916] ppid=9913 vsize=258788 CPUtime=2664.12
/proc/9916/stat : 9916 (LySATi) R 9913 9913 9876 0 -1 4194304 62418 0 0 0 266362 50 0 0 25 0 1 0 151381297 264998912 62381 1992294400 134512640 135226915 4294956224 18446744073709551615 134536713 0 0 4096 3 0 0 0 17 0 0 0
/proc/9916/statm: 64697 62381 81 174 0 64520 0
Current children cumulated CPU time (s) 2689.89
Current children cumulated vsize (KiB) 264144

[startup+2692.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9918
/proc/meminfo: memFree=840112/2055920 swapFree=4174092/4192956
[pid=9913] ppid=9911 vsize=5356 CPUtime=25.77
/proc/9913/stat : 9913 (lysat.sh) S 9911 9913 9876 0 -1 4194304 310 65257 0 0 0 0 2515 62 19 0 1 0 151378715 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9913/statm: 1339 237 195 169 0 50 0
[pid=9916] ppid=9913 vsize=258788 CPUtime=2665.72
/proc/9916/stat : 9916 (LySATi) R 9913 9913 9876 0 -1 4194304 62418 0 0 0 266522 50 0 0 25 0 1 0 151381297 264998912 62381 1992294400 134512640 135226915 4294956224 18446744073709551615 134525807 0 0 4096 3 0 0 0 17 0 0 0
/proc/9916/statm: 64697 62381 81 174 0 64520 0
Current children cumulated CPU time (s) 2691.49
Current children cumulated vsize (KiB) 264144

[startup+2693.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9918
/proc/meminfo: memFree=840112/2055920 swapFree=4174092/4192956
[pid=9913] ppid=9911 vsize=5356 CPUtime=25.77
/proc/9913/stat : 9913 (lysat.sh) S 9911 9913 9876 0 -1 4194304 310 65257 0 0 0 0 2515 62 19 0 1 0 151378715 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9913/statm: 1339 237 195 169 0 50 0
[pid=9916] ppid=9913 vsize=258788 CPUtime=2666.51
/proc/9916/stat : 9916 (LySATi) R 9913 9913 9876 0 -1 4194304 62418 0 0 0 266601 50 0 0 25 0 1 0 151381297 264998912 62381 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/9916/statm: 64697 62381 81 174 0 64520 0
Current children cumulated CPU time (s) 2692.28
Current children cumulated vsize (KiB) 264144

[startup+2693.91 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9918
/proc/meminfo: memFree=840112/2055920 swapFree=4174092/4192956
[pid=9913] ppid=9911 vsize=5356 CPUtime=25.77
/proc/9913/stat : 9913 (lysat.sh) S 9911 9913 9876 0 -1 4194304 310 65257 0 0 0 0 2515 62 19 0 1 0 151378715 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9913/statm: 1339 237 195 169 0 50 0
[pid=9916] ppid=9913 vsize=258788 CPUtime=2666.92
/proc/9916/stat : 9916 (LySATi) R 9913 9913 9876 0 -1 4194304 62418 0 0 0 266642 50 0 0 25 0 1 0 151381297 264998912 62381 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/9916/statm: 64697 62381 81 174 0 64520 0
Current children cumulated CPU time (s) 2692.69
Current children cumulated vsize (KiB) 264144

[startup+2694.1 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9918
/proc/meminfo: memFree=840112/2055920 swapFree=4174092/4192956
[pid=9913] ppid=9911 vsize=5356 CPUtime=25.77
/proc/9913/stat : 9913 (lysat.sh) S 9911 9913 9876 0 -1 4194304 310 65257 0 0 0 0 2515 62 19 0 1 0 151378715 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9913/statm: 1339 237 195 169 0 50 0
[pid=9916] ppid=9913 vsize=258788 CPUtime=2667.11
/proc/9916/stat : 9916 (LySATi) R 9913 9913 9876 0 -1 4194304 62418 0 0 0 266661 50 0 0 25 0 1 0 151381297 264998912 62381 1992294400 134512640 135226915 4294956224 18446744073709551615 134525807 0 0 4096 3 0 0 0 17 0 0 0
/proc/9916/statm: 64697 62381 81 174 0 64520 0
Current children cumulated CPU time (s) 2692.88
Current children cumulated vsize (KiB) 264144

[startup+2694.2 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9918
/proc/meminfo: memFree=840112/2055920 swapFree=4174092/4192956
[pid=9913] ppid=9911 vsize=5360 CPUtime=2693
/proc/9913/stat : 9913 (lysat.sh) R 9911 9913 9876 0 -1 4194304 316 127682 0 0 0 0 269183 117 19 0 1 0 151378715 5488640 239 1992294400 4194304 4889804 548682068816 18446744073709551615 240577641061 0 2147483391 4100 65536 0 0 0 17 0 0 0
/proc/9913/statm: 1340 239 196 169 0 51 0
Current children cumulated CPU time (s) 2693
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 2694.24
CPU time (s): 2693.05
CPU user time (s): 2691.84
CPU system time (s): 1.20882
CPU usage (%): 99.9558
Max. virtual memory (cumulated for all children) (KiB): 269748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2691.84
system time used= 1.20882
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 128147
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= 41
involuntary context switches= 6383

runsolver used 2.30765 second user time and 7.49686 second system time

The end

Launcher Data

Begin job on node50 at 2009-05-02 05:05:07
IDJOB=1773223
IDBENCH=20575
IDSOLVER=609
FILE ID=node50/1773223-1241233504
PBS_JOBID= 9224824
Free space on /tmp= 66452 MiB

SOLVER NAME= LySAT i/2009-03-20
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq5.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773223-1241233504/watcher-1773223-1241233504 -o /tmp/evaluation-result-1773223-1241233504/solver-1773223-1241233504 -C 10000 -W 12000 -M 1800  lysat.sh HOME/instance-1773223-1241233504.cnf i

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

MD5SUM BENCH= 79c983ee7a6671238604da3040f85341
RANDOM SEED=565960542

node50.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.216
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.216
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:       1147600 kB
Buffers:         79208 kB
Cached:         719584 kB
SwapCached:      13128 kB
Active:          90428 kB
Inactive:       722996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1147600 kB
SwapTotal:     4192956 kB
SwapFree:      4174092 kB
Dirty:           53148 kB
Writeback:           0 kB
Mapped:          13368 kB
Slab:            80884 kB
Committed_AS:   601620 kB
PageTables:       1448 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= 66452 MiB
End job on node50 at 2009-05-02 05:50:01