Trace number 1580534

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 i/2009-03-20UNSAT 180.041 180.091

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.89/0.94	c ==============================================================================
0.89/0.94	c |           |     ORIGINAL     |              LEARNT              |          |
0.89/0.94	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.89/0.94	c ==============================================================================
0.89/0.94	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.78312 s
5.89/5.99	c ==============================================================================
6.69/6.72	c lySAT 0.1
6.69/6.72	c minisat core +  additionnal features
6.69/6.72	c ============================[ Problem Statistics ]=============================
6.69/6.72	c |                                                                             |
6.69/6.73	c |  Number of variables:  85539                                                |
6.69/6.73	c |  Number of clauses:    545816                                               |
6.71/7.11	c |  Parsing time:         0.34         s                                       |
179.93/180.06	c restarts              : 859
179.93/180.06	c conflicts             : 62982          (364 /sec)
179.93/180.06	c decisions             : 593184         (10.00 % random) (3425 /sec)
179.93/180.06	c euip                  : 3158        
179.93/180.06	c propagations          : 281441883      (1624834 /sec)
179.93/180.06	c conflict literals     : 6357148        (35.41 % deleted)
179.93/180.06	c Memory used           : 49.88 MB
179.93/180.06	c CPU time              : 173.213 s
179.93/180.06	c 
179.93/180.07	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-1580534-1238920171/watcher-1580534-1238920171 -o /tmp/evaluation-result-1580534-1238920171/solver-1580534-1238920171 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1580534-1238920171.cnf i 

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.27 1.29 2/64 18840
/proc/meminfo: memFree=1040064/2055920 swapFree=4175756/4192956
[pid=18840] ppid=18838 vsize=5356 CPUtime=0
/proc/18840/stat : 18840 (lysat.sh) S 18838 18840 18623 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164682770 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18840/statm: 1339 235 195 169 0 50 0
[pid=18841] ppid=18840 vsize=2356 CPUtime=0
/proc/18841/stat : 18841 (SatElite) R 18840 18840 18623 0 -1 4194304 468 0 0 0 0 0 0 0 18 0 1 0 1164682771 2412544 452 1992294400 134512640 135034092 4294956096 18446744073709551615 134544856 0 0 4096 3 0 0 0 17 1 0 0
/proc/18841/statm: 589 454 50 127 0 459 0

[startup+0.0509271 s]
/proc/loadavg: 1.00 1.27 1.29 2/64 18840
/proc/meminfo: memFree=1040064/2055920 swapFree=4175756/4192956
[pid=18840] ppid=18838 vsize=5356 CPUtime=0
/proc/18840/stat : 18840 (lysat.sh) S 18838 18840 18623 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164682770 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18840/statm: 1339 235 195 169 0 50 0
[pid=18841] ppid=18840 vsize=25244 CPUtime=0.04
/proc/18841/stat : 18841 (SatElite) R 18840 18840 18623 0 -1 4194304 3492 0 0 0 2 2 0 0 18 0 1 0 1164682771 25849856 3372 1992294400 134512640 135034092 4294956096 18446744073709551615 134544849 0 0 4096 3 0 0 0 17 1 0 0
/proc/18841/statm: 6311 3378 50 127 0 6181 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 30600

[startup+0.101931 s]
/proc/loadavg: 1.00 1.27 1.29 2/64 18840
/proc/meminfo: memFree=1040064/2055920 swapFree=4175756/4192956
[pid=18840] ppid=18838 vsize=5356 CPUtime=0
/proc/18840/stat : 18840 (lysat.sh) S 18838 18840 18623 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164682770 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18840/statm: 1339 235 195 169 0 50 0
[pid=18841] ppid=18840 vsize=30284 CPUtime=0.09
/proc/18841/stat : 18841 (SatElite) R 18840 18840 18623 0 -1 4194304 4749 0 0 0 6 3 0 0 18 0 1 0 1164682771 31010816 4630 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/18841/statm: 7571 4631 50 127 0 7441 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35640

[startup+0.301948 s]
/proc/loadavg: 1.00 1.27 1.29 2/64 18840
/proc/meminfo: memFree=1040064/2055920 swapFree=4175756/4192956
[pid=18840] ppid=18838 vsize=5356 CPUtime=0
/proc/18840/stat : 18840 (lysat.sh) S 18838 18840 18623 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164682770 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18840/statm: 1339 235 195 169 0 50 0
[pid=18841] ppid=18840 vsize=46076 CPUtime=0.29
/proc/18841/stat : 18841 (SatElite) R 18840 18840 18623 0 -1 4194304 8528 0 0 0 23 6 0 0 19 0 1 0 1164682771 47181824 8408 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/18841/statm: 11519 8408 50 127 0 11389 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 51432

