Trace number 1736603

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 205.068 205.15

General information on the benchmark

NameCRAFTED/parity-games/
instance_n6_i7_pp_ci_ce.cnf
MD5SUM2ba7146c43b8082afe1c2f5c23a97bd0
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark84.6021
Satisfiable
(Un)Satisfiability was proved
Number of variables8484
Number of clauses74640
Sum of the clauses size243102
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 215431
Number of clauses of size 333298
Number of clauses of size 418962
Number of clauses of size 55508
Number of clauses of size over 51441

Solver Data

0.00/0.00	c Parsing...
0.02/0.06	c ==============================================================================
0.02/0.06	c |           |     ORIGINAL     |              LEARNT              |          |
0.02/0.06	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.02/0.06	c ==============================================================================
0.02/0.06	c |         0 |   74640   243102 |   22391       0        0     nan |  0.000 % |
0.19/0.24	c |         0 |   67800   226176 |      --       0       --      -- |     --   | -6840/-16926
0.19/0.24	c ==============================================================================
0.19/0.24	c Result  :   #vars: 5732   #clauses: 67800   #literals: 226176
0.19/0.24	c CPU time:   0.223965 s
0.19/0.24	c ==============================================================================
0.29/0.33	This is MiniSat 2.0 beta
0.29/0.33	WARNING: for repeatability, setting FPU to use double precision
0.29/0.33	============================[ Problem Statistics ]=============================
0.29/0.33	|                                                                             |
0.29/0.33	|  Number of variables:  5732                                                 |
0.29/0.33	|  Number of clauses:    67800                                                |
0.29/0.37	|  Parsing time:         0.04         s                                       |
205.01/205.13	restarts              : 18
205.01/205.13	conflicts             : 255386         (1248 /sec)
205.01/205.13	decisions             : 470100         (1.26 % random) (2297 /sec)
205.01/205.13	propagations          : 94332445       (460997 /sec)
205.01/205.13	conflict literals     : 13807299       (44.32 % deleted)
205.01/205.13	Memory used           : 35.73 MB
205.01/205.13	CPU time              : 204.627 s
205.01/205.13	
205.01/205.13	UNSATISFIABLE
205.01/205.14	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-1736603-1240812115/watcher-1736603-1240812115 -o /tmp/evaluation-result-1736603-1240812115/solver-1736603-1240812115 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1736603-1240812115.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: 0.99 0.98 0.99 3/64 28917
/proc/meminfo: memFree=1722544/2055920 swapFree=4181904/4192956
[pid=28917] ppid=28915 vsize=5356 CPUtime=0
/proc/28917/stat : 28917 (lysat.sh) S 28915 28917 28693 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 109238768 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28917/statm: 1339 235 195 169 0 50 0
[pid=28918] ppid=28917 vsize=1560 CPUtime=0
/proc/28918/stat : 28918 (SatElite) R 28917 28917 28693 0 -1 4194304 282 0 0 0 0 0 0 0 19 0 1 0 109238768 1597440 266 1992294400 134512640 135034092 4294956096 18446744073709551615 134544780 0 0 4096 3 0 0 0 17 0 0 0
/proc/28918/statm: 390 268 50 127 0 260 0

