Trace number 1579391

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 80.9527 80.9968

General information on the benchmark

NameAPPLICATIONS/diagnosis/
ACG-10-5p0.cnf
MD5SUMb0f091d476e617a8697e9f8acfd1538f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark41.6977
Satisfiable
(Un)Satisfiability was proved
Number of variables123925
Number of clauses539763
Sum of the clauses size1252804
Maximum clause length10
Minimum clause length1
Number of clauses of size 15498
Number of clauses of size 2437089
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.58	c ==============================================================================
0.49/0.58	c |           |     ORIGINAL     |              LEARNT              |          |
0.49/0.58	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.49/0.58	c ==============================================================================
0.49/0.58	c |         0 |  533925  1246626 |  160177       0        0     nan |  0.000 % |
3.58/3.61	c |         0 |  337556   906141 |      --       0       --      -- |     --   | -46489/4489
3.58/3.62	c ==============================================================================
3.58/3.62	c Result  :   #vars: 65845   #clauses: 337556   #literals: 906141
3.58/3.62	c CPU time:   3.47947 s
3.58/3.62	c ==============================================================================
3.99/4.04	This is MiniSat 2.0 beta
3.99/4.04	WARNING: for repeatability, setting FPU to use double precision
3.99/4.04	============================[ Problem Statistics ]=============================
3.99/4.04	|                                                                             |
3.99/4.04	|  Number of variables:  65845                                                |
3.99/4.04	|  Number of clauses:    337556                                               |
4.03/4.26	|  Parsing time:         0.19         s                                       |
80.84/80.97	restarts              : 13
80.84/80.97	conflicts             : 37134          (484 /sec)
80.84/80.97	decisions             : 243370         (1.23 % random) (3170 /sec)
80.84/80.97	propagations          : 119434630      (1555719 /sec)
80.84/80.97	conflict literals     : 7411090        (29.09 % deleted)
80.84/80.97	Memory used           : 50.20 MB
80.84/80.97	CPU time              : 76.7713 s
80.84/80.97	
80.84/80.97	UNSATISFIABLE
80.84/80.98	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-1579391-1238907152/watcher-1579391-1238907152 -o /tmp/evaluation-result-1579391-1238907152/solver-1579391-1238907152 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1579391-1238907152.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.02 1.06 1.01 3/64 17212
/proc/meminfo: memFree=1484336/2055920 swapFree=4176924/4192956
[pid=17212] ppid=17210 vsize=5356 CPUtime=0
/proc/17212/stat : 17212 (lysat.sh) R 17210 17212 14041 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 1163380173 5484544 234 1992294400 4194304 4889804 548682068800 18446744073709551615 266134416031 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/17212/statm: 1339 234 194 169 0 50 0
[pid=17213] ppid=17212 vsize=1560 CPUtime=0
/proc/17213/stat : 17213 (SatElite) R 17212 17212 14041 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1163380173 1597440 262 1992294400 134512640 135034092 4294956096 18446744073709551615 134544856 0 0 4096 3 0 0 0 17 0 0 0
/proc/17213/statm: 390 263 50 127 0 260 0

[startup+0.102541 s]
/proc/loadavg: 1.02 1.06 1.01 3/64 17212
/proc/meminfo: memFree=1484336/2055920 swapFree=4176924/4192956
[pid=17212] ppid=17210 vsize=5356 CPUtime=0
/proc/17212/stat : 17212 (lysat.sh) S 17210 17212 14041 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1163380173 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17212/statm: 1339 235 195 169 0 50 0
[pid=17213] ppid=17212 vsize=21020 CPUtime=0.09
/proc/17213/stat : 17213 (SatElite) R 17212 17212 14041 0 -1 4194304 4338 0 0 0 8 1 0 0 19 0 1 0 1163380173 21524480 4218 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/17213/statm: 5255 4219 50 127 0 5125 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26376

[startup+0.201551 s]
/proc/loadavg: 1.02 1.06 1.01 3/64 17212
/proc/meminfo: memFree=1484336/2055920 swapFree=4176924/4192956
[pid=17212] ppid=17210 vsize=5356 CPUtime=0
/proc/17212/stat : 17212 (lysat.sh) S 17210 17212 14041 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1163380173 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17212/statm: 1339 235 195 169 0 50 0
[pid=17213] ppid=17212 vsize=27604 CPUtime=0.18
/proc/17213/stat : 17213 (SatElite) R 17212 17212 14041 0 -1 4194304 5969 0 0 0 16 2 0 0 20 0 1 0 1163380173 28266496 5849 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/17213/statm: 6901 5849 50 127 0 6771 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 32960

