Trace number 1805982

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-core 070721UNSAT 638.916 639.179

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-gigamax.used-as.sat04-984.sat05-4194.reshuffled-07.cnf
MD5SUMc7db94a671d9411eb90a6ffa8f8c530f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark448.96
Satisfiable
(Un)Satisfiability was proved
Number of variables29249
Number of clauses861366
Sum of the clauses size1745389
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2858070
Number of clauses of size 30
Number of clauses of size 46
Number of clauses of size 528
Number of clauses of size over 53262

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:  29249                                                |
0.00/0.00	|  Number of clauses:    861366                                               |
0.59/0.62	|  Parsing time:         0.57         s                                       |
0.59/0.67	============================[ Search Statistics ]==============================
0.59/0.67	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.59/0.67	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.59/0.67	===============================================================================
0.59/0.67	|         0 |   29249   861366  1745389 |   287122        0    nan |  0.000 % |
0.59/0.69	|       100 |   29221   861366  1745389 |   315834       72      6 |  0.096 % |
0.69/0.71	|       250 |   29203   861366  1745389 |   347417      204      7 |  0.161 % |
0.69/0.74	|       475 |   29179   861366  1745389 |   382159      406      7 |  0.239 % |
0.79/0.80	|       812 |   29150   861366  1745389 |   420375      712      7 |  0.345 % |
0.79/0.88	|      1319 |   29099   861366  1745389 |   462412     1170      7 |  0.520 % |
0.89/0.98	|      2078 |   29026   861366  1745389 |   508654     1859      8 |  0.763 % |
1.10/1.15	|      3217 |   28967   861366  1745389 |   559519     2935      8 |  0.985 % |
1.59/1.62	|      4926 |   28823   837002  1696661 |   615471     4032      9 |  1.463 % |
2.20/2.22	|      7488 |   28601   837002  1696661 |   677018     6376      9 |  2.219 % |
2.99/3.06	|     11332 |   28288   815939  1654535 |   744720     9381      9 |  3.296 % |
4.79/4.89	|     17100 |   27942   784789  1592235 |   819192    13945     11 |  4.472 % |
7.69/7.76	|     25749 |   27408   754532  1531721 |   901111    21273     11 |  6.305 % |
14.19/14.25	|     38723 |   26888   724115  1470887 |   991223    32816     13 |  8.082 % |
26.68/26.70	|     58184 |   26273   691471  1405599 |  1090345    50505     15 | 10.178 % |
48.07/48.10	|     87376 |   25537   647965  1318587 |  1199379    77130     17 | 12.691 % |
91.65/91.71	|    131165 |   24826   612118  1246893 |  1319317   118293     20 | 15.122 % |
168.22/168.32	|    196849 |   24276   583383  1189423 |  1451249   180483     26 | 17.002 % |
403.11/403.38	|    295375 |   24076   573076  1168809 |  1596374   277880     41 | 17.686 % |
638.83/639.16	===============================================================================
638.83/639.16	restarts              : 19
638.83/639.16	conflicts             : 370722         (580 /sec)
638.83/639.16	decisions             : 1043441        (1.61 % random) (1634 /sec)
638.83/639.16	propagations          : 291231503      (456023 /sec)
638.83/639.16	conflict literals     : 15472133       (51.08 % deleted)
638.83/639.16	Memory used           : 102.08 MB
638.83/639.16	CPU time              : 638.633 s
638.83/639.16	
638.83/639.16	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1805982-1242143584/watcher-1805982-1242143584 -o /tmp/evaluation-result-1805982-1242143584/solver-1805982-1242143584 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1805982-1242143584.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.99 0.97 0.80 3/64 24167
/proc/meminfo: memFree=1378028/2055920 swapFree=4181240/4192956
[pid=24167] ppid=24165 vsize=2952 CPUtime=0
/proc/24167/stat : 24167 (minisat_static) R 24165 24167 24005 0 -1 4194304 578 0 0 0 0 0 0 0 18 0 1 0 242391199 3022848 563 1992294400 134512640 135213614 4294956256 18446744073709551615 134524828 0 0 4096 3 0 0 0 17 0 0 0
/proc/24167/statm: 738 564 58 171 0 564 0

[startup+0.087996 s]
/proc/loadavg: 0.99 0.97 0.80 3/64 24167
/proc/meminfo: memFree=1378028/2055920 swapFree=4181240/4192956
[pid=24167] ppid=24165 vsize=8424 CPUtime=0.08
/proc/24167/stat : 24167 (minisat_static) R 24165 24167 24005 0 -1 4194304 1892 0 0 0 7 1 0 0 18 0 1 0 242391199 8626176 1864 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 0 0 0
/proc/24167/statm: 2106 1865 58 171 0 1932 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 8424

