Trace number 1720060

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 777.101 777.372

General information on the benchmark

Namemanol-pipe-c10nidw.cnf
MD5SUM943fd86d922b13236c21a74c4f82b6d0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark723.844
Satisfiable
(Un)Satisfiability was proved
Number of variables433601
Number of clauses1291714
Sum of the clauses size3013998
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2861142
Number of clauses of size 3430571
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
1.28/1.32	c ==============================================================================
1.28/1.32	c |           |     ORIGINAL     |              LEARNT              |          |
1.28/1.32	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.28/1.32	c ==============================================================================
1.28/1.32	c |         0 | 1291713  3013997 |  387513       0        0     nan |  0.000 % |
9.78/9.87	c |         0 |  547995  2160666 |      --       0       --      -- |     --   | -743716/-853326
9.78/9.88	c ==============================================================================
9.78/9.88	c Result  :   #vars: 68748   #clauses: 547995   #literals: 2160666
9.78/9.88	c CPU time:   9.35958 s
9.78/9.88	c ==============================================================================
10.78/10.88	c lySAT 0.1
10.78/10.88	c minisat core +  additionnal features
10.78/10.88	c ============================[ Problem Statistics ]=============================
10.78/10.88	c |                                                                             |
10.78/10.88	c |  Number of variables:  68748                                                |
10.78/10.88	c |  Number of clauses:    547995                                               |
11.26/11.32	c |  Parsing time:         0.39         s                                       |
777.01/777.32	c restarts              : 7553
777.01/777.32	c conflicts             : 1427819        (1864 /sec)
777.01/777.32	c decisions             : 10712830       (3.29 % random) (13986 /sec)
777.01/777.32	c euip                  : 40332       
777.01/777.32	c propagations          : 738356081      (963942 /sec)
777.01/777.32	c conflict literals     : 31148459       (21.32 % deleted)
777.01/777.32	c Memory used           : 97.52 MB
777.01/777.32	c CPU time              : 765.976 s
777.01/777.32	c 
777.01/777.33	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-1720060-1240652209/watcher-1720060-1240652209 -o /tmp/evaluation-result-1720060-1240652209/solver-1720060-1240652209 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1720060-1240652209.cnf i 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.03 3/64 19702
/proc/meminfo: memFree=1778424/2055920 swapFree=4181092/4192956
[pid=19702] ppid=19700 vsize=18576 CPUtime=0
/proc/19702/stat : 19702 (runsolver) R 19700 19702 19568 0 -1 4194368 16 0 0 0 0 0 0 0 22 0 1 0 93254596 19021824 292 1992294400 4194304 4302564 548682068496 18446744073709551615 269757246759 0 0 4096 24578 0 0 0 17 0 0 0
/proc/19702/statm: 4644 292 257 26 0 2626 0