[startup+0.301561 s]
/proc/loadavg: 1.02 1.06 1.01 3/64 17212
/proc/meminfo: memFree=1484336/2055920 swapFree=4176924/4192956
[pid=17212] ppid=17210 vsize=5356 CPUtime=0
/proc/17212/stat : 17212 (lysat.sh) S 17210 17212 14041 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1163380173 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17212/statm: 1339 235 195 169 0 50 0
[pid=17213] ppid=17212 vsize=34172 CPUtime=0.29
/proc/17213/stat : 17213 (SatElite) R 17212 17212 14041 0 -1 4194304 7485 0 0 0 25 4 0 0 21 0 1 0 1163380173 34992128 7365 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/17213/statm: 8543 7365 50 127 0 8413 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 39528

[startup+0.701605 s]
/proc/loadavg: 1.02 1.06 1.01 3/64 17212
/proc/meminfo: memFree=1484336/2055920 swapFree=4176924/4192956
[pid=17212] ppid=17210 vsize=5356 CPUtime=0
/proc/17212/stat : 17212 (lysat.sh) S 17210 17212 14041 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1163380173 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17212/statm: 1339 235 195 169 0 50 0
[pid=17213] ppid=17212 vsize=56676 CPUtime=0.69
/proc/17213/stat : 17213 (SatElite) R 17212 17212 14041 0 -1 4194304 13281 0 0 0 62 7 0 0 25 0 1 0 1163380173 58036224 13161 1992294400 134512640 135034092 4294956096 18446744073709551615 134547095 0 0 4096 3 0 0 0 17 0 0 0
/proc/17213/statm: 14169 13161 64 127 0 14039 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 62032

[startup+1.5017 s]
/proc/loadavg: 1.02 1.06 1.01 2/66 17214
/proc/meminfo: memFree=1423904/2055920 swapFree=4176924/4192956
[pid=17212] ppid=17210 vsize=5356 CPUtime=0
/proc/17212/stat : 17212 (lysat.sh) S 17210 17212 14041 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1163380173 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17212/statm: 1339 235 195 169 0 50 0
[pid=17213] ppid=17212 vsize=68904 CPUtime=1.49
/proc/17213/stat : 17213 (SatElite) R 17212 17212 14041 0 -1 4194304 17306 0 0 0 139 10 0 0 25 0 1 0 1163380173 70557696 15830 1992294400 134512640 135034092 4294956096 18446744073709551615 134566569 0 0 4096 3 0 0 0 17 0 0 0
/proc/17213/statm: 17226 15830 68 127 0 17096 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 74260

[startup+3.10187 s]
/proc/loadavg: 1.02 1.06 1.01 2/66 17214
/proc/meminfo: memFree=1413664/2055920 swapFree=4176924/4192956
[pid=17212] ppid=17210 vsize=5356 CPUtime=0
/proc/17212/stat : 17212 (lysat.sh) S 17210 17212 14041 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1163380173 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17212/statm: 1339 235 195 169 0 50 0
[pid=17213] ppid=17212 vsize=75128 CPUtime=3.08
/proc/17213/stat : 17213 (SatElite) R 17212 17212 14041 0 -1 4194304 20015 0 0 0 296 12 0 0 25 0 1 0 1163380173 76931072 16771 1992294400 134512640 135034092 4294956096 18446744073709551615 134585791 0 0 4096 3 0 0 0 17 0 0 0
/proc/17213/statm: 18782 16771 68 127 0 18652 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 80484

[startup+6.30123 s]
/proc/loadavg: 1.02 1.06 1.01 2/66 17215
/proc/meminfo: memFree=1454304/2055920 swapFree=4176924/4192956
[pid=17212] ppid=17210 vsize=5356 CPUtime=4.03
/proc/17212/stat : 17212 (lysat.sh) S 17210 17212 14041 0 -1 4194304 310 21288 0 0 0 0 386 17 16 0 1 0 1163380173 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17212/statm: 1339 237 195 169 0 50 0
[pid=17215] ppid=17212 vsize=21912 CPUtime=2.24
/proc/17215/stat : 17215 (LySATc) R 17212 17212 14041 0 -1 4194304 5080 0 0 0 222 2 0 0 25 0 1 0 1163380577 22437888 5054 1992294400 134512640 135214827 4294956208 18446744073709551615 134528379 0 0 4096 3 0 0 0 17 0 0 0
/proc/17215/statm: 5478 5054 77 171 0 5305 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 27268

