Trace number 1581731

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 917.759 918.256

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-10-10p0.cnf
MD5SUM76f64a29755badc2dae8f70e8e96bc3e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark33.4389
Satisfiable
(Un)Satisfiability was proved
Number of variables130859
Number of clauses627223
Sum of the clauses size1471348
Maximum clause length10
Minimum clause length1
Number of clauses of size 16856
Number of clauses of size 2498729
Number of clauses of size 387598
Number of clauses of size 43780
Number of clauses of size 515120
Number of clauses of size over 515140

Solver Data

0.00/0.00	c Parsing...
0.58/0.69	c ==============================================================================
0.58/0.69	c |           |     ORIGINAL     |              LEARNT              |          |
0.58/0.69	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.58/0.69	c ==============================================================================
0.58/0.69	c |         0 |  619932  1463622 |  185979       0        0     nan |  0.000 % |
3.79/3.81	c |         0 |  393355  1091119 |      --       0       --      -- |     --   | -54955/20412
3.79/3.81	c ==============================================================================
3.79/3.81	c Result  :   #vars: 65019   #clauses: 393355   #literals: 1091119
3.79/3.81	c CPU time:   3.68244 s
3.79/3.81	c ==============================================================================
4.29/4.32	This is MiniSat 2.0 beta
4.29/4.32	WARNING: for repeatability, setting FPU to use double precision
4.29/4.32	============================[ Problem Statistics ]=============================
4.29/4.32	|                                                                             |
4.29/4.32	|  Number of variables:  65019                                                |
4.29/4.32	|  Number of clauses:    393355                                               |
4.30/4.56	|  Parsing time:         0.21         s                                       |
917.58/918.19	restarts              : 18
917.58/918.19	conflicts             : 279529         (306 /sec)
917.58/918.19	decisions             : 1260625        (1.44 % random) (1381 /sec)
917.58/918.19	propagations          : 513863805      (563107 /sec)
917.58/918.19	conflict literals     : 71893398       (37.12 % deleted)
917.58/918.19	Memory used           : 303.57 MB
917.58/918.19	CPU time              : 912.551 s
917.58/918.19	
917.58/918.19	UNSATISFIABLE
917.68/918.24	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-1581731-1238932037/watcher-1581731-1238932037 -o /tmp/evaluation-result-1581731-1238932037/solver-1581731-1238932037 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1581731-1238932037.cnf c 

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.04 3/64 20335
/proc/meminfo: memFree=1722744/2055920 swapFree=4178800/4192956
[pid=20335] ppid=20333 vsize=5356 CPUtime=0
/proc/20335/stat : 20335 (lysat.sh) S 20333 20335 20178 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1165867496 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20335/statm: 1339 235 195 169 0 50 0
[pid=20336] ppid=20335 vsize=1560 CPUtime=0
/proc/20336/stat : 20336 (SatElite) R 20335 20335 20178 0 -1 4194304 267 0 0 0 0 0 0 0 19 0 1 0 1165867496 1597440 251 1992294400 134512640 135034092 4294956096 18446744073709551615 134544897 0 0 4096 3 0 0 0 17 0 0 0
/proc/20336/statm: 390 255 50 127 0 260 0

[startup+0.020121 s]
/proc/loadavg: 1.00 1.00 1.04 3/64 20335
/proc/meminfo: memFree=1722744/2055920 swapFree=4178800/4192956
[pid=20335] ppid=20333 vsize=5356 CPUtime=0
/proc/20335/stat : 20335 (lysat.sh) S 20333 20335 20178 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1165867496 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20335/statm: 1339 235 195 169 0 50 0
[pid=20336] ppid=20335 vsize=7160 CPUtime=0.01
/proc/20336/stat : 20336 (SatElite) R 20335 20335 20178 0 -1 4194304 1412 0 0 0 1 0 0 0 19 0 1 0 1165867496 7331840 1396 1992294400 134512640 135034092 4294956096 18446744073709551615 134545332 0 0 4096 3 0 0 0 17 0 0 0
/proc/20336/statm: 1790 1403 50 127 0 1660 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12516

