Trace number 1773403

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 1827.41 1827.91

General information on the benchmark

Nameschup-l2s-bc56s-1-k391.cnf
MD5SUM1f1dd0782ec95ee5e6d7a06f92fc0f12
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark856.068
Satisfiable
(Un)Satisfiability was proved
Number of variables561371
Number of clauses1778987
Sum of the clauses size4570195
Maximum clause length392
Minimum clause length1
Number of clauses of size 1142
Number of clauses of size 2843213
Number of clauses of size 3908640
Number of clauses of size 416428
Number of clauses of size 56651
Number of clauses of size over 53913

Solver Data

0.00/0.00	c Parsing...
1.78/1.82	c ==============================================================================
1.78/1.82	c |           |     ORIGINAL     |              LEARNT              |          |
1.78/1.82	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.78/1.82	c ==============================================================================
1.78/1.82	c |         0 | 1777028  4564454 |  533108       0        0     nan |  0.000 % |
14.97/15.04	c |         0 |  813247  2716333 |      --       0       --      -- |     --   | -937144/-1778230
14.97/15.05	c ==============================================================================
14.97/15.05	c Result  :   #vars: 151801   #clauses: 813247   #literals: 2716333
14.97/15.05	c CPU time:   14.3908 s
14.97/15.05	c ==============================================================================
16.28/16.39	c lySAT 0.1
16.28/16.39	c minisat core +  additionnal features
16.28/16.39	c ============================[ Problem Statistics ]=============================
16.28/16.39	c |                                                                             |
16.28/16.39	c |  Number of variables:  151801                                               |
16.28/16.39	c |  Number of clauses:    813247                                               |
16.97/17.01	c |  Parsing time:         0.55         s                                       |
1827.28/1827.85	c restarts              : 3071
1827.28/1827.85	c conflicts             : 669979         (370 /sec)
1827.28/1827.85	c decisions             : 3244051        (4.27 % random) (1792 /sec)
1827.28/1827.85	c euip                  : 17762       
1827.28/1827.85	c propagations          : 2424899521     (1339242 /sec)
1827.28/1827.85	c conflict literals     : 36590628       (49.71 % deleted)
1827.28/1827.85	c Memory used           : 114.60 MB
1827.28/1827.85	c CPU time              : 1810.65 s
1827.28/1827.85	c 
1827.28/1827.87	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-1773403-1241234542/watcher-1773403-1241234542 -o /tmp/evaluation-result-1773403-1241234542/solver-1773403-1241234542 -C 10000 -W 12000 -M 1800 lysat.sh HOME/instance-1773403-1241234542.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.09 1.02 1.01 3/64 25077
/proc/meminfo: memFree=1573440/2055920 swapFree=4179008/4192956
[pid=25077] ppid=25075 vsize=5356 CPUtime=0
/proc/25077/stat : 25077 (lysat.sh) S 25075 25077 24884 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151488379 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25077/statm: 1339 235 195 169 0 50 0
[pid=25078] ppid=25077 vsize=1560 CPUtime=0
/proc/25078/stat : 25078 (SatElite) R 25077 25077 24884 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 151488379 1597440 271 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/25078/statm: 390 273 51 127 0 260 0

[startup+0.029426 s]
/proc/loadavg: 1.09 1.02 1.01 3/64 25077
/proc/meminfo: memFree=1573440/2055920 swapFree=4179008/4192956
[pid=25077] ppid=25075 vsize=5356 CPUtime=0
/proc/25077/stat : 25077 (lysat.sh) S 25075 25077 24884 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151488379 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25077/statm: 1339 235 195 169 0 50 0
[pid=25078] ppid=25077 vsize=4676 CPUtime=0.02
/proc/25078/stat : 25078 (SatElite) R 25077 25077 24884 0 -1 4194304 1052 0 0 0 2 0 0 0 18 0 1 0 151488379 4788224 1036 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/25078/statm: 1169 1036 51 127 0 1039 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10032

[startup+0.101434 s]
/proc/loadavg: 1.09 1.02 1.01 3/64 25077
/proc/meminfo: memFree=1573440/2055920 swapFree=4179008/4192956
[pid=25077] ppid=25075 vsize=5356 CPUtime=0
/proc/25077/stat : 25077 (lysat.sh) S 25075 25077 24884 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151488379 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25077/statm: 1339 235 195 169 0 50 0
[pid=25078] ppid=25077 vsize=15716 CPUtime=0.08
/proc/25078/stat : 25078 (SatElite) R 25077 25077 24884 0 -1 4194304 3399 0 0 0 7 1 0 0 18 0 1 0 151488379 16093184 3383 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/25078/statm: 3929 3384 51 127 0 3799 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 21072