[startup+0.101998 s]
/proc/loadavg: 0.99 0.97 0.80 3/64 24167
/proc/meminfo: memFree=1378028/2055920 swapFree=4181240/4192956
[pid=24167] ppid=24165 vsize=9084 CPUtime=0.09
/proc/24167/stat : 24167 (minisat_static) R 24165 24167 24005 0 -1 4194304 2074 0 0 0 8 1 0 0 18 0 1 0 242391199 9302016 2046 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 0 0 0
/proc/24167/statm: 2271 2047 58 171 0 2097 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9084

[startup+0.302019 s]
/proc/loadavg: 0.99 0.97 0.80 3/64 24167
/proc/meminfo: memFree=1378028/2055920 swapFree=4181240/4192956
[pid=24167] ppid=24165 vsize=19472 CPUtime=0.29
/proc/24167/stat : 24167 (minisat_static) R 24165 24167 24005 0 -1 4194304 4628 0 0 0 27 2 0 0 19 0 1 0 242391199 19939328 4600 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 0 0 0
/proc/24167/statm: 4868 4600 58 171 0 4694 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19472

[startup+0.701064 s]
/proc/loadavg: 0.99 0.97 0.80 3/64 24167
/proc/meminfo: memFree=1378028/2055920 swapFree=4181240/4192956
[pid=24167] ppid=24165 vsize=37460 CPUtime=0.69
/proc/24167/stat : 24167 (minisat_static) R 24165 24167 24005 0 -1 4194304 9006 0 0 0 64 5 0 0 23 0 1 0 242391199 38359040 8978 1992294400 134512640 135213614 4294956256 18446744073709551615 134526688 0 0 4096 3 0 0 0 17 0 0 0
/proc/24167/statm: 9365 8978 77 171 0 9191 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 37460

[startup+1.50115 s]
/proc/loadavg: 0.99 0.97 0.80 2/65 24168
/proc/meminfo: memFree=1342180/2055920 swapFree=4181240/4192956
[pid=24167] ppid=24165 vsize=37724 CPUtime=1.49
/proc/24167/stat : 24167 (minisat_static) R 24165 24167 24005 0 -1 4194304 9090 0 0 0 144 5 0 0 25 0 1 0 242391199 38629376 9062 1992294400 134512640 135213614 4294956256 18446744073709551615 134523960 0 0 4096 3 0 0 0 17 0 0 0
/proc/24167/statm: 9431 9062 77 171 0 9257 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37724

[startup+3.10133 s]
/proc/loadavg: 0.99 0.97 0.80 2/65 24168
/proc/meminfo: memFree=1341796/2055920 swapFree=4181240/4192956
[pid=24167] ppid=24165 vsize=37988 CPUtime=3.09
/proc/24167/stat : 24167 (minisat_static) R 24165 24167 24005 0 -1 4194304 9129 0 0 0 304 5 0 0 25 0 1 0 242391199 38899712 9101 1992294400 134512640 135213614 4294956256 18446744073709551615 134538969 0 0 4096 3 0 0 0 17 0 0 0
/proc/24167/statm: 9497 9101 77 171 0 9323 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 37988

[startup+6.30168 s]
/proc/loadavg: 0.99 0.97 0.80 2/65 24168
/proc/meminfo: memFree=1341220/2055920 swapFree=4181240/4192956
[pid=24167] ppid=24165 vsize=38384 CPUtime=6.29
/proc/24167/stat : 24167 (minisat_static) R 24165 24167 24005 0 -1 4194304 9249 0 0 0 624 5 0 0 25 0 1 0 242391199 39305216 9221 1992294400 134512640 135213614 4294956256 18446744073709551615 134530642 0 0 4096 3 0 0 0 17 0 0 0
/proc/24167/statm: 9596 9221 77 171 0 9422 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 38384

[startup+12.7014 s]
/proc/loadavg: 0.99 0.97 0.80 2/65 24168
/proc/meminfo: memFree=1340452/2055920 swapFree=4181240/4192956
[pid=24167] ppid=24165 vsize=39264 CPUtime=12.69
/proc/24167/stat : 24167 (minisat_static) R 24165 24167 24005 0 -1 4194304 9457 0 0 0 1263 6 0 0 25 0 1 0 242391199 40206336 9429 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 0 0 0
/proc/24167/statm: 9816 9429 77 171 0 9642 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 39264

