Trace number 1773363

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 8082.45 8086.81

General information on the benchmark

Namevelev-vliw-uns-4.0-9-i1.cnf
MD5SUM590cca3a58efdeb1c95ef988a53daa1d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3280.04
Satisfiable
(Un)Satisfiability was proved
Number of variables154309
Number of clauses3230738
Sum of the clauses size9429252
Maximum clause length3625
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 22024994
Number of clauses of size 31081436
Number of clauses of size 48866
Number of clauses of size 58692
Number of clauses of size over 5106749

Solver Data

0.00/0.00	c Parsing...
2.59/2.63	c ==============================================================================
2.59/2.63	c |           |     ORIGINAL     |              LEARNT              |          |
2.59/2.63	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
2.59/2.63	c ==============================================================================
2.59/2.63	c |         0 | 3230737  9429251 |  969221       0        0     nan |  0.000 % |
26.07/26.17	c |         0 | 3193200  9687142 |      --       0       --      -- |     --   | -37507/257956
26.07/26.18	c ==============================================================================
26.07/26.18	c Result  :   #vars: 136989   #clauses: 3193200   #literals: 9687142
26.07/26.18	c CPU time:   25.6151 s
26.07/26.18	c ==============================================================================
30.07/30.17	c lySAT 0.1
30.07/30.17	c minisat core +  additionnal features
30.07/30.17	c ============================[ Problem Statistics ]=============================
30.07/30.17	c |                                                                             |
30.07/30.17	c |  Number of variables:  136989                                               |
30.07/30.17	c |  Number of clauses:    3193200                                              |
32.15/32.26	c |  Parsing time:         1.83         s                                       |
8082.22/8086.70	c restarts              : 45775
8082.22/8086.70	c conflicts             : 3896623        (484 /sec)
8082.22/8086.70	c decisions             : 128899496      (0.71 % random) (16010 /sec)
8082.22/8086.70	c euip                  : 305648      
8082.22/8086.70	c propagations          : 8927372402     (1108806 /sec)
8082.22/8086.70	c conflict literals     : 212262881      (38.53 % deleted)
8082.22/8086.70	c Memory used           : 366.26 MB
8082.22/8086.70	c CPU time              : 8051.34 s
8082.22/8086.70	c 
8082.32/8086.76	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-1773363-1241234185/watcher-1773363-1241234185 -o /tmp/evaluation-result-1773363-1241234185/solver-1773363-1241234185 -C 10000 -W 12000 -M 1800 lysat.sh HOME/instance-1773363-1241234185.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.02 1.00 3/64 28799
/proc/meminfo: memFree=1575096/2055920 swapFree=4178716/4192956
[pid=28799] ppid=28797 vsize=5356 CPUtime=0
/proc/28799/stat : 28799 (lysat.sh) R 28797 28799 28733 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 151452581 5484544 234 1992294400 4194304 4889804 548682068816 18446744073709551615 214919867039 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/28799/statm: 1339 234 194 169 0 50 0
[pid=28800] ppid=28799 vsize=828 CPUtime=0
/proc/28800/stat : 28800 (SatElite) R 28799 28799 28733 0 -1 4194304 141 0 0 0 0 0 0 0 18 0 1 0 151452581 847872 125 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/28800/statm: 207 125 51 127 0 77 0

[startup+0.102011 s]
/proc/loadavg: 1.00 1.02 1.00 3/64 28799
/proc/meminfo: memFree=1575096/2055920 swapFree=4178716/4192956
[pid=28799] ppid=28797 vsize=5356 CPUtime=0
/proc/28799/stat : 28799 (lysat.sh) S 28797 28799 28733 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151452581 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28799/statm: 1339 235 195 169 0 50 0
[pid=28800] ppid=28799 vsize=11312 CPUtime=0.09
/proc/28800/stat : 28800 (SatElite) R 28799 28799 28733 0 -1 4194304 2394 0 0 0 8 1 0 0 19 0 1 0 151452581 11583488 2378 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/28800/statm: 2828 2379 51 127 0 2698 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16668