[startup+12.7019 s]
/proc/loadavg: 1.02 1.06 1.01 2/66 17215
/proc/meminfo: memFree=1450016/2055920 swapFree=4176924/4192956
[pid=17212] ppid=17210 vsize=5356 CPUtime=4.03
/proc/17212/stat : 17212 (lysat.sh) S 17210 17212 14041 0 -1 4194304 310 21288 0 0 0 0 386 17 16 0 1 0 1163380173 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17212/statm: 1339 237 195 169 0 50 0
[pid=17215] ppid=17212 vsize=26408 CPUtime=8.64
/proc/17215/stat : 17215 (LySATc) R 17212 17212 14041 0 -1 4194304 6205 0 0 0 861 3 0 0 25 0 1 0 1163380577 27041792 6179 1992294400 134512640 135214827 4294956208 18446744073709551615 134527621 0 0 4096 3 0 0 0 17 0 0 0
/proc/17215/statm: 6602 6179 77 171 0 6429 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 31764

[startup+25.5014 s]
/proc/loadavg: 1.01 1.06 1.01 2/66 17215
/proc/meminfo: memFree=1443488/2055920 swapFree=4176924/4192956
[pid=17212] ppid=17210 vsize=5356 CPUtime=4.03
/proc/17212/stat : 17212 (lysat.sh) S 17210 17212 14041 0 -1 4194304 310 21288 0 0 0 0 386 17 16 0 1 0 1163380173 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17212/statm: 1339 237 195 169 0 50 0
[pid=17215] ppid=17212 vsize=32744 CPUtime=21.44
/proc/17215/stat : 17215 (LySATc) R 17212 17212 14041 0 -1 4194304 7776 0 0 0 2139 5 0 0 25 0 1 0 1163380577 33529856 7750 1992294400 134512640 135214827 4294956208 18446744073709551615 134538453 0 0 4096 3 0 0 0 17 0 0 0
/proc/17215/statm: 8186 7750 77 171 0 8013 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 38100

[startup+51.1012 s]
/proc/loadavg: 1.01 1.05 1.00 2/66 17215
/proc/meminfo: memFree=1432096/2055920 swapFree=4176924/4192956
[pid=17212] ppid=17210 vsize=5356 CPUtime=4.03
/proc/17212/stat : 17212 (lysat.sh) S 17210 17212 14041 0 -1 4194304 310 21288 0 0 0 0 386 17 16 0 1 0 1163380173 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17212/statm: 1339 237 195 169 0 50 0
[pid=17215] ppid=17212 vsize=44104 CPUtime=47.02
/proc/17215/stat : 17215 (LySATc) R 17212 17212 14041 0 -1 4194304 10615 0 0 0 4693 9 0 0 25 0 1 0 1163380577 45162496 10589 1992294400 134512640 135214827 4294956208 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 0 0 0
/proc/17215/statm: 11026 10589 77 171 0 10853 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 49460

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

[startup+51.2013 s]
/proc/loadavg: 1.01 1.05 1.00 2/66 17215
/proc/meminfo: memFree=1432096/2055920 swapFree=4176924/4192956
[pid=17212] ppid=17210 vsize=5356 CPUtime=4.03
/proc/17212/stat : 17212 (lysat.sh) S 17210 17212 14041 0 -1 4194304 310 21288 0 0 0 0 386 17 16 0 1 0 1163380173 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17212/statm: 1339 237 195 169 0 50 0
[pid=17215] ppid=17212 vsize=44104 CPUtime=47.12
/proc/17215/stat : 17215 (LySATc) R 17212 17212 14041 0 -1 4194304 10624 0 0 0 4703 9 0 0 25 0 1 0 1163380577 45162496 10598 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/17215/statm: 11026 10598 77 171 0 10853 0
Current children cumulated CPU time (s) 51.15
Current children cumulated vsize (KiB) 49460

[startup+64.0017 s]
/proc/loadavg: 1.01 1.05 1.00 2/66 17215
/proc/meminfo: memFree=1428064/2055920 swapFree=4176924/4192956
[pid=17212] ppid=17210 vsize=5356 CPUtime=4.03
/proc/17212/stat : 17212 (lysat.sh) S 17210 17212 14041 0 -1 4194304 310 21288 0 0 0 0 386 17 16 0 1 0 1163380173 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17212/statm: 1339 237 195 169 0 50 0
[pid=17215] ppid=17212 vsize=47964 CPUtime=59.92
/proc/17215/stat : 17215 (LySATc) R 17212 17212 14041 0 -1 4194304 11586 0 0 0 5981 11 0 0 25 0 1 0 1163380577 49115136 11560 1992294400 134512640 135214827 4294956208 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 0 0 0
/proc/17215/statm: 11991 11560 77 171 0 11818 0
Current children cumulated CPU time (s) 63.95
Current children cumulated vsize (KiB) 53320