[startup+0.10489 s]
/proc/loadavg: 1.00 1.00 1.03 3/64 19702
/proc/meminfo: memFree=1778424/2055920 swapFree=4181092/4192956
[pid=19702] ppid=19700 vsize=5356 CPUtime=0
/proc/19702/stat : 19702 (lysat.sh) S 19700 19702 19568 0 -1 4194304 286 0 0 0 0 0 0 0 22 0 1 0 93254596 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19702/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.2019 s]
/proc/loadavg: 1.00 1.00 1.03 3/64 19702
/proc/meminfo: memFree=1778424/2055920 swapFree=4181092/4192956
[pid=19702] ppid=19700 vsize=5356 CPUtime=0
/proc/19702/stat : 19702 (lysat.sh) S 19700 19702 19568 0 -1 4194304 286 0 0 0 0 0 0 0 22 0 1 0 93254596 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19702/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301913 s]
/proc/loadavg: 1.00 1.00 1.03 3/64 19702
/proc/meminfo: memFree=1778424/2055920 swapFree=4181092/4192956
[pid=19702] ppid=19700 vsize=5356 CPUtime=0
/proc/19702/stat : 19702 (lysat.sh) S 19700 19702 19568 0 -1 4194304 286 0 0 0 0 0 0 0 22 0 1 0 93254596 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19702/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701967 s]
/proc/loadavg: 1.00 1.00 1.03 3/64 19702
/proc/meminfo: memFree=1778424/2055920 swapFree=4181092/4192956
[pid=19702] ppid=19700 vsize=5356 CPUtime=0
/proc/19702/stat : 19702 (lysat.sh) S 19700 19702 19568 0 -1 4194304 286 0 0 0 0 0 0 0 22 0 1 0 93254596 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19702/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50106 s]
/proc/loadavg: 1.00 1.00 1.03 2/66 19704
/proc/meminfo: memFree=1639144/2055920 swapFree=4181092/4192956
[pid=19702] ppid=19700 vsize=5356 CPUtime=0
/proc/19702/stat : 19702 (lysat.sh) S 19700 19702 19568 0 -1 4194304 286 0 0 0 0 0 0 0 22 0 1 0 93254596 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19702/statm: 1339 235 195 169 0 50 0
[pid=19704] ppid=19702 vsize=190268 CPUtime=1.48
/proc/19704/stat : 19704 (SatElite) R 19702 19702 19568 0 -1 4194304 46866 0 0 0 122 26 0 0 25 0 1 0 93254596 194834432 43267 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/19704/statm: 47567 43267 68 127 0 47437 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 195624

[startup+3.10127 s]
/proc/loadavg: 1.00 1.00 1.03 2/66 19704
/proc/meminfo: memFree=1597160/2055920 swapFree=4181092/4192956
[pid=19702] ppid=19700 vsize=5356 CPUtime=0
/proc/19702/stat : 19702 (lysat.sh) S 19700 19702 19568 0 -1 4194304 286 0 0 0 0 0 0 0 22 0 1 0 93254596 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19702/statm: 1339 235 195 169 0 50 0
[pid=19704] ppid=19702 vsize=197360 CPUtime=3.08
/proc/19704/stat : 19704 (SatElite) R 19702 19702 19568 0 -1 4194304 48470 0 0 0 275 33 0 0 25 0 1 0 93254596 202096640 44871 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/19704/statm: 49340 44871 68 127 0 49210 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 202716

[startup+6.30169 s]
/proc/loadavg: 1.00 1.00 1.03 2/66 19704
/proc/meminfo: memFree=1566952/2055920 swapFree=4181092/4192956
[pid=19702] ppid=19700 vsize=5356 CPUtime=0
/proc/19702/stat : 19702 (lysat.sh) S 19700 19702 19568 0 -1 4194304 286 0 0 0 0 0 0 0 22 0 1 0 93254596 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19702/statm: 1339 235 195 169 0 50 0
[pid=19704] ppid=19702 vsize=209628 CPUtime=6.27
/proc/19704/stat : 19704 (SatElite) R 19702 19702 19568 0 -1 4194304 51143 0 0 0 585 42 0 0 25 0 1 0 93254596 214659072 47544 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/19704/statm: 52407 47544 68 127 0 52277 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 214984

[startup+12.7015 s]
/proc/loadavg: 1.00 1.00 1.03 2/66 19705
/proc/meminfo: memFree=1685800/2055920 swapFree=4181092/4192956
[pid=19702] ppid=19700 vsize=5356 CPUtime=10.86
/proc/19702/stat : 19702 (lysat.sh) S 19700 19702 19568 0 -1 4194304 310 56812 0 0 0 0 1025 61 16 0 1 0 93254596 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19702/statm: 1339 237 195 169 0 50 0
[pid=19705] ppid=19702 vsize=43892 CPUtime=1.8
/proc/19705/stat : 19705 (LySATi) R 19702 19702 19568 0 -1 4194304 10550 0 0 0 175 5 0 0 25 0 1 0 93255684 44945408 10526 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/19705/statm: 10973 10526 80 174 0 10796 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 49248

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 1.03 2/66 19705
/proc/meminfo: memFree=1680936/2055920 swapFree=4181092/4192956
[pid=19702] ppid=19700 vsize=5356 CPUtime=10.86
/proc/19702/stat : 19702 (lysat.sh) S 19700 19702 19568 0 -1 4194304 310 56812 0 0 0 0 1025 61 16 0 1 0 93254596 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19702/statm: 1339 237 195 169 0 50 0
[pid=19705] ppid=19702 vsize=48420 CPUtime=14.59
/proc/19705/stat : 19705 (LySATi) R 19702 19702 19568 0 -1 4194304 11622 0 0 0 1453 6 0 0 25 0 1 0 93255684 49582080 11598 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/19705/statm: 12105 11598 81 174 0 11928 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 53776

