Trace number 1580535

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 376.976 377.124

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-15-5p0.cnf
MD5SUM4385f03fe3bdaf0f127ae989ddd7908d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark107.285
Satisfiable
(Un)Satisfiability was proved
Number of variables162696
Number of clauses821000
Sum of the clauses size1953203
Maximum clause length10
Minimum clause length1
Number of clauses of size 18386
Number of clauses of size 2617825
Number of clauses of size 3153189
Number of clauses of size 44620
Number of clauses of size 518480
Number of clauses of size over 518500

Solver Data

0.00/0.00	c Parsing...
0.88/0.95	c ==============================================================================
0.88/0.95	c |           |     ORIGINAL     |              LEARNT              |          |
0.88/0.95	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.88/0.95	c ==============================================================================
0.88/0.95	c |         0 |  812074  1943737 |  243622       0        0     nan |  0.000 % |
5.89/5.99	c |         0 |  545816  1527919 |      --       0       --      -- |     --   | -75341/18070
5.89/5.99	c ==============================================================================
5.89/5.99	c Result  :   #vars: 85539   #clauses: 545816   #literals: 1527919
5.89/5.99	c CPU time:   5.79112 s
5.89/5.99	c ==============================================================================
6.68/6.73	This is MiniSat 2.0 beta
6.68/6.73	WARNING: for repeatability, setting FPU to use double precision
6.68/6.73	============================[ Problem Statistics ]=============================
6.68/6.73	|                                                                             |
6.68/6.73	|  Number of variables:  85539                                                |
6.68/6.73	|  Number of clauses:    545816                                               |
6.72/7.07	|  Parsing time:         0.31         s                                       |
376.84/377.09	restarts              : 16
376.84/377.09	conflicts             : 116248         (314 /sec)
376.84/377.09	decisions             : 694860         (1.30 % random) (1878 /sec)
376.84/377.09	propagations          : 386416080      (1044521 /sec)
376.84/377.09	conflict literals     : 20639155       (37.73 % deleted)
376.84/377.09	Memory used           : 111.62 MB
376.84/377.09	CPU time              : 369.946 s
376.84/377.09	
376.84/377.09	UNSATISFIABLE
376.94/377.11	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-1580535-1238920215/watcher-1580535-1238920215 -o /tmp/evaluation-result-1580535-1238920215/solver-1580535-1238920215 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1580535-1238920215.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 0.99 3/71 13845
/proc/meminfo: memFree=1543696/2055920 swapFree=4170316/4192956
[pid=13845] ppid=13843 vsize=5356 CPUtime=0
/proc/13845/stat : 13845 (lysat.sh) R 13843 13845 13456 0 -1 4194304 267 0 0 0 0 0 0 0 19 0 1 0 1164684716 5484544 234 1992294400 4194304 4889804 548682068816 18446744073709551615 266890439327 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/13845/statm: 1339 234 194 169 0 50 0
[pid=13846] ppid=13845 vsize=5356 CPUtime=0
/proc/13846/stat : 13846 (lysat.sh) R 13845 13845 13456 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 1164684716 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 266890439975 0 0 4096 0 0 0 0 17 1 0 0
/proc/13846/statm: 1339 235 195 169 0 50 0

[startup+0.0731331 s]
/proc/loadavg: 1.00 1.00 0.99 3/71 13845
/proc/meminfo: memFree=1543696/2055920 swapFree=4170316/4192956
[pid=13845] ppid=13843 vsize=5356 CPUtime=0
/proc/13845/stat : 13845 (lysat.sh) S 13843 13845 13456 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 1164684716 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13845/statm: 1339 235 195 169 0 50 0
[pid=13846] ppid=13845 vsize=27124 CPUtime=0.05
/proc/13846/stat : 13846 (SatElite) R 13845 13845 13456 0 -1 4194304 3959 0 0 0 3 2 0 0 18 0 1 0 1164684716 27774976 3839 1992294400 134512640 135034092 4294956112 18446744073709551615 134560640 0 0 4096 3 0 0 0 17 1 0 0
/proc/13846/statm: 6781 3839 50 127 0 6651 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 32480