[startup+0.202036 s]
/proc/loadavg: 1.00 1.02 1.00 3/64 28799
/proc/meminfo: memFree=1575096/2055920 swapFree=4178716/4192956
[pid=28799] ppid=28797 vsize=5356 CPUtime=0
/proc/28799/stat : 28799 (lysat.sh) S 28797 28799 28733 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151452581 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28799/statm: 1339 235 195 169 0 50 0
[pid=28800] ppid=28799 vsize=21380 CPUtime=0.18
/proc/28800/stat : 28800 (SatElite) R 28799 28799 28733 0 -1 4194304 4358 0 0 0 16 2 0 0 20 0 1 0 151452581 21893120 4342 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/28800/statm: 5345 4343 51 127 0 5215 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 26736

[startup+0.301052 s]
/proc/loadavg: 1.00 1.02 1.00 3/64 28799
/proc/meminfo: memFree=1575096/2055920 swapFree=4178716/4192956
[pid=28799] ppid=28797 vsize=5356 CPUtime=0
/proc/28799/stat : 28799 (lysat.sh) S 28797 28799 28733 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151452581 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28799/statm: 1339 235 195 169 0 50 0
[pid=28800] ppid=28799 vsize=27200 CPUtime=0.29
/proc/28800/stat : 28800 (SatElite) R 28799 28799 28733 0 -1 4194304 6154 0 0 0 25 4 0 0 21 0 1 0 151452581 27852800 6138 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/28800/statm: 6800 6140 51 127 0 6670 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32556

[startup+0.701138 s]
/proc/loadavg: 1.00 1.02 1.00 3/64 28799
/proc/meminfo: memFree=1575096/2055920 swapFree=4178716/4192956
[pid=28799] ppid=28797 vsize=5356 CPUtime=0
/proc/28799/stat : 28799 (lysat.sh) S 28797 28799 28733 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151452581 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28799/statm: 1339 235 195 169 0 50 0
[pid=28800] ppid=28799 vsize=58312 CPUtime=0.69
/proc/28800/stat : 28800 (SatElite) R 28799 28799 28733 0 -1 4194304 13169 0 0 0 58 11 0 0 25 0 1 0 151452581 59711488 13153 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/28800/statm: 14578 13153 51 127 0 14448 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 63668

[startup+1.50131 s]
/proc/loadavg: 1.16 1.05 1.01 2/66 28801
/proc/meminfo: memFree=1493992/2055920 swapFree=4178716/4192956
[pid=28799] ppid=28797 vsize=5356 CPUtime=0
/proc/28799/stat : 28799 (lysat.sh) S 28797 28799 28733 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151452581 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28799/statm: 1339 235 195 169 0 50 0
[pid=28800] ppid=28799 vsize=118608 CPUtime=1.49
/proc/28800/stat : 28800 (SatElite) R 28799 28799 28733 0 -1 4194304 26482 0 0 0 126 23 0 0 25 0 1 0 151452581 121454592 26466 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/28800/statm: 29652 26467 51 127 0 29522 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 123964

[startup+3.10165 s]
/proc/loadavg: 1.16 1.05 1.01 2/66 28801
/proc/meminfo: memFree=1425192/2055920 swapFree=4178716/4192956
[pid=28799] ppid=28797 vsize=5356 CPUtime=0
/proc/28799/stat : 28799 (lysat.sh) S 28797 28799 28733 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151452581 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28799/statm: 1339 235 195 169 0 50 0
[pid=28800] ppid=28799 vsize=252280 CPUtime=3.09
/proc/28800/stat : 28800 (SatElite) R 28799 28799 28733 0 -1 4194304 61563 0 0 0 266 43 0 0 25 0 1 0 151452581 258334720 56907 1992294400 134512640 135034092 4294956112 18446744073709551615 134540729 0 0 4096 3 0 0 0 17 0 0 0
/proc/28800/statm: 63070 56907 68 127 0 62940 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 257636

