Trace number 1807439

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
minisat2-simp 070721UNSAT 164.803 164.851

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 benchmark164.724
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	This is MiniSat 2.0 beta
0.00/0.00	WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	============================[ Problem Statistics ]=============================
0.00/0.00	|                                                                             |
0.00/0.00	|  Number of variables:  8484                                                 |
0.00/0.00	|  Number of clauses:    74640                                                |
0.00/0.07	|  Parsing time:         0.07         s                                       |
0.19/0.26	============================[ Search Statistics ]==============================
0.19/0.26	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.19/0.26	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.19/0.26	===============================================================================
0.19/0.26	|         0 |    5612    60046   197476 |    20015        0    nan |  0.000 % |
0.19/0.27	|       100 |    5611    60046   197476 |    22016       99      8 |  1.992 % |
0.29/0.30	|       250 |    5611    60046   197476 |    24218      249     16 |  1.992 % |
0.29/0.33	|       476 |    5611    60046   197476 |    26640      475     18 |  1.992 % |
0.29/0.37	|       813 |    5610    60046   197476 |    29304      811     20 |  2.004 % |
0.39/0.43	|      1319 |    5610    60046   197476 |    32234     1317     22 |  2.004 % |
0.49/0.53	|      2079 |    5610    60035   197448 |    35458     2072     22 |  2.006 % |
0.59/0.66	|      3220 |    5610    60035   197448 |    39004     3213     27 |  2.004 % |
0.89/0.98	|      4928 |    5610    60035   197448 |    42904     4921     29 |  2.006 % |
1.49/1.54	|      7491 |    5610    60035   197448 |    47195     7484     29 |  2.006 % |
2.39/2.48	|     11335 |    5610    60035   197448 |    51914    11328     29 |  2.004 % |
3.99/4.02	|     17105 |    5610    60035   197448 |    57106    17098     32 |  2.004 % |
6.89/6.93	|     25756 |    5609    59990   197298 |    62816    25737     36 |  2.016 % |
10.89/10.90	|     38730 |    5609    59990   197298 |    69098    38711     41 |  2.016 % |
21.99/22.08	|     58191 |    5609    59990   197298 |    76008    58172     41 |  2.016 % |
39.88/39.97	|     87383 |    5609    59990   197298 |    83609    30031     39 |  2.016 % |
70.07/70.14	|    131173 |    5598    58255   190484 |    91969    28255     26 |  2.145 % |
129.06/129.10	|    196857 |    5596    58204   190316 |   101166    29905     31 |  2.169 % |
164.75/164.84	===============================================================================
164.75/164.84	restarts              : 18
164.75/164.84	conflicts             : 237284         (1440 /sec)
164.75/164.84	decisions             : 460840         (1.26 % random) (2798 /sec)
164.75/164.84	propagations          : 83156583       (504812 /sec)
164.75/164.84	conflict literals     : 11394932       (44.20 % deleted)
164.75/164.84	Memory used           : 26.23 MB
164.75/164.84	CPU time              : 164.728 s
164.75/164.84	
164.75/164.84	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-1807439-1242157796/watcher-1807439-1242157796 -o /tmp/evaluation-result-1807439-1242157796/solver-1807439-1242157796 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1807439-1242157796.cnf 

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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.93 0.96 0.91 3/65 3387
/proc/meminfo: memFree=1195688/2055920 swapFree=4173816/4192956
[pid=3387] ppid=3385 vsize=2840 CPUtime=0
/proc/3387/stat : 3387 (minisat_static) R 3385 3387 3268 0 -1 4194304 590 0 0 0 0 0 0 0 18 0 1 0 243809325 2908160 575 1992294400 134512640 135243866 4294956256 18446744073709551615 134528103 0 0 4096 3 0 0 0 17 1 0 0
/proc/3387/statm: 710 577 65 178 0 530 0

