Trace number 1578195

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 57.9192 57.9542

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-10-5p0.cnf
MD5SUM9d45c35f4df88b155135c4914792c59e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark27.3138
Satisfiable
(Un)Satisfiability was proved
Number of variables104481
Number of clauses500875
Sum of the clauses size1175028
Maximum clause length10
Minimum clause length1
Number of clauses of size 15498
Number of clauses of size 2398201
Number of clauses of size 369976
Number of clauses of size 43020
Number of clauses of size 512080
Number of clauses of size over 512100

Solver Data

0.00/0.00	c Parsing...
0.49/0.54	c ==============================================================================
0.49/0.54	c |           |     ORIGINAL     |              LEARNT              |          |
0.49/0.54	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.49/0.54	c ==============================================================================
0.49/0.54	c |         0 |  495037  1168850 |  148511       0        0     nan |  0.000 % |
3.28/3.38	c |         0 |  300004   826435 |      --       0       --      -- |     --   | -45117/2703
3.28/3.38	c ==============================================================================
3.28/3.38	c Result  :   #vars: 49470   #clauses: 300004   #literals: 826435
3.28/3.38	c CPU time:   3.2605 s
3.28/3.38	c ==============================================================================
3.68/3.76	This is MiniSat 2.0 beta
3.68/3.76	WARNING: for repeatability, setting FPU to use double precision
3.68/3.76	============================[ Problem Statistics ]=============================
3.68/3.76	|                                                                             |
3.68/3.76	|  Number of variables:  49470                                                |
3.68/3.76	|  Number of clauses:    300004                                               |
3.74/3.94	|  Parsing time:         0.17         s                                       |
57.85/57.93	restarts              : 13
57.85/57.93	conflicts             : 32134          (594 /sec)
57.85/57.93	decisions             : 203671         (1.33 % random) (3766 /sec)
57.85/57.93	propagations          : 80021046       (1479713 /sec)
57.85/57.93	conflict literals     : 5391621        (29.41 % deleted)
57.85/57.93	Memory used           : 39.32 MB
57.85/57.93	CPU time              : 54.0788 s
57.85/57.93	
57.85/57.93	UNSATISFIABLE
57.85/57.94	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-1578195-1238895921/watcher-1578195-1238895921 -o /tmp/evaluation-result-1578195-1238895921/solver-1578195-1238895921 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1578195-1238895921.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.00 3/81 18434
/proc/meminfo: memFree=1779680/2055920 swapFree=4172196/4192956
[pid=18434] ppid=18432 vsize=5356 CPUtime=0
/proc/18434/stat : 18434 (lysat.sh) R 18432 18434 17916 0 -1 4194304 267 0 0 0 0 0 0 0 19 0 1 0 1162256022 5484544 234 1992294400 4194304 4889804 548682068800 18446744073709551615 214945032863 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/18434/statm: 1339 234 194 169 0 50 0
[pid=18435] ppid=18434 vsize=1716 CPUtime=0
/proc/18435/stat : 18435 (SatElite) R 18434 18434 17916 0 -1 4194304 341 0 0 0 0 0 0 0 19 0 1 0 1162256022 1757184 325 1992294400 134512640 135034092 4294956096 18446744073709551615 134675816 0 0 4096 3 0 0 0 17 0 0 0
/proc/18435/statm: 429 327 50 127 0 299 0

[startup+0.0663911 s]
/proc/loadavg: 1.00 1.00 1.00 3/81 18434
/proc/meminfo: memFree=1779680/2055920 swapFree=4172196/4192956
[pid=18434] ppid=18432 vsize=5356 CPUtime=0
/proc/18434/stat : 18434 (lysat.sh) S 18432 18434 17916 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 1162256022 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18434/statm: 1339 235 195 169 0 50 0
[pid=18435] ppid=18434 vsize=16540 CPUtime=0.05
/proc/18435/stat : 18435 (SatElite) R 18434 18434 17916 0 -1 4194304 3258 0 0 0 4 1 0 0 20 0 1 0 1162256022 16936960 3138 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/18435/statm: 4135 3139 50 127 0 4005 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 21896

[startup+0.101393 s]
/proc/loadavg: 1.00 1.00 1.00 3/81 18434
/proc/meminfo: memFree=1779680/2055920 swapFree=4172196/4192956
[pid=18434] ppid=18432 vsize=5356 CPUtime=0
/proc/18434/stat : 18434 (lysat.sh) S 18432 18434 17916 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 1162256022 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18434/statm: 1339 235 195 169 0 50 0
[pid=18435] ppid=18434 vsize=20888 CPUtime=0.09
/proc/18435/stat : 18435 (SatElite) R 18434 18434 17916 0 -1 4194304 4302 0 0 0 7 2 0 0 20 0 1 0 1162256022 21389312 4182 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/18435/statm: 5222 4184 50 127 0 5092 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26244