[startup+0.102138 s]
/proc/loadavg: 1.00 1.00 0.99 3/71 13845
/proc/meminfo: memFree=1543696/2055920 swapFree=4170316/4192956
[pid=13845] ppid=13843 vsize=5356 CPUtime=0
/proc/13845/stat : 13845 (lysat.sh) S 13843 13845 13456 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 1164684716 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13845/statm: 1339 235 195 169 0 50 0
[pid=13846] ppid=13845 vsize=30020 CPUtime=0.09
/proc/13846/stat : 13846 (SatElite) R 13845 13845 13456 0 -1 4194304 4676 0 0 0 6 3 0 0 18 0 1 0 1164684716 30740480 4556 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/13846/statm: 7505 4556 50 127 0 7375 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35376

[startup+0.302176 s]
/proc/loadavg: 1.00 1.00 0.99 3/71 13845
/proc/meminfo: memFree=1543696/2055920 swapFree=4170316/4192956
[pid=13845] ppid=13843 vsize=5356 CPUtime=0
/proc/13845/stat : 13845 (lysat.sh) S 13843 13845 13456 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 1164684716 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13845/statm: 1339 235 195 169 0 50 0
[pid=13846] ppid=13845 vsize=45680 CPUtime=0.28
/proc/13846/stat : 13846 (SatElite) R 13845 13845 13456 0 -1 4194304 8422 0 0 0 23 5 0 0 19 0 1 0 1164684716 46776320 8302 1992294400 134512640 135034092 4294956112 18446744073709551615 134547264 0 0 4096 3 0 0 0 17 1 0 0
/proc/13846/statm: 11420 8303 50 127 0 11290 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 51036

[startup+0.702252 s]
/proc/loadavg: 1.00 1.00 0.99 3/71 13845
/proc/meminfo: memFree=1543696/2055920 swapFree=4170316/4192956
[pid=13845] ppid=13843 vsize=5356 CPUtime=0
/proc/13845/stat : 13845 (lysat.sh) S 13843 13845 13456 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 1164684716 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13845/statm: 1339 235 195 169 0 50 0
[pid=13846] ppid=13845 vsize=68512 CPUtime=0.69
/proc/13846/stat : 13846 (SatElite) R 13845 13845 13456 0 -1 4194304 14462 0 0 0 59 10 0 0 23 0 1 0 1164684716 70156288 14342 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/13846/statm: 17128 14343 51 127 0 16998 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 73868

[startup+1.50141 s]
/proc/loadavg: 1.00 1.00 0.99 2/73 13847
/proc/meminfo: memFree=1470720/2055920 swapFree=4170316/4192956
[pid=13845] ppid=13843 vsize=5356 CPUtime=0
/proc/13845/stat : 13845 (lysat.sh) S 13843 13845 13456 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 1164684716 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13845/statm: 1339 235 195 169 0 50 0
[pid=13846] ppid=13845 vsize=94368 CPUtime=1.48
/proc/13846/stat : 13846 (SatElite) R 13845 13845 13456 0 -1 4194304 22197 0 0 0 135 13 0 0 25 0 1 0 1164684716 96632832 20091 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/13846/statm: 23592 20091 68 127 0 23462 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 99724

[startup+3.10171 s]
/proc/loadavg: 1.00 1.00 0.99 2/73 13847
/proc/meminfo: memFree=1453312/2055920 swapFree=4170316/4192956
[pid=13845] ppid=13843 vsize=5356 CPUtime=0
/proc/13845/stat : 13845 (lysat.sh) S 13843 13845 13456 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 1164684716 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13845/statm: 1339 235 195 169 0 50 0
[pid=13846] ppid=13845 vsize=109268 CPUtime=3.09
/proc/13846/stat : 13846 (SatElite) R 13845 13845 13456 0 -1 4194304 25672 0 0 0 293 16 0 0 25 0 1 0 1164684716 111890432 23214 1992294400 134512640 135034092 4294956112 18446744073709551615 134582951 0 0 4096 3 0 0 0 17 1 0 0
/proc/13846/statm: 27317 23214 68 127 0 27187 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 114624

