Trace number 1774683

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 6138.63 6141.32

General information on the benchmark

NameAPPLICATIONS/diagnosis/
ACG-20-10p0.cnf
MD5SUM28e85fc2a4586943a0ffdffa15206b58
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2458.22
Satisfiable
(Un)Satisfiability was proved
Number of variables374228
Number of clauses1603007
Sum of the clauses size3767588
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 21211215
Number of clauses of size 3313283
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

Solver Data

0.00/0.00	c Parsing...
1.69/1.77	c ==============================================================================
1.69/1.77	c |           |     ORIGINAL     |              LEARNT              |          |
1.69/1.77	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.69/1.77	c ==============================================================================
1.69/1.77	c |         0 | 1588988  3752699 |  476696       0        0     nan |  0.000 % |
10.19/10.24	c |         0 | 1168572  3106678 |      --       0       --      -- |     --   | -118492/40523
10.19/10.24	c ==============================================================================
10.19/10.24	c Result  :   #vars: 243534   #clauses: 1168572   #literals: 3106678
10.19/10.24	c CPU time:   9.83351 s
10.19/10.24	c ==============================================================================
11.69/11.72	c lySAT 0.1
11.69/11.72	c minisat core +  additionnal features
11.69/11.72	c ============================[ Problem Statistics ]=============================
11.69/11.72	c |                                                                             |
11.69/11.72	c |  Number of variables:  243534                                               |
11.69/11.72	c |  Number of clauses:    1168572                                              |
12.48/12.58	c |  Parsing time:         0.75         s                                       |
6138.49/6141.27	c restarts              : 3753
6138.49/6141.27	c conflicts             : 669235         (109 /sec)
6138.49/6141.27	c decisions             : 4265970        (2.71 % random) (696 /sec)
6138.49/6141.27	c euip                  : 28169       
6138.49/6141.27	c propagations          : 9192281266     (1500427 /sec)
6138.49/6141.27	c conflict literals     : 115730046      (51.37 % deleted)
6138.49/6141.27	c Memory used           : 173.71 MB
6138.49/6141.27	c CPU time              : 6126.44 s
6138.49/6141.27	c 
6138.49/6141.30	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-1774683-1241243679/watcher-1774683-1241243679 -o /tmp/evaluation-result-1774683-1241243679/solver-1774683-1241243679 -C 10000 -W 12000 -M 1800 lysat.sh HOME/instance-1774683-1241243679.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.06 1.03 1.00 3/64 21508
/proc/meminfo: memFree=1082888/2055920 swapFree=4191900/4192956
[pid=21508] ppid=21506 vsize=5356 CPUtime=0
/proc/21508/stat : 21508 (lysat.sh) R 21506 21508 21441 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 152401295 5484544 234 1992294400 4194304 4889804 548682068816 18446744073709551615 225612196511 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/21508/statm: 1339 234 194 169 0 50 0
[pid=21509] ppid=21508 vsize=1552 CPUtime=0
/proc/21509/stat : 21509 (SatElite) R 21508 21508 21441 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 152401296 1589248 262 1992294400 134512640 135034092 4294956112 18446744073709551615 134544856 0 0 4096 3 0 0 0 17 0 0 0
/proc/21509/statm: 388 264 50 127 0 258 0

[startup+0.0355831 s]
/proc/loadavg: 1.06 1.03 1.00 3/64 21508
/proc/meminfo: memFree=1082888/2055920 swapFree=4191900/4192956
[pid=21508] ppid=21506 vsize=5356 CPUtime=0
/proc/21508/stat : 21508 (lysat.sh) S 21506 21508 21441 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152401295 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21508/statm: 1339 235 195 169 0 50 0
[pid=21509] ppid=21508 vsize=13204 CPUtime=0.02
/proc/21509/stat : 21509 (SatElite) R 21508 21508 21441 0 -1 4194304 2597 0 0 0 2 0 0 0 19 0 1 0 152401296 13520896 2477 1992294400 134512640 135034092 4294956112 18446744073709551615 134544849 0 0 4096 3 0 0 0 17 0 0 0
/proc/21509/statm: 3301 2481 50 127 0 3171 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18560