[startup+0.301456 s]
/proc/loadavg: 1.09 1.02 1.01 3/64 25077
/proc/meminfo: memFree=1573440/2055920 swapFree=4179008/4192956
[pid=25077] ppid=25075 vsize=5356 CPUtime=0
/proc/25077/stat : 25077 (lysat.sh) S 25075 25077 24884 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151488379 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25077/statm: 1339 235 195 169 0 50 0
[pid=25078] ppid=25077 vsize=39136 CPUtime=0.29
/proc/25078/stat : 25078 (SatElite) R 25077 25077 24884 0 -1 4194304 9252 0 0 0 24 5 0 0 20 0 1 0 151488379 40075264 9236 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/25078/statm: 9784 9238 51 127 0 9654 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 44492

[startup+0.7015 s]
/proc/loadavg: 1.09 1.02 1.01 3/64 25077
/proc/meminfo: memFree=1573440/2055920 swapFree=4179008/4192956
[pid=25077] ppid=25075 vsize=5356 CPUtime=0
/proc/25077/stat : 25077 (lysat.sh) S 25075 25077 24884 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151488379 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25077/statm: 1339 235 195 169 0 50 0
[pid=25078] ppid=25077 vsize=108676 CPUtime=0.69
/proc/25078/stat : 25078 (SatElite) R 25077 25077 24884 0 -1 4194304 20827 0 0 0 57 12 0 0 23 0 1 0 151488379 111284224 20811 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/25078/statm: 27169 20812 51 127 0 27039 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 114032

[startup+1.50159 s]
/proc/loadavg: 1.09 1.02 1.01 2/66 25079
/proc/meminfo: memFree=1455344/2055920 swapFree=4179008/4192956
[pid=25077] ppid=25075 vsize=5356 CPUtime=0
/proc/25077/stat : 25077 (lysat.sh) S 25075 25077 24884 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151488379 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25077/statm: 1339 235 195 169 0 50 0
[pid=25078] ppid=25077 vsize=221620 CPUtime=1.49
/proc/25078/stat : 25078 (SatElite) R 25077 25077 24884 0 -1 4194304 43298 0 0 0 124 25 0 0 25 0 1 0 151488379 226938880 43282 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/25078/statm: 55405 43282 52 127 0 55275 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 226976

[startup+3.10278 s]
/proc/loadavg: 1.09 1.02 1.01 2/66 25079
/proc/meminfo: memFree=1354736/2055920 swapFree=4179008/4192956
[pid=25077] ppid=25075 vsize=5356 CPUtime=0
/proc/25077/stat : 25077 (lysat.sh) S 25075 25077 24884 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151488379 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25077/statm: 1339 235 195 169 0 50 0
[pid=25078] ppid=25077 vsize=293432 CPUtime=3.09
/proc/25078/stat : 25078 (SatElite) R 25077 25077 24884 0 -1 4194304 63848 0 0 0 270 39 0 0 25 0 1 0 151488379 300474368 58956 1992294400 134512640 135034092 4294956112 18446744073709551615 134540952 0 0 4096 3 0 0 0 17 0 0 0
/proc/25078/statm: 73358 58956 68 127 0 73228 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 298788

[startup+6.30113 s]
/proc/loadavg: 1.16 1.03 1.01 2/66 25079
/proc/meminfo: memFree=1305200/2055920 swapFree=4179008/4192956
[pid=25077] ppid=25075 vsize=5356 CPUtime=0
/proc/25077/stat : 25077 (lysat.sh) S 25075 25077 24884 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151488379 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25077/statm: 1339 235 195 169 0 50 0
[pid=25078] ppid=25077 vsize=311224 CPUtime=6.28
/proc/25078/stat : 25078 (SatElite) R 25077 25077 24884 0 -1 4194304 67764 0 0 0 578 50 0 0 25 0 1 0 151488379 318693376 62872 1992294400 134512640 135034092 4294956112 18446744073709551615 134529233 0 0 4096 3 0 0 0 17 1 0 0
/proc/25078/statm: 77806 62872 68 127 0 77676 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 316580

