Trace number 1806536

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 535.689 535.841

General information on the benchmark

Namecrafted/Difficult/contest-02-03-04/
contest04-connm-ue-csp-sat-n600-d0.02-s1676244754.sat05-535.reshuffled-07.cnf
MD5SUMd2283e85579af5f5de3cfcfaac7f25fa
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark489.662
Satisfiable
(Un)Satisfiability was proved
Number of variables580
Number of clauses7153
Sum of the clauses size21604
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 37008
Number of clauses of size 4145
Number of clauses of size 50
Number of clauses of size over 50

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:  580                                                  |
0.00/0.00	|  Number of clauses:    7153                                                 |
0.00/0.00	|  Parsing time:         0.01         s                                       |
0.01/0.05	============================[ Search Statistics ]==============================
0.01/0.05	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.01/0.05	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.01/0.05	===============================================================================
0.01/0.05	|         0 |     435     7008    23436 |     2336        0    nan |  0.000 % |
0.01/0.06	|       100 |     435     7008    23436 |     2569      100     18 |  0.001 % |
0.01/0.06	|       251 |     435     7008    23436 |     2826      251     19 |  0.000 % |
0.01/0.07	|       478 |     435     7008    23436 |     3109      478     19 |  0.000 % |
0.01/0.10	|       816 |     435     7008    23436 |     3420      816     18 |  0.000 % |
0.09/0.13	|      1323 |     435     7008    23436 |     3762     1323     18 |  0.000 % |
0.19/0.20	|      2084 |     435     7008    23436 |     4138     2084     17 |  0.001 % |
0.19/0.29	|      3223 |     435     7008    23436 |     4552     3223     18 |  0.000 % |
0.39/0.43	|      4932 |     435     7008    23436 |     5007     2619     18 |  0.000 % |
0.59/0.64	|      7495 |     435     7008    23436 |     5508     2662     15 |  0.000 % |
0.89/1.00	|     11339 |     435     7008    23436 |     6058     3706     18 |  0.001 % |
1.49/1.55	|     17105 |     435     7008    23436 |     6664     3377     14 |  0.000 % |
2.29/2.38	|     25754 |     435     7008    23436 |     7331     5317     16 |  0.000 % |
3.69/3.74	|     38728 |     435     7008    23436 |     8064     7187     17 |  0.000 % |
5.99/6.05	|     58189 |     435     7008    23436 |     8870     6392     15 |  0.000 % |
9.39/9.43	|     87382 |     435     7008    23436 |     9758     8850     15 |  0.001 % |
14.89/14.91	|    131171 |     435     7008    23436 |    10733     8527     16 |  0.001 % |
24.09/24.19	|    196856 |     435     7008    23436 |    11807     9542     17 |  0.001 % |
38.58/38.66	|    295382 |     435     7008    23436 |    12987     7362     16 |  0.001 % |
59.57/59.62	|    443171 |     435     7008    23436 |    14286    11813     18 |  0.001 % |
93.97/94.09	|    664854 |     435     7008    23436 |    15715    11423     19 |  0.000 % |
148.85/148.97	|    997379 |     435     7008    23436 |    17286    13097     19 |  0.000 % |
237.32/237.42	|   1496167 |     435     7008    23436 |    19015     9438     17 |  0.000 % |
382.18/382.37	|   2244353 |     434     6924    23176 |    20917    12745     16 |  0.173 % |
535.64/535.83	===============================================================================
535.64/535.83	restarts              : 24
535.64/535.83	conflicts             : 2979535        (5562 /sec)
535.64/535.83	decisions             : 3219605        (1.72 % random) (6011 /sec)
535.64/535.83	propagations          : 239771119      (447623 /sec)
535.64/535.84	conflict literals     : 55921526       (34.95 % deleted)
535.64/535.84	Memory used           : 7.10 MB
535.64/535.84	CPU time              : 535.655 s
535.64/535.84	
535.64/535.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-1806536-1242150360/watcher-1806536-1242150360 -o /tmp/evaluation-result-1806536-1242150360/solver-1806536-1242150360 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1806536-1242150360.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.92 0.98 0.96 3/64 12592
/proc/meminfo: memFree=1032536/2055920 swapFree=4180940/4192956
[pid=12592] ppid=12590 vsize=2196 CPUtime=0
/proc/12592/stat : 12592 (minisat_static) R 12590 12592 12305 0 -1 4194304 190 0 0 0 0 0 0 0 18 0 1 0 243069304 2248704 175 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/12592/statm: 549 175 65 178 0 369 0