[startup+0.102586 s]
/proc/loadavg: 1.06 1.03 1.00 3/64 21508
/proc/meminfo: memFree=1082888/2055920 swapFree=4191900/4192956
[pid=21508] ppid=21506 vsize=5356 CPUtime=0
/proc/21508/stat : 21508 (lysat.sh) S 21506 21508 21441 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152401295 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21508/statm: 1339 235 195 169 0 50 0
[pid=21509] ppid=21508 vsize=28316 CPUtime=0.09
/proc/21509/stat : 21509 (SatElite) R 21508 21508 21441 0 -1 4194304 6151 0 0 0 7 2 0 0 19 0 1 0 152401296 28995584 5967 1992294400 134512640 135034092 4294956112 18446744073709551615 134543255 0 0 4096 3 0 0 0 17 0 0 0
/proc/21509/statm: 7079 5968 50 127 0 6949 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33672

[startup+0.301602 s]
/proc/loadavg: 1.06 1.03 1.00 3/64 21508
/proc/meminfo: memFree=1082888/2055920 swapFree=4191900/4192956
[pid=21508] ppid=21506 vsize=5356 CPUtime=0
/proc/21508/stat : 21508 (lysat.sh) S 21506 21508 21441 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152401295 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21508/statm: 1339 235 195 169 0 50 0
[pid=21509] ppid=21508 vsize=50964 CPUtime=0.29
/proc/21509/stat : 21509 (SatElite) R 21508 21508 21441 0 -1 4194304 11598 0 0 0 24 5 0 0 21 0 1 0 152401296 52187136 11414 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/21509/statm: 12741 11414 50 127 0 12611 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 56320

[startup+0.702638 s]
/proc/loadavg: 1.06 1.03 1.00 3/64 21508
/proc/meminfo: memFree=1082888/2055920 swapFree=4191900/4192956
[pid=21508] ppid=21506 vsize=5356 CPUtime=0
/proc/21508/stat : 21508 (lysat.sh) S 21506 21508 21441 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152401295 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21508/statm: 1339 235 195 169 0 50 0
[pid=21509] ppid=21508 vsize=71492 CPUtime=0.69
/proc/21509/stat : 21509 (SatElite) R 21508 21508 21441 0 -1 4194304 16611 0 0 0 59 10 0 0 25 0 1 0 152401296 73207808 16427 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/21509/statm: 17873 16428 50 127 0 17743 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 76848

[startup+1.50271 s]
/proc/loadavg: 1.06 1.02 1.00 2/66 21510
/proc/meminfo: memFree=998456/2055920 swapFree=4191900/4192956
[pid=21508] ppid=21506 vsize=5356 CPUtime=0
/proc/21508/stat : 21508 (lysat.sh) S 21506 21508 21441 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152401295 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21508/statm: 1339 235 195 169 0 50 0
[pid=21509] ppid=21508 vsize=167012 CPUtime=1.49
/proc/21509/stat : 21509 (SatElite) R 21508 21508 21441 0 -1 4194304 37906 0 0 0 125 24 0 0 25 0 1 0 152401296 171020288 37722 1992294400 134512640 135034092 4294956112 18446744073709551615 134542692 0 0 4096 3 0 0 0 17 0 0 0
/proc/21509/statm: 41753 37722 51 127 0 41623 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 172368

[startup+3.10184 s]
/proc/loadavg: 1.06 1.02 1.00 2/66 21510
/proc/meminfo: memFree=923768/2055920 swapFree=4191900/4192956
[pid=21508] ppid=21506 vsize=5356 CPUtime=0
/proc/21508/stat : 21508 (lysat.sh) S 21506 21508 21441 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152401295 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21508/statm: 1339 235 195 169 0 50 0
[pid=21509] ppid=21508 vsize=197128 CPUtime=3.09
/proc/21509/stat : 21509 (SatElite) R 21508 21508 21441 0 -1 4194304 48516 0 0 0 278 31 0 0 25 0 1 0 152401296 201859072 44226 1992294400 134512640 135034092 4294956112 18446744073709551615 134566720 0 0 4096 3 0 0 0 17 0 0 0
/proc/21509/statm: 49282 44226 68 127 0 49152 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 202484