[startup+70.4014 s]
/proc/loadavg: 1.00 1.05 1.00 2/66 17215
/proc/meminfo: memFree=1426272/2055920 swapFree=4176924/4192956
[pid=17212] ppid=17210 vsize=5356 CPUtime=4.03
/proc/17212/stat : 17212 (lysat.sh) S 17210 17212 14041 0 -1 4194304 310 21288 0 0 0 0 386 17 16 0 1 0 1163380173 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17212/statm: 1339 237 195 169 0 50 0
[pid=17215] ppid=17212 vsize=49816 CPUtime=66.32
/proc/17215/stat : 17215 (LySATc) R 17212 17212 14041 0 -1 4194304 12036 0 0 0 6621 11 0 0 25 0 1 0 1163380577 51011584 12010 1992294400 134512640 135214827 4294956208 18446744073709551615 134529248 0 0 4096 3 0 0 0 17 0 0 0
/proc/17215/statm: 12454 12010 77 171 0 12281 0
Current children cumulated CPU time (s) 70.35
Current children cumulated vsize (KiB) 55172

[startup+76.8011 s]
/proc/loadavg: 1.00 1.05 1.00 2/66 17215
/proc/meminfo: memFree=1425184/2055920 swapFree=4176924/4192956
[pid=17212] ppid=17210 vsize=5356 CPUtime=4.03
/proc/17212/stat : 17212 (lysat.sh) S 17210 17212 14041 0 -1 4194304 310 21288 0 0 0 0 386 17 16 0 1 0 1163380173 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17212/statm: 1339 237 195 169 0 50 0
[pid=17215] ppid=17212 vsize=51004 CPUtime=72.72
/proc/17215/stat : 17215 (LySATc) R 17212 17212 14041 0 -1 4194304 12334 0 0 0 7260 12 0 0 25 0 1 0 1163380577 52228096 12308 1992294400 134512640 135214827 4294956208 18446744073709551615 134538176 0 0 4096 3 0 0 0 17 0 0 0
/proc/17215/statm: 12751 12308 77 171 0 12578 0
Current children cumulated CPU time (s) 76.75
Current children cumulated vsize (KiB) 56360

[startup+78.4013 s]
/proc/loadavg: 1.00 1.05 1.00 2/66 17215
/proc/meminfo: memFree=1424928/2055920 swapFree=4176924/4192956
[pid=17212] ppid=17210 vsize=5356 CPUtime=4.03
/proc/17212/stat : 17212 (lysat.sh) S 17210 17212 14041 0 -1 4194304 310 21288 0 0 0 0 386 17 16 0 1 0 1163380173 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17212/statm: 1339 237 195 169 0 50 0
[pid=17215] ppid=17212 vsize=51136 CPUtime=74.32
/proc/17215/stat : 17215 (LySATc) R 17212 17212 14041 0 -1 4194304 12382 0 0 0 7420 12 0 0 25 0 1 0 1163380577 52363264 12356 1992294400 134512640 135214827 4294956208 18446744073709551615 134529197 0 0 4096 3 0 0 0 17 0 0 0
/proc/17215/statm: 12784 12356 77 171 0 12611 0
Current children cumulated CPU time (s) 78.35
Current children cumulated vsize (KiB) 56492

[startup+80.0015 s]
/proc/loadavg: 1.00 1.05 1.00 2/66 17215
/proc/meminfo: memFree=1424800/2055920 swapFree=4176924/4192956
[pid=17212] ppid=17210 vsize=5356 CPUtime=4.03
/proc/17212/stat : 17212 (lysat.sh) S 17210 17212 14041 0 -1 4194304 310 21288 0 0 0 0 386 17 16 0 1 0 1163380173 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17212/statm: 1339 237 195 169 0 50 0
[pid=17215] ppid=17212 vsize=51268 CPUtime=75.91
/proc/17215/stat : 17215 (LySATc) R 17212 17212 14041 0 -1 4194304 12417 0 0 0 7579 12 0 0 25 0 1 0 1163380577 52498432 12391 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/17215/statm: 12817 12391 77 171 0 12644 0
Current children cumulated CPU time (s) 79.94
Current children cumulated vsize (KiB) 56624