[startup+25.5018 s]
/proc/loadavg: 0.99 0.97 0.81 2/65 24168
/proc/meminfo: memFree=1339044/2055920 swapFree=4181240/4192956
[pid=24167] ppid=24165 vsize=40844 CPUtime=25.48
/proc/24167/stat : 24167 (minisat_static) R 24165 24167 24005 0 -1 4194304 9845 0 0 0 2542 6 0 0 25 0 1 0 242391199 41824256 9817 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 0 0 0
/proc/24167/statm: 10211 9817 77 171 0 10037 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 40844

[startup+51.1016 s]
/proc/loadavg: 0.99 0.97 0.81 2/65 24168
/proc/meminfo: memFree=1336036/2055920 swapFree=4181240/4192956
[pid=24167] ppid=24165 vsize=43868 CPUtime=51.07
/proc/24167/stat : 24167 (minisat_static) R 24165 24167 24005 0 -1 4194304 10600 0 0 0 5100 7 0 0 25 0 1 0 242391199 44920832 10572 1992294400 134512640 135213614 4294956256 18446744073709551615 134539007 0 0 4096 3 0 0 0 17 0 0 0
/proc/24167/statm: 10967 10572 77 171 0 10793 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 43868

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.82 2/65 24168
/proc/meminfo: memFree=1329764/2055920 swapFree=4181240/4192956
[pid=24167] ppid=24165 vsize=50020 CPUtime=102.25
/proc/24167/stat : 24167 (minisat_static) R 24165 24167 24005 0 -1 4194304 12151 0 0 0 10216 9 0 0 25 0 1 0 242391199 51220480 12123 1992294400 134512640 135213614 4294956256 18446744073709551615 134526685 0 0 4096 3 0 0 0 17 0 0 0
/proc/24167/statm: 12505 12123 78 171 0 12331 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 50020

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.83 2/65 24168
/proc/meminfo: memFree=1320996/2055920 swapFree=4181240/4192956
[pid=24167] ppid=24165 vsize=58872 CPUtime=162.23
/proc/24167/stat : 24167 (minisat_static) R 24165 24167 24005 0 -1 4194304 14339 0 0 0 16211 12 0 0 25 0 1 0 242391199 60284928 14311 1992294400 134512640 135213614 4294956256 18446744073709551615 134529526 0 0 4096 3 0 0 0 17 0 0 0
/proc/24167/statm: 14718 14311 78 171 0 14544 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 58872

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.83 2/65 24168
/proc/meminfo: memFree=1312292/2055920 swapFree=4181240/4192956
[pid=24167] ppid=24165 vsize=67744 CPUtime=222.2
/proc/24167/stat : 24167 (minisat_static) R 24165 24167 24005 0 -1 4194304 16478 0 0 0 22205 15 0 0 25 0 1 0 242391199 69369856 16450 1992294400 134512640 135213614 4294956256 18446744073709551615 134526832 0 0 4096 3 0 0 0 17 0 0 0
/proc/24167/statm: 16936 16450 78 171 0 16762 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 67744

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.84 2/65 24168
/proc/meminfo: memFree=1305060/2055920 swapFree=4181240/4192956
[pid=24167] ppid=24165 vsize=75024 CPUtime=282.17
/proc/24167/stat : 24167 (minisat_static) R 24165 24167 24005 0 -1 4194304 18317 0 0 0 28200 17 0 0 25 0 1 0 242391199 76824576 18289 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 0 0 0
/proc/24167/statm: 18756 18289 78 171 0 18582 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 75024

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.84 2/65 24168
/proc/meminfo: memFree=1297380/2055920 swapFree=4181240/4192956
[pid=24167] ppid=24165 vsize=82560 CPUtime=342.15
/proc/24167/stat : 24167 (minisat_static) R 24165 24167 24005 0 -1 4194304 20209 0 0 0 34195 20 0 0 25 0 1 0 242391199 84541440 20181 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 0 0 0
/proc/24167/statm: 20640 20181 78 171 0 20466 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 82560

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.85 2/65 24168
/proc/meminfo: memFree=1290468/2055920 swapFree=4181240/4192956
[pid=24167] ppid=24165 vsize=89428 CPUtime=402.11
/proc/24167/stat : 24167 (minisat_static) R 24165 24167 24005 0 -1 4194304 21954 0 0 0 40190 21 0 0 25 0 1 0 242391199 91574272 21926 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 0 0 0
/proc/24167/statm: 22357 21926 78 171 0 22183 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 89428

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.85 2/65 24168
/proc/meminfo: memFree=1284964/2055920 swapFree=4181240/4192956
[pid=24167] ppid=24165 vsize=94712 CPUtime=462.1
/proc/24167/stat : 24167 (minisat_static) R 24165 24167 24005 0 -1 4194304 23294 0 0 0 46187 23 0 0 25 0 1 0 242391199 96985088 23266 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 0 0 0
/proc/24167/statm: 23678 23266 78 171 0 23504 0
Current children cumulated CPU time (s) 462.1
Current children cumulated vsize (KiB) 94712

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.86 2/65 24174
/proc/meminfo: memFree=1279972/2055920 swapFree=4181240/4192956
[pid=24167] ppid=24165 vsize=100380 CPUtime=522.07
/proc/24167/stat : 24167 (minisat_static) R 24165 24167 24005 0 -1 4194304 24563 0 0 0 52182 25 0 0 25 0 1 0 242391199 102789120 24535 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 0 0 0
/proc/24167/statm: 25095 24535 78 171 0 24921 0
Current children cumulated CPU time (s) 522.07
Current children cumulated vsize (KiB) 100380

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.87 2/65 24174
/proc/meminfo: memFree=1276324/2055920 swapFree=4181240/4192956
[pid=24167] ppid=24165 vsize=103828 CPUtime=582.05
/proc/24167/stat : 24167 (minisat_static) R 24165 24167 24005 0 -1 4194304 25439 0 0 0 58179 26 0 0 25 0 1 0 242391199 106319872 25411 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 0 0 0
/proc/24167/statm: 25957 25411 78 171 0 25783 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 103828

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