[startup+0.301426 s]
/proc/loadavg: 1.00 1.00 1.00 3/81 18434
/proc/meminfo: memFree=1779680/2055920 swapFree=4172196/4192956
[pid=18434] ppid=18432 vsize=5356 CPUtime=0
/proc/18434/stat : 18434 (lysat.sh) S 18432 18434 17916 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 1162256022 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18434/statm: 1339 235 195 169 0 50 0
[pid=18435] ppid=18434 vsize=33776 CPUtime=0.28
/proc/18435/stat : 18435 (SatElite) R 18434 18434 17916 0 -1 4194304 7371 0 0 0 24 4 0 0 22 0 1 0 1162256022 34586624 7251 1992294400 134512640 135034092 4294956096 18446744073709551615 134548326 0 0 4096 3 0 0 0 17 1 0 0
/proc/18435/statm: 8444 7251 50 127 0 8314 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 39132

[startup+0.701473 s]
/proc/loadavg: 1.00 1.00 1.00 3/81 18434
/proc/meminfo: memFree=1779680/2055920 swapFree=4172196/4192956
[pid=18434] ppid=18432 vsize=5356 CPUtime=0
/proc/18434/stat : 18434 (lysat.sh) S 18432 18434 17916 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 1162256022 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18434/statm: 1339 235 195 169 0 50 0
[pid=18435] ppid=18434 vsize=50956 CPUtime=0.68
/proc/18435/stat : 18435 (SatElite) R 18434 18434 17916 0 -1 4194304 11741 0 0 0 61 7 0 0 25 0 1 0 1162256022 52178944 11621 1992294400 134512640 135034092 4294956096 18446744073709551615 134668694 0 0 4096 3 0 0 0 17 1 0 0
/proc/18435/statm: 12739 11621 65 127 0 12609 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 56312

[startup+1.50155 s]
/proc/loadavg: 1.00 1.00 1.00 2/83 18436
/proc/meminfo: memFree=1726288/2055920 swapFree=4172196/4192956
[pid=18434] ppid=18432 vsize=5356 CPUtime=0
/proc/18434/stat : 18434 (lysat.sh) S 18432 18434 17916 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 1162256022 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18434/statm: 1339 235 195 169 0 50 0
[pid=18435] ppid=18434 vsize=60296 CPUtime=1.48
/proc/18435/stat : 18435 (SatElite) R 18434 18434 17916 0 -1 4194304 14930 0 0 0 139 9 0 0 25 0 1 0 1162256022 61743104 13498 1992294400 134512640 135034092 4294956096 18446744073709551615 134574662 0 0 4096 3 0 0 0 17 0 0 0
/proc/18435/statm: 15074 13498 68 127 0 14944 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 65652

[startup+3.10173 s]
/proc/loadavg: 1.00 1.00 1.00 2/83 18436
/proc/meminfo: memFree=1723216/2055920 swapFree=4172196/4192956
[pid=18434] ppid=18432 vsize=5356 CPUtime=0
/proc/18434/stat : 18434 (lysat.sh) S 18432 18434 17916 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 1162256022 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18434/statm: 1339 235 195 169 0 50 0
[pid=18435] ppid=18434 vsize=60260 CPUtime=3.07
/proc/18435/stat : 18435 (SatElite) R 18434 18434 17916 0 -1 4194304 17343 0 0 0 297 10 0 0 25 0 1 0 1162256022 61706240 13583 1992294400 134512640 135034092 4294956096 18446744073709551615 134566260 0 0 4096 3 0 0 0 17 0 0 0
/proc/18435/statm: 15065 13583 68 127 0 14935 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 65616

