Trace number 1773503

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 1672.08 1672.9

General information on the benchmark

Namegoldb-heqc-dalumul.cnf
MD5SUMf03acb1e2f3063539a5fb2ac1bbf6244
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark103.442
Satisfiable
(Un)Satisfiability was proved
Number of variables9426
Number of clauses59991
Sum of the clauses size202888
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 213834
Number of clauses of size 327796
Number of clauses of size 40
Number of clauses of size 518360
Number of clauses of size over 51

Solver Data

0.00/0.00	c Parsing...
0.00/0.05	c ==============================================================================
0.00/0.05	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.05	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.05	c ==============================================================================
0.00/0.05	c |         0 |   59991   202888 |   17997       0        0     nan |  0.000 % |
0.09/0.14	c |         0 |   59810   202648 |      --       0       --      -- |     --   | -181/-240
0.09/0.14	c ==============================================================================
0.09/0.14	c Result  :   #vars: 9363   #clauses: 59810   #literals: 202648
0.09/0.14	c CPU time:   0.136979 s
0.09/0.14	c ==============================================================================
0.18/0.22	c lySAT 0.1
0.18/0.22	c minisat core +  additionnal features
0.18/0.22	c ============================[ Problem Statistics ]=============================
0.18/0.22	c |                                                                             |
0.18/0.22	c |  Number of variables:  9363                                                 |
0.18/0.22	c |  Number of clauses:    59810                                                |
0.18/0.26	c |  Parsing time:         0.03         s                                       |
1671.95/1672.88	c restarts              : 6382
1671.95/1672.88	c conflicts             : 2720046        (1627 /sec)
1671.95/1672.88	c decisions             : 9407574        (0.86 % random) (5628 /sec)
1671.95/1672.88	c euip                  : 60574       
1671.95/1672.88	c propagations          : 1293342917     (773733 /sec)
1671.95/1672.88	c conflict literals     : 74905580       (55.75 % deleted)
1671.95/1672.88	c Memory used           : 93.49 MB
1671.95/1672.88	c CPU time              : 1671.56 s
1671.95/1672.88	c 
1671.95/1672.89	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-1773503-1241235288/watcher-1773503-1241235288 -o /tmp/evaluation-result-1773503-1241235288/solver-1773503-1241235288 -C 10000 -W 12000 -M 1800 lysat.sh HOME/instance-1773503-1241235288.cnf i 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 30756
/proc/meminfo: memFree=1465040/2055920 swapFree=4180196/4192956
[pid=30756] ppid=30754 vsize=5356 CPUtime=0
/proc/30756/stat : 30756 (lysat.sh) R 30754 30756 30593 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 151562705 5484544 234 1992294400 4194304 4889804 548682068816 18446744073709551615 244671113887 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/30756/statm: 1339 234 194 169 0 50 0
[pid=30757] ppid=30756 vsize=1556 CPUtime=0
/proc/30757/stat : 30757 (SatElite) R 30756 30756 30593 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 151562705 1593344 261 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/30757/statm: 389 261 50 127 0 259 0