[startup+0.0983961 s]
/proc/loadavg: 0.93 0.96 0.91 3/65 3387
/proc/meminfo: memFree=1195688/2055920 swapFree=4173816/4192956
[pid=3387] ppid=3385 vsize=7664 CPUtime=0.09
/proc/3387/stat : 3387 (minisat_static) R 3385 3387 3268 0 -1 4194304 1747 0 0 0 9 0 0 0 18 0 1 0 243809325 7847936 1732 1992294400 134512640 135243866 4294956256 18446744073709551615 134550591 0 0 4096 3 0 0 0 17 1 0 0
/proc/3387/statm: 1916 1732 81 178 0 1736 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7664

[startup+0.101396 s]
/proc/loadavg: 0.93 0.96 0.91 3/65 3387
/proc/meminfo: memFree=1195688/2055920 swapFree=4173816/4192956
[pid=3387] ppid=3385 vsize=7664 CPUtime=0.09
/proc/3387/stat : 3387 (minisat_static) R 3385 3387 3268 0 -1 4194304 1747 0 0 0 9 0 0 0 18 0 1 0 243809325 7847936 1732 1992294400 134512640 135243866 4294956256 18446744073709551615 134535747 0 0 4096 3 0 0 0 17 1 0 0
/proc/3387/statm: 1916 1732 81 178 0 1736 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7664

[startup+0.301417 s]
/proc/loadavg: 0.93 0.96 0.91 3/65 3387
/proc/meminfo: memFree=1195688/2055920 swapFree=4173816/4192956
[pid=3387] ppid=3385 vsize=7948 CPUtime=0.29
/proc/3387/stat : 3387 (minisat_static) R 3385 3387 3268 0 -1 4194304 2030 0 0 0 29 0 0 0 19 0 1 0 243809325 8138752 1840 1992294400 134512640 135243866 4294956256 18446744073709551615 134568157 0 0 4096 3 0 0 0 17 1 0 0
/proc/3387/statm: 1987 1840 86 178 0 1807 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7948

[startup+0.701464 s]
/proc/loadavg: 0.93 0.96 0.91 3/65 3387
/proc/meminfo: memFree=1195688/2055920 swapFree=4173816/4192956
[pid=3387] ppid=3385 vsize=7948 CPUtime=0.69
/proc/3387/stat : 3387 (minisat_static) R 3385 3387 3268 0 -1 4194304 2031 0 0 0 69 0 0 0 23 0 1 0 243809325 8138752 1841 1992294400 134512640 135243866 4294956256 18446744073709551615 134556115 0 0 4096 3 0 0 0 17 1 0 0
/proc/3387/statm: 1987 1841 87 178 0 1807 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7948

[startup+1.50155 s]
/proc/loadavg: 0.93 0.96 0.91 2/66 3388
/proc/meminfo: memFree=1188448/2055920 swapFree=4173816/4192956
[pid=3387] ppid=3385 vsize=7948 CPUtime=1.49
/proc/3387/stat : 3387 (minisat_static) R 3385 3387 3268 0 -1 4194304 2031 0 0 0 149 0 0 0 25 0 1 0 243809325 8138752 1841 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/3387/statm: 1987 1841 87 178 0 1807 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7948

[startup+3.10173 s]
/proc/loadavg: 0.93 0.96 0.91 2/66 3388
/proc/meminfo: memFree=1188320/2055920 swapFree=4173816/4192956
[pid=3387] ppid=3385 vsize=8608 CPUtime=3.09
/proc/3387/stat : 3387 (minisat_static) R 3385 3387 3268 0 -1 4194304 2209 0 0 0 309 0 0 0 25 0 1 0 243809325 8814592 2019 1992294400 134512640 135243866 4294956256 18446744073709551615 134555834 0 0 4096 3 0 0 0 17 1 0 0
/proc/3387/statm: 2152 2019 87 178 0 1972 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8608

[startup+6.30109 s]
/proc/loadavg: 0.93 0.96 0.91 2/66 3388
/proc/meminfo: memFree=1186336/2055920 swapFree=4173816/4192956
[pid=3387] ppid=3385 vsize=10672 CPUtime=6.29
/proc/3387/stat : 3387 (minisat_static) R 3385 3387 3268 0 -1 4194304 2713 0 0 0 628 1 0 0 25 0 1 0 243809325 10928128 2523 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/3387/statm: 2668 2523 87 178 0 2488 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 10672