[startup+0.0411729 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 28917
/proc/meminfo: memFree=1722544/2055920 swapFree=4181904/4192956
[pid=28917] ppid=28915 vsize=5356 CPUtime=0
/proc/28917/stat : 28917 (lysat.sh) S 28915 28917 28693 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 109238768 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28917/statm: 1339 235 195 169 0 50 0
[pid=28918] ppid=28917 vsize=4924 CPUtime=0.02
/proc/28918/stat : 28918 (SatElite) R 28917 28917 28693 0 -1 4194304 993 0 0 0 2 0 0 0 19 0 1 0 109238768 5042176 977 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/28918/statm: 1231 978 50 127 0 1101 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10280

[startup+0.101178 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 28917
/proc/meminfo: memFree=1722544/2055920 swapFree=4181904/4192956
[pid=28917] ppid=28915 vsize=5356 CPUtime=0
/proc/28917/stat : 28917 (lysat.sh) S 28915 28917 28693 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 109238768 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28917/statm: 1339 235 195 169 0 50 0
[pid=28918] ppid=28917 vsize=8984 CPUtime=0.09
/proc/28918/stat : 28918 (SatElite) R 28917 28917 28693 0 -1 4194304 1954 0 0 0 8 1 0 0 19 0 1 0 109238768 9199616 1938 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/28918/statm: 2246 1938 68 127 0 2116 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14340

[startup+0.301195 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 28917
/proc/meminfo: memFree=1722544/2055920 swapFree=4181904/4192956
[pid=28917] ppid=28915 vsize=5356 CPUtime=0
/proc/28917/stat : 28917 (lysat.sh) S 28915 28917 28693 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 109238768 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28917/statm: 1339 235 195 169 0 50 0
[pid=28918] ppid=28917 vsize=9448 CPUtime=0.29
/proc/28918/stat : 28918 (SatElite) R 28917 28917 28693 0 -1 4194304 2359 0 0 0 27 2 0 0 21 0 1 0 109238768 9674752 2042 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/28918/statm: 2362 2042 69 127 0 2232 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14804

[startup+0.70124 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 28917
/proc/meminfo: memFree=1722544/2055920 swapFree=4181904/4192956
[pid=28917] ppid=28915 vsize=5356 CPUtime=0.32
/proc/28917/stat : 28917 (lysat.sh) S 28915 28917 28693 0 -1 4194304 310 2362 0 0 0 0 30 2 17 0 1 0 109238768 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28917/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 5356

[startup+1.5013 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28920
/proc/meminfo: memFree=1715168/2055920 swapFree=4181904/4192956
[pid=28917] ppid=28915 vsize=5356 CPUtime=0.32
/proc/28917/stat : 28917 (lysat.sh) S 28915 28917 28693 0 -1 4194304 310 2362 0 0 0 0 30 2 17 0 1 0 109238768 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28917/statm: 1339 237 195 169 0 50 0
[pid=28920] ppid=28917 vsize=6972 CPUtime=1.16
/proc/28920/stat : 28920 (LySATc) R 28917 28917 28693 0 -1 4194304 1602 0 0 0 115 1 0 0 25 0 1 0 109238801 7139328 1587 1992294400 134512640 135214827 4294956208 18446744073709551615 134529497 0 0 4096 3 0 0 0 17 0 0 0
/proc/28920/statm: 1743 1587 77 171 0 1570 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 12328

[startup+3.10144 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28920
/proc/meminfo: memFree=1714080/2055920 swapFree=4181904/4192956
[pid=28917] ppid=28915 vsize=5356 CPUtime=0.32
/proc/28917/stat : 28917 (lysat.sh) S 28915 28917 28693 0 -1 4194304 310 2362 0 0 0 0 30 2 17 0 1 0 109238768 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28917/statm: 1339 237 195 169 0 50 0
[pid=28920] ppid=28917 vsize=8028 CPUtime=2.75
/proc/28920/stat : 28920 (LySATc) R 28917 28917 28693 0 -1 4194304 1876 0 0 0 274 1 0 0 25 0 1 0 109238801 8220672 1861 1992294400 134512640 135214827 4294956208 18446744073709551615 134529322 0 0 4096 3 0 0 0 17 0 0 0
/proc/28920/statm: 2007 1861 77 171 0 1834 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 13384

[startup+6.30172 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28920
/proc/meminfo: memFree=1711648/2055920 swapFree=4181904/4192956
[pid=28917] ppid=28915 vsize=5356 CPUtime=0.32
/proc/28917/stat : 28917 (lysat.sh) S 28915 28917 28693 0 -1 4194304 310 2362 0 0 0 0 30 2 17 0 1 0 109238768 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28917/statm: 1339 237 195 169 0 50 0
[pid=28920] ppid=28917 vsize=10200 CPUtime=5.95
/proc/28920/stat : 28920 (LySATc) R 28917 28917 28693 0 -1 4194304 2399 0 0 0 593 2 0 0 25 0 1 0 109238801 10444800 2384 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/28920/statm: 2550 2384 77 171 0 2377 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 15556

[startup+12.7013 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28920
/proc/meminfo: memFree=1708256/2055920 swapFree=4181904/4192956
[pid=28917] ppid=28915 vsize=5356 CPUtime=0.32
/proc/28917/stat : 28917 (lysat.sh) S 28915 28917 28693 0 -1 4194304 310 2362 0 0 0 0 30 2 17 0 1 0 109238768 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28917/statm: 1339 237 195 169 0 50 0
[pid=28920] ppid=28917 vsize=13144 CPUtime=12.35
/proc/28920/stat : 28920 (LySATc) R 28917 28917 28693 0 -1 4194304 3158 0 0 0 1233 2 0 0 25 0 1 0 109238801 13459456 3143 1992294400 134512640 135214827 4294956208 18446744073709551615 134529463 0 0 4096 3 0 0 0 17 0 0 0
/proc/28920/statm: 3286 3143 77 171 0 3113 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 18500

[startup+25.5014 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28920
/proc/meminfo: memFree=1703712/2055920 swapFree=4181904/4192956
[pid=28917] ppid=28915 vsize=5356 CPUtime=0.32
/proc/28917/stat : 28917 (lysat.sh) S 28915 28917 28693 0 -1 4194304 310 2362 0 0 0 0 30 2 17 0 1 0 109238768 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28917/statm: 1339 237 195 169 0 50 0
[pid=28920] ppid=28917 vsize=17736 CPUtime=25.15
/proc/28920/stat : 28920 (LySATc) R 28917 28917 28693 0 -1 4194304 4310 0 0 0 2510 5 0 0 25 0 1 0 109238801 18161664 4295 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/28920/statm: 4434 4295 77 171 0 4261 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 23092

[startup+51.1017 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28920
/proc/meminfo: memFree=1696480/2055920 swapFree=4181904/4192956
[pid=28917] ppid=28915 vsize=5356 CPUtime=0.32
/proc/28917/stat : 28917 (lysat.sh) S 28915 28917 28693 0 -1 4194304 310 2362 0 0 0 0 30 2 17 0 1 0 109238768 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28917/statm: 1339 237 195 169 0 50 0
[pid=28920] ppid=28917 vsize=24932 CPUtime=50.73
/proc/28920/stat : 28920 (LySATc) R 28917 28917 28693 0 -1 4194304 6084 0 0 0 5067 6 0 0 25 0 1 0 109238801 25530368 6069 1992294400 134512640 135214827 4294956208 18446744073709551615 134529308 0 0 4096 3 0 0 0 17 0 0 0
/proc/28920/statm: 6233 6069 77 171 0 6060 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 30288

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28920
/proc/meminfo: memFree=1695904/2055920 swapFree=4181904/4192956
[pid=28917] ppid=28915 vsize=5356 CPUtime=0.32
/proc/28917/stat : 28917 (lysat.sh) S 28915 28917 28693 0 -1 4194304 310 2362 0 0 0 0 30 2 17 0 1 0 109238768 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28917/statm: 1339 237 195 169 0 50 0
[pid=28920] ppid=28917 vsize=25368 CPUtime=101.92
/proc/28920/stat : 28920 (LySATc) R 28917 28917 28693 0 -1 4194304 6202 0 0 0 10186 6 0 0 25 0 1 0 109238801 25976832 6187 1992294400 134512640 135214827 4294956208 18446744073709551615 134529402 0 0 4096 3 0 0 0 17 0 0 0
/proc/28920/statm: 6342 6187 77 171 0 6169 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 30724

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28920
/proc/meminfo: memFree=1693472/2055920 swapFree=4181904/4192956
[pid=28917] ppid=28915 vsize=5356 CPUtime=0.32
/proc/28917/stat : 28917 (lysat.sh) S 28915 28917 28693 0 -1 4194304 310 2362 0 0 0 0 30 2 17 0 1 0 109238768 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28917/statm: 1339 237 195 169 0 50 0
[pid=28920] ppid=28917 vsize=28204 CPUtime=161.9
/proc/28920/stat : 28920 (LySATc) R 28917 28917 28693 0 -1 4194304 6855 0 0 0 16183 7 0 0 25 0 1 0 109238801 28880896 6840 1992294400 134512640 135214827 4294956208 18446744073709551615 134527633 0 0 4096 3 0 0 0 17 0 0 0
/proc/28920/statm: 7051 6840 77 171 0 6878 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 33560

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

[startup+179.102 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28920
/proc/meminfo: memFree=1688992/2055920 swapFree=4181904/4192956
[pid=28917] ppid=28915 vsize=5356 CPUtime=0.32
/proc/28917/stat : 28917 (lysat.sh) S 28915 28917 28693 0 -1 4194304 310 2362 0 0 0 0 30 2 17 0 1 0 109238768 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28917/statm: 1339 237 195 169 0 50 0
[pid=28920] ppid=28917 vsize=32752 CPUtime=178.69
/proc/28920/stat : 28920 (LySATc) R 28917 28917 28693 0 -1 4194304 7973 0 0 0 17861 8 0 0 25 0 1 0 109238801 33538048 7958 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/28920/statm: 8188 7958 77 171 0 8015 0
Current children cumulated CPU time (s) 179.01
Current children cumulated vsize (KiB) 38108

[startup+191.902 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28920
/proc/meminfo: memFree=1685920/2055920 swapFree=4181904/4192956
[pid=28917] ppid=28915 vsize=5356 CPUtime=0.32
/proc/28917/stat : 28917 (lysat.sh) S 28915 28917 28693 0 -1 4194304 310 2362 0 0 0 0 30 2 17 0 1 0 109238768 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28917/statm: 1339 237 195 169 0 50 0
[pid=28920] ppid=28917 vsize=35524 CPUtime=191.48
/proc/28920/stat : 28920 (LySATc) R 28917 28917 28693 0 -1 4194304 8694 0 0 0 19139 9 0 0 25 0 1 0 109238801 36376576 8679 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/28920/statm: 8881 8679 77 171 0 8708 0
Current children cumulated CPU time (s) 191.8
Current children cumulated vsize (KiB) 40880

[startup+198.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28920
/proc/meminfo: memFree=1685024/2055920 swapFree=4181904/4192956
[pid=28917] ppid=28915 vsize=5356 CPUtime=0.32
/proc/28917/stat : 28917 (lysat.sh) S 28915 28917 28693 0 -1 4194304 310 2362 0 0 0 0 30 2 17 0 1 0 109238768 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28917/statm: 1339 237 195 169 0 50 0
[pid=28920] ppid=28917 vsize=36448 CPUtime=197.89
/proc/28920/stat : 28920 (LySATc) R 28917 28917 28693 0 -1 4194304 8923 0 0 0 19779 10 0 0 25 0 1 0 109238801 37322752 8908 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/28920/statm: 9112 8908 77 171 0 8939 0
Current children cumulated CPU time (s) 198.21
Current children cumulated vsize (KiB) 41804

[startup+201.503 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28920
/proc/meminfo: memFree=1684832/2055920 swapFree=4181904/4192956
[pid=28917] ppid=28915 vsize=5356 CPUtime=0.32
/proc/28917/stat : 28917 (lysat.sh) S 28915 28917 28693 0 -1 4194304 310 2362 0 0 0 0 30 2 17 0 1 0 109238768 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28917/statm: 1339 237 195 169 0 50 0
[pid=28920] ppid=28917 vsize=36580 CPUtime=201.09
/proc/28920/stat : 28920 (LySATc) R 28917 28917 28693 0 -1 4194304 8946 0 0 0 20099 10 0 0 25 0 1 0 109238801 37457920 8931 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/28920/statm: 9145 8931 77 171 0 8972 0
Current children cumulated CPU time (s) 201.41
Current children cumulated vsize (KiB) 41936

[startup+203.102 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28920
/proc/meminfo: memFree=1684832/2055920 swapFree=4181904/4192956
[pid=28917] ppid=28915 vsize=5356 CPUtime=0.32
/proc/28917/stat : 28917 (lysat.sh) S 28915 28917 28693 0 -1 4194304 310 2362 0 0 0 0 30 2 17 0 1 0 109238768 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28917/statm: 1339 237 195 169 0 50 0
[pid=28920] ppid=28917 vsize=36580 CPUtime=202.69
/proc/28920/stat : 28920 (LySATc) R 28917 28917 28693 0 -1 4194304 8946 0 0 0 20259 10 0 0 25 0 1 0 109238801 37457920 8931 1992294400 134512640 135214827 4294956208 18446744073709551615 134527298 0 0 4096 3 0 0 0 17 0 0 0
/proc/28920/statm: 9145 8931 77 171 0 8972 0
Current children cumulated CPU time (s) 203.01
Current children cumulated vsize (KiB) 41936

[startup+203.901 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28920
/proc/meminfo: memFree=1684832/2055920 swapFree=4181904/4192956
[pid=28917] ppid=28915 vsize=5356 CPUtime=0.32
/proc/28917/stat : 28917 (lysat.sh) S 28915 28917 28693 0 -1 4194304 310 2362 0 0 0 0 30 2 17 0 1 0 109238768 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28917/statm: 1339 237 195 169 0 50 0
[pid=28920] ppid=28917 vsize=36580 CPUtime=203.49
/proc/28920/stat : 28920 (LySATc) R 28917 28917 28693 0 -1 4194304 8946 0 0 0 20339 10 0 0 25 0 1 0 109238801 37457920 8931 1992294400 134512640 135214827 4294956208 18446744073709551615 134529287 0 0 4096 3 0 0 0 17 0 0 0
/proc/28920/statm: 9145 8931 77 171 0 8972 0
Current children cumulated CPU time (s) 203.81
Current children cumulated vsize (KiB) 41936

[startup+204.701 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28920
/proc/meminfo: memFree=1684832/2055920 swapFree=4181904/4192956
[pid=28917] ppid=28915 vsize=5356 CPUtime=0.32
/proc/28917/stat : 28917 (lysat.sh) S 28915 28917 28693 0 -1 4194304 310 2362 0 0 0 0 30 2 17 0 1 0 109238768 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28917/statm: 1339 237 195 169 0 50 0
[pid=28920] ppid=28917 vsize=36580 CPUtime=204.29
/proc/28920/stat : 28920 (LySATc) R 28917 28917 28693 0 -1 4194304 8946 0 0 0 20419 10 0 0 25 0 1 0 109238801 37457920 8931 1992294400 134512640 135214827 4294956208 18446744073709551615 134529220 0 0 4096 3 0 0 0 17 0 0 0
/proc/28920/statm: 9145 8931 77 171 0 8972 0
Current children cumulated CPU time (s) 204.61
Current children cumulated vsize (KiB) 41936

[startup+205.101 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28920
/proc/meminfo: memFree=1684832/2055920 swapFree=4181904/4192956
[pid=28917] ppid=28915 vsize=5356 CPUtime=0.32
/proc/28917/stat : 28917 (lysat.sh) S 28915 28917 28693 0 -1 4194304 310 2362 0 0 0 0 30 2 17 0 1 0 109238768 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28917/statm: 1339 237 195 169 0 50 0
[pid=28920] ppid=28917 vsize=36580 CPUtime=204.69
/proc/28920/stat : 28920 (LySATc) R 28917 28917 28693 0 -1 4194304 8946 0 0 0 20459 10 0 0 25 0 1 0 109238801 37457920 8931 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/28920/statm: 9145 8931 77 171 0 8972 0
Current children cumulated CPU time (s) 205.01
Current children cumulated vsize (KiB) 41936

Child status: 20
Real time (s): 205.15
CPU time (s): 205.068
CPU user time (s): 204.933
CPU system time (s): 0.134979
CPU usage (%): 99.9601
Max. virtual memory (cumulated for all children) (KiB): 41936

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

runsolver used 0.197969 second user time and 0.554915 second system time

The end

Launcher Data

Begin job on node58 at 2009-04-27 08:01:55
IDJOB=1736603
IDBENCH=71629
IDSOLVER=512
FILE ID=node58/1736603-1240812115
PBS_JOBID= 9187437
Free space on /tmp= 65852 MiB

SOLVER NAME= LySAT c/2009-03-20
BENCH NAME= SAT09/CRAFTED/parity-games/instance_n6_i7_pp_ci_ce.cnf
COMMAND LINE= lysat.sh BENCHNAME c
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1736603-1240812115/watcher-1736603-1240812115 -o /tmp/evaluation-result-1736603-1240812115/solver-1736603-1240812115 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1736603-1240812115.cnf c

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

MD5SUM BENCH= 2ba7146c43b8082afe1c2f5c23a97bd0
RANDOM SEED=1886183454

node58.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.233
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.233
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:       1723088 kB
Buffers:         22840 kB
Cached:         230160 kB
SwapCached:       4924 kB
Active:          33624 kB
Inactive:       227800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1723088 kB
SwapTotal:     4192956 kB
SwapFree:      4181904 kB
Dirty:            3592 kB
Writeback:           0 kB
Mapped:          14424 kB
Slab:            57604 kB
Committed_AS:   414624 kB
PageTables:       1356 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= 65848 MiB
End job on node58 at 2009-04-27 08:05:21