[startup+0.0692569 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 30756
/proc/meminfo: memFree=1465040/2055920 swapFree=4180196/4192956
[pid=30756] ppid=30754 vsize=5356 CPUtime=0
/proc/30756/stat : 30756 (lysat.sh) S 30754 30756 30593 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151562705 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30756/statm: 1339 235 195 169 0 50 0
[pid=30757] ppid=30756 vsize=7436 CPUtime=0.05
/proc/30757/stat : 30757 (SatElite) R 30756 30756 30593 0 -1 4194304 1571 0 0 0 5 0 0 0 19 0 1 0 151562705 7614464 1555 1992294400 134512640 135034092 4294956112 18446744073709551615 134529225 0 0 4096 3 0 0 0 17 0 0 0
/proc/30757/statm: 1859 1555 68 127 0 1729 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 12792

[startup+0.101261 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 30756
/proc/meminfo: memFree=1465040/2055920 swapFree=4180196/4192956
[pid=30756] ppid=30754 vsize=5356 CPUtime=0
/proc/30756/stat : 30756 (lysat.sh) S 30754 30756 30593 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151562705 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30756/statm: 1339 235 195 169 0 50 0
[pid=30757] ppid=30756 vsize=7436 CPUtime=0.09
/proc/30757/stat : 30757 (SatElite) R 30756 30756 30593 0 -1 4194304 1571 0 0 0 9 0 0 0 19 0 1 0 151562705 7614464 1555 1992294400 134512640 135034092 4294956112 18446744073709551615 134566242 0 0 4096 3 0 0 0 17 0 0 0
/proc/30757/statm: 1859 1555 68 127 0 1729 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12792

[startup+0.301311 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 30756
/proc/meminfo: memFree=1465040/2055920 swapFree=4180196/4192956
[pid=30756] ppid=30754 vsize=5356 CPUtime=0.21
/proc/30756/stat : 30756 (lysat.sh) S 30754 30756 30593 0 -1 4194304 310 1727 0 0 0 0 20 1 16 0 1 0 151562705 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30756/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 5356

[startup+0.701384 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 30756
/proc/meminfo: memFree=1465040/2055920 swapFree=4180196/4192956
[pid=30756] ppid=30754 vsize=5356 CPUtime=0.21
/proc/30756/stat : 30756 (lysat.sh) S 30754 30756 30593 0 -1 4194304 310 1727 0 0 0 0 20 1 16 0 1 0 151562705 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30756/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 5356

[startup+1.50152 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30759
/proc/meminfo: memFree=1457920/2055920 swapFree=4180196/4192956
[pid=30756] ppid=30754 vsize=5356 CPUtime=0.21
/proc/30756/stat : 30756 (lysat.sh) S 30754 30756 30593 0 -1 4194304 310 1727 0 0 0 0 20 1 16 0 1 0 151562705 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30756/statm: 1339 237 195 169 0 50 0
[pid=30759] ppid=30756 vsize=6568 CPUtime=1.27
/proc/30759/stat : 30759 (LySATi) R 30756 30756 30593 0 -1 4194304 1513 0 0 0 126 1 0 0 25 0 1 0 151562728 6725632 1498 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/30759/statm: 1642 1498 82 174 0 1465 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 11924

[startup+3.10182 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30759
/proc/meminfo: memFree=1457664/2055920 swapFree=4180196/4192956
[pid=30756] ppid=30754 vsize=5356 CPUtime=0.21
/proc/30756/stat : 30756 (lysat.sh) S 30754 30756 30593 0 -1 4194304 310 1727 0 0 0 0 20 1 16 0 1 0 151562705 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30756/statm: 1339 237 195 169 0 50 0
[pid=30759] ppid=30756 vsize=6852 CPUtime=2.86
/proc/30759/stat : 30759 (LySATi) R 30756 30756 30593 0 -1 4194304 1590 0 0 0 285 1 0 0 25 0 1 0 151562728 7016448 1575 1992294400 134512640 135226915 4294956224 18446744073709551615 134537088 0 0 4096 3 0 0 0 17 0 0 0
/proc/30759/statm: 1713 1575 82 174 0 1536 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 12208

[startup+6.3014 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30759
/proc/meminfo: memFree=1456896/2055920 swapFree=4180196/4192956
[pid=30756] ppid=30754 vsize=5356 CPUtime=0.21
/proc/30756/stat : 30756 (lysat.sh) S 30754 30756 30593 0 -1 4194304 310 1727 0 0 0 0 20 1 16 0 1 0 151562705 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30756/statm: 1339 237 195 169 0 50 0
[pid=30759] ppid=30756 vsize=7528 CPUtime=6.06
/proc/30759/stat : 30759 (LySATi) R 30756 30756 30593 0 -1 4194304 1728 0 0 0 604 2 0 0 25 0 1 0 151562728 7708672 1713 1992294400 134512640 135226915 4294956224 18446744073709551615 134536768 0 0 4096 3 0 0 0 17 0 0 0
/proc/30759/statm: 1882 1713 82 174 0 1705 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 12884

[startup+12.7026 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30759
/proc/meminfo: memFree=1455616/2055920 swapFree=4180196/4192956
[pid=30756] ppid=30754 vsize=5356 CPUtime=0.21
/proc/30756/stat : 30756 (lysat.sh) S 30754 30756 30593 0 -1 4194304 310 1727 0 0 0 0 20 1 16 0 1 0 151562705 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30756/statm: 1339 237 195 169 0 50 0
[pid=30759] ppid=30756 vsize=8808 CPUtime=12.46
/proc/30759/stat : 30759 (LySATi) R 30756 30756 30593 0 -1 4194304 2048 0 0 0 1244 2 0 0 25 0 1 0 151562728 9019392 2033 1992294400 134512640 135226915 4294956224 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 0 0 0
/proc/30759/statm: 2202 2033 82 174 0 2025 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 14164

[startup+25.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30759
/proc/meminfo: memFree=1454144/2055920 swapFree=4180196/4192956
[pid=30756] ppid=30754 vsize=5356 CPUtime=0.21
/proc/30756/stat : 30756 (lysat.sh) S 30754 30756 30593 0 -1 4194304 310 1727 0 0 0 0 20 1 16 0 1 0 151562705 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30756/statm: 1339 237 195 169 0 50 0
[pid=30759] ppid=30756 vsize=10300 CPUtime=25.25
/proc/30759/stat : 30759 (LySATi) R 30756 30756 30593 0 -1 4194304 2437 0 0 0 2523 2 0 0 25 0 1 0 151562728 10547200 2422 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/30759/statm: 2575 2422 82 174 0 2398 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 15656

[startup+51.1017 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30759
/proc/meminfo: memFree=1449728/2055920 swapFree=4180196/4192956
[pid=30756] ppid=30754 vsize=5356 CPUtime=0.21
/proc/30756/stat : 30756 (lysat.sh) S 30754 30756 30593 0 -1 4194304 310 1727 0 0 0 0 20 1 16 0 1 0 151562705 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30756/statm: 1339 237 195 169 0 50 0
[pid=30759] ppid=30756 vsize=14928 CPUtime=50.84
/proc/30759/stat : 30759 (LySATi) R 30756 30756 30593 0 -1 4194304 3532 0 0 0 5081 3 0 0 25 0 1 0 151562728 15286272 3517 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/30759/statm: 3732 3517 82 174 0 3555 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 20284

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30759
/proc/meminfo: memFree=1441600/2055920 swapFree=4180196/4192956
[pid=30756] ppid=30754 vsize=5356 CPUtime=0.21
/proc/30756/stat : 30756 (lysat.sh) S 30754 30756 30593 0 -1 4194304 310 1727 0 0 0 0 20 1 16 0 1 0 151562705 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30756/statm: 1339 237 195 169 0 50 0
[pid=30759] ppid=30756 vsize=23024 CPUtime=102.02
/proc/30759/stat : 30759 (LySATi) R 30756 30756 30593 0 -1 4194304 5524 0 0 0 10197 5 0 0 25 0 1 0 151562728 23576576 5509 1992294400 134512640 135226915 4294956224 18446744073709551615 134531057 0 0 4096 3 0 0 0 17 0 0 0
/proc/30759/statm: 5756 5509 82 174 0 5579 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 28380

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30759
/proc/meminfo: memFree=1439168/2055920 swapFree=4180196/4192956
[pid=30756] ppid=30754 vsize=5356 CPUtime=0.21
/proc/30756/stat : 30756 (lysat.sh) S 30754 30756 30593 0 -1 4194304 310 1727 0 0 0 0 20 1 16 0 1 0 151562705 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30756/statm: 1339 237 195 169 0 50 0
[pid=30759] ppid=30756 vsize=25972 CPUtime=161.98
/proc/30759/stat : 30759 (LySATi) R 30756 30756 30593 0 -1 4194304 6135 0 0 0 16193 5 0 0 25 0 1 0 151562728 26595328 6120 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/30759/statm: 6493 6120 82 174 0 6316 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 31328

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30761
/proc/meminfo: memFree=1435200/2055920 swapFree=4180196/4192956
[pid=30756] ppid=30754 vsize=5356 CPUtime=0.21
/proc/30756/stat : 30756 (lysat.sh) S 30754 30756 30593 0 -1 4194304 310 1727 0 0 0 0 20 1 16 0 1 0 151562705 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30756/statm: 1339 237 195 169 0 50 0
[pid=30759] ppid=30756 vsize=29760 CPUtime=221.95
/proc/30759/stat : 30759 (LySATi) R 30756 30756 30593 0 -1 4194304 7090 0 0 0 22188 7 0 0 25 0 1 0 151562728 30474240 7075 1992294400 134512640 135226915 4294956224 18446744073709551615 134539955 0 0 4096 3 0 0 0 17 0 0 0
/proc/30759/statm: 7440 7075 82 174 0 7263 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 35116

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30761
/proc/meminfo: memFree=1430592/2055920 swapFree=4180196/4192956
[pid=30756] ppid=30754 vsize=5356 CPUtime=0.21
/proc/30756/stat : 30756 (lysat.sh) S 30754 30756 30593 0 -1 4194304 310 1727 0 0 0 0 20 1 16 0 1 0 151562705 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30756/statm: 1339 237 195 169 0 50 0
[pid=30759] ppid=30756 vsize=35344 CPUtime=281.92
/proc/30759/stat : 30759 (LySATi) R 30756 30756 30593 0 -1 4194304 8315 0 0 0 28184 8 0 0 25 0 1 0 151562728 36192256 8300 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/30759/statm: 8836 8300 82 174 0 8659 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 40700

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30761
/proc/meminfo: memFree=1428096/2055920 swapFree=4180196/4192956
[pid=30756] ppid=30754 vsize=5356 CPUtime=0.21
/proc/30756/stat : 30756 (lysat.sh) S 30754 30756 30593 0 -1 4194304 310 1727 0 0 0 0 20 1 16 0 1 0 151562705 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30756/statm: 1339 237 195 169 0 50 0
[pid=30759] ppid=30756 vsize=37684 CPUtime=341.89
/proc/30759/stat : 30759 (LySATi) R 30756 30756 30593 0 -1 4194304 8925 0 0 0 34180 9 0 0 25 0 1 0 151562728 38588416 8910 1992294400 134512640 135226915 4294956224 18446744073709551615 134536783 0 0 4096 3 0 0 0 17 0 0 0
/proc/30759/statm: 9421 8910 82 174 0 9244 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 43040

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30761
/proc/meminfo: memFree=1424896/2055920 swapFree=4180196/4192956
[pid=30756] ppid=30754 vsize=5356 CPUtime=0.21

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

/proc/30759/statm: 20057 19189 82 174 0 19880 0
Current children cumulated CPU time (s) 1181.69
Current children cumulated vsize (KiB) 85584

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30761
/proc/meminfo: memFree=1386560/2055920 swapFree=4180196/4192956
[pid=30756] ppid=30754 vsize=5356 CPUtime=0.21
/proc/30756/stat : 30756 (lysat.sh) S 30754 30756 30593 0 -1 4194304 310 1727 0 0 0 0 20 1 16 0 1 0 151562705 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30756/statm: 1339 237 195 169 0 50 0
[pid=30759] ppid=30756 vsize=80228 CPUtime=1241.45
/proc/30759/stat : 30759 (LySATi) R 30756 30756 30593 0 -1 4194304 19204 0 0 0 124123 22 0 0 25 0 1 0 151562728 82153472 19189 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/30759/statm: 20057 19189 82 174 0 19880 0
Current children cumulated CPU time (s) 1241.66
Current children cumulated vsize (KiB) 85584

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30761
/proc/meminfo: memFree=1386432/2055920 swapFree=4180196/4192956
[pid=30756] ppid=30754 vsize=5356 CPUtime=0.21
/proc/30756/stat : 30756 (lysat.sh) S 30754 30756 30593 0 -1 4194304 310 1727 0 0 0 0 20 1 16 0 1 0 151562705 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30756/statm: 1339 237 195 169 0 50 0
[pid=30759] ppid=30756 vsize=80660 CPUtime=1301.43
/proc/30759/stat : 30759 (LySATi) R 30756 30756 30593 0 -1 4194304 19253 0 0 0 130121 22 0 0 25 0 1 0 151562728 82595840 19238 1992294400 134512640 135226915 4294956224 18446744073709551615 134536821 0 0 4096 3 0 0 0 17 0 0 0
/proc/30759/statm: 20165 19238 82 174 0 19988 0
Current children cumulated CPU time (s) 1301.64
Current children cumulated vsize (KiB) 86016

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30761
/proc/meminfo: memFree=1386176/2055920 swapFree=4180196/4192956
[pid=30756] ppid=30754 vsize=5356 CPUtime=0.21
/proc/30756/stat : 30756 (lysat.sh) S 30754 30756 30593 0 -1 4194304 310 1727 0 0 0 0 20 1 16 0 1 0 151562705 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30756/statm: 1339 237 195 169 0 50 0
[pid=30759] ppid=30756 vsize=80876 CPUtime=1361.39
/proc/30759/stat : 30759 (LySATi) R 30756 30756 30593 0 -1 4194304 19323 0 0 0 136117 22 0 0 25 0 1 0 151562728 82817024 19308 1992294400 134512640 135226915 4294956224 18446744073709551615 134543500 0 0 4096 3 0 0 0 17 0 0 0
/proc/30759/statm: 20219 19308 82 174 0 20042 0
Current children cumulated CPU time (s) 1361.6
Current children cumulated vsize (KiB) 86232

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30761
/proc/meminfo: memFree=1385792/2055920 swapFree=4180196/4192956
[pid=30756] ppid=30754 vsize=5356 CPUtime=0.21
/proc/30756/stat : 30756 (lysat.sh) S 30754 30756 30593 0 -1 4194304 310 1727 0 0 0 0 20 1 16 0 1 0 151562705 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30756/statm: 1339 237 195 169 0 50 0
[pid=30759] ppid=30756 vsize=80876 CPUtime=1421.37
/proc/30759/stat : 30759 (LySATi) R 30756 30756 30593 0 -1 4194304 19406 0 0 0 142115 22 0 0 25 0 1 0 151562728 82817024 19391 1992294400 134512640 135226915 4294956224 18446744073709551615 134536783 0 0 4096 3 0 0 0 17 0 0 0
/proc/30759/statm: 20219 19391 82 174 0 20042 0
Current children cumulated CPU time (s) 1421.58
Current children cumulated vsize (KiB) 86232

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30761
/proc/meminfo: memFree=1378560/2055920 swapFree=4180196/4192956
[pid=30756] ppid=30754 vsize=5356 CPUtime=0.21
/proc/30756/stat : 30756 (lysat.sh) S 30754 30756 30593 0 -1 4194304 310 1727 0 0 0 0 20 1 16 0 1 0 151562705 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30756/statm: 1339 237 195 169 0 50 0
[pid=30759] ppid=30756 vsize=88760 CPUtime=1481.34
/proc/30759/stat : 30759 (LySATi) R 30756 30756 30593 0 -1 4194304 21245 0 0 0 148109 25 0 0 25 0 1 0 151562728 90890240 21230 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/30759/statm: 22190 21230 82 174 0 22013 0
Current children cumulated CPU time (s) 1481.55
Current children cumulated vsize (KiB) 94116

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30761
/proc/meminfo: memFree=1372416/2055920 swapFree=4180196/4192956
[pid=30756] ppid=30754 vsize=5356 CPUtime=0.21
/proc/30756/stat : 30756 (lysat.sh) S 30754 30756 30593 0 -1 4194304 310 1727 0 0 0 0 20 1 16 0 1 0 151562705 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30756/statm: 1339 237 195 169 0 50 0
[pid=30759] ppid=30756 vsize=95728 CPUtime=1541.3
/proc/30759/stat : 30759 (LySATi) R 30756 30756 30593 0 -1 4194304 22746 0 0 0 154104 26 0 0 25 0 1 0 151562728 98025472 22731 1992294400 134512640 135226915 4294956224 18446744073709551615 134531057 0 0 4096 3 0 0 0 17 1 0 0
/proc/30759/statm: 23932 22731 82 174 0 23755 0
Current children cumulated CPU time (s) 1541.51
Current children cumulated vsize (KiB) 101084

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30767
/proc/meminfo: memFree=1372160/2055920 swapFree=4180196/4192956
[pid=30756] ppid=30754 vsize=5356 CPUtime=0.21
/proc/30756/stat : 30756 (lysat.sh) S 30754 30756 30593 0 -1 4194304 310 1727 0 0 0 0 20 1 16 0 1 0 151562705 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30756/statm: 1339 237 195 169 0 50 0
[pid=30759] ppid=30756 vsize=95728 CPUtime=1601.27
/proc/30759/stat : 30759 (LySATi) R 30756 30756 30593 0 -1 4194304 22746 0 0 0 160101 26 0 0 25 0 1 0 151562728 98025472 22731 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/30759/statm: 23932 22731 82 174 0 23755 0
Current children cumulated CPU time (s) 1601.48
Current children cumulated vsize (KiB) 101084

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30767
/proc/meminfo: memFree=1372160/2055920 swapFree=4180196/4192956
[pid=30756] ppid=30754 vsize=5356 CPUtime=0.21
/proc/30756/stat : 30756 (lysat.sh) S 30754 30756 30593 0 -1 4194304 310 1727 0 0 0 0 20 1 16 0 1 0 151562705 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30756/statm: 1339 237 195 169 0 50 0
[pid=30759] ppid=30756 vsize=95728 CPUtime=1661.24
/proc/30759/stat : 30759 (LySATi) R 30756 30756 30593 0 -1 4194304 22746 0 0 0 166098 26 0 0 25 0 1 0 151562728 98025472 22731 1992294400 134512640 135226915 4294956224 18446744073709551615 134543500 0 0 4096 3 0 0 0 17 0 0 0
/proc/30759/statm: 23932 22731 82 174 0 23755 0
Current children cumulated CPU time (s) 1661.45
Current children cumulated vsize (KiB) 101084

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

[startup+1663.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30767
/proc/meminfo: memFree=1372160/2055920 swapFree=4180196/4192956
[pid=30756] ppid=30754 vsize=5356 CPUtime=0.21
/proc/30756/stat : 30756 (lysat.sh) S 30754 30756 30593 0 -1 4194304 310 1727 0 0 0 0 20 1 16 0 1 0 151562705 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30756/statm: 1339 237 195 169 0 50 0
[pid=30759] ppid=30756 vsize=95728 CPUtime=1662.84
/proc/30759/stat : 30759 (LySATi) R 30756 30756 30593 0 -1 4194304 22746 0 0 0 166258 26 0 0 25 0 1 0 151562728 98025472 22731 1992294400 134512640 135226915 4294956224 18446744073709551615 134536783 0 0 4096 3 0 0 0 17 0 0 0
/proc/30759/statm: 23932 22731 82 174 0 23755 0
Current children cumulated CPU time (s) 1663.05
Current children cumulated vsize (KiB) 101084

[startup+1667.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30767
/proc/meminfo: memFree=1372160/2055920 swapFree=4180196/4192956
[pid=30756] ppid=30754 vsize=5356 CPUtime=0.21
/proc/30756/stat : 30756 (lysat.sh) S 30754 30756 30593 0 -1 4194304 310 1727 0 0 0 0 20 1 16 0 1 0 151562705 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30756/statm: 1339 237 195 169 0 50 0
[pid=30759] ppid=30756 vsize=95728 CPUtime=1666.04
/proc/30759/stat : 30759 (LySATi) R 30756 30756 30593 0 -1 4194304 22746 0 0 0 166578 26 0 0 25 0 1 0 151562728 98025472 22731 1992294400 134512640 135226915 4294956224 18446744073709551615 134526899 0 0 4096 3 0 0 0 17 0 0 0
/proc/30759/statm: 23932 22731 82 174 0 23755 0
Current children cumulated CPU time (s) 1666.25
Current children cumulated vsize (KiB) 101084

[startup+1670.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30767
/proc/meminfo: memFree=1372160/2055920 swapFree=4180196/4192956
[pid=30756] ppid=30754 vsize=5356 CPUtime=0.21
/proc/30756/stat : 30756 (lysat.sh) S 30754 30756 30593 0 -1 4194304 310 1727 0 0 0 0 20 1 16 0 1 0 151562705 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30756/statm: 1339 237 195 169 0 50 0
[pid=30759] ppid=30756 vsize=95728 CPUtime=1669.24
/proc/30759/stat : 30759 (LySATi) R 30756 30756 30593 0 -1 4194304 22746 0 0 0 166898 26 0 0 25 0 1 0 151562728 98025472 22731 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/30759/statm: 23932 22731 82 174 0 23755 0
Current children cumulated CPU time (s) 1669.45
Current children cumulated vsize (KiB) 101084

[startup+1671.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30767
/proc/meminfo: memFree=1372160/2055920 swapFree=4180196/4192956
[pid=30756] ppid=30754 vsize=5356 CPUtime=0.21
/proc/30756/stat : 30756 (lysat.sh) S 30754 30756 30593 0 -1 4194304 310 1727 0 0 0 0 20 1 16 0 1 0 151562705 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30756/statm: 1339 237 195 169 0 50 0
[pid=30759] ppid=30756 vsize=95728 CPUtime=1670.84
/proc/30759/stat : 30759 (LySATi) R 30756 30756 30593 0 -1 4194304 22746 0 0 0 167058 26 0 0 25 0 1 0 151562728 98025472 22731 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/30759/statm: 23932 22731 82 174 0 23755 0
Current children cumulated CPU time (s) 1671.05
Current children cumulated vsize (KiB) 101084

[startup+1672.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30767
/proc/meminfo: memFree=1372160/2055920 swapFree=4180196/4192956
[pid=30756] ppid=30754 vsize=5356 CPUtime=0.21
/proc/30756/stat : 30756 (lysat.sh) S 30754 30756 30593 0 -1 4194304 310 1727 0 0 0 0 20 1 16 0 1 0 151562705 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30756/statm: 1339 237 195 169 0 50 0
[pid=30759] ppid=30756 vsize=95728 CPUtime=1671.64
/proc/30759/stat : 30759 (LySATi) R 30756 30756 30593 0 -1 4194304 22746 0 0 0 167138 26 0 0 25 0 1 0 151562728 98025472 22731 1992294400 134512640 135226915 4294956224 18446744073709551615 134536858 0 0 4096 3 0 0 0 17 0 0 0
/proc/30759/statm: 23932 22731 82 174 0 23755 0
Current children cumulated CPU time (s) 1671.85
Current children cumulated vsize (KiB) 101084

[startup+1672.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30767
/proc/meminfo: memFree=1372160/2055920 swapFree=4180196/4192956
[pid=30756] ppid=30754 vsize=5360 CPUtime=1672.06
/proc/30756/stat : 30756 (lysat.sh) S 30754 30756 30593 0 -1 4194304 338 24479 0 0 0 0 167177 29 19 0 1 0 151562705 5488640 240 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30756/statm: 1340 240 196 169 0 51 0
Current children cumulated CPU time (s) 1672.06
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 1672.9
CPU time (s): 1672.08
CPU user time (s): 1671.78
CPU system time (s): 0.302953
CPU usage (%): 99.9508
Max. virtual memory (cumulated for all children) (KiB): 101084

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

runsolver used 1.37279 second user time and 4.71928 second system time

The end

Launcher Data

Begin job on node7 at 2009-05-02 05:34:49
IDJOB=1773503
IDBENCH=69604
IDSOLVER=609
FILE ID=node7/1773503-1241235288
PBS_JOBID= 9224818
Free space on /tmp= 66560 MiB

SOLVER NAME= LySAT i/2009-03-20
BENCH NAME= SAT_RACE08/cnf/goldb-heqc-dalumul.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773503-1241235288/watcher-1773503-1241235288 -o /tmp/evaluation-result-1773503-1241235288/solver-1773503-1241235288 -C 10000 -W 12000 -M 1800  lysat.sh HOME/instance-1773503-1241235288.cnf i

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

MD5SUM BENCH= f03acb1e2f3063539a5fb2ac1bbf6244
RANDOM SEED=968838905

node7.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.256
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.256
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:       1465584 kB
Buffers:         79936 kB
Cached:         413028 kB
SwapCached:       7108 kB
Active:          53900 kB
Inactive:       447548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1465584 kB
SwapTotal:     4192956 kB
SwapFree:      4180196 kB
Dirty:            3304 kB
Writeback:           0 kB
Mapped:          13488 kB
Slab:            74940 kB
Committed_AS:  1015312 kB
PageTables:       1452 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= 66560 MiB
End job on node7 at 2009-05-02 06:02:42