Trace number 1563455

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 131.507 131.568

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-c32s-col400-16.cnf
MD5SUMa8766c9a72f73eaac2d0ddc5a182692e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark66.3399
Satisfiable
(Un)Satisfiability was proved
Number of variables286329
Number of clauses839692
Sum of the clauses size1959280
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2559794
Number of clauses of size 3279897
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.79/0.83	c ==============================================================================
0.79/0.83	c |           |     ORIGINAL     |              LEARNT              |          |
0.79/0.83	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.79/0.83	c ==============================================================================
0.79/0.83	c |         0 |  837681  1954455 |  251304       0        0     nan |  0.000 % |
5.27/5.32	c |         0 |  300018   873722 |      --       0       --      -- |     --   | -461080/-885064
5.27/5.32	c ==============================================================================
5.27/5.32	c Result  :   #vars: 71485   #clauses: 300018   #literals: 873722
5.27/5.32	c CPU time:   5.00524 s
5.27/5.32	c ==============================================================================
5.67/5.78	This is MiniSat 2.0 beta
5.67/5.78	WARNING: for repeatability, setting FPU to use double precision
5.67/5.78	============================[ Problem Statistics ]=============================
5.67/5.78	|                                                                             |
5.67/5.78	|  Number of variables:  71485                                                |
5.67/5.78	|  Number of clauses:    300018                                               |
5.76/5.96	|  Parsing time:         0.15         s                                       |
131.42/131.54	restarts              : 15
131.42/131.54	conflicts             : 70609          (562 /sec)
131.42/131.54	decisions             : 94861          (1.92 % random) (755 /sec)
131.42/131.54	propagations          : 212800939      (1693414 /sec)
131.42/131.54	conflict literals     : 1574799        (60.71 % deleted)
131.42/131.54	Memory used           : 26.72 MB
131.42/131.54	CPU time              : 125.664 s
131.42/131.54	
131.42/131.54	UNSATISFIABLE
131.42/131.55	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-1563455-1238786438/watcher-1563455-1238786438 -o /tmp/evaluation-result-1563455-1238786438/solver-1563455-1238786438 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1563455-1238786438.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.39 1.32 1.22 3/71 5247
/proc/meminfo: memFree=1956936/2055920 swapFree=4170304/4192956
[pid=5247] ppid=5245 vsize=5356 CPUtime=0
/proc/5247/stat : 5247 (lysat.sh) R 5245 5247 5017 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 1151307072 5484544 234 1992294400 4194304 4889804 548682068800 18446744073709551615 266890439327 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/5247/statm: 1339 234 194 169 0 50 0
[pid=5248] ppid=5247 vsize=1556 CPUtime=0
/proc/5248/stat : 5248 (SatElite) R 5247 5247 5017 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 1151307072 1593344 272 1992294400 134512640 135034092 4294956096 18446744073709551615 134544849 0 0 4096 3 0 0 0 17 1 0 0
/proc/5248/statm: 389 275 50 127 0 259 0

[startup+0.031558 s]
/proc/loadavg: 1.39 1.32 1.22 3/71 5247
/proc/meminfo: memFree=1956936/2055920 swapFree=4170304/4192956
[pid=5247] ppid=5245 vsize=5356 CPUtime=0
/proc/5247/stat : 5247 (lysat.sh) S 5245 5247 5017 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151307072 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5247/statm: 1339 235 195 169 0 50 0
[pid=5248] ppid=5247 vsize=6100 CPUtime=0.02
/proc/5248/stat : 5248 (SatElite) R 5247 5247 5017 0 -1 4194304 1148 0 0 0 2 0 0 0 19 0 1 0 1151307072 6246400 1132 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/5248/statm: 1525 1134 51 127 0 1395 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 11456

[startup+0.101571 s]
/proc/loadavg: 1.39 1.32 1.22 3/71 5247
/proc/meminfo: memFree=1956936/2055920 swapFree=4170304/4192956
[pid=5247] ppid=5245 vsize=5356 CPUtime=0
/proc/5247/stat : 5247 (lysat.sh) S 5245 5247 5017 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151307072 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5247/statm: 1339 235 195 169 0 50 0
[pid=5248] ppid=5247 vsize=15220 CPUtime=0.09
/proc/5248/stat : 5248 (SatElite) R 5247 5247 5017 0 -1 4194304 3289 0 0 0 8 1 0 0 19 0 1 0 1151307072 15585280 3273 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/5248/statm: 3805 3274 51 127 0 3675 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20576