[startup+0.101133 s]
/proc/loadavg: 1.00 1.00 1.04 3/64 20335
/proc/meminfo: memFree=1722744/2055920 swapFree=4178800/4192956
[pid=20335] ppid=20333 vsize=5356 CPUtime=0
/proc/20335/stat : 20335 (lysat.sh) S 20333 20335 20178 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1165867496 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20335/statm: 1339 235 195 169 0 50 0
[pid=20336] ppid=20335 vsize=19964 CPUtime=0.09
/proc/20336/stat : 20336 (SatElite) R 20335 20335 20178 0 -1 4194304 4539 0 0 0 7 2 0 0 19 0 1 0 1165867496 20443136 4467 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/20336/statm: 4991 4468 50 127 0 4861 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25320

[startup+0.301171 s]
/proc/loadavg: 1.00 1.00 1.04 3/64 20335
/proc/meminfo: memFree=1722744/2055920 swapFree=4178800/4192956
[pid=20335] ppid=20333 vsize=5356 CPUtime=0
/proc/20335/stat : 20335 (lysat.sh) S 20333 20335 20178 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1165867496 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20335/statm: 1339 235 195 169 0 50 0
[pid=20336] ppid=20335 vsize=34040 CPUtime=0.29
/proc/20336/stat : 20336 (SatElite) R 20335 20335 20178 0 -1 4194304 7887 0 0 0 25 4 0 0 21 0 1 0 1165867496 34856960 7815 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/20336/statm: 8510 7815 50 127 0 8380 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 39396

[startup+0.70125 s]
/proc/loadavg: 1.00 1.00 1.04 3/64 20335
/proc/meminfo: memFree=1722744/2055920 swapFree=4178800/4192956
[pid=20335] ppid=20333 vsize=5356 CPUtime=0
/proc/20335/stat : 20335 (lysat.sh) S 20333 20335 20178 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1165867496 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20335/statm: 1339 235 195 169 0 50 0
[pid=20336] ppid=20335 vsize=60492 CPUtime=0.69
/proc/20336/stat : 20336 (SatElite) R 20335 20335 20178 0 -1 4194304 14208 0 0 0 61 8 0 0 25 0 1 0 1165867496 61943808 14136 1992294400 134512640 135034092 4294956096 18446744073709551615 134536786 0 0 4096 3 0 0 0 17 0 0 0
/proc/20336/statm: 15123 14136 64 127 0 14993 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65848

[startup+1.50141 s]
/proc/loadavg: 1.00 1.00 1.04 2/66 20337
/proc/meminfo: memFree=1661480/2055920 swapFree=4178800/4192956
[pid=20335] ppid=20333 vsize=5356 CPUtime=0
/proc/20335/stat : 20335 (lysat.sh) S 20333 20335 20178 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1165867496 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20335/statm: 1339 235 195 169 0 50 0
[pid=20336] ppid=20335 vsize=73684 CPUtime=1.49
/proc/20336/stat : 20336 (SatElite) R 20335 20335 20178 0 -1 4194304 18525 0 0 0 139 10 0 0 25 0 1 0 1165867496 75452416 16842 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/20336/statm: 18421 16842 68 127 0 18291 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 79040

[startup+3.10173 s]
/proc/loadavg: 1.00 1.00 1.04 2/66 20337
/proc/meminfo: memFree=1651304/2055920 swapFree=4178800/4192956
[pid=20335] ppid=20333 vsize=5356 CPUtime=0
/proc/20335/stat : 20335 (lysat.sh) S 20333 20335 20178 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1165867496 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20335/statm: 1339 235 195 169 0 50 0
[pid=20336] ppid=20335 vsize=74788 CPUtime=3.09
/proc/20336/stat : 20336 (SatElite) R 20335 20335 20178 0 -1 4194304 20700 0 0 0 297 12 0 0 25 0 1 0 1165867496 76582912 17212 1992294400 134512640 135034092 4294956096 18446744073709551615 134574590 0 0 4096 3 0 0 0 17 0 0 0
/proc/20336/statm: 18697 17212 68 127 0 18567 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 80144

[startup+6.30136 s]
/proc/loadavg: 1.00 1.00 1.04 2/66 20338
/proc/meminfo: memFree=1688296/2055920 swapFree=4178800/4192956
[pid=20335] ppid=20333 vsize=5356 CPUtime=4.3
/proc/20335/stat : 20335 (lysat.sh) S 20333 20335 20178 0 -1 4194304 310 23271 0 0 0 0 412 18 19 0 1 0 1165867496 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20335/statm: 1339 237 195 169 0 50 0
[pid=20338] ppid=20335 vsize=24188 CPUtime=1.97
/proc/20338/stat : 20338 (LySATc) R 20335 20335 20178 0 -1 4194304 5662 0 0 0 193 4 0 0 25 0 1 0 1165867928 24768512 5628 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/20338/statm: 6047 5628 77 171 0 5874 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 29544

