Trace number 1825032

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 c/2009-03-20UNSAT 2197.93 2198.89

General information on the benchmark

Namecrafted/Difficult/contest-02-03-04/
contest03-SGI_30_50_30_20_3-dir.sat05-440.reshuffled-07.cnf
MD5SUM4a0cf034172f796c42342e79509e3449
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark334.451
Satisfiable
(Un)Satisfiability was proved
Number of variables900
Number of clauses71378
Sum of the clauses size143596
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 271348
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 530

Solver Data

0.00/0.00	c Parsing...
0.00/0.04	c ==============================================================================
0.00/0.04	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.04	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.04	c ==============================================================================
0.00/0.04	c |         0 |   71378   143596 |   21413       0        0     nan |  0.000 % |
0.59/0.69	c |         0 |   70478   203615 |      --       0       --      -- |     --   | -900/60019
0.59/0.69	c ==============================================================================
0.59/0.69	c Result  :   #vars: 870   #clauses: 70478   #literals: 203615
0.59/0.69	c CPU time:   0.686895 s
0.59/0.69	c ==============================================================================
0.69/0.77	This is MiniSat 2.0 beta
0.69/0.77	WARNING: for repeatability, setting FPU to use double precision
0.69/0.77	============================[ Problem Statistics ]=============================
0.69/0.77	|                                                                             |
0.69/0.77	|  Number of variables:  870                                                  |
0.69/0.77	|  Number of clauses:    70478                                                |
0.75/0.81	|  Parsing time:         0.04         s                                       |
2197.83/2198.86	restarts              : 22
2197.83/2198.86	conflicts             : 1086453        (495 /sec)
2197.83/2198.86	decisions             : 1442327        (1.17 % random) (657 /sec)
2197.83/2198.86	propagations          : 95885552       (43646 /sec)
2197.83/2198.86	conflict literals     : 118824071      (25.21 % deleted)
2197.83/2198.86	Memory used           : 94.72 MB
2197.83/2198.86	CPU time              : 2196.9 s
2197.83/2198.86	
2197.83/2198.86	UNSATISFIABLE
2197.83/2198.87	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1825032-1242490896/watcher-1825032-1242490896 -o /tmp/evaluation-result-1825032-1242490896/solver-1825032-1242490896 -C 5000 -W 6000 -M 1800 lysat.sh HOME/instance-1825032-1242490896.cnf c 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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.00 1.00 3/64 23700
/proc/meminfo: memFree=1111016/2055920 swapFree=4176980/4192956
[pid=23700] ppid=23698 vsize=5356 CPUtime=0
/proc/23700/stat : 23700 (lysat.sh) S 23698 23700 23611 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 277122954 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23700/statm: 1339 235 195 169 0 50 0
[pid=23701] ppid=23700 vsize=824 CPUtime=0
/proc/23701/stat : 23701 (SatElite) R 23700 23700 23611 0 -1 4194304 140 0 0 0 0 0 0 0 19 0 1 0 277122954 843776 124 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/23701/statm: 206 125 50 127 0 76 0