[startup+588.702 s]
/proc/loadavg: 0.99 0.97 0.87 2/65 24174
/proc/meminfo: memFree=1276324/2055920 swapFree=4181240/4192956
[pid=24167] ppid=24165 vsize=103828 CPUtime=588.45
/proc/24167/stat : 24167 (minisat_static) R 24165 24167 24005 0 -1 4194304 25439 0 0 0 58819 26 0 0 25 0 1 0 242391199 106319872 25411 1992294400 134512640 135213614 4294956256 18446744073709551615 134526925 0 0 4096 3 0 0 0 17 0 0 0
/proc/24167/statm: 25957 25411 78 171 0 25783 0
Current children cumulated CPU time (s) 588.45
Current children cumulated vsize (KiB) 103828

[startup+614.302 s]
/proc/loadavg: 0.99 0.97 0.87 2/65 24174
/proc/meminfo: memFree=1276132/2055920 swapFree=4181240/4192956
[pid=24167] ppid=24165 vsize=103996 CPUtime=614.04
/proc/24167/stat : 24167 (minisat_static) R 24165 24167 24005 0 -1 4194304 25490 0 0 0 61378 26 0 0 25 0 1 0 242391199 106491904 25462 1992294400 134512640 135213614 4294956256 18446744073709551615 134537576 0 0 4096 3 0 0 0 17 0 0 0
/proc/24167/statm: 25999 25462 78 171 0 25825 0
Current children cumulated CPU time (s) 614.04
Current children cumulated vsize (KiB) 103996

[startup+627.102 s]
/proc/loadavg: 0.99 0.97 0.87 2/65 24174
/proc/meminfo: memFree=1276068/2055920 swapFree=4181240/4192956
[pid=24167] ppid=24165 vsize=103996 CPUtime=626.83
/proc/24167/stat : 24167 (minisat_static) R 24165 24167 24005 0 -1 4194304 25510 0 0 0 62657 26 0 0 25 0 1 0 242391199 106491904 25482 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 0 0 0
/proc/24167/statm: 25999 25482 78 171 0 25825 0
Current children cumulated CPU time (s) 626.83
Current children cumulated vsize (KiB) 103996

[startup+633.502 s]
/proc/loadavg: 0.99 0.97 0.87 2/65 24174
/proc/meminfo: memFree=1275812/2055920 swapFree=4181240/4192956
[pid=24167] ppid=24165 vsize=104260 CPUtime=633.23
/proc/24167/stat : 24167 (minisat_static) R 24165 24167 24005 0 -1 4194304 25584 0 0 0 63297 26 0 0 25 0 1 0 242391199 106762240 25556 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 0 0 0
/proc/24167/statm: 26065 25556 78 171 0 25891 0
Current children cumulated CPU time (s) 633.23
Current children cumulated vsize (KiB) 104260