[startup+51.1016 s]
/proc/loadavg: 1.00 1.00 1.03 2/66 19705
/proc/meminfo: memFree=1678440/2055920 swapFree=4181092/4192956
[pid=19702] ppid=19700 vsize=5356 CPUtime=10.86
/proc/19702/stat : 19702 (lysat.sh) S 19700 19702 19568 0 -1 4194304 310 56812 0 0 0 0 1025 61 16 0 1 0 93254596 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19702/statm: 1339 237 195 169 0 50 0
[pid=19705] ppid=19702 vsize=50940 CPUtime=40.16
/proc/19705/stat : 19705 (LySATi) R 19702 19702 19568 0 -1 4194304 12274 0 0 0 4009 7 0 0 25 0 1 0 93255684 52162560 12250 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/19705/statm: 12735 12250 81 174 0 12558 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 56296

[startup+102.301 s]
/proc/loadavg: 1.00 1.00 1.02 2/66 19707
/proc/meminfo: memFree=1674920/2055920 swapFree=4181092/4192956
[pid=19702] ppid=19700 vsize=5356 CPUtime=10.86
/proc/19702/stat : 19702 (lysat.sh) S 19700 19702 19568 0 -1 4194304 310 56812 0 0 0 0 1025 61 16 0 1 0 93254596 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19702/statm: 1339 237 195 169 0 50 0
[pid=19705] ppid=19702 vsize=54428 CPUtime=91.35
/proc/19705/stat : 19705 (LySATi) R 19702 19702 19568 0 -1 4194304 13148 0 0 0 9127 8 0 0 25 0 1 0 93255684 55734272 13124 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/19705/statm: 13607 13124 81 174 0 13430 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 59784

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.01 2/66 19707
/proc/meminfo: memFree=1671848/2055920 swapFree=4181092/4192956
[pid=19702] ppid=19700 vsize=5356 CPUtime=10.86
/proc/19702/stat : 19702 (lysat.sh) S 19700 19702 19568 0 -1 4194304 310 56812 0 0 0 0 1025 61 16 0 1 0 93254596 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19702/statm: 1339 237 195 169 0 50 0
[pid=19705] ppid=19702 vsize=57560 CPUtime=151.33
/proc/19705/stat : 19705 (LySATi) R 19702 19702 19568 0 -1 4194304 13905 0 0 0 15124 9 0 0 25 0 1 0 93255684 58941440 13881 1992294400 134512640 135226915 4294956208 18446744073709551615 134537023 0 0 4096 3 0 0 0 17 1 0 0
/proc/19705/statm: 14390 13881 81 174 0 14213 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 62916