[startup+12.7018 s]
/proc/loadavg: 1.23 1.05 1.02 2/66 25079
/proc/meminfo: memFree=1288240/2055920 swapFree=4179008/4192956
[pid=25077] ppid=25075 vsize=5356 CPUtime=0
/proc/25077/stat : 25077 (lysat.sh) S 25075 25077 24884 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151488379 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25077/statm: 1339 235 195 169 0 50 0
[pid=25078] ppid=25077 vsize=307672 CPUtime=12.68
/proc/25078/stat : 25078 (SatElite) R 25077 25077 24884 0 -1 4194304 70912 0 0 0 1211 57 0 0 25 0 1 0 151488379 315056128 62702 1992294400 134512640 135034092 4294956112 18446744073709551615 134566396 0 0 4096 3 0 0 0 17 1 0 0
/proc/25078/statm: 76918 62702 68 127 0 76788 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 313028

[startup+25.5013 s]
/proc/loadavg: 1.32 1.08 1.02 2/66 25080
/proc/meminfo: memFree=1455856/2055920 swapFree=4179008/4192956
[pid=25077] ppid=25075 vsize=5356 CPUtime=16.37
/proc/25077/stat : 25077 (lysat.sh) S 25075 25077 24884 0 -1 4194304 310 86440 0 0 0 0 1560 77 16 0 1 0 151488379 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25077/statm: 1339 237 195 169 0 50 0
[pid=25080] ppid=25077 vsize=63148 CPUtime=9.09
/proc/25080/stat : 25080 (LySATi) R 25077 25077 24884 0 -1 4194304 14913 0 0 0 899 10 0 0 25 0 1 0 151490018 64663552 14898 1992294400 134512640 135226915 4294956224 18446744073709551615 134537000 0 0 4096 3 0 0 0 17 1 0 0
/proc/25080/statm: 15787 14898 81 174 0 15610 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 68504

[startup+51.1011 s]
/proc/loadavg: 1.21 1.07 1.02 2/66 25080
/proc/meminfo: memFree=1451632/2055920 swapFree=4179008/4192956
[pid=25077] ppid=25075 vsize=5356 CPUtime=16.37
/proc/25077/stat : 25077 (lysat.sh) S 25075 25077 24884 0 -1 4194304 310 86440 0 0 0 0 1560 77 16 0 1 0 151488379 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25077/statm: 1339 237 195 169 0 50 0
[pid=25080] ppid=25077 vsize=66068 CPUtime=34.69
/proc/25080/stat : 25080 (LySATi) R 25077 25077 24884 0 -1 4194304 15598 0 0 0 3458 11 0 0 25 0 1 0 151490018 67653632 15583 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 1 0 0
/proc/25080/statm: 16517 15583 81 174 0 16340 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 71424

[startup+102.306 s]
/proc/loadavg: 1.09 1.06 1.02 2/66 25080
/proc/meminfo: memFree=1451376/2055920 swapFree=4179008/4192956
[pid=25077] ppid=25075 vsize=5356 CPUtime=16.37
/proc/25077/stat : 25077 (lysat.sh) S 25075 25077 24884 0 -1 4194304 310 86440 0 0 0 0 1560 77 16 0 1 0 151488379 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25077/statm: 1339 237 195 169 0 50 0
[pid=25080] ppid=25077 vsize=68032 CPUtime=85.88
/proc/25080/stat : 25080 (LySATi) R 25077 25077 24884 0 -1 4194304 16094 0 0 0 8575 13 0 0 25 0 1 0 151490018 69664768 16079 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 1 0 0
/proc/25080/statm: 17008 16079 81 174 0 16831 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 73388

[startup+162.301 s]
/proc/loadavg: 1.03 1.04 1.01 2/66 25080
/proc/meminfo: memFree=1450224/2055920 swapFree=4179008/4192956
[pid=25077] ppid=25075 vsize=5356 CPUtime=16.37
/proc/25077/stat : 25077 (lysat.sh) S 25075 25077 24884 0 -1 4194304 310 86440 0 0 0 0 1560 77 16 0 1 0 151488379 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25077/statm: 1339 237 195 169 0 50 0
[pid=25080] ppid=25077 vsize=69196 CPUtime=145.85
/proc/25080/stat : 25080 (LySATi) R 25077 25077 24884 0 -1 4194304 16385 0 0 0 14572 13 0 0 25 0 1 0 151490018 70856704 16370 1992294400 134512640 135226915 4294956224 18446744073709551615 134538825 0 0 4096 3 0 0 0 17 1 0 0
/proc/25080/statm: 17299 16370 81 174 0 17122 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 74552