[startup+0.701983 s]
/proc/loadavg: 1.00 1.27 1.29 2/64 18840
/proc/meminfo: memFree=1040064/2055920 swapFree=4175756/4192956
[pid=18840] ppid=18838 vsize=5356 CPUtime=0
/proc/18840/stat : 18840 (lysat.sh) S 18838 18840 18623 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164682770 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18840/statm: 1339 235 195 169 0 50 0
[pid=18841] ppid=18840 vsize=69040 CPUtime=0.68
/proc/18841/stat : 18841 (SatElite) R 18840 18840 18623 0 -1 4194304 14683 0 0 0 58 10 0 0 22 0 1 0 1164682771 70696960 14563 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/18841/statm: 17293 14564 51 127 0 17163 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 74396

[startup+1.50105 s]
/proc/loadavg: 1.00 1.27 1.29 2/66 18842
/proc/meminfo: memFree=967024/2055920 swapFree=4175756/4192956
[pid=18840] ppid=18838 vsize=5356 CPUtime=0
/proc/18840/stat : 18840 (lysat.sh) S 18838 18840 18623 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164682770 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18840/statm: 1339 235 195 169 0 50 0
[pid=18841] ppid=18840 vsize=94764 CPUtime=1.48
/proc/18841/stat : 18841 (SatElite) R 18840 18840 18623 0 -1 4194304 22280 0 0 0 134 14 0 0 25 0 1 0 1164682771 97038336 20174 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/18841/statm: 23691 20174 68 127 0 23561 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 100120

[startup+3.1012 s]
/proc/loadavg: 1.00 1.26 1.29 2/66 18842
/proc/meminfo: memFree=950192/2055920 swapFree=4175756/4192956
[pid=18840] ppid=18838 vsize=5356 CPUtime=0
/proc/18840/stat : 18840 (lysat.sh) S 18838 18840 18623 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164682770 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18840/statm: 1339 235 195 169 0 50 0
[pid=18841] ppid=18840 vsize=109268 CPUtime=3.09
/proc/18841/stat : 18841 (SatElite) R 18840 18840 18623 0 -1 4194304 25685 0 0 0 292 17 0 0 25 0 1 0 1164682771 111890432 23227 1992294400 134512640 135034092 4294956096 18446744073709551615 134585645 0 0 4096 3 0 0 0 17 1 0 0
/proc/18841/statm: 27317 23227 68 127 0 27187 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 114624

[startup+6.30246 s]
/proc/loadavg: 1.00 1.26 1.29 3/66 18842
/proc/meminfo: memFree=946672/2055920 swapFree=4175756/4192956
[pid=18840] ppid=18838 vsize=5356 CPUtime=0
/proc/18840/stat : 18840 (lysat.sh) S 18838 18840 18623 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164682770 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18840/statm: 1339 235 195 169 0 50 0
[pid=18841] ppid=18840 vsize=103336 CPUtime=6.28
/proc/18841/stat : 18841 (SatElite) R 18840 18840 18623 0 -1 4194304 29759 0 0 0 606 22 0 0 25 0 1 0 1164682771 105816064 22171 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/18841/statm: 25834 22171 68 127 0 25704 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 108692

[startup+12.702 s]
/proc/loadavg: 1.00 1.25 1.28 2/66 18843
/proc/meminfo: memFree=986672/2055920 swapFree=4175756/4192956
[pid=18840] ppid=18838 vsize=5356 CPUtime=6.71
/proc/18840/stat : 18840 (lysat.sh) S 18838 18840 18623 0 -1 4194304 310 29762 0 0 0 0 645 26 16 0 1 0 1164682770 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18840/statm: 1339 237 195 169 0 50 0
[pid=18843] ppid=18840 vsize=39016 CPUtime=5.96
/proc/18843/stat : 18843 (LySATi) R 18840 18840 18623 0 -1 4194304 9318 0 0 0 591 5 0 0 25 0 1 0 1164683443 39952384 9298 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/18843/statm: 9754 9298 81 174 0 9577 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 44372