[startup+6.30134 s]
/proc/loadavg: 1.15 1.05 1.01 2/66 28801
/proc/meminfo: memFree=1334312/2055920 swapFree=4178716/4192956
[pid=28799] ppid=28797 vsize=5356 CPUtime=0
/proc/28799/stat : 28799 (lysat.sh) S 28797 28799 28733 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151452581 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28799/statm: 1339 235 195 169 0 50 0
[pid=28800] ppid=28799 vsize=265752 CPUtime=6.29
/proc/28800/stat : 28800 (SatElite) R 28799 28799 28733 0 -1 4194304 64455 0 0 0 583 46 0 0 25 0 1 0 151452581 272130048 59648 1992294400 134512640 135034092 4294956112 18446744073709551615 134529233 0 0 4096 3 0 0 0 17 0 0 0
/proc/28800/statm: 66438 59648 68 127 0 66308 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 271108

[startup+12.7017 s]
/proc/loadavg: 1.13 1.05 1.01 2/66 28801
/proc/meminfo: memFree=1313640/2055920 swapFree=4178716/4192956
[pid=28799] ppid=28797 vsize=5356 CPUtime=0
/proc/28799/stat : 28799 (lysat.sh) S 28797 28799 28733 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151452581 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28799/statm: 1339 235 195 169 0 50 0
[pid=28800] ppid=28799 vsize=299000 CPUtime=12.68
/proc/28800/stat : 28800 (SatElite) R 28799 28799 28733 0 -1 4194304 69873 0 0 0 1220 48 0 0 25 0 1 0 151452581 306176000 64757 1992294400 134512640 135034092 4294956112 18446744073709551615 134584306 0 0 4096 3 0 0 0 17 0 0 0
/proc/28800/statm: 74750 64757 68 127 0 74620 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 304356

[startup+25.5015 s]
/proc/loadavg: 1.11 1.05 1.01 2/66 28801
/proc/meminfo: memFree=1334888/2055920 swapFree=4178716/4192956
[pid=28799] ppid=28797 vsize=5356 CPUtime=0
/proc/28799/stat : 28799 (lysat.sh) S 28797 28799 28733 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151452581 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28799/statm: 1339 235 195 169 0 50 0
[pid=28800] ppid=28799 vsize=297888 CPUtime=25.47
/proc/28800/stat : 28800 (SatElite) R 28799 28799 28733 0 -1 4194304 76466 0 0 0 2495 52 0 0 25 0 1 0 151452581 305037312 64347 1992294400 134512640 135034092 4294956112 18446744073709551615 134558534 0 0 4096 3 0 0 0 17 0 0 0
/proc/28800/statm: 74472 64354 68 127 0 74342 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 303244

[startup+51.102 s]
/proc/loadavg: 1.12 1.06 1.01 2/66 28802
/proc/meminfo: memFree=1317736/2055920 swapFree=4178716/4192956
[pid=28799] ppid=28797 vsize=5356 CPUtime=30.14
/proc/28799/stat : 28799 (lysat.sh) S 28797 28799 28733 0 -1 4194304 310 82130 0 0 0 0 2931 83 16 0 1 0 151452581 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28799/statm: 1339 237 195 169 0 50 0
[pid=28802] ppid=28799 vsize=187188 CPUtime=20.89
/proc/28802/stat : 28802 (LySATi) R 28799 28799 28733 0 -1 4194304 45917 0 0 0 2062 27 0 0 25 0 1 0 151455598 191680512 45850 1992294400 134512640 135226915 4294956224 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 0 0 0
/proc/28802/statm: 46797 45850 80 174 0 46620 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 192544