[startup+6.30132 s]
/proc/loadavg: 1.00 1.00 0.99 2/73 13847
/proc/meminfo: memFree=1450304/2055920 swapFree=4170316/4192956
[pid=13845] ppid=13843 vsize=5356 CPUtime=0
/proc/13845/stat : 13845 (lysat.sh) S 13843 13845 13456 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 1164684716 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13845/statm: 1339 235 195 169 0 50 0
[pid=13846] ppid=13845 vsize=103336 CPUtime=6.28
/proc/13846/stat : 13846 (SatElite) R 13845 13845 13456 0 -1 4194304 29759 0 0 0 607 21 0 0 25 0 1 0 1164684716 105816064 22171 1992294400 134512640 135034092 4294956112 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/13846/statm: 25834 22171 68 127 0 25704 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 108692

[startup+12.7016 s]
/proc/loadavg: 1.00 1.00 0.99 2/73 13848
/proc/meminfo: memFree=1496640/2055920 swapFree=4170316/4192956
[pid=13845] ppid=13843 vsize=5356 CPUtime=6.72
/proc/13845/stat : 13845 (lysat.sh) S 13843 13845 13456 0 -1 4194304 310 29762 0 0 0 0 647 25 16 0 1 0 1164684716 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13845/statm: 1339 237 195 169 0 50 0
[pid=13848] ppid=13845 vsize=32564 CPUtime=5.95
/proc/13848/stat : 13848 (LySATc) R 13845 13845 13456 0 -1 4194304 7725 0 0 0 591 4 0 0 25 0 1 0 1164685389 33345536 7700 1992294400 134512640 135214827 4294956224 18446744073709551615 134720871 0 0 4096 3 0 0 0 17 1 0 0
/proc/13848/statm: 8141 7700 77 171 0 7968 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 37920

[startup+25.502 s]
/proc/loadavg: 1.00 1.00 0.99 2/73 13848
/proc/meminfo: memFree=1491968/2055920 swapFree=4170316/4192956
[pid=13845] ppid=13843 vsize=5356 CPUtime=6.72
/proc/13845/stat : 13845 (lysat.sh) S 13843 13845 13456 0 -1 4194304 310 29762 0 0 0 0 647 25 16 0 1 0 1164684716 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13845/statm: 1339 237 195 169 0 50 0
[pid=13848] ppid=13845 vsize=37248 CPUtime=18.75
/proc/13848/stat : 13848 (LySATc) R 13845 13845 13456 0 -1 4194304 8915 0 0 0 1870 5 0 0 25 0 1 0 1164685389 38141952 8890 1992294400 134512640 135214827 4294956224 18446744073709551615 134529197 0 0 4096 3 0 0 0 17 1 0 0
/proc/13848/statm: 9312 8890 77 171 0 9139 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 42604

[startup+51.1029 s]
/proc/loadavg: 1.00 1.00 0.99 2/73 13848
/proc/meminfo: memFree=1483072/2055920 swapFree=4170316/4192956
[pid=13845] ppid=13843 vsize=5356 CPUtime=6.72
/proc/13845/stat : 13845 (lysat.sh) S 13843 13845 13456 0 -1 4194304 310 29762 0 0 0 0 647 25 16 0 1 0 1164684716 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13845/statm: 1339 237 195 169 0 50 0
[pid=13848] ppid=13845 vsize=46388 CPUtime=44.34
/proc/13848/stat : 13848 (LySATc) R 13845 13845 13456 0 -1 4194304 11179 0 0 0 4425 9 0 0 25 0 1 0 1164685389 47501312 11154 1992294400 134512640 135214827 4294956224 18446744073709551615 134720950 0 0 4096 3 0 0 0 17 1 0 0
/proc/13848/statm: 11597 11154 77 171 0 11424 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 51744