[startup+12.7016 s]
/proc/loadavg: 1.00 1.00 1.04 2/66 20338
/proc/meminfo: memFree=1683944/2055920 swapFree=4178800/4192956
[pid=20335] ppid=20333 vsize=5356 CPUtime=4.3
/proc/20335/stat : 20335 (lysat.sh) S 20333 20335 20178 0 -1 4194304 310 23271 0 0 0 0 412 18 19 0 1 0 1165867496 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20335/statm: 1339 237 195 169 0 50 0
[pid=20338] ppid=20335 vsize=29080 CPUtime=8.37
/proc/20338/stat : 20338 (LySATc) R 20335 20335 20178 0 -1 4194304 6909 0 0 0 832 5 0 0 25 0 1 0 1165867928 29777920 6875 1992294400 134512640 135214827 4294956208 18446744073709551615 134539442 0 0 4096 3 0 0 0 17 0 0 0
/proc/20338/statm: 7270 6875 77 171 0 7097 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 34436

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 1.04 2/66 20338
/proc/meminfo: memFree=1672360/2055920 swapFree=4178800/4192956
[pid=20335] ppid=20333 vsize=5356 CPUtime=4.3
/proc/20335/stat : 20335 (lysat.sh) S 20333 20335 20178 0 -1 4194304 310 23271 0 0 0 0 412 18 19 0 1 0 1165867496 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20335/statm: 1339 237 195 169 0 50 0
[pid=20338] ppid=20335 vsize=40624 CPUtime=21.16
/proc/20338/stat : 20338 (LySATc) R 20335 20335 20178 0 -1 4194304 9776 0 0 0 2109 7 0 0 25 0 1 0 1165867928 41598976 9742 1992294400 134512640 135214827 4294956208 18446744073709551615 134529248 0 0 4096 3 0 0 0 17 0 0 0
/proc/20338/statm: 10156 9742 77 171 0 9983 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 45980