[startup+12.7018 s]
/proc/loadavg: 0.94 0.96 0.91 2/66 3388
/proc/meminfo: memFree=1181864/2055920 swapFree=4173816/4192956
[pid=3387] ppid=3385 vsize=14892 CPUtime=12.69
/proc/3387/stat : 3387 (minisat_static) R 3385 3387 3268 0 -1 4194304 3761 0 0 0 1266 3 0 0 25 0 1 0 243809325 15249408 3571 1992294400 134512640 135243866 4294956256 18446744073709551615 134555905 0 0 4096 3 0 0 0 17 1 0 0
/proc/3387/statm: 3723 3571 87 178 0 3543 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 14892

[startup+25.5013 s]
/proc/loadavg: 0.95 0.96 0.91 2/66 3388
/proc/meminfo: memFree=1177256/2055920 swapFree=4173816/4192956
[pid=3387] ppid=3385 vsize=19408 CPUtime=25.48
/proc/3387/stat : 3387 (minisat_static) R 3385 3387 3268 0 -1 4194304 4857 0 0 0 2544 4 0 0 25 0 1 0 243809325 19873792 4667 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 1 0 0
/proc/3387/statm: 4852 4667 87 178 0 4672 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 19408

[startup+51.1012 s]
/proc/loadavg: 0.97 0.96 0.91 2/66 3388
/proc/meminfo: memFree=1173928/2055920 swapFree=4173816/4192956
[pid=3387] ppid=3385 vsize=22620 CPUtime=51.07
/proc/3387/stat : 3387 (minisat_static) R 3385 3387 3268 0 -1 4194304 5670 0 0 0 5102 5 0 0 25 0 1 0 243809325 23162880 5480 1992294400 134512640 135243866 4294956256 18446744073709551615 134555754 0 0 4096 3 0 0 0 17 1 0 0
/proc/3387/statm: 5655 5480 87 178 0 5475 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 22620

[startup+102.306 s]
/proc/loadavg: 0.98 0.97 0.91 2/66 3388
/proc/meminfo: memFree=1173608/2055920 swapFree=4173816/4192956
[pid=3387] ppid=3385 vsize=22888 CPUtime=102.26
/proc/3387/stat : 3387 (minisat_static) R 3385 3387 3268 0 -1 4194304 5746 0 0 0 10221 5 0 0 25 0 1 0 243809325 23437312 5556 1992294400 134512640 135243866 4294956256 18446744073709551615 134555869 0 0 4096 3 0 0 0 17 1 0 0
/proc/3387/statm: 5722 5556 87 178 0 5542 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 22888

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 3388
/proc/meminfo: memFree=1169832/2055920 swapFree=4173816/4192956
[pid=3387] ppid=3385 vsize=26856 CPUtime=162.25
/proc/3387/stat : 3387 (minisat_static) R 3385 3387 3268 0 -1 4194304 6692 0 0 0 16218 7 0 0 25 0 1 0 243809325 27500544 6502 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/3387/statm: 6714 6502 87 178 0 6534 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 26856

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

