Trace number 1719956

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 344.014 344.181

General information on the benchmark

Namemanol-pipe-f9b.cnf
MD5SUMc3e7cb16bced9d54ce489b6e95d89943
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark286.744
Satisfiable
(Un)Satisfiability was proved
Number of variables183371
Number of clauses547078
Sum of the clauses size1276514
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2364718
Number of clauses of size 3182359
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.49/0.53	c ==============================================================================
0.49/0.53	c |           |     ORIGINAL     |              LEARNT              |          |
0.49/0.53	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.49/0.53	c ==============================================================================
0.49/0.53	c |         0 |  547077  1276513 |  164123       0        0     nan |  0.000 % |
3.67/3.71	c |         0 |  222774   884637 |      --       0       --      -- |     --   | -324296/-391859
3.67/3.72	c ==============================================================================
3.67/3.72	c Result  :   #vars: 28754   #clauses: 222774   #literals: 884637
3.67/3.72	c CPU time:   3.52246 s
3.67/3.72	c ==============================================================================
4.08/4.10	c lySAT 0.1
4.08/4.10	c minisat core +  additionnal features
4.08/4.10	c ============================[ Problem Statistics ]=============================
4.08/4.10	c |                                                                             |
4.08/4.10	c |  Number of variables:  28754                                                |
4.08/4.10	c |  Number of clauses:    222774                                               |
4.08/4.27	c |  Parsing time:         0.15         s                                       |
343.92/344.15	c restarts              : 2784
343.92/344.15	c conflicts             : 768842         (2263 /sec)
343.92/344.15	c decisions             : 2628669        (3.17 % random) (7736 /sec)
343.92/344.15	c euip                  : 28187       
343.92/344.15	c propagations          : 300693970      (884953 /sec)
343.92/344.15	c conflict literals     : 25116697       (34.41 % deleted)
343.92/344.15	c Memory used           : 53.04 MB
343.92/344.15	c CPU time              : 339.785 s
343.92/344.15	c 
343.92/344.16	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-1719956-1240651154/watcher-1719956-1240651154 -o /tmp/evaluation-result-1719956-1240651154/solver-1719956-1240651154 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1719956-1240651154.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: 0.92 0.98 0.99 3/64 1179
/proc/meminfo: memFree=1152528/2055920 swapFree=4192812/4192956
[pid=1179] ppid=1177 vsize=5356 CPUtime=0
/proc/1179/stat : 1179 (lysat.sh) R 1177 1179 1077 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 93144344 5484544 234 1992294400 4194304 4889804 548682068816 18446744073709551615 231882680991 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/1179/statm: 1339 234 194 169 0 50 0
[pid=1180] ppid=1179 vsize=956 CPUtime=0
/proc/1180/stat : 1180 (SatElite) R 1179 1179 1077 0 -1 4194304 146 0 0 0 0 0 0 0 18 0 1 0 93144345 978944 130 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/1180/statm: 239 131 50 127 0 109 0