[startup+0.0629559 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 23700
/proc/meminfo: memFree=1111016/2055920 swapFree=4176980/4192956
[pid=23700] ppid=23698 vsize=5356 CPUtime=0
/proc/23700/stat : 23700 (lysat.sh) S 23698 23700 23611 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 277122954 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23700/statm: 1339 235 195 169 0 50 0
[pid=23701] ppid=23700 vsize=5308 CPUtime=0.05
/proc/23701/stat : 23701 (SatElite) R 23700 23700 23611 0 -1 4194304 1147 0 0 0 5 0 0 0 19 0 1 0 277122954 5435392 1131 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/23701/statm: 1327 1131 68 127 0 1197 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10664

[startup+0.10196 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 23700
/proc/meminfo: memFree=1111016/2055920 swapFree=4176980/4192956
[pid=23700] ppid=23698 vsize=5356 CPUtime=0
/proc/23700/stat : 23700 (lysat.sh) S 23698 23700 23611 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 277122954 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23700/statm: 1339 235 195 169 0 50 0
[pid=23701] ppid=23700 vsize=6824 CPUtime=0.09
/proc/23701/stat : 23701 (SatElite) R 23700 23700 23611 0 -1 4194304 1372 0 0 0 9 0 0 0 19 0 1 0 277122954 6987776 1356 1992294400 134512640 135034092 4294956112 18446744073709551615 134582444 0 0 4096 3 0 0 0 17 0 0 0
/proc/23701/statm: 1706 1356 68 127 0 1576 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12180

[startup+0.30198 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 23700
/proc/meminfo: memFree=1111016/2055920 swapFree=4176980/4192956
[pid=23700] ppid=23698 vsize=5356 CPUtime=0
/proc/23700/stat : 23700 (lysat.sh) S 23698 23700 23611 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 277122954 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23700/statm: 1339 235 195 169 0 50 0
[pid=23701] ppid=23700 vsize=7360 CPUtime=0.29
/proc/23701/stat : 23701 (SatElite) R 23700 23700 23611 0 -1 4194304 1480 0 0 0 29 0 0 0 21 0 1 0 277122954 7536640 1464 1992294400 134512640 135034092 4294956112 18446744073709551615 134569571 0 0 4096 3 0 0 0 17 0 0 0
/proc/23701/statm: 1840 1464 68 127 0 1710 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12716

[startup+0.702022 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 23700
/proc/meminfo: memFree=1111016/2055920 swapFree=4176980/4192956
[pid=23700] ppid=23698 vsize=5356 CPUtime=0
/proc/23700/stat : 23700 (lysat.sh) S 23698 23700 23611 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 277122954 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23700/statm: 1339 235 195 169 0 50 0
[pid=23701] ppid=23700 vsize=6164 CPUtime=0.69
/proc/23701/stat : 23701 (SatElite) R 23700 23700 23611 0 -1 4194304 1483 0 0 0 69 0 0 0 25 0 1 0 277122954 6311936 1314 1992294400 134512640 135034092 4294956112 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/23701/statm: 1541 1314 69 127 0 1411 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 11520

[startup+1.5011 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23703
/proc/meminfo: memFree=1104856/2055920 swapFree=4176980/4192956
[pid=23700] ppid=23698 vsize=5356 CPUtime=0.75
/proc/23700/stat : 23700 (lysat.sh) S 23698 23700 23611 0 -1 4194304 310 1486 0 0 0 0 75 0 18 0 1 0 277122954 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23700/statm: 1339 237 195 169 0 50 0
[pid=23703] ppid=23700 vsize=6348 CPUtime=0.71
/proc/23703/stat : 23703 (LySATc) R 23700 23700 23611 0 -1 4194304 1467 0 0 0 71 0 0 0 23 0 1 0 277123031 6500352 1452 1992294400 134512640 135214827 4294956224 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 0 0 0
/proc/23703/statm: 1587 1452 77 171 0 1414 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 11704

[startup+3.10127 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23703
/proc/meminfo: memFree=1103128/2055920 swapFree=4176980/4192956
[pid=23700] ppid=23698 vsize=5356 CPUtime=0.75
/proc/23700/stat : 23700 (lysat.sh) S 23698 23700 23611 0 -1 4194304 310 1486 0 0 0 0 75 0 18 0 1 0 277122954 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23700/statm: 1339 237 195 169 0 50 0
[pid=23703] ppid=23700 vsize=8196 CPUtime=2.31
/proc/23703/stat : 23703 (LySATc) R 23700 23700 23611 0 -1 4194304 1920 0 0 0 230 1 0 0 25 0 1 0 277123031 8392704 1905 1992294400 134512640 135214827 4294956224 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 1 0 0
/proc/23703/statm: 2049 1905 77 171 0 1876 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 13552

[startup+6.30159 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23703
/proc/meminfo: memFree=1100632/2055920 swapFree=4176980/4192956
[pid=23700] ppid=23698 vsize=5356 CPUtime=0.75
/proc/23700/stat : 23700 (lysat.sh) S 23698 23700 23611 0 -1 4194304 310 1486 0 0 0 0 75 0 18 0 1 0 277122954 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23700/statm: 1339 237 195 169 0 50 0
[pid=23703] ppid=23700 vsize=10372 CPUtime=5.5
/proc/23703/stat : 23703 (LySATc) R 23700 23700 23611 0 -1 4194304 2460 0 0 0 549 1 0 0 25 0 1 0 277123031 10620928 2445 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/23703/statm: 2593 2445 77 171 0 2420 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 15728

[startup+12.7012 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23703
/proc/meminfo: memFree=1096472/2055920 swapFree=4176980/4192956
[pid=23700] ppid=23698 vsize=5356 CPUtime=0.75
/proc/23700/stat : 23700 (lysat.sh) S 23698 23700 23611 0 -1 4194304 310 1486 0 0 0 0 75 0 18 0 1 0 277122954 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23700/statm: 1339 237 195 169 0 50 0
[pid=23703] ppid=23700 vsize=14060 CPUtime=11.9
/proc/23703/stat : 23703 (LySATc) R 23700 23700 23611 0 -1 4194304 3367 0 0 0 1188 2 0 0 25 0 1 0 277123031 14397440 3352 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/23703/statm: 3515 3352 77 171 0 3342 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 19416

[startup+25.5015 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23703
/proc/meminfo: memFree=1091608/2055920 swapFree=4176980/4192956
[pid=23700] ppid=23698 vsize=5356 CPUtime=0.75
/proc/23700/stat : 23700 (lysat.sh) S 23698 23700 23611 0 -1 4194304 310 1486 0 0 0 0 75 0 18 0 1 0 277122954 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23700/statm: 1339 237 195 169 0 50 0
[pid=23703] ppid=23700 vsize=18904 CPUtime=24.71
/proc/23703/stat : 23703 (LySATc) R 23700 23700 23611 0 -1 4194304 4570 0 0 0 2467 4 0 0 25 0 1 0 277123031 19357696 4555 1992294400 134512640 135214827 4294956224 18446744073709551615 134529394 0 0 4096 3 0 0 0 17 0 0 0
/proc/23703/statm: 4726 4555 77 171 0 4553 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 24260

[startup+51.1012 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23703
/proc/meminfo: memFree=1087256/2055920 swapFree=4176980/4192956
[pid=23700] ppid=23698 vsize=5356 CPUtime=0.75
/proc/23700/stat : 23700 (lysat.sh) S 23698 23700 23611 0 -1 4194304 310 1486 0 0 0 0 75 0 18 0 1 0 277122954 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23700/statm: 1339 237 195 169 0 50 0
[pid=23703] ppid=23700 vsize=23324 CPUtime=50.3
/proc/23703/stat : 23703 (LySATc) R 23700 23700 23611 0 -1 4194304 5679 0 0 0 5025 5 0 0 25 0 1 0 277123031 23883776 5664 1992294400 134512640 135214827 4294956224 18446744073709551615 134529394 0 0 4096 3 0 0 0 17 0 0 0
/proc/23703/statm: 5831 5664 77 171 0 5658 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 28680

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23703
/proc/meminfo: memFree=1069592/2055920 swapFree=4176980/4192956
[pid=23700] ppid=23698 vsize=5356 CPUtime=0.75
/proc/23700/stat : 23700 (lysat.sh) S 23698 23700 23611 0 -1 4194304 310 1486 0 0 0 0 75 0 18 0 1 0 277122954 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23700/statm: 1339 237 195 169 0 50 0
[pid=23703] ppid=23700 vsize=40792 CPUtime=101.47
/proc/23703/stat : 23703 (LySATc) R 23700 23700 23611 0 -1 4194304 10037 0 0 0 10138 9 0 0 25 0 1 0 277123031 41771008 10022 1992294400 134512640 135214827 4294956224 18446744073709551615 134529248 0 0 4096 3 0 0 0 17 0 0 0
/proc/23703/statm: 10198 10022 77 171 0 10025 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 46148

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23703
/proc/meminfo: memFree=1054296/2055920 swapFree=4176980/4192956
[pid=23700] ppid=23698 vsize=5356 CPUtime=0.75
/proc/23700/stat : 23700 (lysat.sh) S 23698 23700 23611 0 -1 4194304 310 1486 0 0 0 0 75 0 18 0 1 0 277122954 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23700/statm: 1339 237 195 169 0 50 0
[pid=23703] ppid=23700 vsize=56192 CPUtime=161.45
/proc/23703/stat : 23703 (LySATc) R 23700 23700 23611 0 -1 4194304 13839 0 0 0 16132 13 0 0 25 0 1 0 277123031 57540608 13824 1992294400 134512640 135214827 4294956224 18446744073709551615 134529394 0 0 4096 3 0 0 0 17 0 0 0
/proc/23703/statm: 14048 13824 77 171 0 13875 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 61548

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23703
/proc/meminfo: memFree=1054232/2055920 swapFree=4176980/4192956
[pid=23700] ppid=23698 vsize=5356 CPUtime=0.75
/proc/23700/stat : 23700 (lysat.sh) S 23698 23700 23611 0 -1 4194304 310 1486 0 0 0 0 75 0 18 0 1 0 277122954 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23700/statm: 1339 237 195 169 0 50 0
[pid=23703] ppid=23700 vsize=56336 CPUtime=221.42
/proc/23703/stat : 23703 (LySATc) R 23700 23700 23611 0 -1 4194304 13872 0 0 0 22129 13 0 0 25 0 1 0 277123031 57688064 13857 1992294400 134512640 135214827 4294956224 18446744073709551615 134529360 0 0 4096 3 0 0 0 17 0 0 0
/proc/23703/statm: 14084 13857 77 171 0 13911 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 61692

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23703
/proc/meminfo: memFree=1050968/2055920 swapFree=4176980/4192956
[pid=23700] ppid=23698 vsize=5356 CPUtime=0.75
/proc/23700/stat : 23700 (lysat.sh) S 23698 23700 23611 0 -1 4194304 310 1486 0 0 0 0 75 0 18 0 1 0 277122954 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23700/statm: 1339 237 195 169 0 50 0
[pid=23703] ppid=23700 vsize=59748 CPUtime=281.4
/proc/23703/stat : 23703 (LySATc) R 23700 23700 23611 0 -1 4194304 14735 0 0 0 28126 14 0 0 25 0 1 0 277123031 61181952 14720 1992294400 134512640 135214827 4294956224 18446744073709551615 134529440 0 0 4096 3 0 0 0 17 0 0 0
/proc/23703/statm: 14937 14720 77 171 0 14764 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 65104

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23703
/proc/meminfo: memFree=1042712/2055920 swapFree=4176980/4192956
[pid=23700] ppid=23698 vsize=5356 CPUtime=0.75
/proc/23700/stat : 23700 (lysat.sh) S 23698 23700 23611 0 -1 4194304 310 1486 0 0 0 0 75 0 18 0 1 0 277122954 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23700/statm: 1339 237 195 169 0 50 0
[pid=23703] ppid=23700 vsize=67872 CPUtime=341.37
/proc/23703/stat : 23703 (LySATc) R 23700 23700 23611 0 -1 4194304 16756 0 0 0 34122 15 0 0 25 0 1 0 277123031 69500928 16741 1992294400 134512640 135214827 4294956224 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 0 0 0
/proc/23703/statm: 16968 16741 77 171 0 16795 0
Current children cumulated CPU time (s) 342.12

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


[startup+1902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23705
/proc/meminfo: memFree=1018072/2055920 swapFree=4176980/4192956
[pid=23700] ppid=23698 vsize=5356 CPUtime=0.75
/proc/23700/stat : 23700 (lysat.sh) S 23698 23700 23611 0 -1 4194304 310 1486 0 0 0 0 75 0 18 0 1 0 277122954 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23700/statm: 1339 237 195 169 0 50 0
[pid=23703] ppid=23700 vsize=92800 CPUtime=1900.71
/proc/23703/stat : 23703 (LySATc) R 23700 23700 23611 0 -1 4194304 22869 0 0 0 190048 23 0 0 25 0 1 0 277123031 95027200 22854 1992294400 134512640 135214827 4294956224 18446744073709551615 134529471 0 0 4096 3 0 0 0 17 0 0 0
/proc/23703/statm: 23200 22854 77 171 0 23027 0
Current children cumulated CPU time (s) 1901.46
Current children cumulated vsize (KiB) 98156

[startup+1962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23705
/proc/meminfo: memFree=1017624/2055920 swapFree=4176980/4192956
[pid=23700] ppid=23698 vsize=5356 CPUtime=0.75
/proc/23700/stat : 23700 (lysat.sh) S 23698 23700 23611 0 -1 4194304 310 1486 0 0 0 0 75 0 18 0 1 0 277122954 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23700/statm: 1339 237 195 169 0 50 0
[pid=23703] ppid=23700 vsize=93292 CPUtime=1960.69
/proc/23703/stat : 23703 (LySATc) R 23700 23700 23611 0 -1 4194304 22990 0 0 0 196046 23 0 0 25 0 1 0 277123031 95531008 22975 1992294400 134512640 135214827 4294956224 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 0 0 0
/proc/23703/statm: 23323 22975 77 171 0 23150 0
Current children cumulated CPU time (s) 1961.44
Current children cumulated vsize (KiB) 98648

[startup+2022.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23705
/proc/meminfo: memFree=1017304/2055920 swapFree=4176980/4192956
[pid=23700] ppid=23698 vsize=5356 CPUtime=0.75
/proc/23700/stat : 23700 (lysat.sh) S 23698 23700 23611 0 -1 4194304 310 1486 0 0 0 0 75 0 18 0 1 0 277122954 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23700/statm: 1339 237 195 169 0 50 0
[pid=23703] ppid=23700 vsize=93620 CPUtime=2020.65
/proc/23703/stat : 23703 (LySATc) R 23700 23700 23611 0 -1 4194304 23060 0 0 0 202042 23 0 0 25 0 1 0 277123031 95866880 23045 1992294400 134512640 135214827 4294956224 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 0 0 0
/proc/23703/statm: 23405 23045 77 171 0 23232 0
Current children cumulated CPU time (s) 2021.4
Current children cumulated vsize (KiB) 98976

[startup+2082.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23705
/proc/meminfo: memFree=1015320/2055920 swapFree=4176980/4192956
[pid=23700] ppid=23698 vsize=5356 CPUtime=0.75
/proc/23700/stat : 23700 (lysat.sh) S 23698 23700 23611 0 -1 4194304 310 1486 0 0 0 0 75 0 18 0 1 0 277122954 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23700/statm: 1339 237 195 169 0 50 0
[pid=23703] ppid=23700 vsize=95644 CPUtime=2080.63
/proc/23703/stat : 23703 (LySATc) R 23700 23700 23611 0 -1 4194304 23570 0 0 0 208039 24 0 0 25 0 1 0 277123031 97939456 23555 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/23703/statm: 23911 23555 77 171 0 23738 0
Current children cumulated CPU time (s) 2081.38
Current children cumulated vsize (KiB) 101000

[startup+2142.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23705
/proc/meminfo: memFree=1014104/2055920 swapFree=4176980/4192956
[pid=23700] ppid=23698 vsize=5356 CPUtime=0.75
/proc/23700/stat : 23700 (lysat.sh) S 23698 23700 23611 0 -1 4194304 310 1486 0 0 0 0 75 0 18 0 1 0 277122954 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23700/statm: 1339 237 195 169 0 50 0
[pid=23703] ppid=23700 vsize=96992 CPUtime=2140.6
/proc/23703/stat : 23703 (LySATc) R 23700 23700 23611 0 -1 4194304 23880 0 0 0 214036 24 0 0 25 0 1 0 277123031 99319808 23865 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/23703/statm: 24248 23865 77 171 0 24075 0
Current children cumulated CPU time (s) 2141.35
Current children cumulated vsize (KiB) 102348

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

[startup+2150.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23705
/proc/meminfo: memFree=1014040/2055920 swapFree=4176980/4192956
[pid=23700] ppid=23698 vsize=5356 CPUtime=0.75
/proc/23700/stat : 23700 (lysat.sh) S 23698 23700 23611 0 -1 4194304 310 1486 0 0 0 0 75 0 18 0 1 0 277122954 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23700/statm: 1339 237 195 169 0 50 0
[pid=23703] ppid=23700 vsize=96992 CPUtime=2148.59
/proc/23703/stat : 23703 (LySATc) R 23700 23700 23611 0 -1 4194304 23880 0 0 0 214835 24 0 0 25 0 1 0 277123031 99319808 23865 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/23703/statm: 24248 23865 77 171 0 24075 0
Current children cumulated CPU time (s) 2149.34
Current children cumulated vsize (KiB) 102348

[startup+2175.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23705
/proc/meminfo: memFree=1014040/2055920 swapFree=4176980/4192956
[pid=23700] ppid=23698 vsize=5356 CPUtime=0.75
/proc/23700/stat : 23700 (lysat.sh) S 23698 23700 23611 0 -1 4194304 310 1486 0 0 0 0 75 0 18 0 1 0 277122954 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23700/statm: 1339 237 195 169 0 50 0
[pid=23703] ppid=23700 vsize=96992 CPUtime=2174.19
/proc/23703/stat : 23703 (LySATc) R 23700 23700 23611 0 -1 4194304 23880 0 0 0 217395 24 0 0 25 0 1 0 277123031 99319808 23865 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/23703/statm: 24248 23865 77 171 0 24075 0
Current children cumulated CPU time (s) 2174.94
Current children cumulated vsize (KiB) 102348

[startup+2188.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23705
/proc/meminfo: memFree=1014040/2055920 swapFree=4176980/4192956
[pid=23700] ppid=23698 vsize=5356 CPUtime=0.75
/proc/23700/stat : 23700 (lysat.sh) S 23698 23700 23611 0 -1 4194304 310 1486 0 0 0 0 75 0 18 0 1 0 277122954 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23700/statm: 1339 237 195 169 0 50 0
[pid=23703] ppid=23700 vsize=96992 CPUtime=2186.98
/proc/23703/stat : 23703 (LySATc) R 23700 23700 23611 0 -1 4194304 23880 0 0 0 218674 24 0 0 25 0 1 0 277123031 99319808 23865 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/23703/statm: 24248 23865 77 171 0 24075 0
Current children cumulated CPU time (s) 2187.73
Current children cumulated vsize (KiB) 102348

[startup+2195.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23705
/proc/meminfo: memFree=1014040/2055920 swapFree=4176980/4192956
[pid=23700] ppid=23698 vsize=5356 CPUtime=0.75
/proc/23700/stat : 23700 (lysat.sh) S 23698 23700 23611 0 -1 4194304 310 1486 0 0 0 0 75 0 18 0 1 0 277122954 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23700/statm: 1339 237 195 169 0 50 0
[pid=23703] ppid=23700 vsize=96992 CPUtime=2193.37
/proc/23703/stat : 23703 (LySATc) R 23700 23700 23611 0 -1 4194304 23880 0 0 0 219313 24 0 0 25 0 1 0 277123031 99319808 23865 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/23703/statm: 24248 23865 77 171 0 24075 0
Current children cumulated CPU time (s) 2194.12
Current children cumulated vsize (KiB) 102348

[startup+2196.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23705
/proc/meminfo: memFree=1014040/2055920 swapFree=4176980/4192956
[pid=23700] ppid=23698 vsize=5356 CPUtime=0.75
/proc/23700/stat : 23700 (lysat.sh) S 23698 23700 23611 0 -1 4194304 310 1486 0 0 0 0 75 0 18 0 1 0 277122954 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23700/statm: 1339 237 195 169 0 50 0
[pid=23703] ppid=23700 vsize=96992 CPUtime=2194.98
/proc/23703/stat : 23703 (LySATc) R 23700 23700 23611 0 -1 4194304 23880 0 0 0 219474 24 0 0 25 0 1 0 277123031 99319808 23865 1992294400 134512640 135214827 4294956224 18446744073709551615 134529314 0 0 4096 3 0 0 0 17 0 0 0
/proc/23703/statm: 24248 23865 77 171 0 24075 0
Current children cumulated CPU time (s) 2195.73
Current children cumulated vsize (KiB) 102348

[startup+2197.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23705
/proc/meminfo: memFree=1014040/2055920 swapFree=4176980/4192956
[pid=23700] ppid=23698 vsize=5356 CPUtime=0.75
/proc/23700/stat : 23700 (lysat.sh) S 23698 23700 23611 0 -1 4194304 310 1486 0 0 0 0 75 0 18 0 1 0 277122954 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23700/statm: 1339 237 195 169 0 50 0
[pid=23703] ppid=23700 vsize=96992 CPUtime=2195.77
/proc/23703/stat : 23703 (LySATc) R 23700 23700 23611 0 -1 4194304 23880 0 0 0 219553 24 0 0 25 0 1 0 277123031 99319808 23865 1992294400 134512640 135214827 4294956224 18446744073709551615 134529314 0 0 4096 3 0 0 0 17 0 0 0
/proc/23703/statm: 24248 23865 77 171 0 24075 0
Current children cumulated CPU time (s) 2196.52
Current children cumulated vsize (KiB) 102348

[startup+2198.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23705
/proc/meminfo: memFree=1014040/2055920 swapFree=4176980/4192956
[pid=23700] ppid=23698 vsize=5356 CPUtime=0.75
/proc/23700/stat : 23700 (lysat.sh) S 23698 23700 23611 0 -1 4194304 310 1486 0 0 0 0 75 0 18 0 1 0 277122954 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23700/statm: 1339 237 195 169 0 50 0
[pid=23703] ppid=23700 vsize=96992 CPUtime=2196.57
/proc/23703/stat : 23703 (LySATc) R 23700 23700 23611 0 -1 4194304 23880 0 0 0 219633 24 0 0 25 0 1 0 277123031 99319808 23865 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/23703/statm: 24248 23865 77 171 0 24075 0
Current children cumulated CPU time (s) 2197.32
Current children cumulated vsize (KiB) 102348

[startup+2198.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23705
/proc/meminfo: memFree=1014040/2055920 swapFree=4176980/4192956
[pid=23700] ppid=23698 vsize=5356 CPUtime=0.75
/proc/23700/stat : 23700 (lysat.sh) S 23698 23700 23611 0 -1 4194304 310 1486 0 0 0 0 75 0 18 0 1 0 277122954 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23700/statm: 1339 237 195 169 0 50 0
[pid=23703] ppid=23700 vsize=96992 CPUtime=2196.97
/proc/23703/stat : 23703 (LySATc) R 23700 23700 23611 0 -1 4194304 23880 0 0 0 219673 24 0 0 25 0 1 0 277123031 99319808 23865 1992294400 134512640 135214827 4294956224 18446744073709551615 134529440 0 0 4096 3 0 0 0 17 0 0 0
/proc/23703/statm: 24248 23865 77 171 0 24075 0
Current children cumulated CPU time (s) 2197.72
Current children cumulated vsize (KiB) 102348

[startup+2198.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23705
/proc/meminfo: memFree=1014040/2055920 swapFree=4176980/4192956
[pid=23700] ppid=23698 vsize=5356 CPUtime=0.75
/proc/23700/stat : 23700 (lysat.sh) S 23698 23700 23611 0 -1 4194304 310 1486 0 0 0 0 75 0 18 0 1 0 277122954 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23700/statm: 1339 237 195 169 0 50 0
[pid=23703] ppid=23700 vsize=96992 CPUtime=2197.08
/proc/23703/stat : 23703 (LySATc) R 23700 23700 23611 0 -1 4194304 23880 0 0 0 219684 24 0 0 25 0 1 0 277123031 99319808 23865 1992294400 134512640 135214827 4294956224 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 0 0 0
/proc/23703/statm: 24248 23865 77 171 0 24075 0
Current children cumulated CPU time (s) 2197.83
Current children cumulated vsize (KiB) 102348

Child status: 20
Real time (s): 2198.89
CPU time (s): 2197.93
CPU user time (s): 2197.66
CPU system time (s): 0.276957
CPU usage (%): 99.9567
Max. virtual memory (cumulated for all children) (KiB): 102348

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

runsolver used 1.68574 second user time and 6.32004 second system time

The end

Launcher Data

Begin job on node17 at 2009-05-16 18:21:36
IDJOB=1825032
IDBENCH=24756
IDSOLVER=667
FILE ID=node17/1825032-1242490896
PBS_JOBID= 9306864
Free space on /tmp= 66304 MiB

SOLVER NAME= LySAT c/2009-03-20
BENCH NAME= SAT07/crafted/Difficult/contest-02-03-04/contest03-SGI_30_50_30_20_3-dir.sat05-440.reshuffled-07.cnf
COMMAND LINE= lysat.sh BENCHNAME c
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1825032-1242490896/watcher-1825032-1242490896 -o /tmp/evaluation-result-1825032-1242490896/solver-1825032-1242490896 -C 5000 -W 6000 -M 1800  lysat.sh HOME/instance-1825032-1242490896.cnf c

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

MD5SUM BENCH= 4a0cf034172f796c42342e79509e3449
RANDOM SEED=1241737117

node17.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.234
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.234
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:       1111560 kB
Buffers:         88584 kB
Cached:         752468 kB
SwapCached:       9764 kB
Active:         198040 kB
Inactive:       654880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1111560 kB
SwapTotal:     4192956 kB
SwapFree:      4176980 kB
Dirty:            2912 kB
Writeback:           0 kB
Mapped:          14080 kB
Slab:            77428 kB
Committed_AS:   983212 kB
PageTables:       1452 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= 66304 MiB
End job on node17 at 2009-05-16 18:58:15