[startup+80.4055 s]
/proc/loadavg: 1.00 1.05 1.00 2/66 17215
/proc/meminfo: memFree=1424672/2055920 swapFree=4176924/4192956
[pid=17212] ppid=17210 vsize=5356 CPUtime=4.03
/proc/17212/stat : 17212 (lysat.sh) S 17210 17212 14041 0 -1 4194304 310 21288 0 0 0 0 386 17 16 0 1 0 1163380173 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17212/statm: 1339 237 195 169 0 50 0
[pid=17215] ppid=17212 vsize=51268 CPUtime=76.32
/proc/17215/stat : 17215 (LySATc) R 17212 17212 14041 0 -1 4194304 12422 0 0 0 7620 12 0 0 25 0 1 0 1163380577 52498432 12396 1992294400 134512640 135214827 4294956208 18446744073709551615 134529651 0 0 4096 3 0 0 0 17 0 0 0
/proc/17215/statm: 12817 12396 77 171 0 12644 0
Current children cumulated CPU time (s) 80.35
Current children cumulated vsize (KiB) 56624

[startup+80.8016 s]
/proc/loadavg: 1.00 1.05 1.00 2/66 17215
/proc/meminfo: memFree=1424672/2055920 swapFree=4176924/4192956
[pid=17212] ppid=17210 vsize=5356 CPUtime=4.03
/proc/17212/stat : 17212 (lysat.sh) S 17210 17212 14041 0 -1 4194304 310 21288 0 0 0 0 386 17 16 0 1 0 1163380173 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17212/statm: 1339 237 195 169 0 50 0
[pid=17215] ppid=17212 vsize=51268 CPUtime=76.71
/proc/17215/stat : 17215 (LySATc) R 17212 17212 14041 0 -1 4194304 12428 0 0 0 7659 12 0 0 25 0 1 0 1163380577 52498432 12402 1992294400 134512640 135214827 4294956208 18446744073709551615 134529473 0 0 4096 3 0 0 0 17 0 0 0
/proc/17215/statm: 12817 12402 77 171 0 12644 0
Current children cumulated CPU time (s) 80.74
Current children cumulated vsize (KiB) 56624

[startup+80.9016 s]
/proc/loadavg: 1.00 1.05 1.00 2/66 17215
/proc/meminfo: memFree=1424672/2055920 swapFree=4176924/4192956
[pid=17212] ppid=17210 vsize=5356 CPUtime=4.03
/proc/17212/stat : 17212 (lysat.sh) S 17210 17212 14041 0 -1 4194304 310 21288 0 0 0 0 386 17 16 0 1 0 1163380173 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17212/statm: 1339 237 195 169 0 50 0
[pid=17215] ppid=17212 vsize=51268 CPUtime=76.81
/proc/17215/stat : 17215 (LySATc) R 17212 17212 14041 0 -1 4194304 12429 0 0 0 7669 12 0 0 25 0 1 0 1163380577 52498432 12403 1992294400 134512640 135214827 4294956208 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 0 0 0
/proc/17215/statm: 12817 12403 77 171 0 12644 0
Current children cumulated CPU time (s) 80.84
Current children cumulated vsize (KiB) 56624

Child status: 20
Real time (s): 80.9968
CPU time (s): 80.9527
CPU user time (s): 80.6337
CPU system time (s): 0.318951
CPU usage (%): 99.9456
Max. virtual memory (cumulated for all children) (KiB): 80740

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

runsolver used 0.069989 second user time and 0.231964 second system time

The end

Launcher Data

Begin job on node35 at 2009-04-05 06:52:33
IDJOB=1579391
IDBENCH=70997
IDSOLVER=512
FILE ID=node35/1579391-1238907152
PBS_JOBID= 9086092
Free space on /tmp= 66492 MiB

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

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

MD5SUM BENCH= b0f091d476e617a8697e9f8acfd1538f
RANDOM SEED=1954255151

node35.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.229
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.229
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:       1484880 kB
Buffers:         65872 kB
Cached:         421476 kB
SwapCached:      10140 kB
Active:         200736 kB
Inactive:       298404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1484880 kB
SwapTotal:     4192956 kB
SwapFree:      4176924 kB
Dirty:           11356 kB
Writeback:           0 kB
Mapped:          17584 kB
Slab:            57908 kB
Committed_AS:  3196524 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= 66488 MiB
End job on node35 at 2009-04-05 06:53:54