[startup+0.301609 s]
/proc/loadavg: 1.39 1.32 1.22 3/71 5247
/proc/meminfo: memFree=1956936/2055920 swapFree=4170304/4192956
[pid=5247] ppid=5245 vsize=5356 CPUtime=0
/proc/5247/stat : 5247 (lysat.sh) S 5245 5247 5017 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151307072 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5247/statm: 1339 235 195 169 0 50 0
[pid=5248] ppid=5247 vsize=39628 CPUtime=0.29
/proc/5248/stat : 5248 (SatElite) R 5247 5247 5017 0 -1 4194304 9485 0 0 0 24 5 0 0 21 0 1 0 1151307072 40579072 9469 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/5248/statm: 9907 9470 51 127 0 9777 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 44984

[startup+0.701685 s]
/proc/loadavg: 1.39 1.32 1.22 3/71 5247
/proc/meminfo: memFree=1956936/2055920 swapFree=4170304/4192956
[pid=5247] ppid=5245 vsize=5356 CPUtime=0
/proc/5247/stat : 5247 (lysat.sh) S 5245 5247 5017 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151307072 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5247/statm: 1339 235 195 169 0 50 0
[pid=5248] ppid=5247 vsize=109828 CPUtime=0.69
/proc/5248/stat : 5248 (SatElite) R 5247 5247 5017 0 -1 4194304 21464 0 0 0 56 13 0 0 25 0 1 0 1151307072 112463872 21448 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/5248/statm: 27457 21449 51 127 0 27327 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 115184

[startup+1.50184 s]
/proc/loadavg: 1.36 1.31 1.22 2/73 5249
/proc/meminfo: memFree=1851192/2055920 swapFree=4170304/4192956
[pid=5247] ppid=5245 vsize=5356 CPUtime=0
/proc/5247/stat : 5247 (lysat.sh) S 5245 5247 5017 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151307072 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5247/statm: 1339 235 195 169 0 50 0
[pid=5248] ppid=5247 vsize=139368 CPUtime=1.48
/proc/5248/stat : 5248 (SatElite) R 5247 5247 5017 0 -1 4194304 30066 0 0 0 130 18 0 0 25 0 1 0 1151307072 142712832 27674 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/5248/statm: 34842 27674 68 127 0 34712 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 144724

[startup+3.10115 s]
/proc/loadavg: 1.36 1.31 1.22 2/73 5249
/proc/meminfo: memFree=1834296/2055920 swapFree=4170304/4192956
[pid=5247] ppid=5245 vsize=5356 CPUtime=0
/proc/5247/stat : 5247 (lysat.sh) S 5245 5247 5017 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151307072 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5247/statm: 1339 235 195 169 0 50 0
[pid=5248] ppid=5247 vsize=148152 CPUtime=3.08
/proc/5248/stat : 5248 (SatElite) R 5247 5247 5017 0 -1 4194304 32338 0 0 0 282 26 0 0 25 0 1 0 1151307072 151707648 29946 1992294400 134512640 135034092 4294956096 18446744073709551615 134566400 0 0 4096 3 0 0 0 17 0 0 0
/proc/5248/statm: 37038 29946 68 127 0 36908 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 153508

[startup+6.30177 s]
/proc/loadavg: 1.36 1.31 1.22 2/73 5249
/proc/meminfo: memFree=1819448/2055920 swapFree=4170304/4192956
[pid=5247] ppid=5245 vsize=5356 CPUtime=5.76
/proc/5247/stat : 5247 (lysat.sh) S 5245 5247 5017 0 -1 4194304 310 37392 0 0 0 0 541 35 16 0 1 0 1151307072 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5247/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 5.76
Current children cumulated vsize (KiB) 5356