[startup+25.5011 s]
/proc/loadavg: 1.00 1.24 1.28 2/66 18843
/proc/meminfo: memFree=985648/2055920 swapFree=4175756/4192956
[pid=18840] ppid=18838 vsize=5356 CPUtime=6.71
/proc/18840/stat : 18840 (lysat.sh) S 18838 18840 18623 0 -1 4194304 310 29762 0 0 0 0 645 26 16 0 1 0 1164682770 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18840/statm: 1339 237 195 169 0 50 0
[pid=18843] ppid=18840 vsize=39932 CPUtime=18.75
/proc/18843/stat : 18843 (LySATi) R 18840 18840 18623 0 -1 4194304 9567 0 0 0 1870 5 0 0 25 0 1 0 1164683443 40890368 9547 1992294400 134512640 135226915 4294956208 18446744073709551615 134540428 0 0 4096 3 0 0 0 17 1 0 0
/proc/18843/statm: 9983 9547 81 174 0 9806 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 45288

[startup+51.1013 s]
/proc/loadavg: 1.00 1.22 1.27 2/66 18843
/proc/meminfo: memFree=980464/2055920 swapFree=4175756/4192956
[pid=18840] ppid=18838 vsize=5356 CPUtime=6.71
/proc/18840/stat : 18840 (lysat.sh) S 18838 18840 18623 0 -1 4194304 310 29762 0 0 0 0 645 26 16 0 1 0 1164682770 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18840/statm: 1339 237 195 169 0 50 0
[pid=18843] ppid=18840 vsize=45288 CPUtime=44.35
/proc/18843/stat : 18843 (LySATi) R 18840 18840 18623 0 -1 4194304 10899 0 0 0 4428 7 0 0 25 0 1 0 1164683443 46374912 10879 1992294400 134512640 135226915 4294956208 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 1 0 0
/proc/18843/statm: 11322 10879 81 174 0 11145 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 50644

[startup+102.306 s]
/proc/loadavg: 1.00 1.18 1.25 2/66 18843
/proc/meminfo: memFree=975856/2055920 swapFree=4175756/4192956
[pid=18840] ppid=18838 vsize=5356 CPUtime=6.71
/proc/18840/stat : 18840 (lysat.sh) S 18838 18840 18623 0 -1 4194304 310 29762 0 0 0 0 645 26 16 0 1 0 1164682770 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18840/statm: 1339 237 195 169 0 50 0
[pid=18843] ppid=18840 vsize=49820 CPUtime=95.54
/proc/18843/stat : 18843 (LySATi) R 18840 18840 18623 0 -1 4194304 12034 0 0 0 9546 8 0 0 25 0 1 0 1164683443 51015680 12014 1992294400 134512640 135226915 4294956208 18446744073709551615 134539996 0 0 4096 3 0 0 0 17 1 0 0
/proc/18843/statm: 12455 12014 81 174 0 12278 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 55176

[startup+162.302 s]
/proc/loadavg: 1.00 1.15 1.24 2/66 18843
/proc/meminfo: memFree=974704/2055920 swapFree=4175756/4192956
[pid=18840] ppid=18838 vsize=5356 CPUtime=6.71
/proc/18840/stat : 18840 (lysat.sh) S 18838 18840 18623 0 -1 4194304 310 29762 0 0 0 0 645 26 16 0 1 0 1164682770 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18840/statm: 1339 237 195 169 0 50 0
[pid=18843] ppid=18840 vsize=50876 CPUtime=155.52
/proc/18843/stat : 18843 (LySATi) R 18840 18840 18623 0 -1 4194304 12310 0 0 0 15544 8 0 0 25 0 1 0 1164683443 52097024 12290 1992294400 134512640 135226915 4294956208 18446744073709551615 134525784 0 0 4096 3 0 0 0 17 1 0 0
/proc/18843/statm: 12719 12290 81 174 0 12542 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 56232

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

[startup+166.301 s]
/proc/loadavg: 1.00 1.15 1.24 2/66 18843
/proc/meminfo: memFree=974704/2055920 swapFree=4175756/4192956
[pid=18840] ppid=18838 vsize=5356 CPUtime=6.71
/proc/18840/stat : 18840 (lysat.sh) S 18838 18840 18623 0 -1 4194304 310 29762 0 0 0 0 645 26 16 0 1 0 1164682770 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18840/statm: 1339 237 195 169 0 50 0
[pid=18843] ppid=18840 vsize=50876 CPUtime=159.52
/proc/18843/stat : 18843 (LySATi) R 18840 18840 18623 0 -1 4194304 12310 0 0 0 15944 8 0 0 25 0 1 0 1164683443 52097024 12290 1992294400 134512640 135226915 4294956208 18446744073709551615 134540051 0 0 4096 3 0 0 0 17 1 0 0
/proc/18843/statm: 12719 12290 81 174 0 12542 0
Current children cumulated CPU time (s) 166.23
Current children cumulated vsize (KiB) 56232