[startup+6.30109 s]
/proc/loadavg: 1.00 1.00 1.00 2/83 18437
/proc/meminfo: memFree=1753040/2055920 swapFree=4172196/4192956
[pid=18434] ppid=18432 vsize=5356 CPUtime=3.74
/proc/18434/stat : 18434 (lysat.sh) S 18432 18434 17916 0 -1 4194304 310 18363 0 0 0 0 361 13 16 0 1 0 1162256022 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18434/statm: 1339 237 195 169 0 50 0
[pid=18437] ppid=18434 vsize=18992 CPUtime=2.53
/proc/18437/stat : 18437 (LySATc) R 18434 18434 17916 0 -1 4194304 4430 0 0 0 251 2 0 0 25 0 1 0 1162256398 19447808 4404 1992294400 134512640 135214827 4294956208 18446744073709551615 134529197 0 0 4096 3 0 0 0 17 0 0 0
/proc/18437/statm: 4748 4404 77 171 0 4575 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 24348

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 1.00 2/83 18437
/proc/meminfo: memFree=1749712/2055920 swapFree=4172196/4192956
[pid=18434] ppid=18432 vsize=5356 CPUtime=3.74
/proc/18434/stat : 18434 (lysat.sh) S 18432 18434 17916 0 -1 4194304 310 18363 0 0 0 0 361 13 16 0 1 0 1162256022 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18434/statm: 1339 237 195 169 0 50 0
[pid=18437] ppid=18434 vsize=22556 CPUtime=8.92
/proc/18437/stat : 18437 (LySATc) R 18434 18434 17916 0 -1 4194304 5329 0 0 0 890 2 0 0 25 0 1 0 1162256398 23097344 5303 1992294400 134512640 135214827 4294956208 18446744073709551615 134529203 0 0 4096 3 0 0 0 17 0 0 0
/proc/18437/statm: 5639 5303 77 171 0 5466 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 27912

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 1.00 2/83 18437
/proc/meminfo: memFree=1741328/2055920 swapFree=4172196/4192956
[pid=18434] ppid=18432 vsize=5356 CPUtime=3.74
/proc/18434/stat : 18434 (lysat.sh) S 18432 18434 17916 0 -1 4194304 310 18363 0 0 0 0 361 13 16 0 1 0 1162256022 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18434/statm: 1339 237 195 169 0 50 0
[pid=18437] ppid=18434 vsize=30744 CPUtime=21.71
/proc/18437/stat : 18437 (LySATc) R 18434 18434 17916 0 -1 4194304 7365 0 0 0 2167 4 0 0 25 0 1 0 1162256398 31481856 7339 1992294400 134512640 135214827 4294956208 18446744073709551615 134529248 0 0 4096 3 0 0 0 17 0 0 0
/proc/18437/statm: 7686 7339 77 171 0 7513 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 36100

[startup+51.1012 s]
/proc/loadavg: 1.00 1.00 1.00 2/83 18437
/proc/meminfo: memFree=1732560/2055920 swapFree=4172196/4192956
[pid=18434] ppid=18432 vsize=5356 CPUtime=3.74
/proc/18434/stat : 18434 (lysat.sh) S 18432 18434 17916 0 -1 4194304 310 18363 0 0 0 0 361 13 16 0 1 0 1162256022 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18434/statm: 1339 237 195 169 0 50 0
[pid=18437] ppid=18434 vsize=39464 CPUtime=47.3
/proc/18437/stat : 18437 (LySATc) R 18434 18434 17916 0 -1 4194304 9535 0 0 0 4724 6 0 0 25 0 1 0 1162256398 40411136 9509 1992294400 134512640 135214827 4294956208 18446744073709551615 134529744 0 0 4096 3 0 0 0 17 0 0 0
/proc/18437/statm: 9866 9509 77 171 0 9693 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 44820

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

[startup+54.3015 s]
/proc/loadavg: 1.00 1.00 1.00 2/83 18437
/proc/meminfo: memFree=1732048/2055920 swapFree=4172196/4192956
[pid=18434] ppid=18432 vsize=5356 CPUtime=3.74
/proc/18434/stat : 18434 (lysat.sh) S 18432 18434 17916 0 -1 4194304 310 18363 0 0 0 0 361 13 16 0 1 0 1162256022 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18434/statm: 1339 237 195 169 0 50 0
[pid=18437] ppid=18434 vsize=39992 CPUtime=50.51
/proc/18437/stat : 18437 (LySATc) R 18434 18434 17916 0 -1 4194304 9675 0 0 0 5044 7 0 0 25 0 1 0 1162256398 40951808 9649 1992294400 134512640 135214827 4294956208 18446744073709551615 134530488 0 0 4096 3 0 0 0 17 0 0 0
/proc/18437/statm: 9998 9649 77 171 0 9825 0
Current children cumulated CPU time (s) 54.25
Current children cumulated vsize (KiB) 45348

[startup+55.9017 s]
/proc/loadavg: 1.00 1.00 1.00 2/83 18437
/proc/meminfo: memFree=1731984/2055920 swapFree=4172196/4192956
[pid=18434] ppid=18432 vsize=5356 CPUtime=3.74
/proc/18434/stat : 18434 (lysat.sh) S 18432 18434 17916 0 -1 4194304 310 18363 0 0 0 0 361 13 16 0 1 0 1162256022 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18434/statm: 1339 237 195 169 0 50 0
[pid=18437] ppid=18434 vsize=40124 CPUtime=52.11
/proc/18437/stat : 18437 (LySATc) R 18434 18434 17916 0 -1 4194304 9697 0 0 0 5204 7 0 0 25 0 1 0 1162256398 41086976 9671 1992294400 134512640 135214827 4294956208 18446744073709551615 134529248 0 0 4096 3 0 0 0 17 0 0 0
/proc/18437/statm: 10031 9671 77 171 0 9858 0
Current children cumulated CPU time (s) 55.85
Current children cumulated vsize (KiB) 45480