[startup+12.702 s]
/proc/loadavg: 1.30 1.30 1.22 2/73 5250
/proc/meminfo: memFree=1914816/2055920 swapFree=4170304/4192956
[pid=5247] ppid=5245 vsize=5356 CPUtime=5.76
/proc/5247/stat : 5247 (lysat.sh) S 5245 5247 5017 0 -1 4194304 310 37392 0 0 0 0 541 35 16 0 1 0 1151307072 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5247/statm: 1339 237 195 169 0 50 0
[pid=5250] ppid=5247 vsize=20832 CPUtime=6.9
/proc/5250/stat : 5250 (LySATc) R 5247 5247 5017 0 -1 4194304 4781 0 0 0 687 3 0 0 25 0 1 0 1151307650 21331968 4731 1992294400 134512640 135214827 4294956208 18446744073709551615 134540685 0 0 4096 3 0 0 0 17 1 0 0
/proc/5250/statm: 5208 4731 77 171 0 5035 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 26188

[startup+25.5014 s]
/proc/loadavg: 1.25 1.29 1.21 2/73 5250
/proc/meminfo: memFree=1913280/2055920 swapFree=4170304/4192956
[pid=5247] ppid=5245 vsize=5356 CPUtime=5.76
/proc/5247/stat : 5247 (lysat.sh) S 5245 5247 5017 0 -1 4194304 310 37392 0 0 0 0 541 35 16 0 1 0 1151307072 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5247/statm: 1339 237 195 169 0 50 0
[pid=5250] ppid=5247 vsize=22380 CPUtime=19.7
/proc/5250/stat : 5250 (LySATc) R 5247 5247 5017 0 -1 4194304 5184 0 0 0 1967 3 0 0 25 0 1 0 1151307650 22917120 5134 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/5250/statm: 5595 5134 77 171 0 5422 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 27736

[startup+51.1013 s]
/proc/loadavg: 1.17 1.27 1.20 2/73 5250
/proc/meminfo: memFree=1911680/2055920 swapFree=4170304/4192956
[pid=5247] ppid=5245 vsize=5356 CPUtime=5.76
/proc/5247/stat : 5247 (lysat.sh) S 5245 5247 5017 0 -1 4194304 310 37392 0 0 0 0 541 35 16 0 1 0 1151307072 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5247/statm: 1339 237 195 169 0 50 0
[pid=5250] ppid=5247 vsize=24012 CPUtime=45.28
/proc/5250/stat : 5250 (LySATc) R 5247 5247 5017 0 -1 4194304 5606 0 0 0 4525 3 0 0 25 0 1 0 1151307650 24588288 5556 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/5250/statm: 6003 5556 77 171 0 5830 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 29368

[startup+102.306 s]
/proc/loadavg: 1.06 1.22 1.19 2/73 5250
/proc/meminfo: memFree=1908736/2055920 swapFree=4170304/4192956
[pid=5247] ppid=5245 vsize=5356 CPUtime=5.76
/proc/5247/stat : 5247 (lysat.sh) S 5245 5247 5017 0 -1 4194304 310 37392 0 0 0 0 541 35 16 0 1 0 1151307072 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5247/statm: 1339 237 195 169 0 50 0
[pid=5250] ppid=5247 vsize=27220 CPUtime=96.48
/proc/5250/stat : 5250 (LySATc) R 5247 5247 5017 0 -1 4194304 6374 0 0 0 9643 5 0 0 25 0 1 0 1151307650 27873280 6324 1992294400 134512640 135214827 4294956208 18446744073709551615 134529402 0 0 4096 3 0 0 0 17 1 0 0
/proc/5250/statm: 6805 6324 77 171 0 6632 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 32576

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

[startup+115.102 s]
/proc/loadavg: 1.05 1.21 1.19 2/73 5250
/proc/meminfo: memFree=1908544/2055920 swapFree=4170304/4192956
[pid=5247] ppid=5245 vsize=5356 CPUtime=5.76
/proc/5247/stat : 5247 (lysat.sh) S 5245 5247 5017 0 -1 4194304 310 37392 0 0 0 0 541 35 16 0 1 0 1151307072 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5247/statm: 1339 237 195 169 0 50 0
[pid=5250] ppid=5247 vsize=27360 CPUtime=109.27
/proc/5250/stat : 5250 (LySATc) R 5247 5247 5017 0 -1 4194304 6417 0 0 0 10922 5 0 0 25 0 1 0 1151307650 28016640 6367 1992294400 134512640 135214827 4294956208 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 1 0 0
/proc/5250/statm: 6840 6367 77 171 0 6667 0
Current children cumulated CPU time (s) 115.03
Current children cumulated vsize (KiB) 32716