[startup+6.30112 s]
/proc/loadavg: 1.05 1.02 1.00 2/66 21510
/proc/meminfo: memFree=886328/2055920 swapFree=4191900/4192956
[pid=21508] ppid=21506 vsize=5356 CPUtime=0
/proc/21508/stat : 21508 (lysat.sh) S 21506 21508 21441 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152401295 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21508/statm: 1339 235 195 169 0 50 0
[pid=21509] ppid=21508 vsize=232820 CPUtime=6.28
/proc/21509/stat : 21509 (SatElite) R 21508 21508 21441 0 -1 4194304 55988 0 0 0 593 35 0 0 25 0 1 0 152401296 238407680 50814 1992294400 134512640 135034092 4294956112 18446744073709551615 134569611 0 0 4096 3 0 0 0 17 0 0 0
/proc/21509/statm: 58205 50814 68 127 0 58075 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 238176

[startup+12.7017 s]
/proc/loadavg: 1.05 1.02 1.00 2/66 21511
/proc/meminfo: memFree=1022912/2055920 swapFree=4191900/4192956
[pid=21508] ppid=21506 vsize=5356 CPUtime=11.71
/proc/21508/stat : 21508 (lysat.sh) S 21506 21508 21441 0 -1 4194304 310 63155 0 0 0 0 1118 53 16 0 1 0 152401295 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21508/statm: 1339 237 195 169 0 50 0
[pid=21511] ppid=21508 vsize=84056 CPUtime=0.97
/proc/21511/stat : 21511 (LySATi) R 21508 21508 21441 0 -1 4194304 19261 0 0 0 86 11 0 0 25 0 1 0 152402467 86073344 19225 1992294400 134512640 135226915 4294956224 18446744073709551615 134732934 0 0 4096 3 0 0 0 17 1 0 0
/proc/21511/statm: 21014 19225 77 174 0 20837 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 89412

[startup+25.5018 s]
/proc/loadavg: 1.10 1.04 1.01 2/66 21511
/proc/meminfo: memFree=965376/2055920 swapFree=4191900/4192956
[pid=21508] ppid=21506 vsize=5356 CPUtime=11.71
/proc/21508/stat : 21508 (lysat.sh) S 21506 21508 21441 0 -1 4194304 310 63155 0 0 0 0 1118 53 16 0 1 0 152401295 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21508/statm: 1339 237 195 169 0 50 0
[pid=21511] ppid=21508 vsize=90560 CPUtime=13.76
/proc/21511/stat : 21511 (LySATi) R 21508 21508 21441 0 -1 4194304 20887 0 0 0 1364 12 0 0 25 0 1 0 152402467 92733440 20851 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/21511/statm: 22640 20851 81 174 0 22463 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 95916

[startup+51.102 s]
/proc/loadavg: 1.07 1.03 1.00 2/66 21511
/proc/meminfo: memFree=963840/2055920 swapFree=4191900/4192956
[pid=21508] ppid=21506 vsize=5356 CPUtime=11.71
/proc/21508/stat : 21508 (lysat.sh) S 21506 21508 21441 0 -1 4194304 310 63155 0 0 0 0 1118 53 16 0 1 0 152401295 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21508/statm: 1339 237 195 169 0 50 0
[pid=21511] ppid=21508 vsize=92400 CPUtime=39.33
/proc/21511/stat : 21511 (LySATi) R 21508 21508 21441 0 -1 4194304 21299 0 0 0 3920 13 0 0 25 0 1 0 152402467 94617600 21263 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/21511/statm: 23100 21263 81 174 0 22923 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 97756

[startup+102.306 s]
/proc/loadavg: 1.03 1.03 1.00 2/66 21511
/proc/meminfo: memFree=961152/2055920 swapFree=4191900/4192956
[pid=21508] ppid=21506 vsize=5356 CPUtime=11.71
/proc/21508/stat : 21508 (lysat.sh) S 21506 21508 21441 0 -1 4194304 310 63155 0 0 0 0 1118 53 16 0 1 0 152401295 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21508/statm: 1339 237 195 169 0 50 0
[pid=21511] ppid=21508 vsize=95256 CPUtime=90.49
/proc/21511/stat : 21511 (LySATi) R 21508 21508 21441 0 -1 4194304 22015 0 0 0 9035 14 0 0 25 0 1 0 152402467 97542144 21979 1992294400 134512640 135226915 4294956224 18446744073709551615 134536847 0 0 4096 3 0 0 0 17 0 0 0
/proc/21511/statm: 23814 21979 81 174 0 23637 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 100612