[startup+172.706 s]
/proc/loadavg: 1.00 1.14 1.23 2/66 18843
/proc/meminfo: memFree=974640/2055920 swapFree=4175756/4192956
[pid=18840] ppid=18838 vsize=5356 CPUtime=6.71
/proc/18840/stat : 18840 (lysat.sh) S 18838 18840 18623 0 -1 4194304 310 29762 0 0 0 0 645 26 16 0 1 0 1164682770 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18840/statm: 1339 237 195 169 0 50 0
[pid=18843] ppid=18840 vsize=51076 CPUtime=165.92
/proc/18843/stat : 18843 (LySATi) R 18840 18840 18623 0 -1 4194304 12325 0 0 0 16584 8 0 0 25 0 1 0 1164683443 52301824 12305 1992294400 134512640 135226915 4294956208 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 1 0 0
/proc/18843/statm: 12769 12305 81 174 0 12592 0
Current children cumulated CPU time (s) 172.63
Current children cumulated vsize (KiB) 56432

[startup+175.901 s]
/proc/loadavg: 1.00 1.14 1.23 2/66 18843
/proc/meminfo: memFree=974640/2055920 swapFree=4175756/4192956
[pid=18840] ppid=18838 vsize=5356 CPUtime=6.71
/proc/18840/stat : 18840 (lysat.sh) S 18838 18840 18623 0 -1 4194304 310 29762 0 0 0 0 645 26 16 0 1 0 1164682770 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18840/statm: 1339 237 195 169 0 50 0
[pid=18843] ppid=18840 vsize=51076 CPUtime=169.12
/proc/18843/stat : 18843 (LySATi) R 18840 18840 18623 0 -1 4194304 12325 0 0 0 16904 8 0 0 25 0 1 0 1164683443 52301824 12305 1992294400 134512640 135226915 4294956208 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 1 0 0
/proc/18843/statm: 12769 12305 81 174 0 12592 0
Current children cumulated CPU time (s) 175.83
Current children cumulated vsize (KiB) 56432

[startup+177.502 s]
/proc/loadavg: 1.00 1.14 1.23 2/66 18843
/proc/meminfo: memFree=974640/2055920 swapFree=4175756/4192956
[pid=18840] ppid=18838 vsize=5356 CPUtime=6.71
/proc/18840/stat : 18840 (lysat.sh) S 18838 18840 18623 0 -1 4194304 310 29762 0 0 0 0 645 26 16 0 1 0 1164682770 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18840/statm: 1339 237 195 169 0 50 0
[pid=18843] ppid=18840 vsize=51076 CPUtime=170.72
/proc/18843/stat : 18843 (LySATi) R 18840 18840 18623 0 -1 4194304 12325 0 0 0 17064 8 0 0 25 0 1 0 1164683443 52301824 12305 1992294400 134512640 135226915 4294956208 18446744073709551615 134539753 0 0 4096 3 0 0 0 17 1 0 0
/proc/18843/statm: 12769 12305 81 174 0 12592 0
Current children cumulated CPU time (s) 177.43
Current children cumulated vsize (KiB) 56432

[startup+179.101 s]
/proc/loadavg: 1.00 1.14 1.23 2/66 18843
/proc/meminfo: memFree=974640/2055920 swapFree=4175756/4192956
[pid=18840] ppid=18838 vsize=5356 CPUtime=6.71
/proc/18840/stat : 18840 (lysat.sh) S 18838 18840 18623 0 -1 4194304 310 29762 0 0 0 0 645 26 16 0 1 0 1164682770 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18840/statm: 1339 237 195 169 0 50 0
[pid=18843] ppid=18840 vsize=51076 CPUtime=172.32
/proc/18843/stat : 18843 (LySATi) R 18840 18840 18623 0 -1 4194304 12325 0 0 0 17224 8 0 0 25 0 1 0 1164683443 52301824 12305 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/18843/statm: 12769 12305 81 174 0 12592 0
Current children cumulated CPU time (s) 179.03
Current children cumulated vsize (KiB) 56432