[startup+121.502 s]
/proc/loadavg: 1.05 1.20 1.18 2/73 5250
/proc/meminfo: memFree=1908544/2055920 swapFree=4170304/4192956
[pid=5247] ppid=5245 vsize=5356 CPUtime=5.76
/proc/5247/stat : 5247 (lysat.sh) S 5245 5247 5017 0 -1 4194304 310 37392 0 0 0 0 541 35 16 0 1 0 1151307072 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5247/statm: 1339 237 195 169 0 50 0
[pid=5250] ppid=5247 vsize=27360 CPUtime=115.67
/proc/5250/stat : 5250 (LySATc) R 5247 5247 5017 0 -1 4194304 6417 0 0 0 11562 5 0 0 25 0 1 0 1151307650 28016640 6367 1992294400 134512640 135214827 4294956208 18446744073709551615 134529308 0 0 4096 3 0 0 0 17 1 0 0
/proc/5250/statm: 6840 6367 77 171 0 6667 0
Current children cumulated CPU time (s) 121.43
Current children cumulated vsize (KiB) 32716

[startup+127.902 s]
/proc/loadavg: 1.04 1.20 1.18 2/73 5250
/proc/meminfo: memFree=1908544/2055920 swapFree=4170304/4192956
[pid=5247] ppid=5245 vsize=5356 CPUtime=5.76
/proc/5247/stat : 5247 (lysat.sh) S 5245 5247 5017 0 -1 4194304 310 37392 0 0 0 0 541 35 16 0 1 0 1151307072 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5247/statm: 1339 237 195 169 0 50 0
[pid=5250] ppid=5247 vsize=27360 CPUtime=122.07
/proc/5250/stat : 5250 (LySATc) R 5247 5247 5017 0 -1 4194304 6417 0 0 0 12202 5 0 0 25 0 1 0 1151307650 28016640 6367 1992294400 134512640 135214827 4294956208 18446744073709551615 134529451 0 0 4096 3 0 0 0 17 1 0 0
/proc/5250/statm: 6840 6367 77 171 0 6667 0
Current children cumulated CPU time (s) 127.83
Current children cumulated vsize (KiB) 32716

[startup+129.501 s]
/proc/loadavg: 1.04 1.20 1.18 2/73 5250
/proc/meminfo: memFree=1908544/2055920 swapFree=4170304/4192956
[pid=5247] ppid=5245 vsize=5356 CPUtime=5.76
/proc/5247/stat : 5247 (lysat.sh) S 5245 5247 5017 0 -1 4194304 310 37392 0 0 0 0 541 35 16 0 1 0 1151307072 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5247/statm: 1339 237 195 169 0 50 0
[pid=5250] ppid=5247 vsize=27360 CPUtime=123.66
/proc/5250/stat : 5250 (LySATc) R 5247 5247 5017 0 -1 4194304 6417 0 0 0 12361 5 0 0 25 0 1 0 1151307650 28016640 6367 1992294400 134512640 135214827 4294956208 18446744073709551615 134537084 0 0 4096 3 0 0 0 17 1 0 0
/proc/5250/statm: 6840 6367 77 171 0 6667 0
Current children cumulated CPU time (s) 129.42
Current children cumulated vsize (KiB) 32716

[startup+130.301 s]
/proc/loadavg: 1.04 1.20 1.18 2/73 5250
/proc/meminfo: memFree=1908544/2055920 swapFree=4170304/4192956
[pid=5247] ppid=5245 vsize=5356 CPUtime=5.76
/proc/5247/stat : 5247 (lysat.sh) S 5245 5247 5017 0 -1 4194304 310 37392 0 0 0 0 541 35 16 0 1 0 1151307072 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5247/statm: 1339 237 195 169 0 50 0
[pid=5250] ppid=5247 vsize=27360 CPUtime=124.46
/proc/5250/stat : 5250 (LySATc) R 5247 5247 5017 0 -1 4194304 6417 0 0 0 12441 5 0 0 25 0 1 0 1151307650 28016640 6367 1992294400 134512640 135214827 4294956208 18446744073709551615 134529197 0 0 4096 3 0 0 0 17 1 0 0
/proc/5250/statm: 6840 6367 77 171 0 6667 0
Current children cumulated CPU time (s) 130.22
Current children cumulated vsize (KiB) 32716