[startup+0.041209 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 1179
/proc/meminfo: memFree=1152528/2055920 swapFree=4192812/4192956
[pid=1179] ppid=1177 vsize=5356 CPUtime=0
/proc/1179/stat : 1179 (lysat.sh) S 1177 1179 1077 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93144344 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1179/statm: 1339 235 195 169 0 50 0
[pid=1180] ppid=1179 vsize=5912 CPUtime=0.03
/proc/1180/stat : 1180 (SatElite) R 1179 1179 1077 0 -1 4194304 1392 0 0 0 3 0 0 0 18 0 1 0 93144345 6053888 1376 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/1180/statm: 1478 1377 50 127 0 1348 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 11268

[startup+0.101215 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 1179
/proc/meminfo: memFree=1152528/2055920 swapFree=4192812/4192956
[pid=1179] ppid=1177 vsize=5356 CPUtime=0
/proc/1179/stat : 1179 (lysat.sh) S 1177 1179 1077 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93144344 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1179/statm: 1339 235 195 169 0 50 0
[pid=1180] ppid=1179 vsize=16256 CPUtime=0.09
/proc/1180/stat : 1180 (SatElite) R 1179 1179 1077 0 -1 4194304 3455 0 0 0 8 1 0 0 19 0 1 0 93144345 16646144 3439 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/1180/statm: 4064 3439 50 127 0 3934 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21612

[startup+0.301238 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 1179
/proc/meminfo: memFree=1152528/2055920 swapFree=4192812/4192956
[pid=1179] ppid=1177 vsize=5356 CPUtime=0
/proc/1179/stat : 1179 (lysat.sh) S 1177 1179 1077 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93144344 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1179/statm: 1339 235 195 169 0 50 0
[pid=1180] ppid=1179 vsize=41712 CPUtime=0.28
/proc/1180/stat : 1180 (SatElite) R 1179 1179 1077 0 -1 4194304 9970 0 0 0 25 3 0 0 21 0 1 0 93144345 42713088 9954 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/1180/statm: 10428 9955 50 127 0 10298 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 47068

[startup+0.701286 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 1179
/proc/meminfo: memFree=1152528/2055920 swapFree=4192812/4192956
[pid=1179] ppid=1177 vsize=5356 CPUtime=0
/proc/1179/stat : 1179 (lysat.sh) S 1177 1179 1077 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93144344 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1179/statm: 1339 235 195 169 0 50 0
[pid=1180] ppid=1179 vsize=86172 CPUtime=0.68
/proc/1180/stat : 1180 (SatElite) R 1179 1179 1077 0 -1 4194304 20040 0 0 0 60 8 0 0 25 0 1 0 93144345 88240128 18505 1992294400 134512640 135034092 4294956112 18446744073709551615 134543546 0 0 4096 3 0 0 0 17 0 0 0
/proc/1180/statm: 21543 18505 68 127 0 21413 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 91528

[startup+1.50138 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 1181
/proc/meminfo: memFree=1074240/2055920 swapFree=4192812/4192956
[pid=1179] ppid=1177 vsize=5356 CPUtime=0
/proc/1179/stat : 1179 (lysat.sh) S 1177 1179 1077 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93144344 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1179/statm: 1339 235 195 169 0 50 0
[pid=1180] ppid=1179 vsize=89900 CPUtime=1.49
/proc/1180/stat : 1180 (SatElite) R 1179 1179 1077 0 -1 4194304 20833 0 0 0 138 11 0 0 25 0 1 0 93144345 92057600 19298 1992294400 134512640 135034092 4294956112 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/1180/statm: 22475 19298 68 127 0 22345 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 95256

[startup+3.10158 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 1181
/proc/meminfo: memFree=1061376/2055920 swapFree=4192812/4192956
[pid=1179] ppid=1177 vsize=5356 CPUtime=0
/proc/1179/stat : 1179 (lysat.sh) S 1177 1179 1077 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93144344 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1179/statm: 1339 235 195 169 0 50 0
[pid=1180] ppid=1179 vsize=94432 CPUtime=3.08
/proc/1180/stat : 1180 (SatElite) R 1179 1179 1077 0 -1 4194304 22053 0 0 0 291 17 0 0 25 0 1 0 93144345 96698368 20338 1992294400 134512640 135034092 4294956112 18446744073709551615 134566285 0 0 4096 3 0 0 0 17 1 0 0
/proc/1180/statm: 23608 20338 68 127 0 23478 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 99788

[startup+6.30195 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 1182
/proc/meminfo: memFree=1112256/2055920 swapFree=4192812/4192956
[pid=1179] ppid=1177 vsize=5356 CPUtime=4.08
/proc/1179/stat : 1179 (lysat.sh) S 1177 1179 1077 0 -1 4194304 310 23935 0 0 0 0 387 21 16 0 1 0 93144344 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1179/statm: 1339 237 195 169 0 50 0
[pid=1182] ppid=1179 vsize=20340 CPUtime=2.19
/proc/1182/stat : 1182 (LySATi) R 1179 1179 1077 0 -1 4194304 4800 0 0 0 217 2 0 0 25 0 1 0 93144755 20828160 4785 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/1182/statm: 5085 4785 81 174 0 4908 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 25696

[startup+12.7017 s]
/proc/loadavg: 1.09 1.02 1.01 2/66 1182
/proc/meminfo: memFree=1110528/2055920 swapFree=4192812/4192956
[pid=1179] ppid=1177 vsize=5356 CPUtime=4.08
/proc/1179/stat : 1179 (lysat.sh) S 1177 1179 1077 0 -1 4194304 310 23935 0 0 0 0 387 21 16 0 1 0 93144344 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1179/statm: 1339 237 195 169 0 50 0
[pid=1182] ppid=1179 vsize=21788 CPUtime=8.58
/proc/1182/stat : 1182 (LySATi) R 1179 1179 1077 0 -1 4194304 5147 0 0 0 856 2 0 0 25 0 1 0 93144755 22310912 5132 1992294400 134512640 135226915 4294956224 18446744073709551615 134536785 0 0 4096 3 0 0 0 17 0 0 0
/proc/1182/statm: 5447 5132 81 174 0 5270 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 27144

[startup+25.5012 s]
/proc/loadavg: 1.07 1.02 1.00 2/66 1182
/proc/meminfo: memFree=1108352/2055920 swapFree=4192812/4192956
[pid=1179] ppid=1177 vsize=5356 CPUtime=4.08
/proc/1179/stat : 1179 (lysat.sh) S 1177 1179 1077 0 -1 4194304 310 23935 0 0 0 0 387 21 16 0 1 0 93144344 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1179/statm: 1339 237 195 169 0 50 0
[pid=1182] ppid=1179 vsize=24016 CPUtime=21.38
/proc/1182/stat : 1182 (LySATi) R 1179 1179 1077 0 -1 4194304 5708 0 0 0 2135 3 0 0 25 0 1 0 93144755 24592384 5693 1992294400 134512640 135226915 4294956224 18446744073709551615 134536852 0 0 4096 3 0 0 0 17 0 0 0
/proc/1182/statm: 6004 5693 81 174 0 5827 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 29372

[startup+51.1012 s]
/proc/loadavg: 1.12 1.03 1.01 2/66 1182
/proc/meminfo: memFree=1103296/2055920 swapFree=4192812/4192956
[pid=1179] ppid=1177 vsize=5356 CPUtime=4.08
/proc/1179/stat : 1179 (lysat.sh) S 1177 1179 1077 0 -1 4194304 310 23935 0 0 0 0 387 21 16 0 1 0 93144344 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1179/statm: 1339 237 195 169 0 50 0
[pid=1182] ppid=1179 vsize=29264 CPUtime=46.96
/proc/1182/stat : 1182 (LySATi) R 1179 1179 1077 0 -1 4194304 7009 0 0 0 4692 4 0 0 25 0 1 0 93144755 29966336 6994 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/1182/statm: 7316 6994 81 174 0 7139 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 34620

[startup+102.305 s]
/proc/loadavg: 1.05 1.02 1.00 2/66 1182
/proc/meminfo: memFree=1095360/2055920 swapFree=4192812/4192956
[pid=1179] ppid=1177 vsize=5356 CPUtime=4.08
/proc/1179/stat : 1179 (lysat.sh) S 1177 1179 1077 0 -1 4194304 310 23935 0 0 0 0 387 21 16 0 1 0 93144344 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1179/statm: 1339 237 195 169 0 50 0
[pid=1182] ppid=1179 vsize=37244 CPUtime=98.15
/proc/1182/stat : 1182 (LySATi) R 1179 1179 1077 0 -1 4194304 8991 0 0 0 9809 6 0 0 25 0 1 0 93144755 38137856 8976 1992294400 134512640 135226915 4294956224 18446744073709551615 134536926 0 0 4096 3 0 0 0 17 0 0 0
/proc/1182/statm: 9311 8976 81 174 0 9134 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 42600

[startup+162.301 s]
/proc/loadavg: 1.13 1.05 1.01 2/66 1182
/proc/meminfo: memFree=1087296/2055920 swapFree=4192812/4192956
[pid=1179] ppid=1177 vsize=5356 CPUtime=4.08
/proc/1179/stat : 1179 (lysat.sh) S 1177 1179 1077 0 -1 4194304 310 23935 0 0 0 0 387 21 16 0 1 0 93144344 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1179/statm: 1339 237 195 169 0 50 0
[pid=1182] ppid=1179 vsize=45808 CPUtime=158.12
/proc/1182/stat : 1182 (LySATi) R 1179 1179 1077 0 -1 4194304 11056 0 0 0 15804 8 0 0 25 0 1 0 93144755 46907392 11041 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/1182/statm: 11452 11041 81 174 0 11275 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 51164

[startup+222.301 s]
/proc/loadavg: 1.12 1.05 1.01 2/66 1182
/proc/meminfo: memFree=1082304/2055920 swapFree=4192812/4192956
[pid=1179] ppid=1177 vsize=5356 CPUtime=4.08
/proc/1179/stat : 1179 (lysat.sh) S 1177 1179 1077 0 -1 4194304 310 23935 0 0 0 0 387 21 16 0 1 0 93144344 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1179/statm: 1339 237 195 169 0 50 0
[pid=1182] ppid=1179 vsize=50524 CPUtime=218.09
/proc/1182/stat : 1182 (LySATi) R 1179 1179 1077 0 -1 4194304 12242 0 0 0 21799 10 0 0 25 0 1 0 93144755 51736576 12227 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/1182/statm: 12631 12227 81 174 0 12454 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 55880

[startup+282.302 s]
/proc/loadavg: 1.11 1.06 1.01 2/66 1182
/proc/meminfo: memFree=1080768/2055920 swapFree=4192812/4192956
[pid=1179] ppid=1177 vsize=5356 CPUtime=4.08
/proc/1179/stat : 1179 (lysat.sh) S 1177 1179 1077 0 -1 4194304 310 23935 0 0 0 0 387 21 16 0 1 0 93144344 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1179/statm: 1339 237 195 169 0 50 0
[pid=1182] ppid=1179 vsize=52268 CPUtime=278.07
/proc/1182/stat : 1182 (LySATi) R 1179 1179 1077 0 -1 4194304 12620 0 0 0 27796 11 0 0 25 0 1 0 93144755 53522432 12605 1992294400 134512640 135226915 4294956224 18446744073709551615 134536852 0 0 4096 3 0 0 0 17 0 0 0
/proc/1182/statm: 13067 12605 81 174 0 12890 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 57624

[startup+342.302 s]
/proc/loadavg: 1.10 1.06 1.01 3/66 1182
/proc/meminfo: memFree=1078848/2055920 swapFree=4192812/4192956
[pid=1179] ppid=1177 vsize=5356 CPUtime=4.08
/proc/1179/stat : 1179 (lysat.sh) S 1177 1179 1077 0 -1 4194304 310 23935 0 0 0 0 387 21 16 0 1 0 93144344 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1179/statm: 1339 237 195 169 0 50 0
[pid=1182] ppid=1179 vsize=54312 CPUtime=338.04
/proc/1182/stat : 1182 (LySATi) R 1179 1179 1077 0 -1 4194304 13110 0 0 0 33793 11 0 0 25 0 1 0 93144755 55615488 13095 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/1182/statm: 13578 13095 81 174 0 13401 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 59668

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

[startup+343.102 s]
/proc/loadavg: 1.09 1.06 1.00 2/66 1182
/proc/meminfo: memFree=1078848/2055920 swapFree=4192812/4192956
[pid=1179] ppid=1177 vsize=5356 CPUtime=4.08
/proc/1179/stat : 1179 (lysat.sh) S 1177 1179 1077 0 -1 4194304 310 23935 0 0 0 0 387 21 16 0 1 0 93144344 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1179/statm: 1339 237 195 169 0 50 0
[pid=1182] ppid=1179 vsize=54312 CPUtime=338.84
/proc/1182/stat : 1182 (LySATi) R 1179 1179 1077 0 -1 4194304 13110 0 0 0 33873 11 0 0 25 0 1 0 93144755 55615488 13095 1992294400 134512640 135226915 4294956224 18446744073709551615 134536866 0 0 4096 3 0 0 0 17 0 0 0
/proc/1182/statm: 13578 13095 81 174 0 13401 0
Current children cumulated CPU time (s) 342.92
Current children cumulated vsize (KiB) 59668

[startup+343.902 s]
/proc/loadavg: 1.09 1.06 1.00 2/66 1182
/proc/meminfo: memFree=1078848/2055920 swapFree=4192812/4192956
[pid=1179] ppid=1177 vsize=5356 CPUtime=4.08
/proc/1179/stat : 1179 (lysat.sh) S 1177 1179 1077 0 -1 4194304 310 23935 0 0 0 0 387 21 16 0 1 0 93144344 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1179/statm: 1339 237 195 169 0 50 0
[pid=1182] ppid=1179 vsize=54312 CPUtime=339.64
/proc/1182/stat : 1182 (LySATi) R 1179 1179 1077 0 -1 4194304 13110 0 0 0 33953 11 0 0 25 0 1 0 93144755 55615488 13095 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/1182/statm: 13578 13095 81 174 0 13401 0
Current children cumulated CPU time (s) 343.72
Current children cumulated vsize (KiB) 59668

[startup+344.102 s]
/proc/loadavg: 1.09 1.06 1.00 2/66 1182
/proc/meminfo: memFree=1078848/2055920 swapFree=4192812/4192956
[pid=1179] ppid=1177 vsize=5356 CPUtime=4.08
/proc/1179/stat : 1179 (lysat.sh) S 1177 1179 1077 0 -1 4194304 310 23935 0 0 0 0 387 21 16 0 1 0 93144344 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1179/statm: 1339 237 195 169 0 50 0
[pid=1182] ppid=1179 vsize=54312 CPUtime=339.84
/proc/1182/stat : 1182 (LySATi) R 1179 1179 1077 0 -1 4194304 13110 0 0 0 33973 11 0 0 25 0 1 0 93144755 55615488 13095 1992294400 134512640 135226915 4294956224 18446744073709551615 134543500 0 0 4096 3 0 0 0 17 0 0 0
/proc/1182/statm: 13578 13095 81 174 0 13401 0
Current children cumulated CPU time (s) 343.92
Current children cumulated vsize (KiB) 59668

Child status: 20
Real time (s): 344.181
CPU time (s): 344.014
CPU user time (s): 343.662
CPU system time (s): 0.351946
CPU usage (%): 99.9513
Max. virtual memory (cumulated for all children) (KiB): 101044

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

runsolver used 0.436933 second user time and 0.779881 second system time

The end

Launcher Data

Begin job on node75 at 2009-04-25 11:19:15
IDJOB=1719956
IDBENCH=69586
IDSOLVER=511
FILE ID=node75/1719956-1240651154
PBS_JOBID= 9186506
Free space on /tmp= 66424 MiB

SOLVER NAME= LySAT i/2009-03-20
BENCH NAME= SAT_RACE08/cnf/manol-pipe-f9b.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1719956-1240651154/watcher-1719956-1240651154 -o /tmp/evaluation-result-1719956-1240651154/solver-1719956-1240651154 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1719956-1240651154.cnf i

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

MD5SUM BENCH= c3e7cb16bced9d54ce489b6e95d89943
RANDOM SEED=1140922101

node75.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.213
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.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1153008 kB
Buffers:         81172 kB
Cached:         728564 kB
SwapCached:        144 kB
Active:          77120 kB
Inactive:       746652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1153008 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           11704 kB
Writeback:           0 kB
Mapped:          23656 kB
Slab:            65096 kB
Committed_AS:   197340 kB
PageTables:       1416 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= 66420 MiB
End job on node75 at 2009-04-25 11:24:59