[startup+222.305 s]
/proc/loadavg: 1.00 1.00 1.01 2/66 19707
/proc/meminfo: memFree=1666536/2055920 swapFree=4181092/4192956
[pid=19702] ppid=19700 vsize=5356 CPUtime=10.86
/proc/19702/stat : 19702 (lysat.sh) S 19700 19702 19568 0 -1 4194304 310 56812 0 0 0 0 1025 61 16 0 1 0 93254596 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19702/statm: 1339 237 195 169 0 50 0
[pid=19705] ppid=19702 vsize=62988 CPUtime=211.31
/proc/19705/stat : 19705 (LySATi) R 19702 19702 19568 0 -1 4194304 15239 0 0 0 21121 10 0 0 25 0 1 0 93255684 64499712 15215 1992294400 134512640 135226915 4294956208 18446744073709551615 134732934 0 0 4096 3 0 0 0 17 1 0 0
/proc/19705/statm: 15747 15215 81 174 0 15570 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 68344

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19707
/proc/meminfo: memFree=1661480/2055920 swapFree=4181092/4192956
[pid=19702] ppid=19700 vsize=5356 CPUtime=10.86
/proc/19702/stat : 19702 (lysat.sh) S 19700 19702 19568 0 -1 4194304 310 56812 0 0 0 0 1025 61 16 0 1 0 93254596 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19702/statm: 1339 237 195 169 0 50 0
[pid=19705] ppid=19702 vsize=68112 CPUtime=271.29
/proc/19705/stat : 19705 (LySATi) R 19702 19702 19568 0 -1 4194304 16492 0 0 0 27117 12 0 0 25 0 1 0 93255684 69746688 16468 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/19705/statm: 17028 16468 81 174 0 16851 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 73468

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19707
/proc/meminfo: memFree=1655848/2055920 swapFree=4181092/4192956
[pid=19702] ppid=19700 vsize=5356 CPUtime=10.86
/proc/19702/stat : 19702 (lysat.sh) S 19700 19702 19568 0 -1 4194304 310 56812 0 0 0 0 1025 61 16 0 1 0 93254596 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19702/statm: 1339 237 195 169 0 50 0
[pid=19705] ppid=19702 vsize=73632 CPUtime=331.27
/proc/19705/stat : 19705 (LySATi) R 19702 19702 19568 0 -1 4194304 17890 0 0 0 33114 13 0 0 25 0 1 0 93255684 75399168 17866 1992294400 134512640 135226915 4294956208 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 1 0 0
/proc/19705/statm: 18408 17866 81 174 0 18231 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 78988

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19707
/proc/meminfo: memFree=1655848/2055920 swapFree=4181092/4192956
[pid=19702] ppid=19700 vsize=5356 CPUtime=10.86
/proc/19702/stat : 19702 (lysat.sh) S 19700 19702 19568 0 -1 4194304 310 56812 0 0 0 0 1025 61 16 0 1 0 93254596 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19702/statm: 1339 237 195 169 0 50 0
[pid=19705] ppid=19702 vsize=73632 CPUtime=391.25
/proc/19705/stat : 19705 (LySATi) R 19702 19702 19568 0 -1 4194304 17890 0 0 0 39112 13 0 0 25 0 1 0 93255684 75399168 17866 1992294400 134512640 135226915 4294956208 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 1 0 0
/proc/19705/statm: 18408 17866 81 174 0 18231 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 78988

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19707
/proc/meminfo: memFree=1651944/2055920 swapFree=4181092/4192956
[pid=19702] ppid=19700 vsize=5356 CPUtime=10.86
/proc/19702/stat : 19702 (lysat.sh) S 19700 19702 19568 0 -1 4194304 310 56812 0 0 0 0 1025 61 16 0 1 0 93254596 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19702/statm: 1339 237 195 169 0 50 0
[pid=19705] ppid=19702 vsize=77364 CPUtime=451.24
/proc/19705/stat : 19705 (LySATi) R 19702 19702 19568 0 -1 4194304 18865 0 0 0 45110 14 0 0 25 0 1 0 93255684 79220736 18841 1992294400 134512640 135226915 4294956208 18446744073709551615 134526548 0 0 4096 3 0 0 0 17 1 0 0
/proc/19705/statm: 19341 18841 81 174 0 19164 0
Current children cumulated CPU time (s) 462.1
Current children cumulated vsize (KiB) 82720

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19707
/proc/meminfo: memFree=1651880/2055920 swapFree=4181092/4192956
[pid=19702] ppid=19700 vsize=5356 CPUtime=10.86
/proc/19702/stat : 19702 (lysat.sh) S 19700 19702 19568 0 -1 4194304 310 56812 0 0 0 0 1025 61 16 0 1 0 93254596 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19702/statm: 1339 237 195 169 0 50 0
[pid=19705] ppid=19702 vsize=77548 CPUtime=511.22
/proc/19705/stat : 19705 (LySATi) R 19702 19702 19568 0 -1 4194304 18882 0 0 0 51108 14 0 0 25 0 1 0 93255684 79409152 18858 1992294400 134512640 135226915 4294956208 18446744073709551615 134536651 0 0 4096 3 0 0 0 17 1 0 0
/proc/19705/statm: 19387 18858 81 174 0 19210 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 82904

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19707
/proc/meminfo: memFree=1642856/2055920 swapFree=4181092/4192956
[pid=19702] ppid=19700 vsize=5356 CPUtime=10.86
/proc/19702/stat : 19702 (lysat.sh) S 19700 19702 19568 0 -1 4194304 310 56812 0 0 0 0 1025 61 16 0 1 0 93254596 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19702/statm: 1339 237 195 169 0 50 0
[pid=19705] ppid=19702 vsize=86752 CPUtime=571.2
/proc/19705/stat : 19705 (LySATi) R 19702 19702 19568 0 -1 4194304 21131 0 0 0 57104 16 0 0 25 0 1 0 93255684 88834048 21107 1992294400 134512640 135226915 4294956208 18446744073709551615 134537023 0 0 4096 3 0 0 0 17 1 0 0
/proc/19705/statm: 21688 21107 81 174 0 21511 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 92108

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19707
/proc/meminfo: memFree=1642792/2055920 swapFree=4181092/4192956
[pid=19702] ppid=19700 vsize=5356 CPUtime=10.86
/proc/19702/stat : 19702 (lysat.sh) S 19700 19702 19568 0 -1 4194304 310 56812 0 0 0 0 1025 61 16 0 1 0 93254596 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19702/statm: 1339 237 195 169 0 50 0
[pid=19705] ppid=19702 vsize=86900 CPUtime=631.18
/proc/19705/stat : 19705 (LySATi) R 19702 19702 19568 0 -1 4194304 21148 0 0 0 63102 16 0 0 25 0 1 0 93255684 88985600 21124 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/19705/statm: 21725 21124 81 174 0 21548 0
Current children cumulated CPU time (s) 642.04
Current children cumulated vsize (KiB) 92256

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19707
/proc/meminfo: memFree=1636008/2055920 swapFree=4181092/4192956
[pid=19702] ppid=19700 vsize=5356 CPUtime=10.86
/proc/19702/stat : 19702 (lysat.sh) S 19700 19702 19568 0 -1 4194304 310 56812 0 0 0 0 1025 61 16 0 1 0 93254596 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19702/statm: 1339 237 195 169 0 50 0
[pid=19705] ppid=19702 vsize=93652 CPUtime=691.17
/proc/19705/stat : 19705 (LySATi) R 19702 19702 19568 0 -1 4194304 22826 0 0 0 69099 18 0 0 25 0 1 0 93255684 95899648 22802 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/19705/statm: 23413 22802 81 174 0 23236 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 99008