[startup+102.307 s]
/proc/loadavg: 1.00 1.00 0.99 2/73 13848
/proc/meminfo: memFree=1465024/2055920 swapFree=4170316/4192956
[pid=13845] ppid=13843 vsize=5356 CPUtime=6.72
/proc/13845/stat : 13845 (lysat.sh) S 13843 13845 13456 0 -1 4194304 310 29762 0 0 0 0 647 25 16 0 1 0 1164684716 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13845/statm: 1339 237 195 169 0 50 0
[pid=13848] ppid=13845 vsize=64156 CPUtime=95.52
/proc/13848/stat : 13848 (LySATc) R 13845 13845 13456 0 -1 4194304 15629 0 0 0 9539 13 0 0 25 0 1 0 1164685389 65695744 15604 1992294400 134512640 135214827 4294956224 18446744073709551615 134529390 0 0 4096 3 0 0 0 17 1 0 0
/proc/13848/statm: 16039 15604 77 171 0 15866 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 69512

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/73 13848
/proc/meminfo: memFree=1447680/2055920 swapFree=4170316/4192956
[pid=13845] ppid=13843 vsize=5356 CPUtime=6.72
/proc/13845/stat : 13845 (lysat.sh) S 13843 13845 13456 0 -1 4194304 310 29762 0 0 0 0 647 25 16 0 1 0 1164684716 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13845/statm: 1339 237 195 169 0 50 0
[pid=13848] ppid=13845 vsize=81572 CPUtime=155.5
/proc/13848/stat : 13848 (LySATc) R 13845 13845 13456 0 -1 4194304 19972 0 0 0 15532 18 0 0 25 0 1 0 1164685389 83529728 19947 1992294400 134512640 135214827 4294956224 18446744073709551615 134529197 0 0 4096 3 0 0 0 17 1 0 0
/proc/13848/statm: 20393 19947 77 171 0 20220 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 86928

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/73 13848
/proc/meminfo: memFree=1435456/2055920 swapFree=4170316/4192956
[pid=13845] ppid=13843 vsize=5356 CPUtime=6.72
/proc/13845/stat : 13845 (lysat.sh) S 13843 13845 13456 0 -1 4194304 310 29762 0 0 0 0 647 25 16 0 1 0 1164684716 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13845/statm: 1339 237 195 169 0 50 0
[pid=13848] ppid=13845 vsize=93600 CPUtime=215.47
/proc/13848/stat : 13848 (LySATc) R 13845 13845 13456 0 -1 4194304 22994 0 0 0 21526 21 0 0 25 0 1 0 1164685389 95846400 22969 1992294400 134512640 135214827 4294956224 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 1 0 0
/proc/13848/statm: 23400 22969 77 171 0 23227 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 98956

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/73 13848
/proc/meminfo: memFree=1426496/2055920 swapFree=4170316/4192956
[pid=13845] ppid=13843 vsize=5356 CPUtime=6.72
/proc/13845/stat : 13845 (lysat.sh) S 13843 13845 13456 0 -1 4194304 310 29762 0 0 0 0 647 25 16 0 1 0 1164684716 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13845/statm: 1339 237 195 169 0 50 0
[pid=13848] ppid=13845 vsize=102768 CPUtime=275.46
/proc/13848/stat : 13848 (LySATc) R 13845 13845 13456 0 -1 4194304 25251 0 0 0 27521 25 0 0 25 0 1 0 1164685389 105234432 25226 1992294400 134512640 135214827 4294956224 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 1 0 0
/proc/13848/statm: 25692 25226 77 171 0 25519 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 108124

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/73 13848
/proc/meminfo: memFree=1418624/2055920 swapFree=4170316/4192956
[pid=13845] ppid=13843 vsize=5356 CPUtime=6.72
/proc/13845/stat : 13845 (lysat.sh) S 13843 13845 13456 0 -1 4194304 310 29762 0 0 0 0 647 25 16 0 1 0 1164684716 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13845/statm: 1339 237 195 169 0 50 0
[pid=13848] ppid=13845 vsize=110456 CPUtime=335.43
/proc/13848/stat : 13848 (LySATc) R 13845 13845 13456 0 -1 4194304 27179 0 0 0 33517 26 0 0 25 0 1 0 1164685389 113106944 27154 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/13848/statm: 27614 27154 77 171 0 27441 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 115812

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