[startup+51.1012 s]
/proc/loadavg: 1.00 1.00 1.04 2/66 20338
/proc/meminfo: memFree=1653864/2055920 swapFree=4178800/4192956
[pid=20335] ppid=20333 vsize=5356 CPUtime=4.3
/proc/20335/stat : 20335 (lysat.sh) S 20333 20335 20178 0 -1 4194304 310 23271 0 0 0 0 412 18 19 0 1 0 1165867496 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20335/statm: 1339 237 195 169 0 50 0
[pid=20338] ppid=20335 vsize=59020 CPUtime=46.72
/proc/20338/stat : 20338 (LySATc) R 20335 20335 20178 0 -1 4194304 14390 0 0 0 4660 12 0 0 25 0 1 0 1165867928 60436480 14356 1992294400 134512640 135214827 4294956208 18446744073709551615 134538563 0 0 4096 3 0 0 0 17 0 0 0
/proc/20338/statm: 14755 14356 77 171 0 14582 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 64376

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.03 2/66 20338
/proc/meminfo: memFree=1620520/2055920 swapFree=4178800/4192956
[pid=20335] ppid=20333 vsize=5356 CPUtime=4.3
/proc/20335/stat : 20335 (lysat.sh) S 20333 20335 20178 0 -1 4194304 310 23271 0 0 0 0 412 18 19 0 1 0 1165867496 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20335/statm: 1339 237 195 169 0 50 0
[pid=20338] ppid=20335 vsize=92092 CPUtime=97.9
/proc/20338/stat : 20338 (LySATc) R 20335 20335 20178 0 -1 4194304 22616 0 0 0 9770 20 0 0 25 0 1 0 1165867928 94302208 22582 1992294400 134512640 135214827 4294956208 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 0 0 0
/proc/20338/statm: 23023 22582 77 171 0 22850 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 97448

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.03 2/66 20338
/proc/meminfo: memFree=1591464/2055920 swapFree=4178800/4192956
[pid=20335] ppid=20333 vsize=5356 CPUtime=4.3
/proc/20335/stat : 20335 (lysat.sh) S 20333 20335 20178 0 -1 4194304 310 23271 0 0 0 0 412 18 19 0 1 0 1165867496 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20335/statm: 1339 237 195 169 0 50 0
[pid=20338] ppid=20335 vsize=121296 CPUtime=157.87
/proc/20338/stat : 20338 (LySATc) R 20335 20335 20178 0 -1 4194304 29934 0 0 0 15758 29 0 0 25 0 1 0 1165867928 124207104 29900 1992294400 134512640 135214827 4294956208 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 0 0 0
/proc/20338/statm: 30324 29900 77 171 0 30151 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 126652

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.02 2/66 20338
/proc/meminfo: memFree=1564392/2055920 swapFree=4178800/4192956
[pid=20335] ppid=20333 vsize=5356 CPUtime=4.3
/proc/20335/stat : 20335 (lysat.sh) S 20333 20335 20178 0 -1 4194304 310 23271 0 0 0 0 412 18 19 0 1 0 1165867496 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20335/statm: 1339 237 195 169 0 50 0
[pid=20338] ppid=20335 vsize=148056 CPUtime=217.83
/proc/20338/stat : 20338 (LySATc) R 20335 20335 20178 0 -1 4194304 36612 0 0 0 21747 36 0 0 25 0 1 0 1165867928 151609344 36578 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/20338/statm: 37014 36578 77 171 0 36841 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 153412

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.02 2/66 20338
/proc/meminfo: memFree=1541800/2055920 swapFree=4178800/4192956
[pid=20335] ppid=20333 vsize=5356 CPUtime=4.3
/proc/20335/stat : 20335 (lysat.sh) S 20333 20335 20178 0 -1 4194304 310 23271 0 0 0 0 412 18 19 0 1 0 1165867496 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20335/statm: 1339 237 195 169 0 50 0
[pid=20338] ppid=20335 vsize=170656 CPUtime=277.81
/proc/20338/stat : 20338 (LySATc) R 20335 20335 20178 0 -1 4194304 42290 0 0 0 27738 43 0 0 25 0 1 0 1165867928 174751744 42256 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/20338/statm: 42664 42256 77 171 0 42491 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 176012

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.01 2/66 20338
/proc/meminfo: memFree=1518888/2055920 swapFree=4178800/4192956
[pid=20335] ppid=20333 vsize=5356 CPUtime=4.3
/proc/20335/stat : 20335 (lysat.sh) S 20333 20335 20178 0 -1 4194304 310 23271 0 0 0 0 412 18 19 0 1 0 1165867496 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20335/statm: 1339 237 195 169 0 50 0
[pid=20338] ppid=20335 vsize=193688 CPUtime=337.78
/proc/20338/stat : 20338 (LySATc) R 20335 20335 20178 0 -1 4194304 47986 0 0 0 33730 48 0 0 25 0 1 0 1165867928 198336512 47952 1992294400 134512640 135214827 4294956208 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 0 0 0
/proc/20338/statm: 48422 47952 77 171 0 48249 0

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