[startup+0.0136 s]
/proc/loadavg: 0.92 0.98 0.96 3/64 12592
/proc/meminfo: memFree=1032536/2055920 swapFree=4180940/4192956
[pid=12592] ppid=12590 vsize=2324 CPUtime=0.01
/proc/12592/stat : 12592 (minisat_static) R 12590 12592 12305 0 -1 4194304 266 0 0 0 1 0 0 0 18 0 1 0 243069304 2379776 251 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/12592/statm: 581 251 81 178 0 401 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2324

[startup+0.10161 s]
/proc/loadavg: 0.92 0.98 0.96 3/64 12592
/proc/meminfo: memFree=1032536/2055920 swapFree=4180940/4192956
[pid=12592] ppid=12590 vsize=2992 CPUtime=0.09
/proc/12592/stat : 12592 (minisat_static) R 12590 12592 12305 0 -1 4194304 431 0 0 0 9 0 0 0 18 0 1 0 243069304 3063808 415 1992294400 134512640 135243866 4294956256 18446744073709551615 134770254 0 0 4096 3 0 0 0 17 1 0 0
/proc/12592/statm: 748 415 86 178 0 568 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2992

[startup+0.301631 s]
/proc/loadavg: 0.92 0.98 0.96 3/64 12592
/proc/meminfo: memFree=1032536/2055920 swapFree=4180940/4192956
[pid=12592] ppid=12590 vsize=2992 CPUtime=0.29
/proc/12592/stat : 12592 (minisat_static) R 12590 12592 12305 0 -1 4194304 431 0 0 0 29 0 0 0 19 0 1 0 243069304 3063808 415 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 1 0 0
/proc/12592/statm: 748 415 86 178 0 568 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2992

[startup+0.701674 s]
/proc/loadavg: 0.92 0.98 0.96 3/64 12592
/proc/meminfo: memFree=1032536/2055920 swapFree=4180940/4192956
[pid=12592] ppid=12590 vsize=3124 CPUtime=0.69
/proc/12592/stat : 12592 (minisat_static) R 12590 12592 12305 0 -1 4194304 437 0 0 0 69 0 0 0 22 0 1 0 243069304 3198976 421 1992294400 134512640 135243866 4294956256 18446744073709551615 134555795 0 0 4096 3 0 0 0 17 1 0 0
/proc/12592/statm: 781 421 86 178 0 601 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3124

[startup+1.50176 s]
/proc/loadavg: 0.92 0.98 0.96 2/65 12593
/proc/meminfo: memFree=1031056/2055920 swapFree=4180940/4192956
[pid=12592] ppid=12590 vsize=3256 CPUtime=1.49
/proc/12592/stat : 12592 (minisat_static) R 12590 12592 12305 0 -1 4194304 484 0 0 0 149 0 0 0 25 0 1 0 243069304 3334144 468 1992294400 134512640 135243866 4294956256 18446744073709551615 134555699 0 0 4096 3 0 0 0 17 1 0 0
/proc/12592/statm: 814 468 86 178 0 634 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3256

[startup+3.10293 s]
/proc/loadavg: 0.92 0.98 0.96 2/65 12593
/proc/meminfo: memFree=1030800/2055920 swapFree=4180940/4192956
[pid=12592] ppid=12590 vsize=3520 CPUtime=3.09
/proc/12592/stat : 12592 (minisat_static) R 12590 12592 12305 0 -1 4194304 536 0 0 0 309 0 0 0 25 0 1 0 243069304 3604480 520 1992294400 134512640 135243866 4294956256 18446744073709551615 134565121 0 0 4096 3 0 0 0 17 1 0 0
/proc/12592/statm: 880 520 86 178 0 700 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3520