[startup+358.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/73 13848
/proc/meminfo: memFree=1416768/2055920 swapFree=4170316/4192956
[pid=13845] ppid=13843 vsize=5356 CPUtime=6.72
/proc/13845/stat : 13845 (lysat.sh) S 13843 13845 13456 0 -1 4194304 310 29762 0 0 0 0 647 25 16 0 1 0 1164684716 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13845/statm: 1339 237 195 169 0 50 0
[pid=13848] ppid=13845 vsize=112440 CPUtime=351.43
/proc/13848/stat : 13848 (LySATc) R 13845 13845 13456 0 -1 4194304 27660 0 0 0 35116 27 0 0 25 0 1 0 1164685389 115138560 27635 1992294400 134512640 135214827 4294956224 18446744073709551615 134529248 0 0 4096 3 0 0 0 17 1 0 0
/proc/13848/statm: 28110 27635 77 171 0 27937 0
Current children cumulated CPU time (s) 358.15
Current children cumulated vsize (KiB) 117796

[startup+364.702 s]
/proc/loadavg: 1.00 1.00 0.99 2/73 13848
/proc/meminfo: memFree=1416192/2055920 swapFree=4170316/4192956
[pid=13845] ppid=13843 vsize=5356 CPUtime=6.72
/proc/13845/stat : 13845 (lysat.sh) S 13843 13845 13456 0 -1 4194304 310 29762 0 0 0 0 647 25 16 0 1 0 1164684716 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13845/statm: 1339 237 195 169 0 50 0
[pid=13848] ppid=13845 vsize=112968 CPUtime=357.83
/proc/13848/stat : 13848 (LySATc) R 13845 13845 13456 0 -1 4194304 27795 0 0 0 35756 27 0 0 25 0 1 0 1164685389 115679232 27770 1992294400 134512640 135214827 4294956224 18446744073709551615 134529197 0 0 4096 3 0 0 0 17 1 0 0
/proc/13848/statm: 28242 27770 77 171 0 28069 0
Current children cumulated CPU time (s) 364.55
Current children cumulated vsize (KiB) 118324

[startup+371.102 s]
/proc/loadavg: 1.00 1.00 0.99 2/73 13848
/proc/meminfo: memFree=1415680/2055920 swapFree=4170316/4192956
[pid=13845] ppid=13843 vsize=5356 CPUtime=6.72
/proc/13845/stat : 13845 (lysat.sh) S 13843 13845 13456 0 -1 4194304 310 29762 0 0 0 0 647 25 16 0 1 0 1164684716 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13845/statm: 1339 237 195 169 0 50 0
[pid=13848] ppid=13845 vsize=113364 CPUtime=364.22
/proc/13848/stat : 13848 (LySATc) R 13845 13845 13456 0 -1 4194304 27926 0 0 0 36395 27 0 0 25 0 1 0 1164685389 116084736 27901 1992294400 134512640 135214827 4294956224 18446744073709551615 134536830 0 0 4096 3 0 0 0 17 1 0 0
/proc/13848/statm: 28341 27901 77 171 0 28168 0
Current children cumulated CPU time (s) 370.94
Current children cumulated vsize (KiB) 118720

[startup+374.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/73 13848
/proc/meminfo: memFree=1415360/2055920 swapFree=4170316/4192956
[pid=13845] ppid=13843 vsize=5356 CPUtime=6.72
/proc/13845/stat : 13845 (lysat.sh) S 13843 13845 13456 0 -1 4194304 310 29762 0 0 0 0 647 25 16 0 1 0 1164684716 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13845/statm: 1339 237 195 169 0 50 0
[pid=13848] ppid=13845 vsize=113768 CPUtime=367.42
/proc/13848/stat : 13848 (LySATc) R 13845 13845 13456 0 -1 4194304 27997 0 0 0 36715 27 0 0 25 0 1 0 1164685389 116498432 27972 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/13848/statm: 28442 27972 77 171 0 28269 0
Current children cumulated CPU time (s) 374.14
Current children cumulated vsize (KiB) 119124

[startup+375.901 s]
/proc/loadavg: 1.00 1.00 0.99 2/73 13848
/proc/meminfo: memFree=1415168/2055920 swapFree=4170316/4192956
[pid=13845] ppid=13843 vsize=5356 CPUtime=6.72
/proc/13845/stat : 13845 (lysat.sh) S 13843 13845 13456 0 -1 4194304 310 29762 0 0 0 0 647 25 16 0 1 0 1164684716 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13845/statm: 1339 237 195 169 0 50 0
[pid=13848] ppid=13845 vsize=114032 CPUtime=369.02
/proc/13848/stat : 13848 (LySATc) R 13845 13845 13456 0 -1 4194304 28064 0 0 0 36875 27 0 0 25 0 1 0 1164685389 116768768 28039 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/13848/statm: 28508 28039 77 171 0 28335 0
Current children cumulated CPU time (s) 375.74
Current children cumulated vsize (KiB) 119388

[startup+376.702 s]
/proc/loadavg: 1.00 1.00 0.99 2/73 13848
/proc/meminfo: memFree=1414976/2055920 swapFree=4170316/4192956
[pid=13845] ppid=13843 vsize=5356 CPUtime=6.72
/proc/13845/stat : 13845 (lysat.sh) S 13843 13845 13456 0 -1 4194304 310 29762 0 0 0 0 647 25 16 0 1 0 1164684716 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13845/statm: 1339 237 195 169 0 50 0
[pid=13848] ppid=13845 vsize=114164 CPUtime=369.82
/proc/13848/stat : 13848 (LySATc) R 13845 13845 13456 0 -1 4194304 28100 0 0 0 36955 27 0 0 25 0 1 0 1164685389 116903936 28075 1992294400 134512640 135214827 4294956224 18446744073709551615 134529390 0 0 4096 3 0 0 0 17 1 0 0
/proc/13848/statm: 28541 28075 77 171 0 28368 0
Current children cumulated CPU time (s) 376.54
Current children cumulated vsize (KiB) 119520

[startup+377.101 s]
/proc/loadavg: 1.00 1.00 0.99 2/73 13848
/proc/meminfo: memFree=1414976/2055920 swapFree=4170316/4192956
[pid=13845] ppid=13843 vsize=5356 CPUtime=6.72
/proc/13845/stat : 13845 (lysat.sh) S 13843 13845 13456 0 -1 4194304 310 29762 0 0 0 0 647 25 16 0 1 0 1164684716 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13845/statm: 1339 237 195 169 0 50 0
[pid=13848] ppid=13845 vsize=0 CPUtime=370.22
/proc/13848/stat : 13848 (LySATc) R 13845 13845 13456 0 -1 4194308 28134 0 0 0 36994 28 0 0 25 0 1 0 1164685389 0 0 1992294400 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/13848/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 376.94
Current children cumulated vsize (KiB) 5356

Child status: 20
Real time (s): 377.124
CPU time (s): 376.976
CPU user time (s): 376.421
CPU system time (s): 0.554915
CPU usage (%): 99.9606
Max. virtual memory (cumulated for all children) (KiB): 119652

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

runsolver used 0.379942 second user time and 1.00185 second system time

The end

Launcher Data

Begin job on node38 at 2009-04-05 10:30:16
IDJOB=1580535
IDBENCH=71019
IDSOLVER=512
FILE ID=node38/1580535-1238920215
PBS_JOBID= 9101381
Free space on /tmp= 66548 MiB

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

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

MD5SUM BENCH= 4385f03fe3bdaf0f127ae989ddd7908d
RANDOM SEED=1468243720

node38.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.259
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	: 5931.00
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.259
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:       1544176 kB
Buffers:         54560 kB
Cached:         383704 kB
SwapCached:      11284 kB
Active:         195448 kB
Inactive:       255512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1544176 kB
SwapTotal:     4192956 kB
SwapFree:      4170316 kB
Dirty:           17064 kB
Writeback:           0 kB
Mapped:          18240 kB
Slab:            46024 kB
Committed_AS:  3584168 kB
PageTables:       1988 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= 66544 MiB
End job on node38 at 2009-04-05 10:36:33