[startup+636.702 s]
/proc/loadavg: 0.99 0.97 0.87 2/65 24174
/proc/meminfo: memFree=1275684/2055920 swapFree=4181240/4192956
[pid=24167] ppid=24165 vsize=104524 CPUtime=636.43
/proc/24167/stat : 24167 (minisat_static) R 24165 24167 24005 0 -1 4194304 25621 0 0 0 63617 26 0 0 25 0 1 0 242391199 107032576 25593 1992294400 134512640 135213614 4294956256 18446744073709551615 134526959 0 0 4096 3 0 0 0 17 0 0 0
/proc/24167/statm: 26131 25593 78 171 0 25957 0
Current children cumulated CPU time (s) 636.43
Current children cumulated vsize (KiB) 104524

[startup+638.302 s]
/proc/loadavg: 0.99 0.97 0.87 2/65 24174
/proc/meminfo: memFree=1275620/2055920 swapFree=4181240/4192956
[pid=24167] ppid=24165 vsize=104524 CPUtime=638.03
/proc/24167/stat : 24167 (minisat_static) R 24165 24167 24005 0 -1 4194304 25634 0 0 0 63777 26 0 0 25 0 1 0 242391199 107032576 25606 1992294400 134512640 135213614 4294956256 18446744073709551615 134537522 0 0 4096 3 0 0 0 17 0 0 0
/proc/24167/statm: 26131 25606 78 171 0 25957 0
Current children cumulated CPU time (s) 638.03
Current children cumulated vsize (KiB) 104524

[startup+638.701 s]
/proc/loadavg: 0.99 0.97 0.87 2/65 24174
/proc/meminfo: memFree=1275620/2055920 swapFree=4181240/4192956
[pid=24167] ppid=24165 vsize=104524 CPUtime=638.43
/proc/24167/stat : 24167 (minisat_static) R 24165 24167 24005 0 -1 4194304 25637 0 0 0 63817 26 0 0 25 0 1 0 242391199 107032576 25609 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 0 0 0
/proc/24167/statm: 26131 25609 78 171 0 25957 0
Current children cumulated CPU time (s) 638.43
Current children cumulated vsize (KiB) 104524

[startup+639.105 s]
/proc/loadavg: 0.99 0.97 0.87 2/65 24174
/proc/meminfo: memFree=1275556/2055920 swapFree=4181240/4192956
[pid=24167] ppid=24165 vsize=104524 CPUtime=638.83
/proc/24167/stat : 24167 (minisat_static) R 24165 24167 24005 0 -1 4194304 25641 0 0 0 63857 26 0 0 25 0 1 0 242391199 107032576 25613 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 0 0 0
/proc/24167/statm: 26131 25613 78 171 0 25957 0
Current children cumulated CPU time (s) 638.83
Current children cumulated vsize (KiB) 104524

Child status: 20
Real time (s): 639.179
CPU time (s): 638.916
CPU user time (s): 638.633
CPU system time (s): 0.282956
CPU usage (%): 99.9588
Max. virtual memory (cumulated for all children) (KiB): 104524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 638.633
system time used= 0.282956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25652
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= 3
involuntary context switches= 1725

runsolver used 0.52092 second user time and 1.81472 second system time

The end

Launcher Data

Begin job on node35 at 2009-05-12 17:53:06
IDJOB=1805982
IDBENCH=24634
IDSOLVER=651
FILE ID=node35/1805982-1242143584
PBS_JOBID= 9289686
Free space on /tmp= 66084 MiB

SOLVER NAME= minisat2-core 070721
BENCH NAME= SAT07/crafted/Hard/contest05/phnf/phnf-size10-exclusive-gigamax.used-as.sat04-984.sat05-4194.reshuffled-07.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1805982-1242143584/watcher-1805982-1242143584 -o /tmp/evaluation-result-1805982-1242143584/solver-1805982-1242143584 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1805982-1242143584.cnf

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

MD5SUM BENCH= c7db94a671d9411eb90a6ffa8f8c530f
RANDOM SEED=1272562652

node35.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.214
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.214
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:       1378444 kB
Buffers:         61928 kB
Cached:         541876 kB
SwapCached:       6224 kB
Active:          98612 kB
Inactive:       513752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1378444 kB
SwapTotal:     4192956 kB
SwapFree:      4181240 kB
Dirty:           12888 kB
Writeback:           0 kB
Mapped:          13512 kB
Slab:            51148 kB
Committed_AS:   909608 kB
PageTables:       1396 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= 66080 MiB
End job on node35 at 2009-05-12 18:03:46