[startup+222.301 s]
/proc/loadavg: 1.01 1.03 1.01 2/66 25080
/proc/meminfo: memFree=1447088/2055920 swapFree=4179008/4192956
[pid=25077] ppid=25075 vsize=5356 CPUtime=16.37
/proc/25077/stat : 25077 (lysat.sh) S 25075 25077 24884 0 -1 4194304 310 86440 0 0 0 0 1560 77 16 0 1 0 151488379 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25077/statm: 1339 237 195 169 0 50 0
[pid=25080] ppid=25077 vsize=72364 CPUtime=205.84
/proc/25080/stat : 25080 (LySATi) R 25077 25077 24884 0 -1 4194304 17170 0 0 0 20570 14 0 0 25 0 1 0 151490018 74100736 17155 1992294400 134512640 135226915 4294956224 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 1 0 0
/proc/25080/statm: 18091 17155 81 174 0 17914 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 77720

[startup+282.302 s]
/proc/loadavg: 1.00 1.03 1.00 2/66 25080
/proc/meminfo: memFree=1443504/2055920 swapFree=4179008/4192956
[pid=25077] ppid=25075 vsize=5356 CPUtime=16.37
/proc/25077/stat : 25077 (lysat.sh) S 25075 25077 24884 0 -1 4194304 310 86440 0 0 0 0 1560 77 16 0 1 0 151488379 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25077/statm: 1339 237 195 169 0 50 0
[pid=25080] ppid=25077 vsize=76104 CPUtime=265.83
/proc/25080/stat : 25080 (LySATi) R 25077 25077 24884 0 -1 4194304 18080 0 0 0 26567 16 0 0 25 0 1 0 151490018 77930496 18065 1992294400 134512640 135226915 4294956224 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 1 0 0
/proc/25080/statm: 19026 18065 81 174 0 18849 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 81460