[startup+102.302 s]
/proc/loadavg: 1.05 1.05 1.01 2/66 28802
/proc/meminfo: memFree=1313064/2055920 swapFree=4178716/4192956
[pid=28799] ppid=28797 vsize=5356 CPUtime=30.14
/proc/28799/stat : 28799 (lysat.sh) S 28797 28799 28733 0 -1 4194304 310 82130 0 0 0 0 2931 83 16 0 1 0 151452581 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28799/statm: 1339 237 195 169 0 50 0
[pid=28802] ppid=28799 vsize=191816 CPUtime=72.01
/proc/28802/stat : 28802 (LySATi) R 28799 28799 28733 0 -1 4194304 47096 0 0 0 7173 28 0 0 25 0 1 0 151455598 196419584 47029 1992294400 134512640 135226915 4294956224 18446744073709551615 134527826 0 0 4096 3 0 0 0 17 0 0 0
/proc/28802/statm: 47954 47029 80 174 0 47777 0
Current children cumulated CPU time (s) 102.15
Current children cumulated vsize (KiB) 197172

[startup+162.302 s]
/proc/loadavg: 1.02 1.04 1.00 2/66 28802
/proc/meminfo: memFree=1306984/2055920 swapFree=4178716/4192956
[pid=28799] ppid=28797 vsize=5356 CPUtime=30.14
/proc/28799/stat : 28799 (lysat.sh) S 28797 28799 28733 0 -1 4194304 310 82130 0 0 0 0 2931 83 16 0 1 0 151452581 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28799/statm: 1339 237 195 169 0 50 0
[pid=28802] ppid=28799 vsize=197924 CPUtime=131.96
/proc/28802/stat : 28802 (LySATi) R 28799 28799 28733 0 -1 4194304 48613 0 0 0 13167 29 0 0 25 0 1 0 151455598 202674176 48546 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/28802/statm: 49481 48546 80 174 0 49304 0
Current children cumulated CPU time (s) 162.1
Current children cumulated vsize (KiB) 203280

[startup+222.307 s]
/proc/loadavg: 1.00 1.03 1.00 2/66 28802
/proc/meminfo: memFree=1304104/2055920 swapFree=4178716/4192956
[pid=28799] ppid=28797 vsize=5356 CPUtime=30.14
/proc/28799/stat : 28799 (lysat.sh) S 28797 28799 28733 0 -1 4194304 310 82130 0 0 0 0 2931 83 16 0 1 0 151452581 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28799/statm: 1339 237 195 169 0 50 0
[pid=28802] ppid=28799 vsize=200936 CPUtime=191.94
/proc/28802/stat : 28802 (LySATi) R 28799 28799 28733 0 -1 4194304 49340 0 0 0 19164 30 0 0 25 0 1 0 151455598 205758464 49273 1992294400 134512640 135226915 4294956224 18446744073709551615 134531430 0 0 4096 3 0 0 0 17 0 0 0
/proc/28802/statm: 50234 49273 80 174 0 50057 0
Current children cumulated CPU time (s) 222.08
Current children cumulated vsize (KiB) 206292