[startup+56.7018 s]
/proc/loadavg: 1.00 1.00 1.00 2/83 18437
/proc/meminfo: memFree=1731856/2055920 swapFree=4172196/4192956
[pid=18434] ppid=18432 vsize=5356 CPUtime=3.74
/proc/18434/stat : 18434 (lysat.sh) S 18432 18434 17916 0 -1 4194304 310 18363 0 0 0 0 361 13 16 0 1 0 1162256022 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18434/statm: 1339 237 195 169 0 50 0
[pid=18437] ppid=18434 vsize=40256 CPUtime=52.91
/proc/18437/stat : 18437 (LySATc) R 18434 18434 17916 0 -1 4194304 9723 0 0 0 5284 7 0 0 25 0 1 0 1162256398 41222144 9697 1992294400 134512640 135214827 4294956208 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 0 0 0
/proc/18437/statm: 10064 9697 77 171 0 9891 0
Current children cumulated CPU time (s) 56.65
Current children cumulated vsize (KiB) 45612

[startup+57.5019 s]
/proc/loadavg: 1.00 1.00 1.00 2/83 18437
/proc/meminfo: memFree=1731728/2055920 swapFree=4172196/4192956
[pid=18434] ppid=18432 vsize=5356 CPUtime=3.74
/proc/18434/stat : 18434 (lysat.sh) S 18432 18434 17916 0 -1 4194304 310 18363 0 0 0 0 361 13 16 0 1 0 1162256022 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18434/statm: 1339 237 195 169 0 50 0
[pid=18437] ppid=18434 vsize=40256 CPUtime=53.71
/proc/18437/stat : 18437 (LySATc) R 18434 18434 17916 0 -1 4194304 9743 0 0 0 5364 7 0 0 25 0 1 0 1162256398 41222144 9717 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/18437/statm: 10064 9717 77 171 0 9891 0
Current children cumulated CPU time (s) 57.45
Current children cumulated vsize (KiB) 45612

[startup+57.9029 s]
/proc/loadavg: 1.00 1.00 1.00 2/83 18437
/proc/meminfo: memFree=1731728/2055920 swapFree=4172196/4192956
[pid=18434] ppid=18432 vsize=5356 CPUtime=3.74
/proc/18434/stat : 18434 (lysat.sh) S 18432 18434 17916 0 -1 4194304 310 18363 0 0 0 0 361 13 16 0 1 0 1162256022 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18434/statm: 1339 237 195 169 0 50 0
[pid=18437] ppid=18434 vsize=40256 CPUtime=54.11
/proc/18437/stat : 18437 (LySATc) R 18434 18434 17916 0 -1 4194304 9750 0 0 0 5404 7 0 0 25 0 1 0 1162256398 41222144 9724 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/18437/statm: 10064 9724 77 171 0 9891 0
Current children cumulated CPU time (s) 57.85
Current children cumulated vsize (KiB) 45612

Child status: 20
Real time (s): 57.9542
CPU time (s): 57.9192
CPU user time (s): 57.6962
CPU system time (s): 0.222966
CPU usage (%): 99.9396
Max. virtual memory (cumulated for all children) (KiB): 71440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 57.6962
system time used= 0.222966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28587
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= 36
involuntary context switches= 272

runsolver used 0.071989 second user time and 0.199969 second system time

The end

Launcher Data

Begin job on node85 at 2009-04-05 03:45:21
IDJOB=1578195
IDBENCH=70974
IDSOLVER=512
FILE ID=node85/1578195-1238895921
PBS_JOBID= 9086039
Free space on /tmp= 126864 MiB

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

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

MD5SUM BENCH= 9d45c35f4df88b155135c4914792c59e
RANDOM SEED=2078745089

node85.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.236
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.236
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:       1780160 kB
Buffers:         35404 kB
Cached:         180348 kB
SwapCached:       9668 kB
Active:         100308 kB
Inactive:       126548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1780160 kB
SwapTotal:     4192956 kB
SwapFree:      4172196 kB
Dirty:           10640 kB
Writeback:           0 kB
Mapped:          16824 kB
Slab:            33204 kB
Committed_AS:  2847192 kB
PageTables:       2608 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= 126860 MiB
End job on node85 at 2009-04-05 03:46:19