[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20338
/proc/meminfo: memFree=1447528/2055920 swapFree=4178800/4192956
[pid=20335] ppid=20333 vsize=5356 CPUtime=4.3
/proc/20335/stat : 20335 (lysat.sh) S 20333 20335 20178 0 -1 4194304 310 23271 0 0 0 0 412 18 19 0 1 0 1165867496 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20335/statm: 1339 237 195 169 0 50 0
[pid=20338] ppid=20335 vsize=265020 CPUtime=577.65
/proc/20338/stat : 20338 (LySATc) R 20335 20335 20178 0 -1 4194304 65765 0 0 0 57695 70 0 0 25 0 1 0 1165867928 271380480 65731 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/20338/statm: 66255 65731 77 171 0 66082 0
Current children cumulated CPU time (s) 581.95
Current children cumulated vsize (KiB) 270376

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20338
/proc/meminfo: memFree=1436392/2055920 swapFree=4178800/4192956
[pid=20335] ppid=20333 vsize=5356 CPUtime=4.3
/proc/20335/stat : 20335 (lysat.sh) S 20333 20335 20178 0 -1 4194304 310 23271 0 0 0 0 412 18 19 0 1 0 1165867496 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20335/statm: 1339 237 195 169 0 50 0
[pid=20338] ppid=20335 vsize=276028 CPUtime=637.62
/proc/20338/stat : 20338 (LySATc) R 20335 20335 20178 0 -1 4194304 68499 0 0 0 63689 73 0 0 25 0 1 0 1165867928 282652672 68465 1992294400 134512640 135214827 4294956208 18446744073709551615 134529451 0 0 4096 3 0 0 0 17 0 0 0
/proc/20338/statm: 69007 68465 77 171 0 68834 0
Current children cumulated CPU time (s) 641.92
Current children cumulated vsize (KiB) 281384

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20338
/proc/meminfo: memFree=1428328/2055920 swapFree=4178800/4192956
[pid=20335] ppid=20333 vsize=5356 CPUtime=4.3
/proc/20335/stat : 20335 (lysat.sh) S 20333 20335 20178 0 -1 4194304 310 23271 0 0 0 0 412 18 19 0 1 0 1165867496 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20335/statm: 1339 237 195 169 0 50 0
[pid=20338] ppid=20335 vsize=283900 CPUtime=697.59
/proc/20338/stat : 20338 (LySATc) R 20335 20335 20178 0 -1 4194304 70491 0 0 0 69683 76 0 0 25 0 1 0 1165867928 290713600 70457 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/20338/statm: 70975 70457 77 171 0 70802 0
Current children cumulated CPU time (s) 701.89
Current children cumulated vsize (KiB) 289256

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20338
/proc/meminfo: memFree=1423720/2055920 swapFree=4178800/4192956
[pid=20335] ppid=20333 vsize=5356 CPUtime=4.3
/proc/20335/stat : 20335 (lysat.sh) S 20333 20335 20178 0 -1 4194304 310 23271 0 0 0 0 412 18 19 0 1 0 1165867496 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20335/statm: 1339 237 195 169 0 50 0
[pid=20338] ppid=20335 vsize=288544 CPUtime=757.56
/proc/20338/stat : 20338 (LySATc) R 20335 20335 20178 0 -1 4194304 71647 0 0 0 75679 77 0 0 25 0 1 0 1165867928 295469056 71613 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/20338/statm: 72136 71613 77 171 0 71963 0
Current children cumulated CPU time (s) 761.86
Current children cumulated vsize (KiB) 293900

[startup+822.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20338
/proc/meminfo: memFree=1415400/2055920 swapFree=4178800/4192956
[pid=20335] ppid=20333 vsize=5356 CPUtime=4.3
/proc/20335/stat : 20335 (lysat.sh) S 20333 20335 20178 0 -1 4194304 310 23271 0 0 0 0 412 18 19 0 1 0 1165867496 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20335/statm: 1339 237 195 169 0 50 0
[pid=20338] ppid=20335 vsize=296848 CPUtime=817.52
/proc/20338/stat : 20338 (LySATc) R 20335 20335 20178 0 -1 4194304 73725 0 0 0 81673 79 0 0 25 0 1 0 1165867928 303972352 73691 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/20338/statm: 74212 73691 77 171 0 74039 0
Current children cumulated CPU time (s) 821.82
Current children cumulated vsize (KiB) 302204

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20344
/proc/meminfo: memFree=1406816/2055920 swapFree=4178800/4192956
[pid=20335] ppid=20333 vsize=5356 CPUtime=4.3
/proc/20335/stat : 20335 (lysat.sh) S 20333 20335 20178 0 -1 4194304 310 23271 0 0 0 0 412 18 19 0 1 0 1165867496 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20335/statm: 1339 237 195 169 0 50 0
[pid=20338] ppid=20335 vsize=305324 CPUtime=877.5
/proc/20338/stat : 20338 (LySATc) R 20335 20335 20178 0 -1 4194304 75814 0 0 0 87668 82 0 0 25 0 1 0 1165867928 312651776 75780 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/20338/statm: 76331 75780 77 171 0 76158 0
Current children cumulated CPU time (s) 881.8
Current children cumulated vsize (KiB) 310680

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

[startup+895.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20344
/proc/meminfo: memFree=1405216/2055920 swapFree=4178800/4192956
[pid=20335] ppid=20333 vsize=5356 CPUtime=4.3
/proc/20335/stat : 20335 (lysat.sh) S 20333 20335 20178 0 -1 4194304 310 23271 0 0 0 0 412 18 19 0 1 0 1165867496 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20335/statm: 1339 237 195 169 0 50 0
[pid=20338] ppid=20335 vsize=307044 CPUtime=891.09
/proc/20338/stat : 20338 (LySATc) R 20335 20335 20178 0 -1 4194304 76267 0 0 0 89027 82 0 0 25 0 1 0 1165867928 314413056 76233 1992294400 134512640 135214827 4294956208 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 0 0 0
/proc/20338/statm: 76761 76233 77 171 0 76588 0
Current children cumulated CPU time (s) 895.39
Current children cumulated vsize (KiB) 312400

[startup+908.703 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20344
/proc/meminfo: memFree=1402848/2055920 swapFree=4178800/4192956
[pid=20335] ppid=20333 vsize=5356 CPUtime=4.3
/proc/20335/stat : 20335 (lysat.sh) S 20333 20335 20178 0 -1 4194304 310 23271 0 0 0 0 412 18 19 0 1 0 1165867496 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20335/statm: 1339 237 195 169 0 50 0
[pid=20338] ppid=20335 vsize=309448 CPUtime=903.89
/proc/20338/stat : 20338 (LySATc) R 20335 20335 20178 0 -1 4194304 76838 0 0 0 90306 83 0 0 25 0 1 0 1165867928 316874752 76804 1992294400 134512640 135214827 4294956208 18446744073709551615 134527587 0 0 4096 3 0 0 0 17 0 0 0
/proc/20338/statm: 77362 76804 77 171 0 77189 0
Current children cumulated CPU time (s) 908.19
Current children cumulated vsize (KiB) 314804

[startup+915.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20344
/proc/meminfo: memFree=1401888/2055920 swapFree=4178800/4192956
[pid=20335] ppid=20333 vsize=5356 CPUtime=4.3
/proc/20335/stat : 20335 (lysat.sh) S 20333 20335 20178 0 -1 4194304 310 23271 0 0 0 0 412 18 19 0 1 0 1165867496 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20335/statm: 1339 237 195 169 0 50 0
[pid=20338] ppid=20335 vsize=310444 CPUtime=910.29
/proc/20338/stat : 20338 (LySATc) R 20335 20335 20178 0 -1 4194304 77075 0 0 0 90946 83 0 0 25 0 1 0 1165867928 317894656 77041 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/20338/statm: 77611 77041 77 171 0 77438 0
Current children cumulated CPU time (s) 914.59
Current children cumulated vsize (KiB) 315800

[startup+916.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20344
/proc/meminfo: memFree=1401696/2055920 swapFree=4178800/4192956
[pid=20335] ppid=20333 vsize=5356 CPUtime=4.3
/proc/20335/stat : 20335 (lysat.sh) S 20333 20335 20178 0 -1 4194304 310 23271 0 0 0 0 412 18 19 0 1 0 1165867496 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20335/statm: 1339 237 195 169 0 50 0
[pid=20338] ppid=20335 vsize=310724 CPUtime=911.88
/proc/20338/stat : 20338 (LySATc) R 20335 20335 20178 0 -1 4194304 77132 0 0 0 91105 83 0 0 25 0 1 0 1165867928 318181376 77098 1992294400 134512640 135214827 4294956208 18446744073709551615 134529402 0 0 4096 3 0 0 0 17 0 0 0
/proc/20338/statm: 77681 77098 77 171 0 77508 0
Current children cumulated CPU time (s) 916.18
Current children cumulated vsize (KiB) 316080

[startup+917.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20344
/proc/meminfo: memFree=1401568/2055920 swapFree=4178800/4192956
[pid=20335] ppid=20333 vsize=5356 CPUtime=4.3
/proc/20335/stat : 20335 (lysat.sh) S 20333 20335 20178 0 -1 4194304 310 23271 0 0 0 0 412 18 19 0 1 0 1165867496 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20335/statm: 1339 237 195 169 0 50 0
[pid=20338] ppid=20335 vsize=310724 CPUtime=912.68
/proc/20338/stat : 20338 (LySATc) R 20335 20335 20178 0 -1 4194304 77152 0 0 0 91185 83 0 0 25 0 1 0 1165867928 318181376 77118 1992294400 134512640 135214827 4294956208 18446744073709551615 134529301 0 0 4096 3 0 0 0 17 0 0 0
/proc/20338/statm: 77681 77118 77 171 0 77508 0
Current children cumulated CPU time (s) 916.98
Current children cumulated vsize (KiB) 316080

[startup+917.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20344
/proc/meminfo: memFree=1401568/2055920 swapFree=4178800/4192956
[pid=20335] ppid=20333 vsize=5356 CPUtime=4.3
/proc/20335/stat : 20335 (lysat.sh) S 20333 20335 20178 0 -1 4194304 310 23271 0 0 0 0 412 18 19 0 1 0 1165867496 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20335/statm: 1339 237 195 169 0 50 0
[pid=20338] ppid=20335 vsize=310856 CPUtime=913.08
/proc/20338/stat : 20338 (LySATc) R 20335 20335 20178 0 -1 4194304 77164 0 0 0 91225 83 0 0 25 0 1 0 1165867928 318316544 77130 1992294400 134512640 135214827 4294956208 18446744073709551615 134529322 0 0 4096 3 0 0 0 17 0 0 0
/proc/20338/statm: 77714 77130 77 171 0 77541 0
Current children cumulated CPU time (s) 917.38
Current children cumulated vsize (KiB) 316212

[startup+918.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20344
/proc/meminfo: memFree=1401568/2055920 swapFree=4178800/4192956
[pid=20335] ppid=20333 vsize=5356 CPUtime=4.3
/proc/20335/stat : 20335 (lysat.sh) S 20333 20335 20178 0 -1 4194304 310 23271 0 0 0 0 412 18 19 0 1 0 1165867496 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20335/statm: 1339 237 195 169 0 50 0
[pid=20338] ppid=20335 vsize=310856 CPUtime=913.28
/proc/20338/stat : 20338 (LySATc) R 20335 20335 20178 0 -1 4194304 77165 0 0 0 91245 83 0 0 25 0 1 0 1165867928 318316544 77131 1992294400 134512640 135214827 4294956208 18446744073709551615 134529683 0 0 4096 3 0 0 0 17 0 0 0
/proc/20338/statm: 77714 77131 77 171 0 77541 0
Current children cumulated CPU time (s) 917.58
Current children cumulated vsize (KiB) 316212

[startup+918.202 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20344
/proc/meminfo: memFree=1401568/2055920 swapFree=4178800/4192956
[pid=20335] ppid=20333 vsize=5356 CPUtime=4.3
/proc/20335/stat : 20335 (lysat.sh) S 20333 20335 20178 0 -1 4194304 310 23271 0 0 0 0 412 18 19 0 1 0 1165867496 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20335/statm: 1339 237 195 169 0 50 0
[pid=20338] ppid=20335 vsize=0 CPUtime=913.38
/proc/20338/stat : 20338 (LySATc) R 20335 20335 20178 0 -1 4194308 77174 0 0 0 91255 83 0 0 25 0 1 0 1165867928 0 0 1992294400 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/20338/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 917.68
Current children cumulated vsize (KiB) 5356

Child status: 20
Real time (s): 918.256
CPU time (s): 917.759
CPU user time (s): 916.681
CPU system time (s): 1.07784
CPU usage (%): 99.9459
Max. virtual memory (cumulated for all children) (KiB): 316212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 916.681
system time used= 1.07784
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100910
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= 37
involuntary context switches= 3632

runsolver used 0.936857 second user time and 2.40963 second system time

The end

Launcher Data

Begin job on node75 at 2009-04-05 13:47:18
IDJOB=1581731
IDBENCH=71042
IDSOLVER=512
FILE ID=node75/1581731-1238932037
PBS_JOBID= 9101460
Free space on /tmp= 66508 MiB

SOLVER NAME= LySAT c/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UTI-10-10p0.cnf
COMMAND LINE= lysat.sh BENCHNAME c
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1581731-1238932037/watcher-1581731-1238932037 -o /tmp/evaluation-result-1581731-1238932037/solver-1581731-1238932037 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1581731-1238932037.cnf c

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

MD5SUM BENCH= 76f64a29755badc2dae8f70e8e96bc3e
RANDOM SEED=1292635668

node75.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 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.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1723224 kB
Buffers:         23568 kB
Cached:         238656 kB
SwapCached:       8008 kB
Active:          59768 kB
Inactive:       211892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1723224 kB
SwapTotal:     4192956 kB
SwapFree:      4178800 kB
Dirty:           13136 kB
Writeback:           0 kB
Mapped:          15080 kB
Slab:            47032 kB
Committed_AS:  2569748 kB
PageTables:       1420 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= 66504 MiB
End job on node75 at 2009-04-05 14:02:36