[startup+131.102 s]
/proc/loadavg: 1.04 1.20 1.18 2/73 5250
/proc/meminfo: memFree=1908480/2055920 swapFree=4170304/4192956
[pid=5247] ppid=5245 vsize=5356 CPUtime=5.76
/proc/5247/stat : 5247 (lysat.sh) S 5245 5247 5017 0 -1 4194304 310 37392 0 0 0 0 541 35 16 0 1 0 1151307072 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5247/statm: 1339 237 195 169 0 50 0
[pid=5250] ppid=5247 vsize=27360 CPUtime=125.26
/proc/5250/stat : 5250 (LySATc) R 5247 5247 5017 0 -1 4194304 6419 0 0 0 12521 5 0 0 25 0 1 0 1151307650 28016640 6369 1992294400 134512640 135214827 4294956208 18446744073709551615 134529197 0 0 4096 3 0 0 0 17 1 0 0
/proc/5250/statm: 6840 6369 77 171 0 6667 0
Current children cumulated CPU time (s) 131.02
Current children cumulated vsize (KiB) 32716

[startup+131.502 s]
/proc/loadavg: 1.04 1.20 1.18 2/73 5250
/proc/meminfo: memFree=1908480/2055920 swapFree=4170304/4192956
[pid=5247] ppid=5245 vsize=5356 CPUtime=5.76
/proc/5247/stat : 5247 (lysat.sh) S 5245 5247 5017 0 -1 4194304 310 37392 0 0 0 0 541 35 16 0 1 0 1151307072 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5247/statm: 1339 237 195 169 0 50 0
[pid=5250] ppid=5247 vsize=27360 CPUtime=125.66
/proc/5250/stat : 5250 (LySATc) R 5247 5247 5017 0 -1 4194304 6419 0 0 0 12561 5 0 0 25 0 1 0 1151307650 28016640 6369 1992294400 134512640 135214827 4294956208 18446744073709551615 134529451 0 0 4096 3 0 0 0 17 1 0 0
/proc/5250/statm: 6840 6369 77 171 0 6667 0
Current children cumulated CPU time (s) 131.42
Current children cumulated vsize (KiB) 32716

Child status: 20
Real time (s): 131.568
CPU time (s): 131.507
CPU user time (s): 131.079
CPU system time (s): 0.427934
CPU usage (%): 99.954
Max. virtual memory (cumulated for all children) (KiB): 166116

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

runsolver used 0.112982 second user time and 0.376942 second system time

The end

Launcher Data

Begin job on node38 at 2009-04-03 21:20:40
IDJOB=1563455
IDBENCH=70954
IDSOLVER=512
FILE ID=node38/1563455-1238786438
PBS_JOBID= 9085609
Free space on /tmp= 66468 MiB

SOLVER NAME= LySAT c/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-c32s-col400-16.cnf
COMMAND LINE= lysat.sh BENCHNAME c
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1563455-1238786438/watcher-1563455-1238786438 -o /tmp/evaluation-result-1563455-1238786438/solver-1563455-1238786438 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1563455-1238786438.cnf c

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

MD5SUM BENCH= a8766c9a72f73eaac2d0ddc5a182692e
RANDOM SEED=162812851

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:       1958120 kB
Buffers:          1096 kB
Cached:          34428 kB
SwapCached:       9900 kB
Active:          22572 kB
Inactive:        24236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1958120 kB
SwapTotal:     4192956 kB
SwapFree:      4170304 kB
Dirty:           17328 kB
Writeback:           0 kB
Mapped:          18060 kB
Slab:            36216 kB
Committed_AS:  3444156 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= 66464 MiB
End job on node38 at 2009-04-03 21:22:51