[startup+342.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 25080
/proc/meminfo: memFree=1441392/2055920 swapFree=4179008/4192956
[pid=25077] ppid=25075 vsize=5356 CPUtime=16.37
/proc/25077/stat : 25077 (lysat.sh) S 25075 25077 24884 0 -1 4194304 310 86440 0 0 0 0 1560 77 16 0 1 0 151488379 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25077/statm: 1339 237 195 169 0 50 0
[pid=25080] ppid=25077 vsize=78056 CPUtime=325.81
/proc/25080/stat : 25080 (LySATi) R 25077 25077 24884 0 -1 4194304 18601 0 0 0 32565 16 0 0 25 0 1 0 151490018 79929344 18586 1992294400 134512640 135226915 4294956224 18446744073709551615 134548449 0 0 4096 3 0 0 0 17 1 0 0
/proc/25080/statm: 19514 18586 81 174 0 19337 0
Current children cumulated CPU time (s) 342.18

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

/proc/25080/statm: 26620 25652 81 174 0 26443 0
Current children cumulated CPU time (s) 1421.9
Current children cumulated vsize (KiB) 111836

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25082
/proc/meminfo: memFree=1407408/2055920 swapFree=4179008/4192956
[pid=25077] ppid=25075 vsize=5356 CPUtime=16.37
/proc/25077/stat : 25077 (lysat.sh) S 25075 25077 24884 0 -1 4194304 310 86440 0 0 0 0 1560 77 16 0 1 0 151488379 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25077/statm: 1339 237 195 169 0 50 0
[pid=25080] ppid=25077 vsize=111848 CPUtime=1465.5
/proc/25080/stat : 25080 (LySATi) R 25077 25077 24884 0 -1 4194304 27036 0 0 0 146521 29 0 0 25 0 1 0 151490018 114532352 27021 1992294400 134512640 135226915 4294956224 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 1 0 0
/proc/25080/statm: 27962 27021 81 174 0 27785 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 117204

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25082
/proc/meminfo: memFree=1401968/2055920 swapFree=4179008/4192956
[pid=25077] ppid=25075 vsize=5356 CPUtime=16.37
/proc/25077/stat : 25077 (lysat.sh) S 25075 25077 24884 0 -1 4194304 310 86440 0 0 0 0 1560 77 16 0 1 0 151488379 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25077/statm: 1339 237 195 169 0 50 0
[pid=25080] ppid=25077 vsize=117344 CPUtime=1525.5
/proc/25080/stat : 25080 (LySATi) R 25077 25077 24884 0 -1 4194304 28376 0 0 0 152518 32 0 0 25 0 1 0 151490018 120160256 28361 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/25080/statm: 29336 28361 81 174 0 29159 0
Current children cumulated CPU time (s) 1541.87
Current children cumulated vsize (KiB) 122700

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25082
/proc/meminfo: memFree=1401968/2055920 swapFree=4179008/4192956
[pid=25077] ppid=25075 vsize=5356 CPUtime=16.37
/proc/25077/stat : 25077 (lysat.sh) S 25075 25077 24884 0 -1 4194304 310 86440 0 0 0 0 1560 77 16 0 1 0 151488379 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25077/statm: 1339 237 195 169 0 50 0
[pid=25080] ppid=25077 vsize=117344 CPUtime=1585.48
/proc/25080/stat : 25080 (LySATi) R 25077 25077 24884 0 -1 4194304 28376 0 0 0 158516 32 0 0 25 0 1 0 151490018 120160256 28361 1992294400 134512640 135226915 4294956224 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 1 0 0
/proc/25080/statm: 29336 28361 81 174 0 29159 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 122700

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25082
/proc/meminfo: memFree=1401968/2055920 swapFree=4179008/4192956
[pid=25077] ppid=25075 vsize=5356 CPUtime=16.37
/proc/25077/stat : 25077 (lysat.sh) S 25075 25077 24884 0 -1 4194304 310 86440 0 0 0 0 1560 77 16 0 1 0 151488379 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25077/statm: 1339 237 195 169 0 50 0
[pid=25080] ppid=25077 vsize=117344 CPUtime=1645.46
/proc/25080/stat : 25080 (LySATi) R 25077 25077 24884 0 -1 4194304 28376 0 0 0 164514 32 0 0 25 0 1 0 151490018 120160256 28361 1992294400 134512640 135226915 4294956224 18446744073709551615 134536935 0 0 4096 3 0 0 0 17 1 0 0
/proc/25080/statm: 29336 28361 81 174 0 29159 0
Current children cumulated CPU time (s) 1661.83
Current children cumulated vsize (KiB) 122700

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25082
/proc/meminfo: memFree=1401968/2055920 swapFree=4179008/4192956
[pid=25077] ppid=25075 vsize=5356 CPUtime=16.37
/proc/25077/stat : 25077 (lysat.sh) S 25075 25077 24884 0 -1 4194304 310 86440 0 0 0 0 1560 77 16 0 1 0 151488379 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25077/statm: 1339 237 195 169 0 50 0
[pid=25080] ppid=25077 vsize=117344 CPUtime=1705.44
/proc/25080/stat : 25080 (LySATi) R 25077 25077 24884 0 -1 4194304 28376 0 0 0 170512 32 0 0 25 0 1 0 151490018 120160256 28361 1992294400 134512640 135226915 4294956224 18446744073709551615 134536860 0 0 4096 3 0 0 0 17 1 0 0
/proc/25080/statm: 29336 28361 81 174 0 29159 0
Current children cumulated CPU time (s) 1721.81
Current children cumulated vsize (KiB) 122700

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25082
/proc/meminfo: memFree=1401968/2055920 swapFree=4179008/4192956
[pid=25077] ppid=25075 vsize=5356 CPUtime=16.37
/proc/25077/stat : 25077 (lysat.sh) S 25075 25077 24884 0 -1 4194304 310 86440 0 0 0 0 1560 77 16 0 1 0 151488379 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25077/statm: 1339 237 195 169 0 50 0
[pid=25080] ppid=25077 vsize=117344 CPUtime=1765.43
/proc/25080/stat : 25080 (LySATi) R 25077 25077 24884 0 -1 4194304 28376 0 0 0 176511 32 0 0 25 0 1 0 151490018 120160256 28361 1992294400 134512640 135226915 4294956224 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 1 0 0
/proc/25080/statm: 29336 28361 81 174 0 29159 0
Current children cumulated CPU time (s) 1781.8
Current children cumulated vsize (KiB) 122700

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

[startup+1791.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25082
/proc/meminfo: memFree=1401968/2055920 swapFree=4179008/4192956
[pid=25077] ppid=25075 vsize=5356 CPUtime=16.37
/proc/25077/stat : 25077 (lysat.sh) S 25075 25077 24884 0 -1 4194304 310 86440 0 0 0 0 1560 77 16 0 1 0 151488379 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25077/statm: 1339 237 195 169 0 50 0
[pid=25080] ppid=25077 vsize=117344 CPUtime=1775.03
/proc/25080/stat : 25080 (LySATi) R 25077 25077 24884 0 -1 4194304 28376 0 0 0 177471 32 0 0 25 0 1 0 151490018 120160256 28361 1992294400 134512640 135226915 4294956224 18446744073709551615 134536797 0 0 4096 3 0 0 0 17 1 0 0
/proc/25080/statm: 29336 28361 81 174 0 29159 0
Current children cumulated CPU time (s) 1791.4
Current children cumulated vsize (KiB) 122700

[startup+1804.7 s]
/proc/loadavg: 1.07 1.02 1.00 2/66 25082
/proc/meminfo: memFree=1401968/2055920 swapFree=4179008/4192956
[pid=25077] ppid=25075 vsize=5356 CPUtime=16.37
/proc/25077/stat : 25077 (lysat.sh) S 25075 25077 24884 0 -1 4194304 310 86440 0 0 0 0 1560 77 16 0 1 0 151488379 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25077/statm: 1339 237 195 169 0 50 0
[pid=25080] ppid=25077 vsize=117344 CPUtime=1787.82
/proc/25080/stat : 25080 (LySATi) R 25077 25077 24884 0 -1 4194304 28376 0 0 0 178750 32 0 0 25 0 1 0 151490018 120160256 28361 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/25080/statm: 29336 28361 81 174 0 29159 0
Current children cumulated CPU time (s) 1804.19
Current children cumulated vsize (KiB) 122700

[startup+1817.5 s]
/proc/loadavg: 1.06 1.02 1.00 2/66 25082
/proc/meminfo: memFree=1401968/2055920 swapFree=4179008/4192956
[pid=25077] ppid=25075 vsize=5356 CPUtime=16.37
/proc/25077/stat : 25077 (lysat.sh) S 25075 25077 24884 0 -1 4194304 310 86440 0 0 0 0 1560 77 16 0 1 0 151488379 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25077/statm: 1339 237 195 169 0 50 0
[pid=25080] ppid=25077 vsize=117344 CPUtime=1800.62
/proc/25080/stat : 25080 (LySATi) R 25077 25077 24884 0 -1 4194304 28376 0 0 0 180030 32 0 0 25 0 1 0 151490018 120160256 28361 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 1 0 0
/proc/25080/statm: 29336 28361 81 174 0 29159 0
Current children cumulated CPU time (s) 1816.99
Current children cumulated vsize (KiB) 122700

[startup+1823.9 s]
/proc/loadavg: 1.05 1.01 1.00 2/66 25082
/proc/meminfo: memFree=1401968/2055920 swapFree=4179008/4192956
[pid=25077] ppid=25075 vsize=5356 CPUtime=16.37
/proc/25077/stat : 25077 (lysat.sh) S 25075 25077 24884 0 -1 4194304 310 86440 0 0 0 0 1560 77 16 0 1 0 151488379 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25077/statm: 1339 237 195 169 0 50 0
[pid=25080] ppid=25077 vsize=117344 CPUtime=1807.02
/proc/25080/stat : 25080 (LySATi) R 25077 25077 24884 0 -1 4194304 28376 0 0 0 180670 32 0 0 25 0 1 0 151490018 120160256 28361 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/25080/statm: 29336 28361 81 174 0 29159 0
Current children cumulated CPU time (s) 1823.39
Current children cumulated vsize (KiB) 122700

[startup+1825.5 s]
/proc/loadavg: 1.05 1.01 1.00 2/66 25082
/proc/meminfo: memFree=1401968/2055920 swapFree=4179008/4192956
[pid=25077] ppid=25075 vsize=5356 CPUtime=16.37
/proc/25077/stat : 25077 (lysat.sh) S 25075 25077 24884 0 -1 4194304 310 86440 0 0 0 0 1560 77 16 0 1 0 151488379 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25077/statm: 1339 237 195 169 0 50 0
[pid=25080] ppid=25077 vsize=117344 CPUtime=1808.62
/proc/25080/stat : 25080 (LySATi) R 25077 25077 24884 0 -1 4194304 28376 0 0 0 180830 32 0 0 25 0 1 0 151490018 120160256 28361 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/25080/statm: 29336 28361 81 174 0 29159 0
Current children cumulated CPU time (s) 1824.99
Current children cumulated vsize (KiB) 122700

[startup+1827.11 s]
/proc/loadavg: 1.05 1.01 1.00 2/66 25082
/proc/meminfo: memFree=1401968/2055920 swapFree=4179008/4192956
[pid=25077] ppid=25075 vsize=5356 CPUtime=16.37
/proc/25077/stat : 25077 (lysat.sh) S 25075 25077 24884 0 -1 4194304 310 86440 0 0 0 0 1560 77 16 0 1 0 151488379 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25077/statm: 1339 237 195 169 0 50 0
[pid=25080] ppid=25077 vsize=117344 CPUtime=1810.22
/proc/25080/stat : 25080 (LySATi) R 25077 25077 24884 0 -1 4194304 28376 0 0 0 180990 32 0 0 25 0 1 0 151490018 120160256 28361 1992294400 134512640 135226915 4294956224 18446744073709551615 134537035 0 0 4096 3 0 0 0 17 1 0 0
/proc/25080/statm: 29336 28361 81 174 0 29159 0
Current children cumulated CPU time (s) 1826.59
Current children cumulated vsize (KiB) 122700

[startup+1827.5 s]
/proc/loadavg: 1.05 1.01 1.00 2/66 25082
/proc/meminfo: memFree=1401968/2055920 swapFree=4179008/4192956
[pid=25077] ppid=25075 vsize=5356 CPUtime=16.37
/proc/25077/stat : 25077 (lysat.sh) S 25075 25077 24884 0 -1 4194304 310 86440 0 0 0 0 1560 77 16 0 1 0 151488379 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25077/statm: 1339 237 195 169 0 50 0
[pid=25080] ppid=25077 vsize=117344 CPUtime=1810.61
/proc/25080/stat : 25080 (LySATi) R 25077 25077 24884 0 -1 4194304 28376 0 0 0 181029 32 0 0 25 0 1 0 151490018 120160256 28361 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/25080/statm: 29336 28361 81 174 0 29159 0
Current children cumulated CPU time (s) 1826.98
Current children cumulated vsize (KiB) 122700

[startup+1827.9 s]
/proc/loadavg: 1.05 1.01 1.00 2/66 25082
/proc/meminfo: memFree=1401968/2055920 swapFree=4179008/4192956
[pid=25077] ppid=25075 vsize=5360 CPUtime=1827.37
/proc/25077/stat : 25077 (lysat.sh) S 25075 25077 24884 0 -1 4194304 338 114823 0 0 0 0 182625 112 18 0 1 0 151488379 5488640 240 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25077/statm: 1340 240 196 169 0 51 0
Current children cumulated CPU time (s) 1827.37
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 1827.91
CPU time (s): 1827.41
CPU user time (s): 1826.26
CPU system time (s): 1.15682
CPU usage (%): 99.9729
Max. virtual memory (cumulated for all children) (KiB): 339512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1826.26
system time used= 1.15682
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 115288
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= 39
involuntary context switches= 4565

runsolver used 1.91271 second user time and 4.5763 second system time

The end

Launcher Data

Begin job on node5 at 2009-05-02 05:22:24
IDJOB=1773403
IDBENCH=69581
IDSOLVER=609
FILE ID=node5/1773403-1241234542
PBS_JOBID= 9224810
Free space on /tmp= 66500 MiB

SOLVER NAME= LySAT i/2009-03-20
BENCH NAME= SAT_RACE08/cnf/schup-l2s-bc56s-1-k391.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773403-1241234542/watcher-1773403-1241234542 -o /tmp/evaluation-result-1773403-1241234542/solver-1773403-1241234542 -C 10000 -W 12000 -M 1800  lysat.sh HOME/instance-1773403-1241234542.cnf i

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

MD5SUM BENCH= 1f1dd0782ec95ee5e6d7a06f92fc0f12
RANDOM SEED=1198437270

node5.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.212
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.212
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:       1573984 kB
Buffers:         74600 kB
Cached:         312440 kB
SwapCached:       7700 kB
Active:         106920 kB
Inactive:       289304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1573984 kB
SwapTotal:     4192956 kB
SwapFree:      4179008 kB
Dirty:           38132 kB
Writeback:           0 kB
Mapped:          13500 kB
Slab:            71756 kB
Committed_AS:   688724 kB
PageTables:       1400 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= 66496 MiB
End job on node5 at 2009-05-02 05:52:53