[startup+179.501 s]
/proc/loadavg: 1.00 1.14 1.23 2/66 18843
/proc/meminfo: memFree=974640/2055920 swapFree=4175756/4192956
[pid=18840] ppid=18838 vsize=5356 CPUtime=6.71
/proc/18840/stat : 18840 (lysat.sh) S 18838 18840 18623 0 -1 4194304 310 29762 0 0 0 0 645 26 16 0 1 0 1164682770 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18840/statm: 1339 237 195 169 0 50 0
[pid=18843] ppid=18840 vsize=51076 CPUtime=172.72
/proc/18843/stat : 18843 (LySATi) R 18840 18840 18623 0 -1 4194304 12325 0 0 0 17264 8 0 0 25 0 1 0 1164683443 52301824 12305 1992294400 134512640 135226915 4294956208 18446744073709551615 134539346 0 0 4096 3 0 0 0 17 1 0 0
/proc/18843/statm: 12769 12305 81 174 0 12592 0
Current children cumulated CPU time (s) 179.43
Current children cumulated vsize (KiB) 56432

[startup+179.901 s]
/proc/loadavg: 1.00 1.14 1.23 2/66 18843
/proc/meminfo: memFree=974640/2055920 swapFree=4175756/4192956
[pid=18840] ppid=18838 vsize=5356 CPUtime=6.71
/proc/18840/stat : 18840 (lysat.sh) S 18838 18840 18623 0 -1 4194304 310 29762 0 0 0 0 645 26 16 0 1 0 1164682770 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18840/statm: 1339 237 195 169 0 50 0
[pid=18843] ppid=18840 vsize=51076 CPUtime=173.12
/proc/18843/stat : 18843 (LySATi) R 18840 18840 18623 0 -1 4194304 12325 0 0 0 17304 8 0 0 25 0 1 0 1164683443 52301824 12305 1992294400 134512640 135226915 4294956208 18446744073709551615 134525807 0 0 4096 3 0 0 0 17 1 0 0
/proc/18843/statm: 12769 12305 81 174 0 12592 0
Current children cumulated CPU time (s) 179.83
Current children cumulated vsize (KiB) 56432

[startup+180.001 s]
/proc/loadavg: 1.00 1.14 1.23 2/66 18843
/proc/meminfo: memFree=974640/2055920 swapFree=4175756/4192956
[pid=18840] ppid=18838 vsize=5356 CPUtime=6.71
/proc/18840/stat : 18840 (lysat.sh) S 18838 18840 18623 0 -1 4194304 310 29762 0 0 0 0 645 26 16 0 1 0 1164682770 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18840/statm: 1339 237 195 169 0 50 0
[pid=18843] ppid=18840 vsize=51076 CPUtime=173.22
/proc/18843/stat : 18843 (LySATi) R 18840 18840 18623 0 -1 4194304 12325 0 0 0 17314 8 0 0 25 0 1 0 1164683443 52301824 12305 1992294400 134512640 135226915 4294956208 18446744073709551615 134537375 0 0 4096 3 0 0 0 17 1 0 0
/proc/18843/statm: 12769 12305 81 174 0 12592 0
Current children cumulated CPU time (s) 179.93
Current children cumulated vsize (KiB) 56432

Child status: 20
Real time (s): 180.091
CPU time (s): 180.041
CPU user time (s): 179.669
CPU system time (s): 0.371943
CPU usage (%): 99.9718
Max. virtual memory (cumulated for all children) (KiB): 115336

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

runsolver used 0.213967 second user time and 0.446932 second system time

The end

Launcher Data

Begin job on node31 at 2009-04-05 10:29:32
IDJOB=1580534
IDBENCH=71019
IDSOLVER=511
FILE ID=node31/1580534-1238920171
PBS_JOBID= 9101412
Free space on /tmp= 66480 MiB

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

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

MD5SUM BENCH= 4385f03fe3bdaf0f127ae989ddd7908d
RANDOM SEED=1244427500

node31.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.214
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.214
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:       1040608 kB
Buffers:        109988 kB
Cached:         793752 kB
SwapCached:      10248 kB
Active:         496828 kB
Inactive:       418680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1040608 kB
SwapTotal:     4192956 kB
SwapFree:      4175756 kB
Dirty:           17064 kB
Writeback:           0 kB
Mapped:          17376 kB
Slab:            85632 kB
Committed_AS:  3481404 kB
PageTables:       1472 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66476 MiB
End job on node31 at 2009-04-05 10:32:32