[startup+282.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 28802
/proc/meminfo: memFree=1303208/2055920 swapFree=4178716/4192956
[pid=28799] ppid=28797 vsize=5356 CPUtime=30.14
/proc/28799/stat : 28799 (lysat.sh) S 28797 28799 28733 0 -1 4194304 310 82130 0 0 0 0 2931 83 16 0 1 0 151452581 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28799/statm: 1339 237 195 169 0 50 0
[pid=28802] ppid=28799 vsize=201796 CPUtime=251.91
/proc/28802/stat : 28802 (LySATi) R 28799 28799 28733 0 -1 4194304 49585 0 0 0 25161 30 0 0 25 0 1 0 151455598 206639104 49518 1992294400 134512640 135226915 4294956224 18446744073709551615 134525815 0 0 4096 3 0 0 0 17 0 0 0
/proc/28802/statm: 50449 49518 80 174 0 50272 0
Current children cumulated CPU time (s) 282.05
Current children cumulated vsize (KiB) 207152

[startup+342.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 28802
/proc/meminfo: memFree=1295656/2055920 swapFree=4178716/4192956
[pid=28799] ppid=28797 vsize=5356 CPUtime=30.14
/proc/28799/stat : 28799 (lysat.sh) S 28797 28799 28733 0 -1 4194304 310 82130 0 0 0 0 2931 83 16 0 1 0 151452581 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28799/statm: 1339 237 195 169 0 50 0
[pid=28802] ppid=28799 vsize=209468 CPUtime=311.88
/proc/28802/stat : 28802 (LySATi) R 28799 28799 28733 0 -1 4194304 51465 0 0 0 31155 33 0 0 25 0 1 0 151455598 214495232 51398 1992294400 134512640 135226915 4294956224 18446744073709551615 134537043 0 0 4096 3 0 0 0 17 0 0 0
/proc/28802/statm: 52367 51398 80 174 0 52190 0
Current children cumulated CPU time (s) 342.02

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

/proc/28802/statm: 93515 92060 80 174 0 93338 0
Current children cumulated CPU time (s) 7538.22
Current children cumulated vsize (KiB) 379416

[startup+7602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28818
/proc/meminfo: memFree=1131624/2055920 swapFree=4178716/4192956
[pid=28799] ppid=28797 vsize=5356 CPUtime=30.14
/proc/28799/stat : 28799 (lysat.sh) S 28797 28799 28733 0 -1 4194304 310 82130 0 0 0 0 2931 83 16 0 1 0 151452581 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28799/statm: 1339 237 195 169 0 50 0
[pid=28802] ppid=28799 vsize=374060 CPUtime=7568.04
/proc/28802/stat : 28802 (LySATi) R 28799 28799 28733 0 -1 4194304 92137 0 0 0 756719 85 0 0 25 0 1 0 151455598 383037440 92070 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/28802/statm: 93515 92070 80 174 0 93338 0
Current children cumulated CPU time (s) 7598.18
Current children cumulated vsize (KiB) 379416

[startup+7662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28818
/proc/meminfo: memFree=1131560/2055920 swapFree=4178716/4192956
[pid=28799] ppid=28797 vsize=5356 CPUtime=30.14
/proc/28799/stat : 28799 (lysat.sh) S 28797 28799 28733 0 -1 4194304 310 82130 0 0 0 0 2931 83 16 0 1 0 151452581 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28799/statm: 1339 237 195 169 0 50 0
[pid=28802] ppid=28799 vsize=374220 CPUtime=7628.01
/proc/28802/stat : 28802 (LySATi) R 28799 28799 28733 0 -1 4194304 92165 0 0 0 762716 85 0 0 25 0 1 0 151455598 383201280 92098 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/28802/statm: 93555 92098 80 174 0 93378 0
Current children cumulated CPU time (s) 7658.15
Current children cumulated vsize (KiB) 379576

[startup+7722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28818
/proc/meminfo: memFree=1131496/2055920 swapFree=4178716/4192956
[pid=28799] ppid=28797 vsize=5356 CPUtime=30.14
/proc/28799/stat : 28799 (lysat.sh) S 28797 28799 28733 0 -1 4194304 310 82130 0 0 0 0 2931 83 16 0 1 0 151452581 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28799/statm: 1339 237 195 169 0 50 0
[pid=28802] ppid=28799 vsize=374220 CPUtime=7687.98
/proc/28802/stat : 28802 (LySATi) R 28799 28799 28733 0 -1 4194304 92173 0 0 0 768713 85 0 0 25 0 1 0 151455598 383201280 92106 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/28802/statm: 93555 92106 80 174 0 93378 0
Current children cumulated CPU time (s) 7718.12
Current children cumulated vsize (KiB) 379576

[startup+7782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28818
/proc/meminfo: memFree=1131496/2055920 swapFree=4178716/4192956
[pid=28799] ppid=28797 vsize=5356 CPUtime=30.14
/proc/28799/stat : 28799 (lysat.sh) S 28797 28799 28733 0 -1 4194304 310 82130 0 0 0 0 2931 83 16 0 1 0 151452581 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28799/statm: 1339 237 195 169 0 50 0
[pid=28802] ppid=28799 vsize=374580 CPUtime=7747.94
/proc/28802/stat : 28802 (LySATi) R 28799 28799 28733 0 -1 4194304 92189 0 0 0 774709 85 0 0 25 0 1 0 151455598 383569920 92122 1992294400 134512640 135226915 4294956224 18446744073709551615 134527216 0 0 4096 3 0 0 0 17 0 0 0
/proc/28802/statm: 93645 92122 80 174 0 93468 0
Current children cumulated CPU time (s) 7778.08
Current children cumulated vsize (KiB) 379936

[startup+7842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28818
/proc/meminfo: memFree=1131304/2055920 swapFree=4178716/4192956
[pid=28799] ppid=28797 vsize=5356 CPUtime=30.14
/proc/28799/stat : 28799 (lysat.sh) S 28797 28799 28733 0 -1 4194304 310 82130 0 0 0 0 2931 83 16 0 1 0 151452581 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28799/statm: 1339 237 195 169 0 50 0
[pid=28802] ppid=28799 vsize=374904 CPUtime=7807.92
/proc/28802/stat : 28802 (LySATi) R 28799 28799 28733 0 -1 4194304 92237 0 0 0 780707 85 0 0 25 0 1 0 151455598 383901696 92170 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/28802/statm: 93726 92170 80 174 0 93549 0
Current children cumulated CPU time (s) 7838.06
Current children cumulated vsize (KiB) 380260

[startup+7902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28818
/proc/meminfo: memFree=1131112/2055920 swapFree=4178716/4192956
[pid=28799] ppid=28797 vsize=5356 CPUtime=30.14
/proc/28799/stat : 28799 (lysat.sh) S 28797 28799 28733 0 -1 4194304 310 82130 0 0 0 0 2931 83 16 0 1 0 151452581 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28799/statm: 1339 237 195 169 0 50 0
[pid=28802] ppid=28799 vsize=375048 CPUtime=7867.87
/proc/28802/stat : 28802 (LySATi) R 28799 28799 28733 0 -1 4194304 92277 0 0 0 786702 85 0 0 25 0 1 0 151455598 384049152 92210 1992294400 134512640 135226915 4294956224 18446744073709551615 134536839 0 0 4096 3 0 0 0 17 0 0 0
/proc/28802/statm: 93762 92210 80 174 0 93585 0
Current children cumulated CPU time (s) 7898.01
Current children cumulated vsize (KiB) 380404

[startup+7962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28818
/proc/meminfo: memFree=1131112/2055920 swapFree=4178716/4192956
[pid=28799] ppid=28797 vsize=5356 CPUtime=30.14
/proc/28799/stat : 28799 (lysat.sh) S 28797 28799 28733 0 -1 4194304 310 82130 0 0 0 0 2931 83 16 0 1 0 151452581 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28799/statm: 1339 237 195 169 0 50 0
[pid=28802] ppid=28799 vsize=375048 CPUtime=7927.84
/proc/28802/stat : 28802 (LySATi) R 28799 28799 28733 0 -1 4194304 92277 0 0 0 792699 85 0 0 25 0 1 0 151455598 384049152 92210 1992294400 134512640 135226915 4294956224 18446744073709551615 134537023 0 0 4096 3 0 0 0 17 0 0 0
/proc/28802/statm: 93762 92210 80 174 0 93585 0
Current children cumulated CPU time (s) 7957.98
Current children cumulated vsize (KiB) 380404

[startup+8022.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28818
/proc/meminfo: memFree=1130984/2055920 swapFree=4178716/4192956
[pid=28799] ppid=28797 vsize=5356 CPUtime=30.14
/proc/28799/stat : 28799 (lysat.sh) S 28797 28799 28733 0 -1 4194304 310 82130 0 0 0 0 2931 83 16 0 1 0 151452581 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28799/statm: 1339 237 195 169 0 50 0
[pid=28802] ppid=28799 vsize=375048 CPUtime=7987.82
/proc/28802/stat : 28802 (LySATi) R 28799 28799 28733 0 -1 4194304 92277 0 0 0 798697 85 0 0 25 0 1 0 151455598 384049152 92210 1992294400 134512640 135226915 4294956224 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 0 0 0
/proc/28802/statm: 93762 92210 80 174 0 93585 0
Current children cumulated CPU time (s) 8017.96
Current children cumulated vsize (KiB) 380404

[startup+8082.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28818
/proc/meminfo: memFree=1130920/2055920 swapFree=4178716/4192956
[pid=28799] ppid=28797 vsize=5356 CPUtime=30.14
/proc/28799/stat : 28799 (lysat.sh) S 28797 28799 28733 0 -1 4194304 310 82130 0 0 0 0 2931 83 16 0 1 0 151452581 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28799/statm: 1339 237 195 169 0 50 0
[pid=28802] ppid=28799 vsize=375048 CPUtime=8047.78
/proc/28802/stat : 28802 (LySATi) R 28799 28799 28733 0 -1 4194304 92277 0 0 0 804693 85 0 0 25 0 1 0 151455598 384049152 92210 1992294400 134512640 135226915 4294956224 18446744073709551615 134539400 0 0 4096 3 0 0 0 17 0 0 0
/proc/28802/statm: 93762 92210 80 174 0 93585 0
Current children cumulated CPU time (s) 8077.92
Current children cumulated vsize (KiB) 380404

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

[startup+8083.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28818
/proc/meminfo: memFree=1130920/2055920 swapFree=4178716/4192956
[pid=28799] ppid=28797 vsize=5356 CPUtime=30.14
/proc/28799/stat : 28799 (lysat.sh) S 28797 28799 28733 0 -1 4194304 310 82130 0 0 0 0 2931 83 16 0 1 0 151452581 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28799/statm: 1339 237 195 169 0 50 0
[pid=28802] ppid=28799 vsize=375048 CPUtime=8048.68
/proc/28802/stat : 28802 (LySATi) R 28799 28799 28733 0 -1 4194304 92277 0 0 0 804783 85 0 0 25 0 1 0 151455598 384049152 92210 1992294400 134512640 135226915 4294956224 18446744073709551615 134536772 0 0 4096 3 0 0 0 17 0 0 0
/proc/28802/statm: 93762 92210 80 174 0 93585 0
Current children cumulated CPU time (s) 8078.82
Current children cumulated vsize (KiB) 380404

[startup+8084.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28818
/proc/meminfo: memFree=1130920/2055920 swapFree=4178716/4192956
[pid=28799] ppid=28797 vsize=5356 CPUtime=30.14
/proc/28799/stat : 28799 (lysat.sh) S 28797 28799 28733 0 -1 4194304 310 82130 0 0 0 0 2931 83 16 0 1 0 151452581 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28799/statm: 1339 237 195 169 0 50 0
[pid=28802] ppid=28799 vsize=375048 CPUtime=8050.28
/proc/28802/stat : 28802 (LySATi) R 28799 28799 28733 0 -1 4194304 92277 0 0 0 804943 85 0 0 25 0 1 0 151455598 384049152 92210 1992294400 134512640 135226915 4294956224 18446744073709551615 134526787 0 0 4096 3 0 0 0 17 0 0 0
/proc/28802/statm: 93762 92210 80 174 0 93585 0
Current children cumulated CPU time (s) 8080.42
Current children cumulated vsize (KiB) 380404

[startup+8085.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28818
/proc/meminfo: memFree=1130920/2055920 swapFree=4178716/4192956
[pid=28799] ppid=28797 vsize=5356 CPUtime=30.14
/proc/28799/stat : 28799 (lysat.sh) S 28797 28799 28733 0 -1 4194304 310 82130 0 0 0 0 2931 83 16 0 1 0 151452581 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28799/statm: 1339 237 195 169 0 50 0
[pid=28802] ppid=28799 vsize=375048 CPUtime=8051.08
/proc/28802/stat : 28802 (LySATi) R 28799 28799 28733 0 -1 4194304 92277 0 0 0 805023 85 0 0 25 0 1 0 151455598 384049152 92210 1992294400 134512640 135226915 4294956224 18446744073709551615 134527027 0 0 4096 3 0 0 0 17 0 0 0
/proc/28802/statm: 93762 92210 80 174 0 93585 0
Current children cumulated CPU time (s) 8081.22
Current children cumulated vsize (KiB) 380404

[startup+8086.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28818
/proc/meminfo: memFree=1130920/2055920 swapFree=4178716/4192956
[pid=28799] ppid=28797 vsize=5356 CPUtime=30.14
/proc/28799/stat : 28799 (lysat.sh) S 28797 28799 28733 0 -1 4194304 310 82130 0 0 0 0 2931 83 16 0 1 0 151452581 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28799/statm: 1339 237 195 169 0 50 0
[pid=28802] ppid=28799 vsize=375048 CPUtime=8051.88
/proc/28802/stat : 28802 (LySATi) R 28799 28799 28733 0 -1 4194304 92277 0 0 0 805103 85 0 0 25 0 1 0 151455598 384049152 92210 1992294400 134512640 135226915 4294956224 18446744073709551615 134527222 0 0 4096 3 0 0 0 17 0 0 0
/proc/28802/statm: 93762 92210 80 174 0 93585 0
Current children cumulated CPU time (s) 8082.02
Current children cumulated vsize (KiB) 380404

[startup+8086.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28818
/proc/meminfo: memFree=1130920/2055920 swapFree=4178716/4192956
[pid=28799] ppid=28797 vsize=5360 CPUtime=8082.4
/proc/28799/stat : 28799 (lysat.sh) S 28797 28799 28733 0 -1 4194304 338 174415 0 0 0 0 808065 175 19 0 1 0 151452581 5488640 240 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28799/statm: 1340 240 196 169 0 51 0
Current children cumulated CPU time (s) 8082.4
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 8086.81
CPU time (s): 8082.45
CPU user time (s): 8080.65
CPU system time (s): 1.79373
CPU usage (%): 99.9461
Max. virtual memory (cumulated for all children) (KiB): 380404

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

runsolver used 6.86596 second user time and 22.5436 second system time

The end

Launcher Data

Begin job on node10 at 2009-05-02 05:16:29
IDJOB=1773363
IDBENCH=69571
IDSOLVER=609
FILE ID=node10/1773363-1241234185
PBS_JOBID= 9224829
Free space on /tmp= 66488 MiB

SOLVER NAME= LySAT i/2009-03-20
BENCH NAME= SAT_RACE08/cnf/velev-vliw-uns-4.0-9-i1.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773363-1241234185/watcher-1773363-1241234185 -o /tmp/evaluation-result-1773363-1241234185/solver-1773363-1241234185 -C 10000 -W 12000 -M 1800  lysat.sh HOME/instance-1773363-1241234185.cnf i

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

MD5SUM BENCH= 590cca3a58efdeb1c95ef988a53daa1d
RANDOM SEED=1306830563

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:       1575512 kB
Buffers:         68800 kB
Cached:         312680 kB
SwapCached:       8024 kB
Active:         130576 kB
Inactive:       260592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1575512 kB
SwapTotal:     4192956 kB
SwapFree:      4178716 kB
Dirty:           70788 kB
Writeback:           0 kB
Mapped:          13464 kB
Slab:            75216 kB
Committed_AS:   666668 kB
PageTables:       1372 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= 66488 MiB
End job on node10 at 2009-05-02 07:31:16