[startup+6.30128 s]
/proc/loadavg: 0.93 0.98 0.96 2/65 12593
/proc/meminfo: memFree=1030352/2055920 swapFree=4180940/4192956
[pid=12592] ppid=12590 vsize=3684 CPUtime=6.29
/proc/12592/stat : 12592 (minisat_static) R 12590 12592 12305 0 -1 4194304 602 0 0 0 629 0 0 0 25 0 1 0 243069304 3772416 586 1992294400 134512640 135243866 4294956256 18446744073709551615 134555880 0 0 4096 3 0 0 0 17 1 0 0
/proc/12592/statm: 921 586 86 178 0 741 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3684

[startup+12.702 s]
/proc/loadavg: 0.93 0.98 0.96 2/65 12593
/proc/meminfo: memFree=1029968/2055920 swapFree=4180940/4192956
[pid=12592] ppid=12590 vsize=3960 CPUtime=12.69
/proc/12592/stat : 12592 (minisat_static) R 12590 12592 12305 0 -1 4194304 670 0 0 0 1269 0 0 0 25 0 1 0 243069304 4055040 654 1992294400 134512640 135243866 4294956256 18446744073709551615 134555699 0 0 4096 3 0 0 0 17 1 0 0
/proc/12592/statm: 990 654 86 178 0 810 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 3960

[startup+25.5013 s]
/proc/loadavg: 0.95 0.98 0.96 2/65 12593
/proc/meminfo: memFree=1029584/2055920 swapFree=4180940/4192956
[pid=12592] ppid=12590 vsize=4364 CPUtime=25.48
/proc/12592/stat : 12592 (minisat_static) R 12590 12592 12305 0 -1 4194304 753 0 0 0 2548 0 0 0 25 0 1 0 243069304 4468736 737 1992294400 134512640 135243866 4294956256 18446744073709551615 134555804 0 0 4096 3 0 0 0 17 1 0 0
/proc/12592/statm: 1091 737 86 178 0 911 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 4364

[startup+51.1011 s]
/proc/loadavg: 0.96 0.98 0.96 2/65 12593
/proc/meminfo: memFree=1029072/2055920 swapFree=4180940/4192956
[pid=12592] ppid=12590 vsize=4812 CPUtime=51.07
/proc/12592/stat : 12592 (minisat_static) R 12590 12592 12305 0 -1 4194304 870 0 0 0 5107 0 0 0 25 0 1 0 243069304 4927488 854 1992294400 134512640 135243866 4294956256 18446744073709551615 134555740 0 0 4096 3 0 0 0 17 1 0 0
/proc/12592/statm: 1203 854 86 178 0 1023 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 4812

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.96 2/65 12593
/proc/meminfo: memFree=1028560/2055920 swapFree=4180940/4192956
[pid=12592] ppid=12590 vsize=5364 CPUtime=102.27
/proc/12592/stat : 12592 (minisat_static) R 12590 12592 12305 0 -1 4194304 1000 0 0 0 10226 1 0 0 25 0 1 0 243069304 5492736 984 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/12592/statm: 1341 984 86 178 0 1161 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 5364

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 12593
/proc/meminfo: memFree=1028112/2055920 swapFree=4180940/4192956
[pid=12592] ppid=12590 vsize=5760 CPUtime=162.24
/proc/12592/stat : 12592 (minisat_static) R 12590 12592 12305 0 -1 4194304 1107 0 0 0 16223 1 0 0 25 0 1 0 243069304 5898240 1091 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/12592/statm: 1440 1091 86 178 0 1260 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 5760

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 12593
/proc/meminfo: memFree=1027920/2055920 swapFree=4180940/4192956
[pid=12592] ppid=12590 vsize=5912 CPUtime=222.22
/proc/12592/stat : 12592 (minisat_static) R 12590 12592 12305 0 -1 4194304 1144 0 0 0 22221 1 0 0 25 0 1 0 243069304 6053888 1128 1992294400 134512640 135243866 4294956256 18446744073709551615 134556135 0 0 4096 3 0 0 0 17 1 0 0
/proc/12592/statm: 1478 1128 86 178 0 1298 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 5912

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 12593
/proc/meminfo: memFree=1027408/2055920 swapFree=4180940/4192956
[pid=12592] ppid=12590 vsize=6508 CPUtime=282.21
/proc/12592/stat : 12592 (minisat_static) R 12590 12592 12305 0 -1 4194304 1273 0 0 0 28219 2 0 0 25 0 1 0 243069304 6664192 1257 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/12592/statm: 1627 1257 86 178 0 1447 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 6508

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 12593
/proc/meminfo: memFree=1027344/2055920 swapFree=4180940/4192956
[pid=12592] ppid=12590 vsize=6508 CPUtime=342.19
/proc/12592/stat : 12592 (minisat_static) R 12590 12592 12305 0 -1 4194304 1281 0 0 0 34217 2 0 0 25 0 1 0 243069304 6664192 1265 1992294400 134512640 135243866 4294956256 18446744073709551615 134567865 0 0 4096 3 0 0 0 17 1 0 0
/proc/12592/statm: 1627 1265 86 178 0 1447 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 6508

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 12593
/proc/meminfo: memFree=1027024/2055920 swapFree=4180940/4192956
[pid=12592] ppid=12590 vsize=6784 CPUtime=402.17
/proc/12592/stat : 12592 (minisat_static) R 12590 12592 12305 0 -1 4194304 1360 0 0 0 40215 2 0 0 25 0 1 0 243069304 6946816 1344 1992294400 134512640 135243866 4294956256 18446744073709551615 134565666 0 0 4096 3 0 0 0 17 1 0 0
/proc/12592/statm: 1696 1344 86 178 0 1516 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 6784

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 12593
/proc/meminfo: memFree=1026768/2055920 swapFree=4180940/4192956
[pid=12592] ppid=12590 vsize=7092 CPUtime=462.16
/proc/12592/stat : 12592 (minisat_static) R 12590 12592 12305 0 -1 4194304 1399 0 0 0 46213 3 0 0 25 0 1 0 243069304 7262208 1383 1992294400 134512640 135243866 4294956256 18446744073709551615 134555869 0 0 4096 3 0 0 0 17 1 0 0
/proc/12592/statm: 1773 1383 86 178 0 1593 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 7092

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 12593
/proc/meminfo: memFree=1026832/2055920 swapFree=4180940/4192956
[pid=12592] ppid=12590 vsize=7092 CPUtime=522.14
/proc/12592/stat : 12592 (minisat_static) R 12590 12592 12305 0 -1 4194304 1427 0 0 0 52211 3 0 0 25 0 1 0 243069304 7262208 1411 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/12592/statm: 1773 1411 86 178 0 1593 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 7092

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