[startup+162.302 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 21511
/proc/meminfo: memFree=954688/2055920 swapFree=4191900/4192956
[pid=21508] ppid=21506 vsize=5356 CPUtime=11.71
/proc/21508/stat : 21508 (lysat.sh) S 21506 21508 21441 0 -1 4194304 310 63155 0 0 0 0 1118 53 16 0 1 0 152401295 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21508/statm: 1339 237 195 169 0 50 0
[pid=21511] ppid=21508 vsize=101812 CPUtime=150.46
/proc/21511/stat : 21511 (LySATi) R 21508 21508 21441 0 -1 4194304 23632 0 0 0 15031 15 0 0 25 0 1 0 152402467 104255488 23596 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/21511/statm: 25453 23596 81 174 0 25276 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 107168

[startup+222.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 21511
/proc/meminfo: memFree=950528/2055920 swapFree=4191900/4192956
[pid=21508] ppid=21506 vsize=5356 CPUtime=11.71
/proc/21508/stat : 21508 (lysat.sh) S 21506 21508 21441 0 -1 4194304 310 63155 0 0 0 0 1118 53 16 0 1 0 152401295 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21508/statm: 1339 237 195 169 0 50 0
[pid=21511] ppid=21508 vsize=106008 CPUtime=210.44
/proc/21511/stat : 21511 (LySATi) R 21508 21508 21441 0 -1 4194304 24696 0 0 0 21027 17 0 0 25 0 1 0 152402467 108552192 24660 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/21511/statm: 26502 24660 81 174 0 26325 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 111364

[startup+282.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 21511
/proc/meminfo: memFree=948480/2055920 swapFree=4191900/4192956
[pid=21508] ppid=21506 vsize=5356 CPUtime=11.71
/proc/21508/stat : 21508 (lysat.sh) S 21506 21508 21441 0 -1 4194304 310 63155 0 0 0 0 1118 53 16 0 1 0 152401295 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21508/statm: 1339 237 195 169 0 50 0
[pid=21511] ppid=21508 vsize=107968 CPUtime=270.41
/proc/21511/stat : 21511 (LySATi) R 21508 21508 21441 0 -1 4194304 25203 0 0 0 27024 17 0 0 25 0 1 0 152402467 110559232 25167 1992294400 134512640 135226915 4294956224 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 0 0 0
/proc/21511/statm: 26992 25167 81 174 0 26815 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 113324

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21511
/proc/meminfo: memFree=939776/2055920 swapFree=4191900/4192956
[pid=21508] ppid=21506 vsize=5356 CPUtime=11.71
/proc/21508/stat : 21508 (lysat.sh) S 21506 21508 21441 0 -1 4194304 310 63155 0 0 0 0 1118 53 16 0 1 0 152401295 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21508/statm: 1339 237 195 169 0 50 0
[pid=21511] ppid=21508 vsize=116860 CPUtime=330.38
/proc/21511/stat : 21511 (LySATi) R 21508 21508 21441 0 -1 4194304 27395 0 0 0 33019 19 0 0 25 0 1 0 152402467 119664640 27359 1992294400 134512640 135226915 4294956224 18446744073709551615 134525807 0 0 4096 3 0 0 0 17 0 0 0
/proc/21511/statm: 29215 27359 81 174 0 29038 0
Current children cumulated CPU time (s) 342.09

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

/proc/21511/statm: 42646 40639 81 174 0 42469 0
Current children cumulated CPU time (s) 5679.79
Current children cumulated vsize (KiB) 175940

[startup+5742.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21525
/proc/meminfo: memFree=886208/2055920 swapFree=4191900/4192956
[pid=21508] ppid=21506 vsize=5356 CPUtime=11.71
/proc/21508/stat : 21508 (lysat.sh) S 21506 21508 21441 0 -1 4194304 310 63155 0 0 0 0 1118 53 16 0 1 0 152401295 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21508/statm: 1339 237 195 169 0 50 0
[pid=21511] ppid=21508 vsize=170916 CPUtime=5728.03
/proc/21511/stat : 21511 (LySATi) R 21508 21508 21441 0 -1 4194304 40695 0 0 0 572764 39 0 0 25 0 1 0 152402467 175017984 40659 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/21511/statm: 42729 40659 81 174 0 42552 0
Current children cumulated CPU time (s) 5739.74
Current children cumulated vsize (KiB) 176272

[startup+5802.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21525
/proc/meminfo: memFree=886080/2055920 swapFree=4191900/4192956
[pid=21508] ppid=21506 vsize=5356 CPUtime=11.71
/proc/21508/stat : 21508 (lysat.sh) S 21506 21508 21441 0 -1 4194304 310 63155 0 0 0 0 1118 53 16 0 1 0 152401295 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21508/statm: 1339 237 195 169 0 50 0
[pid=21511] ppid=21508 vsize=171104 CPUtime=5788
/proc/21511/stat : 21511 (LySATi) R 21508 21508 21441 0 -1 4194304 40737 0 0 0 578761 39 0 0 25 0 1 0 152402467 175210496 40701 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/21511/statm: 42776 40701 81 174 0 42599 0
Current children cumulated CPU time (s) 5799.71
Current children cumulated vsize (KiB) 176460

[startup+5862.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21525
/proc/meminfo: memFree=885952/2055920 swapFree=4191900/4192956
[pid=21508] ppid=21506 vsize=5356 CPUtime=11.71
/proc/21508/stat : 21508 (lysat.sh) S 21506 21508 21441 0 -1 4194304 310 63155 0 0 0 0 1118 53 16 0 1 0 152401295 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21508/statm: 1339 237 195 169 0 50 0
[pid=21511] ppid=21508 vsize=171104 CPUtime=5847.98
/proc/21511/stat : 21511 (LySATi) R 21508 21508 21441 0 -1 4194304 40749 0 0 0 584759 39 0 0 25 0 1 0 152402467 175210496 40713 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/21511/statm: 42776 40713 81 174 0 42599 0
Current children cumulated CPU time (s) 5859.69
Current children cumulated vsize (KiB) 176460

[startup+5922.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21525
/proc/meminfo: memFree=885696/2055920 swapFree=4191900/4192956
[pid=21508] ppid=21506 vsize=5356 CPUtime=11.71
/proc/21508/stat : 21508 (lysat.sh) S 21506 21508 21441 0 -1 4194304 310 63155 0 0 0 0 1118 53 16 0 1 0 152401295 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21508/statm: 1339 237 195 169 0 50 0
[pid=21511] ppid=21508 vsize=171464 CPUtime=5907.96
/proc/21511/stat : 21511 (LySATi) R 21508 21508 21441 0 -1 4194304 40830 0 0 0 590757 39 0 0 25 0 1 0 152402467 175579136 40794 1992294400 134512640 135226915 4294956224 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 0 0 0
/proc/21511/statm: 42866 40794 81 174 0 42689 0
Current children cumulated CPU time (s) 5919.67
Current children cumulated vsize (KiB) 176820

[startup+5982.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21525
/proc/meminfo: memFree=883072/2055920 swapFree=4191900/4192956
[pid=21508] ppid=21506 vsize=5356 CPUtime=11.71
/proc/21508/stat : 21508 (lysat.sh) S 21506 21508 21441 0 -1 4194304 310 63155 0 0 0 0 1118 53 16 0 1 0 152401295 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21508/statm: 1339 237 195 169 0 50 0
[pid=21511] ppid=21508 vsize=174128 CPUtime=5967.94
/proc/21511/stat : 21511 (LySATi) R 21508 21508 21441 0 -1 4194304 41498 0 0 0 596754 40 0 0 25 0 1 0 152402467 178307072 41462 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/21511/statm: 43532 41462 81 174 0 43355 0
Current children cumulated CPU time (s) 5979.65
Current children cumulated vsize (KiB) 179484

[startup+6042.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21525
/proc/meminfo: memFree=879872/2055920 swapFree=4191900/4192956
[pid=21508] ppid=21506 vsize=5356 CPUtime=11.71
/proc/21508/stat : 21508 (lysat.sh) S 21506 21508 21441 0 -1 4194304 310 63155 0 0 0 0 1118 53 16 0 1 0 152401295 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21508/statm: 1339 237 195 169 0 50 0
[pid=21511] ppid=21508 vsize=177324 CPUtime=6027.92
/proc/21511/stat : 21511 (LySATi) R 21508 21508 21441 0 -1 4194304 42302 0 0 0 602751 41 0 0 25 0 1 0 152402467 181579776 42266 1992294400 134512640 135226915 4294956224 18446744073709551615 134536648 0 0 4096 3 0 0 0 17 0 0 0
/proc/21511/statm: 44331 42266 81 174 0 44154 0
Current children cumulated CPU time (s) 6039.63
Current children cumulated vsize (KiB) 182680

[startup+6102.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21525
/proc/meminfo: memFree=879360/2055920 swapFree=4191900/4192956
[pid=21508] ppid=21506 vsize=5356 CPUtime=11.71
/proc/21508/stat : 21508 (lysat.sh) S 21506 21508 21441 0 -1 4194304 310 63155 0 0 0 0 1118 53 16 0 1 0 152401295 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21508/statm: 1339 237 195 169 0 50 0
[pid=21511] ppid=21508 vsize=177716 CPUtime=6087.89
/proc/21511/stat : 21511 (LySATi) R 21508 21508 21441 0 -1 4194304 42414 0 0 0 608748 41 0 0 25 0 1 0 152402467 181981184 42378 1992294400 134512640 135226915 4294956224 18446744073709551615 134536938 0 0 4096 3 0 0 0 17 0 0 0
/proc/21511/statm: 44429 42378 81 174 0 44252 0
Current children cumulated CPU time (s) 6099.6
Current children cumulated vsize (KiB) 183072

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

[startup+6118.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21525
/proc/meminfo: memFree=879360/2055920 swapFree=4191900/4192956
[pid=21508] ppid=21506 vsize=5356 CPUtime=11.71
/proc/21508/stat : 21508 (lysat.sh) S 21506 21508 21441 0 -1 4194304 310 63155 0 0 0 0 1118 53 16 0 1 0 152401295 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21508/statm: 1339 237 195 169 0 50 0
[pid=21511] ppid=21508 vsize=177716 CPUtime=6103.88
/proc/21511/stat : 21511 (LySATi) R 21508 21508 21441 0 -1 4194304 42414 0 0 0 610347 41 0 0 25 0 1 0 152402467 181981184 42378 1992294400 134512640 135226915 4294956224 18446744073709551615 134525819 0 0 4096 3 0 0 0 17 0 0 0
/proc/21511/statm: 44429 42378 81 174 0 44252 0
Current children cumulated CPU time (s) 6115.59
Current children cumulated vsize (KiB) 183072

[startup+6131.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21525
/proc/meminfo: memFree=879360/2055920 swapFree=4191900/4192956
[pid=21508] ppid=21506 vsize=5356 CPUtime=11.71
/proc/21508/stat : 21508 (lysat.sh) S 21506 21508 21441 0 -1 4194304 310 63155 0 0 0 0 1118 53 16 0 1 0 152401295 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21508/statm: 1339 237 195 169 0 50 0
[pid=21511] ppid=21508 vsize=177716 CPUtime=6116.68
/proc/21511/stat : 21511 (LySATi) R 21508 21508 21441 0 -1 4194304 42414 0 0 0 611627 41 0 0 25 0 1 0 152402467 181981184 42378 1992294400 134512640 135226915 4294956224 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 0 0 0
/proc/21511/statm: 44429 42378 81 174 0 44252 0
Current children cumulated CPU time (s) 6128.39
Current children cumulated vsize (KiB) 183072

[startup+6137.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21525
/proc/meminfo: memFree=879360/2055920 swapFree=4191900/4192956
[pid=21508] ppid=21506 vsize=5356 CPUtime=11.71
/proc/21508/stat : 21508 (lysat.sh) S 21506 21508 21441 0 -1 4194304 310 63155 0 0 0 0 1118 53 16 0 1 0 152401295 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21508/statm: 1339 237 195 169 0 50 0
[pid=21511] ppid=21508 vsize=177716 CPUtime=6123.08
/proc/21511/stat : 21511 (LySATi) R 21508 21508 21441 0 -1 4194304 42414 0 0 0 612267 41 0 0 25 0 1 0 152402467 181981184 42378 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/21511/statm: 44429 42378 81 174 0 44252 0
Current children cumulated CPU time (s) 6134.79
Current children cumulated vsize (KiB) 183072

[startup+6139.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21525
/proc/meminfo: memFree=879360/2055920 swapFree=4191900/4192956
[pid=21508] ppid=21506 vsize=5356 CPUtime=11.71
/proc/21508/stat : 21508 (lysat.sh) S 21506 21508 21441 0 -1 4194304 310 63155 0 0 0 0 1118 53 16 0 1 0 152401295 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21508/statm: 1339 237 195 169 0 50 0
[pid=21511] ppid=21508 vsize=177716 CPUtime=6124.68
/proc/21511/stat : 21511 (LySATi) R 21508 21508 21441 0 -1 4194304 42414 0 0 0 612427 41 0 0 25 0 1 0 152402467 181981184 42378 1992294400 134512640 135226915 4294956224 18446744073709551615 134538612 0 0 4096 3 0 0 0 17 0 0 0
/proc/21511/statm: 44429 42378 81 174 0 44252 0
Current children cumulated CPU time (s) 6136.39
Current children cumulated vsize (KiB) 183072

[startup+6140.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21525
/proc/meminfo: memFree=879360/2055920 swapFree=4191900/4192956
[pid=21508] ppid=21506 vsize=5356 CPUtime=11.71
/proc/21508/stat : 21508 (lysat.sh) S 21506 21508 21441 0 -1 4194304 310 63155 0 0 0 0 1118 53 16 0 1 0 152401295 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21508/statm: 1339 237 195 169 0 50 0
[pid=21511] ppid=21508 vsize=177872 CPUtime=6126.28
/proc/21511/stat : 21511 (LySATi) R 21508 21508 21441 0 -1 4194304 42426 0 0 0 612587 41 0 0 25 0 1 0 152402467 182140928 42390 1992294400 134512640 135226915 4294956224 18446744073709551615 134527027 0 0 4096 3 0 0 0 17 0 0 0
/proc/21511/statm: 44468 42390 81 174 0 44291 0
Current children cumulated CPU time (s) 6137.99
Current children cumulated vsize (KiB) 183228

[startup+6141.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21525
/proc/meminfo: memFree=879360/2055920 swapFree=4191900/4192956
[pid=21508] ppid=21506 vsize=5356 CPUtime=11.71
/proc/21508/stat : 21508 (lysat.sh) S 21506 21508 21441 0 -1 4194304 310 63155 0 0 0 0 1118 53 16 0 1 0 152401295 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21508/statm: 1339 237 195 169 0 50 0
[pid=21511] ppid=21508 vsize=177872 CPUtime=6126.68
/proc/21511/stat : 21511 (LySATi) R 21508 21508 21441 0 -1 4194304 42426 0 0 0 612627 41 0 0 25 0 1 0 152402467 182140928 42390 1992294400 134512640 135226915 4294956224 18446744073709551615 134527027 0 0 4096 3 0 0 0 17 0 0 0
/proc/21511/statm: 44468 42390 81 174 0 44291 0
Current children cumulated CPU time (s) 6138.39
Current children cumulated vsize (KiB) 183228

[startup+6141.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21525
/proc/meminfo: memFree=879360/2055920 swapFree=4191900/4192956
[pid=21508] ppid=21506 vsize=5360 CPUtime=6138.59
/proc/21508/stat : 21508 (lysat.sh) S 21506 21508 21441 0 -1 4194304 338 105588 0 0 0 0 613762 97 19 0 1 0 152401295 5488640 240 1992294400 4194304 4889804 548682068816 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21508/statm: 1340 240 196 169 0 51 0
Current children cumulated CPU time (s) 6138.59
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 6141.32
CPU time (s): 6138.63
CPU user time (s): 6137.63
CPU system time (s): 0.999848
CPU usage (%): 99.956
Max. virtual memory (cumulated for all children) (KiB): 238176

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

runsolver used 5.41518 second user time and 16.9214 second system time

The end

Launcher Data

Begin job on node31 at 2009-05-02 07:54:41
IDJOB=1774683
IDBENCH=70996
IDSOLVER=609
FILE ID=node31/1774683-1241243679
PBS_JOBID= 9224866
Free space on /tmp= 66440 MiB

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

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

MD5SUM BENCH= 28e85fc2a4586943a0ffdffa15206b58
RANDOM SEED=144646800

node31.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.213
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.213
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:       1083304 kB
Buffers:         82116 kB
Cached:         778584 kB
SwapCached:        384 kB
Active:         104896 kB
Inactive:       770124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1083304 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           32048 kB
Writeback:           0 kB
Mapped:          22768 kB
Slab:            83308 kB
Committed_AS:   656804 kB
PageTables:       1464 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66440 MiB
End job on node31 at 2009-05-02 09:37:03