[startup+163.102 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 3388
/proc/meminfo: memFree=1169832/2055920 swapFree=4173816/4192956
[pid=3387] ppid=3385 vsize=26856 CPUtime=163.05
/proc/3387/stat : 3387 (minisat_static) R 3385 3387 3268 0 -1 4194304 6692 0 0 0 16298 7 0 0 25 0 1 0 243809325 27500544 6502 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/3387/statm: 6714 6502 87 178 0 6534 0
Current children cumulated CPU time (s) 163.05
Current children cumulated vsize (KiB) 26856

[startup+163.906 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 3388
/proc/meminfo: memFree=1169832/2055920 swapFree=4173816/4192956
[pid=3387] ppid=3385 vsize=26856 CPUtime=163.85
/proc/3387/stat : 3387 (minisat_static) R 3385 3387 3268 0 -1 4194304 6692 0 0 0 16378 7 0 0 25 0 1 0 243809325 27500544 6502 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/3387/statm: 6714 6502 87 178 0 6534 0
Current children cumulated CPU time (s) 163.85
Current children cumulated vsize (KiB) 26856

[startup+164.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 3388
/proc/meminfo: memFree=1169832/2055920 swapFree=4173816/4192956
[pid=3387] ppid=3385 vsize=26856 CPUtime=164.25
/proc/3387/stat : 3387 (minisat_static) R 3385 3387 3268 0 -1 4194304 6692 0 0 0 16418 7 0 0 25 0 1 0 243809325 27500544 6502 1992294400 134512640 135243866 4294956256 18446744073709551615 134555699 0 0 4096 3 0 0 0 17 1 0 0
/proc/3387/statm: 6714 6502 87 178 0 6534 0
Current children cumulated CPU time (s) 164.25
Current children cumulated vsize (KiB) 26856

[startup+164.702 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 3388
/proc/meminfo: memFree=1169832/2055920 swapFree=4173816/4192956
[pid=3387] ppid=3385 vsize=26856 CPUtime=164.65
/proc/3387/stat : 3387 (minisat_static) R 3385 3387 3268 0 -1 4194304 6692 0 0 0 16458 7 0 0 25 0 1 0 243809325 27500544 6502 1992294400 134512640 135243866 4294956256 18446744073709551615 134555795 0 0 4096 3 0 0 0 17 1 0 0
/proc/3387/statm: 6714 6502 87 178 0 6534 0
Current children cumulated CPU time (s) 164.65
Current children cumulated vsize (KiB) 26856

[startup+164.802 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 3388
/proc/meminfo: memFree=1169832/2055920 swapFree=4173816/4192956
[pid=3387] ppid=3385 vsize=26856 CPUtime=164.75
/proc/3387/stat : 3387 (minisat_static) R 3385 3387 3268 0 -1 4194304 6692 0 0 0 16468 7 0 0 25 0 1 0 243809325 27500544 6502 1992294400 134512640 135243866 4294956256 18446744073709551615 134555886 0 0 4096 3 0 0 0 17 1 0 0
/proc/3387/statm: 6714 6502 87 178 0 6534 0
Current children cumulated CPU time (s) 164.75
Current children cumulated vsize (KiB) 26856

Child status: 20
Real time (s): 164.851
CPU time (s): 164.803
CPU user time (s): 164.728
CPU system time (s): 0.074988
CPU usage (%): 99.9712
Max. virtual memory (cumulated for all children) (KiB): 26856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 164.728
system time used= 0.074988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6702
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= 2
involuntary context switches= 348

runsolver used 0.187971 second user time and 0.420936 second system time

The end

Launcher Data

Begin job on node85 at 2009-05-12 21:49:56
IDJOB=1807439
IDBENCH=71629
IDSOLVER=568
FILE ID=node85/1807439-1242157796
PBS_JOBID= 9289770
Free space on /tmp= 126392 MiB

SOLVER NAME= minisat2-simp 070721
BENCH NAME= SAT09/CRAFTED/parity-games/instance_n6_i7_pp_ci_ce.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1807439-1242157796/watcher-1807439-1242157796 -o /tmp/evaluation-result-1807439-1242157796/solver-1807439-1242157796 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1807439-1242157796.cnf

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

MD5SUM BENCH= 2ba7146c43b8082afe1c2f5c23a97bd0
RANDOM SEED=263668835

node85.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.238
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.238
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:       1196104 kB
Buffers:         66452 kB
Cached:         724084 kB
SwapCached:      14244 kB
Active:         256712 kB
Inactive:       550120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1196104 kB
SwapTotal:     4192956 kB
SwapFree:      4173816 kB
Dirty:            2600 kB
Writeback:           0 kB
Mapped:          13620 kB
Slab:            38956 kB
Committed_AS:   824012 kB
PageTables:       1372 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= 126388 MiB
End job on node85 at 2009-05-12 21:52:41