[startup+524.706 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 12593
/proc/meminfo: memFree=1026832/2055920 swapFree=4180940/4192956
[pid=12592] ppid=12590 vsize=7092 CPUtime=524.55
/proc/12592/stat : 12592 (minisat_static) R 12590 12592 12305 0 -1 4194304 1427 0 0 0 52452 3 0 0 25 0 1 0 243069304 7262208 1411 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/12592/statm: 1773 1411 86 178 0 1593 0
Current children cumulated CPU time (s) 524.55
Current children cumulated vsize (KiB) 7092

[startup+531.102 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 12593
/proc/meminfo: memFree=1026832/2055920 swapFree=4180940/4192956
[pid=12592] ppid=12590 vsize=7268 CPUtime=530.94
/proc/12592/stat : 12592 (minisat_static) R 12590 12592 12305 0 -1 4194304 1436 0 0 0 53091 3 0 0 25 0 1 0 243069304 7442432 1420 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/12592/statm: 1817 1420 86 178 0 1637 0
Current children cumulated CPU time (s) 530.94
Current children cumulated vsize (KiB) 7268

[startup+534.302 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 12593
/proc/meminfo: memFree=1026832/2055920 swapFree=4180940/4192956
[pid=12592] ppid=12590 vsize=7268 CPUtime=534.14
/proc/12592/stat : 12592 (minisat_static) R 12590 12592 12305 0 -1 4194304 1436 0 0 0 53411 3 0 0 25 0 1 0 243069304 7442432 1420 1992294400 134512640 135243866 4294956256 18446744073709551615 134555834 0 0 4096 3 0 0 0 17 1 0 0
/proc/12592/statm: 1817 1420 86 178 0 1637 0
Current children cumulated CPU time (s) 534.14
Current children cumulated vsize (KiB) 7268

[startup+535.102 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 12593
/proc/meminfo: memFree=1026832/2055920 swapFree=4180940/4192956
[pid=12592] ppid=12590 vsize=7268 CPUtime=534.94
/proc/12592/stat : 12592 (minisat_static) R 12590 12592 12305 0 -1 4194304 1436 0 0 0 53491 3 0 0 25 0 1 0 243069304 7442432 1420 1992294400 134512640 135243866 4294956256 18446744073709551615 134556115 0 0 4096 3 0 0 0 17 1 0 0
/proc/12592/statm: 1817 1420 86 178 0 1637 0
Current children cumulated CPU time (s) 534.94
Current children cumulated vsize (KiB) 7268

[startup+535.501 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 12593
/proc/meminfo: memFree=1026832/2055920 swapFree=4180940/4192956
[pid=12592] ppid=12590 vsize=7268 CPUtime=535.34
/proc/12592/stat : 12592 (minisat_static) R 12590 12592 12305 0 -1 4194304 1436 0 0 0 53531 3 0 0 25 0 1 0 243069304 7442432 1420 1992294400 134512640 135243866 4294956256 18446744073709551615 134555826 0 0 4096 3 0 0 0 17 1 0 0
/proc/12592/statm: 1817 1420 86 178 0 1637 0
Current children cumulated CPU time (s) 535.34
Current children cumulated vsize (KiB) 7268

[startup+535.705 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 12593
/proc/meminfo: memFree=1026832/2055920 swapFree=4180940/4192956
[pid=12592] ppid=12590 vsize=7268 CPUtime=535.54
/proc/12592/stat : 12592 (minisat_static) R 12590 12592 12305 0 -1 4194304 1436 0 0 0 53551 3 0 0 25 0 1 0 243069304 7442432 1420 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/12592/statm: 1817 1420 86 178 0 1637 0
Current children cumulated CPU time (s) 535.54
Current children cumulated vsize (KiB) 7268

[startup+535.801 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 12593
/proc/meminfo: memFree=1026832/2055920 swapFree=4180940/4192956
[pid=12592] ppid=12590 vsize=7268 CPUtime=535.64
/proc/12592/stat : 12592 (minisat_static) R 12590 12592 12305 0 -1 4194304 1436 0 0 0 53561 3 0 0 25 0 1 0 243069304 7442432 1420 1992294400 134512640 135243866 4294956256 18446744073709551615 134555826 0 0 4096 3 0 0 0 17 1 0 0
/proc/12592/statm: 1817 1420 86 178 0 1637 0
Current children cumulated CPU time (s) 535.64
Current children cumulated vsize (KiB) 7268

Child status: 20
Real time (s): 535.841
CPU time (s): 535.689
CPU user time (s): 535.655
CPU system time (s): 0.033994
CPU usage (%): 99.9715
Max. virtual memory (cumulated for all children) (KiB): 7268

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

runsolver used 0.39094 second user time and 1.15882 second system time

The end

Launcher Data

Begin job on node19 at 2009-05-12 19:46:00
IDJOB=1806536
IDBENCH=24753
IDSOLVER=568
FILE ID=node19/1806536-1242150360
PBS_JOBID= 9289702
Free space on /tmp= 66108 MiB

SOLVER NAME= minisat2-simp 070721
BENCH NAME= SAT07/crafted/Difficult/contest-02-03-04/contest04-connm-ue-csp-sat-n600-d0.02-s1676244754.sat05-535.reshuffled-07.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1806536-1242150360/watcher-1806536-1242150360 -o /tmp/evaluation-result-1806536-1242150360/solver-1806536-1242150360 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1806536-1242150360.cnf

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

MD5SUM BENCH= d2283e85579af5f5de3cfcfaac7f25fa
RANDOM SEED=370468728

node19.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.236
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.236
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:       1032952 kB
Buffers:         80612 kB
Cached:         844480 kB
SwapCached:       5760 kB
Active:         334688 kB
Inactive:       598180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1032952 kB
SwapTotal:     4192956 kB
SwapFree:      4180940 kB
Dirty:             932 kB
Writeback:           0 kB
Mapped:          13460 kB
Slab:            76040 kB
Committed_AS:   887944 kB
PageTables:       1452 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66108 MiB
End job on node19 at 2009-05-12 19:54:56