[startup+762.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19707
/proc/meminfo: memFree=1631336/2055920 swapFree=4181092/4192956
[pid=19702] ppid=19700 vsize=5356 CPUtime=10.86
/proc/19702/stat : 19702 (lysat.sh) S 19700 19702 19568 0 -1 4194304 310 56812 0 0 0 0 1025 61 16 0 1 0 93254596 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19702/statm: 1339 237 195 169 0 50 0
[pid=19705] ppid=19702 vsize=98044 CPUtime=751.15
/proc/19705/stat : 19705 (LySATi) R 19702 19702 19568 0 -1 4194304 23964 0 0 0 75096 19 0 0 25 0 1 0 93255684 100397056 23940 1992294400 134512640 135226915 4294956208 18446744073709551615 134536772 0 0 4096 3 0 0 0 17 1 0 0
/proc/19705/statm: 24511 23940 81 174 0 24334 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 103400

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

[startup+768.002 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19707
/proc/meminfo: memFree=1631272/2055920 swapFree=4181092/4192956
[pid=19702] ppid=19700 vsize=5356 CPUtime=10.86
/proc/19702/stat : 19702 (lysat.sh) S 19700 19702 19568 0 -1 4194304 310 56812 0 0 0 0 1025 61 16 0 1 0 93254596 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19702/statm: 1339 237 195 169 0 50 0
[pid=19705] ppid=19702 vsize=98212 CPUtime=756.85
/proc/19705/stat : 19705 (LySATi) R 19702 19702 19568 0 -1 4194304 23986 0 0 0 75666 19 0 0 25 0 1 0 93255684 100569088 23962 1992294400 134512640 135226915 4294956208 18446744073709551615 134538588 0 0 4096 3 0 0 0 17 1 0 0
/proc/19705/statm: 24553 23962 81 174 0 24376 0
Current children cumulated CPU time (s) 767.71
Current children cumulated vsize (KiB) 103568

[startup+771.205 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19707
/proc/meminfo: memFree=1631016/2055920 swapFree=4181092/4192956
[pid=19702] ppid=19700 vsize=5356 CPUtime=10.86
/proc/19702/stat : 19702 (lysat.sh) S 19700 19702 19568 0 -1 4194304 310 56812 0 0 0 0 1025 61 16 0 1 0 93254596 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19702/statm: 1339 237 195 169 0 50 0
[pid=19705] ppid=19702 vsize=98368 CPUtime=760.05
/proc/19705/stat : 19705 (LySATi) R 19702 19702 19568 0 -1 4194304 24054 0 0 0 75986 19 0 0 25 0 1 0 93255684 100728832 24030 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/19705/statm: 24592 24030 81 174 0 24415 0
Current children cumulated CPU time (s) 770.91
Current children cumulated vsize (KiB) 103724

[startup+774.402 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19707
/proc/meminfo: memFree=1630248/2055920 swapFree=4181092/4192956
[pid=19702] ppid=19700 vsize=5356 CPUtime=10.86
/proc/19702/stat : 19702 (lysat.sh) S 19700 19702 19568 0 -1 4194304 310 56812 0 0 0 0 1025 61 16 0 1 0 93254596 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19702/statm: 1339 237 195 169 0 50 0
[pid=19705] ppid=19702 vsize=99132 CPUtime=763.26
/proc/19705/stat : 19705 (LySATi) R 19702 19702 19568 0 -1 4194304 24237 0 0 0 76306 20 0 0 25 0 1 0 93255684 101511168 24213 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/19705/statm: 24783 24213 81 174 0 24606 0
Current children cumulated CPU time (s) 774.12
Current children cumulated vsize (KiB) 104488

[startup+776.002 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19707
/proc/meminfo: memFree=1630056/2055920 swapFree=4181092/4192956
[pid=19702] ppid=19700 vsize=5356 CPUtime=10.86
/proc/19702/stat : 19702 (lysat.sh) S 19700 19702 19568 0 -1 4194304 310 56812 0 0 0 0 1025 61 16 0 1 0 93254596 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19702/statm: 1339 237 195 169 0 50 0
[pid=19705] ppid=19702 vsize=99512 CPUtime=764.85
/proc/19705/stat : 19705 (LySATi) R 19702 19702 19568 0 -1 4194304 24301 0 0 0 76465 20 0 0 25 0 1 0 93255684 101900288 24277 1992294400 134512640 135226915 4294956208 18446744073709551615 134537123 0 0 4096 3 0 0 0 17 1 0 0
/proc/19705/statm: 24878 24277 81 174 0 24701 0
Current children cumulated CPU time (s) 775.71
Current children cumulated vsize (KiB) 104868

[startup+776.802 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19707
/proc/meminfo: memFree=1629864/2055920 swapFree=4181092/4192956
[pid=19702] ppid=19700 vsize=5356 CPUtime=10.86
/proc/19702/stat : 19702 (lysat.sh) S 19700 19702 19568 0 -1 4194304 310 56812 0 0 0 0 1025 61 16 0 1 0 93254596 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19702/statm: 1339 237 195 169 0 50 0
[pid=19705] ppid=19702 vsize=99512 CPUtime=765.65
/proc/19705/stat : 19705 (LySATi) R 19702 19702 19568 0 -1 4194304 24331 0 0 0 76545 20 0 0 25 0 1 0 93255684 101900288 24307 1992294400 134512640 135226915 4294956208 18446744073709551615 134536938 0 0 4096 3 0 0 0 17 1 0 0
/proc/19705/statm: 24878 24307 81 174 0 24701 0
Current children cumulated CPU time (s) 776.51
Current children cumulated vsize (KiB) 104868

[startup+777.201 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19707
/proc/meminfo: memFree=1629864/2055920 swapFree=4181092/4192956
[pid=19702] ppid=19700 vsize=5356 CPUtime=10.86
/proc/19702/stat : 19702 (lysat.sh) S 19700 19702 19568 0 -1 4194304 310 56812 0 0 0 0 1025 61 16 0 1 0 93254596 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19702/statm: 1339 237 195 169 0 50 0
[pid=19705] ppid=19702 vsize=99704 CPUtime=766.05
/proc/19705/stat : 19705 (LySATi) R 19702 19702 19568 0 -1 4194304 24353 0 0 0 76585 20 0 0 25 0 1 0 93255684 102096896 24329 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/19705/statm: 24926 24329 81 174 0 24749 0
Current children cumulated CPU time (s) 776.91
Current children cumulated vsize (KiB) 105060

[startup+777.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19707
/proc/meminfo: memFree=1629864/2055920 swapFree=4181092/4192956
[pid=19702] ppid=19700 vsize=5356 CPUtime=10.86
/proc/19702/stat : 19702 (lysat.sh) S 19700 19702 19568 0 -1 4194304 310 56812 0 0 0 0 1025 61 16 0 1 0 93254596 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19702/statm: 1339 237 195 169 0 50 0
[pid=19705] ppid=19702 vsize=99860 CPUtime=766.15
/proc/19705/stat : 19705 (LySATi) R 19702 19702 19568 0 -1 4194304 24372 0 0 0 76595 20 0 0 25 0 1 0 93255684 102256640 24348 1992294400 134512640 135226915 4294956208 18446744073709551615 134537299 0 0 4096 3 0 0 0 17 1 0 0
/proc/19705/statm: 24965 24348 81 174 0 24788 0
Current children cumulated CPU time (s) 777.01
Current children cumulated vsize (KiB) 105216

Child status: 20
Real time (s): 777.372
CPU time (s): 777.101
CPU user time (s): 776.236
CPU system time (s): 0.864868
CPU usage (%): 99.9651
Max. virtual memory (cumulated for all children) (KiB): 222376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 776.236
system time used= 0.864868
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81657
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41
involuntary context switches= 1711

runsolver used 0.876866 second user time and 1.9437 second system time

The end

Launcher Data

Begin job on node13 at 2009-04-25 11:36:51
IDJOB=1720060
IDBENCH=69591
IDSOLVER=511
FILE ID=node13/1720060-1240652209
PBS_JOBID= 9186522
Free space on /tmp= 66196 MiB

SOLVER NAME= LySAT i/2009-03-20
BENCH NAME= SAT_RACE08/cnf/manol-pipe-c10nidw.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1720060-1240652209/watcher-1720060-1240652209 -o /tmp/evaluation-result-1720060-1240652209/solver-1720060-1240652209 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1720060-1240652209.cnf i

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

MD5SUM BENCH= 943fd86d922b13236c21a74c4f82b6d0
RANDOM SEED=815410818

node13.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.227
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.227
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:       1778904 kB
Buffers:         15128 kB
Cached:         188256 kB
SwapCached:       5580 kB
Active:          68028 kB
Inactive:       143348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1778904 kB
SwapTotal:     4192956 kB
SwapFree:      4181092 kB
Dirty:           25800 kB
Writeback:           0 kB
Mapped:          13432 kB
Slab:            51576 kB
Committed_AS:   287376 kB
PageTables:       1460 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= 66196 MiB
End job on node13 at 2009-04-25 11:49:49