Trace number 1785676

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
VARSAT-industrial 2009-03-22UNSAT 1368.43 1368.77

General information on the benchmark

NameCRAFTED/ramseycube/
Q32inK11.cnf
MD5SUM594c254e77c66d387919761f50e63b6d
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark92.8909
Satisfiable
(Un)Satisfiability was proved
Number of variables55
Number of clauses139590
Sum of the clauses size1667160
Maximum clause length12
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 4990
Number of clauses of size 50
Number of clauses of size over 5138600

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  55                                                   |
0.00/0.00	c |  Number of clauses:    139590                                               |
0.29/0.33	c |  Parsing time:         0.28         s                                       |
0.29/0.33	c |  Timeout:              43200 s
0.29/0.33	c |  Random Seed:          649503714.000000
0.29/0.33	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.29/0.33	c |  Branching Rule:       default (solution-guided)                            |
0.29/0.33	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.29/0.33	c |                                                                             |
683.42/683.67	c ============================[ Search Statistics ]==============================
683.42/683.67	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
683.42/683.67	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
683.42/683.67	c ===============================================================================
683.42/683.67	c |         0 |      55   139590  1667160 |    46530        0    nan |  0.000 % |
686.62/686.81	c |       100 |      55   139590  1667160 |    51183      100     20 |  0.034 % |
690.02/690.24	c |       252 |      55   139590  1667160 |    56301      252     19 |  0.034 % |
693.12/693.37	c |       480 |      55   139590  1667160 |    61931      480     18 |  0.034 % |
696.32/696.52	c |       817 |      55   139590  1667160 |    68124      817     18 |  0.034 % |
699.52/699.72	c |      1324 |      55   139590  1667160 |    74937     1324     17 |  0.034 % |
702.72/702.93	c |      2083 |      55   139590  1667160 |    82430     2083     17 |  0.034 % |
706.21/706.43	c |      3223 |      55   139590  1667160 |    90673     3223     17 |  0.034 % |
709.61/709.82	c |      4935 |      55   139590  1667160 |    99741     4935     17 |  0.034 % |
713.22/713.40	c |      7497 |      55   139590  1667160 |   109715     7497     17 |  0.034 % |
716.82/717.04	c |     11341 |      55   139590  1667160 |   120686    11341     17 |  0.034 % |
721.12/721.38	c |     17107 |      55   139590  1667160 |   132755    17107     17 |  0.034 % |
727.51/727.76	c |     25756 |      55   139590  1667160 |   146031    25756     17 |  0.034 % |
737.40/737.62	c |     38730 |      55   139590  1667160 |   160634    38730     17 |  0.034 % |
756.41/756.70	c |     58192 |      55   139590  1667160 |   176697    58192     17 |  0.034 % |
792.90/793.11	c |     87385 |      55   139590  1667160 |   194367    87385     17 |  0.034 % |
846.69/846.96	c |    131177 |      55   139590  1667160 |   213804   131177     17 |  0.034 % |
908.77/909.00	c |    196861 |      55   139590  1667160 |   235184   196861     17 |  0.034 % |
1019.74/1020.07	c |    295387 |      54   139518  1666872 |   258702    37278     16 |  1.852 % |
1271.18/1271.58	c |    443176 |      52   139518  1666872 |   284573   185065     14 |  5.488 % |
1368.36/1368.75	c ===============================================================================
1368.36/1368.75	c surveys--CPU time (sec)   : 62.9014        (4.60 % of total)
1368.36/1368.75	c surveys--attempted        : 20             (0 /sec)
1368.36/1368.75	c surveys--converged        : 20             (100.00 % successful)
1368.36/1368.75	c restarts              : 20
1368.36/1368.75	c conflicts             : 477125         (366 /sec)
1368.36/1368.75	c decisions             : 504968         (1.83 % random) (387 /sec)
1368.36/1368.75	c propagations          : 3322781        (2545 /sec)
1368.36/1368.75	c conflict literals     : 7207381        (18.13 % deleted)
1368.36/1368.75	c Memory used           : 78.58 MB
1368.36/1368.75	c Total CPU time (sec)      : 1368.2710   
1368.36/1368.75	c 
1368.36/1368.75	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-1785676-1241925125/watcher-1785676-1241925125 -o /tmp/evaluation-result-1785676-1241925125/solver-1785676-1241925125 -C 5000 -W 6000 -M 1800 HOME/varsat-industrial_static -seed=649503714 HOME/instance-1785676-1241925125.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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.98 0.98 0.99 2/64 27341
/proc/meminfo: memFree=1701496/2055920 swapFree=4110764/4192956
[pid=27341] ppid=27339 vsize=2412 CPUtime=0
/proc/27341/stat : 27341 (varsat-industri) R 27339 27341 24021 0 -1 4194304 466 0 0 0 0 0 0 0 18 0 1 0 220546053 2469888 451 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/27341/statm: 603 451 87 221 0 379 0

[startup+0.0297181 s]
/proc/loadavg: 0.98 0.98 0.99 2/64 27341
/proc/meminfo: memFree=1701496/2055920 swapFree=4110764/4192956
[pid=27341] ppid=27339 vsize=6512 CPUtime=0.02
/proc/27341/stat : 27341 (varsat-industri) R 27339 27341 24021 0 -1 4194304 1421 0 0 0 2 0 0 0 18 0 1 0 220546053 6668288 1406 1992294400 4194304 5102648 548682068784 18446744073709551615 4263318 0 0 4096 3 0 0 0 17 1 0 0
/proc/27341/statm: 1628 1408 87 221 0 1404 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 6512

[startup+0.101725 s]
/proc/loadavg: 0.98 0.98 0.99 2/64 27341
/proc/meminfo: memFree=1701496/2055920 swapFree=4110764/4192956
[pid=27341] ppid=27339 vsize=16432 CPUtime=0.09
/proc/27341/stat : 27341 (varsat-industri) R 27339 27341 24021 0 -1 4194304 3799 0 0 0 8 1 0 0 18 0 1 0 220546053 16826368 3784 1992294400 4194304 5102648 548682068784 18446744073709551615 4227106 0 0 4096 3 0 0 0 17 1 0 0
/proc/27341/statm: 4108 3785 87 221 0 3884 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16432

[startup+0.301742 s]
/proc/loadavg: 0.98 0.98 0.99 2/64 27341
/proc/meminfo: memFree=1701496/2055920 swapFree=4110764/4192956
[pid=27341] ppid=27339 vsize=48272 CPUtime=0.29
/proc/27341/stat : 27341 (varsat-industri) R 27339 27341 24021 0 -1 4194304 10277 0 0 0 25 4 0 0 19 0 1 0 220546053 49430528 10262 1992294400 4194304 5102648 548682068784 18446744073709551615 4227099 0 0 4096 3 0 0 0 17 1 0 0
/proc/27341/statm: 12068 10262 87 221 0 11844 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 48272

[startup+0.701779 s]
/proc/loadavg: 0.98 0.98 0.99 2/64 27341
/proc/meminfo: memFree=1701496/2055920 swapFree=4110764/4192956
[pid=27341] ppid=27339 vsize=56368 CPUtime=0.69
/proc/27341/stat : 27341 (varsat-industri) R 27339 27341 24021 0 -1 4194304 11390 0 0 0 64 5 0 0 23 0 1 0 220546053 57720832 11375 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/27341/statm: 14092 11375 98 221 0 13868 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 56368

[startup+1.50185 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 27342
/proc/meminfo: memFree=1656240/2055920 swapFree=4110764/4192956
[pid=27341] ppid=27339 vsize=56368 CPUtime=1.49
/proc/27341/stat : 27341 (varsat-industri) R 27339 27341 24021 0 -1 4194304 11390 0 0 0 144 5 0 0 25 0 1 0 220546053 57720832 11375 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/27341/statm: 14092 11375 98 221 0 13868 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 56368

[startup+3.102 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 27342
/proc/meminfo: memFree=1656112/2055920 swapFree=4110764/4192956
[pid=27341] ppid=27339 vsize=56368 CPUtime=3.09
/proc/27341/stat : 27341 (varsat-industri) R 27339 27341 24021 0 -1 4194304 11390 0 0 0 304 5 0 0 25 0 1 0 220546053 57720832 11375 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/27341/statm: 14092 11375 98 221 0 13868 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 56368

[startup+6.3013 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 27342
/proc/meminfo: memFree=1655920/2055920 swapFree=4110764/4192956
[pid=27341] ppid=27339 vsize=56368 CPUtime=6.29
/proc/27341/stat : 27341 (varsat-industri) R 27339 27341 24021 0 -1 4194304 11390 0 0 0 624 5 0 0 25 0 1 0 220546053 57720832 11375 1992294400 4194304 5102648 548682068784 18446744073709551615 4272870 0 0 4096 3 0 0 0 17 1 0 0
/proc/27341/statm: 14092 11375 98 221 0 13868 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 56368

[startup+12.7019 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 27342
/proc/meminfo: memFree=1655928/2055920 swapFree=4110764/4192956
[pid=27341] ppid=27339 vsize=56368 CPUtime=12.69
/proc/27341/stat : 27341 (varsat-industri) R 27339 27341 24021 0 -1 4194304 11390 0 0 0 1264 5 0 0 25 0 1 0 220546053 57720832 11375 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/27341/statm: 14092 11375 98 221 0 13868 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 56368

[startup+25.5011 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27342
/proc/meminfo: memFree=1655992/2055920 swapFree=4110764/4192956
[pid=27341] ppid=27339 vsize=56368 CPUtime=25.48
/proc/27341/stat : 27341 (varsat-industri) R 27339 27341 24021 0 -1 4194304 11390 0 0 0 2543 5 0 0 25 0 1 0 220546053 57720832 11375 1992294400 4194304 5102648 548682068784 18446744073709551615 4272870 0 0 4096 3 0 0 0 17 1 0 0
/proc/27341/statm: 14092 11375 98 221 0 13868 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 56368

[startup+51.1015 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27342
/proc/meminfo: memFree=1655992/2055920 swapFree=4110764/4192956
[pid=27341] ppid=27339 vsize=56368 CPUtime=51.08
/proc/27341/stat : 27341 (varsat-industri) R 27339 27341 24021 0 -1 4194304 11390 0 0 0 5103 5 0 0 25 0 1 0 220546053 57720832 11375 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/27341/statm: 14092 11375 98 221 0 13868 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 56368

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27342
/proc/meminfo: memFree=1655992/2055920 swapFree=4110764/4192956
[pid=27341] ppid=27339 vsize=56368 CPUtime=102.27
/proc/27341/stat : 27341 (varsat-industri) R 27339 27341 24021 0 -1 4194304 11390 0 0 0 10222 5 0 0 25 0 1 0 220546053 57720832 11375 1992294400 4194304 5102648 548682068784 18446744073709551615 4272870 0 0 4096 3 0 0 0 17 1 0 0
/proc/27341/statm: 14092 11375 98 221 0 13868 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 56368

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27342
/proc/meminfo: memFree=1655992/2055920 swapFree=4110764/4192956
[pid=27341] ppid=27339 vsize=56368 CPUtime=162.25
/proc/27341/stat : 27341 (varsat-industri) R 27339 27341 24021 0 -1 4194304 11390 0 0 0 16220 5 0 0 25 0 1 0 220546053 57720832 11375 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/27341/statm: 14092 11375 98 221 0 13868 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 56368

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27342
/proc/meminfo: memFree=1655992/2055920 swapFree=4110764/4192956
[pid=27341] ppid=27339 vsize=56368 CPUtime=222.23
/proc/27341/stat : 27341 (varsat-industri) R 27339 27341 24021 0 -1 4194304 11390 0 0 0 22218 5 0 0 25 0 1 0 220546053 57720832 11375 1992294400 4194304 5102648 548682068784 18446744073709551615 4273061 0 0 4096 3 0 0 0 17 1 0 0
/proc/27341/statm: 14092 11375 98 221 0 13868 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 56368

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27342
/proc/meminfo: memFree=1655928/2055920 swapFree=4110764/4192956
[pid=27341] ppid=27339 vsize=56368 CPUtime=282.23
/proc/27341/stat : 27341 (varsat-industri) R 27339 27341 24021 0 -1 4194304 11390 0 0 0 28217 6 0 0 25 0 1 0 220546053 57720832 11375 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/27341/statm: 14092 11375 98 221 0 13868 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 56368

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27342
/proc/meminfo: memFree=1655928/2055920 swapFree=4110764/4192956
[pid=27341] ppid=27339 vsize=56736 CPUtime=342.21
/proc/27341/stat : 27341 (varsat-industri) R 27339 27341 24021 0 -1 4194304 11512 0 0 0 34215 6 0 0 25 0 1 0 220546053 58097664 11437 1992294400 4194304 5102648 548682068784 18446744073709551615 4283258 0 0 4096 3 0 0 0 17 1 0 0
/proc/27341/statm: 14184 11437 98 221 0 13960 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 56736

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27342
/proc/meminfo: memFree=1654520/2055920 swapFree=4110764/4192956
[pid=27341] ppid=27339 vsize=57544 CPUtime=402.19
/proc/27341/stat : 27341 (varsat-industri) R 27339 27341 24021 0 -1 4194304 11785 0 0 0 40213 6 0 0 25 0 1 0 220546053 58925056 11710 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/27341/statm: 14386 11710 98 221 0 14162 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 57544

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27342
/proc/meminfo: memFree=1654520/2055920 swapFree=4110764/4192956
[pid=27341] ppid=27339 vsize=57544 CPUtime=462.18
/proc/27341/stat : 27341 (varsat-industri) R 27339 27341 24021 0 -1 4194304 11785 0 0 0 46212 6 0 0 25 0 1 0 220546053 58925056 11710 1992294400 4194304 5102648 548682068784 18446744073709551615 4272870 0 0 4096 3 0 0 0 17 1 0 0
/proc/27341/statm: 14386 11710 98 221 0 14162 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 57544

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27342
/proc/meminfo: memFree=1654584/2055920 swapFree=4110764/4192956
[pid=27341] ppid=27339 vsize=57544 CPUtime=522.16
/proc/27341/stat : 27341 (varsat-industri) R 27339 27341 24021 0 -1 4194304 11785 0 0 0 52210 6 0 0 25 0 1 0 220546053 58925056 11710 1992294400 4194304 5102648 548682068784 18446744073709551615 4272870 0 0 4096 3 0 0 0 17 1 0 0
/proc/27341/statm: 14386 11710 98 221 0 14162 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 57544

[startup+582.302 s]
/proc/loadavg: 1.06 1.00 1.00 2/65 27342
/proc/meminfo: memFree=1654520/2055920 swapFree=4110764/4192956
[pid=27341] ppid=27339 vsize=57544 CPUtime=582.15
/proc/27341/stat : 27341 (varsat-industri) R 27339 27341 24021 0 -1 4194304 11785 0 0 0 58208 7 0 0 25 0 1 0 220546053 58925056 11710 1992294400 4194304 5102648 548682068784 18446744073709551615 4272870 0 0 4096 3 0 0 0 17 1 0 0
/proc/27341/statm: 14386 11710 98 221 0 14162 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 57544

[startup+642.301 s]
/proc/loadavg: 1.08 1.01 1.00 2/65 27342
/proc/meminfo: memFree=1654520/2055920 swapFree=4110764/4192956
[pid=27341] ppid=27339 vsize=57544 CPUtime=642.14
/proc/27341/stat : 27341 (varsat-industri) R 27339 27341 24021 0 -1 4194304 11785 0 0 0 64207 7 0 0 25 0 1 0 220546053 58925056 11710 1992294400 4194304 5102648 548682068784 18446744073709551615 4272870 0 0 4096 3 0 0 0 17 1 0 0
/proc/27341/statm: 14386 11710 98 221 0 14162 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 57544

[startup+702.302 s]
/proc/loadavg: 1.08 1.03 1.00 2/65 27342
/proc/meminfo: memFree=1669176/2055920 swapFree=4110764/4192956
[pid=27341] ppid=27339 vsize=38048 CPUtime=702.12
/proc/27341/stat : 27341 (varsat-industri) R 27339 27341 24021 0 -1 4194304 11808 0 0 0 70205 7 0 0 25 0 1 0 220546053 38961152 8007 1992294400 4194304 5102648 548682068784 18446744073709551615 4215244 0 0 4096 3 0 0 0 17 1 0 0
/proc/27341/statm: 9512 8007 110 221 0 9288 0
Current children cumulated CPU time (s) 702.12
Current children cumulated vsize (KiB) 38048

[startup+762.305 s]
/proc/loadavg: 1.03 1.02 1.00 2/65 27342
/proc/meminfo: memFree=1660344/2055920 swapFree=4110764/4192956
[pid=27341] ppid=27339 vsize=47892 CPUtime=762.11
/proc/27341/stat : 27341 (varsat-industri) R 27339 27341 24021 0 -1 4194304 14052 0 0 0 76202 9 0 0 25 0 1 0 220546053 49041408 10251 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/27341/statm: 11973 10251 110 221 0 11749 0
Current children cumulated CPU time (s) 762.11
Current children cumulated vsize (KiB) 47892

[startup+822.301 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 27342
/proc/meminfo: memFree=1652728/2055920 swapFree=4110764/4192956
[pid=27341] ppid=27339 vsize=56428 CPUtime=822.09
/proc/27341/stat : 27341 (varsat-industri) R 27339 27341 24021 0 -1 4194304 16009 0 0 0 82199 10 0 0 25 0 1 0 220546053 57782272 12208 1992294400 4194304 5102648 548682068784 18446744073709551615 4249776 0 0 4096 3 0 0 0 17 1 0 0
/proc/27341/statm: 14107 12208 110 221 0 13883 0
Current children cumulated CPU time (s) 822.09
Current children cumulated vsize (KiB) 56428

[startup+882.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 27342
/proc/meminfo: memFree=1644152/2055920 swapFree=4110764/4192956
[pid=27341] ppid=27339 vsize=65276 CPUtime=882.07
/proc/27341/stat : 27341 (varsat-industri) R 27339 27341 24021 0 -1 4194304 18065 0 0 0 88196 11 0 0 25 0 1 0 220546053 66842624 14264 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/27341/statm: 16319 14264 110 221 0 16095 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 65276

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27342
/proc/meminfo: memFree=1635832/2055920 swapFree=4110764/4192956
[pid=27341] ppid=27339 vsize=74468 CPUtime=942.06
/proc/27341/stat : 27341 (varsat-industri) R 27339 27341 24021 0 -1 4194304 20130 0 0 0 94193 13 0 0 25 0 1 0 220546053 76255232 16329 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/27341/statm: 18617 16329 110 221 0 18393 0
Current children cumulated CPU time (s) 942.06
Current children cumulated vsize (KiB) 74468

[startup+1002.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/65 27342
/proc/meminfo: memFree=1634232/2055920 swapFree=4110764/4192956
[pid=27341] ppid=27339 vsize=76060 CPUtime=1002.04
/proc/27341/stat : 27341 (varsat-industri) R 27339 27341 24021 0 -1 4194304 20518 0 0 0 100191 13 0 0 25 0 1 0 220546053 77885440 16717 1992294400 4194304 5102648 548682068784 18446744073709551615 4249948 0 0 4096 3 0 0 0 17 1 0 0
/proc/27341/statm: 19015 16717 110 221 0 18791 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 76060

[startup+1062.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 27342
/proc/meminfo: memFree=1633592/2055920 swapFree=4110764/4192956
[pid=27341] ppid=27339 vsize=76540 CPUtime=1062.02
/proc/27341/stat : 27341 (varsat-industri) R 27339 27341 24021 0 -1 4194304 20675 0 0 0 106189 13 0 0 25 0 1 0 220546053 78376960 16874 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/27341/statm: 19135 16874 110 221 0 18911 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 76540

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27342
/proc/meminfo: memFree=1632888/2055920 swapFree=4110764/4192956
[pid=27341] ppid=27339 vsize=77420 CPUtime=1122.02
/proc/27341/stat : 27341 (varsat-industri) R 27339 27341 24021 0 -1 4194304 20854 0 0 0 112188 14 0 0 25 0 1 0 220546053 79278080 17053 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/27341/statm: 19355 17053 110 221 0 19131 0
Current children cumulated CPU time (s) 1122.02
Current children cumulated vsize (KiB) 77420

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27342
/proc/meminfo: memFree=1631544/2055920 swapFree=4110764/4192956
[pid=27341] ppid=27339 vsize=79020 CPUtime=1182
/proc/27341/stat : 27341 (varsat-industri) R 27339 27341 24021 0 -1 4194304 21190 0 0 0 118186 14 0 0 25 0 1 0 220546053 80916480 17389 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/27341/statm: 19755 17389 110 221 0 19531 0
Current children cumulated CPU time (s) 1182
Current children cumulated vsize (KiB) 79020

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27342
/proc/meminfo: memFree=1630648/2055920 swapFree=4110764/4192956
[pid=27341] ppid=27339 vsize=80460 CPUtime=1241.98
/proc/27341/stat : 27341 (varsat-industri) R 27339 27341 24021 0 -1 4194304 21399 0 0 0 124184 14 0 0 25 0 1 0 220546053 82391040 17598 1992294400 4194304 5102648 548682068784 18446744073709551615 4249956 0 0 4096 3 0 0 0 17 1 0 0
/proc/27341/statm: 20115 17598 110 221 0 19891 0
Current children cumulated CPU time (s) 1241.98
Current children cumulated vsize (KiB) 80460

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27342
/proc/meminfo: memFree=1630456/2055920 swapFree=4110764/4192956
[pid=27341] ppid=27339 vsize=80460 CPUtime=1301.97
/proc/27341/stat : 27341 (varsat-industri) R 27339 27341 24021 0 -1 4194304 21429 0 0 0 130183 14 0 0 25 0 1 0 220546053 82391040 17628 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/27341/statm: 20115 17628 110 221 0 19891 0
Current children cumulated CPU time (s) 1301.97
Current children cumulated vsize (KiB) 80460

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27342
/proc/meminfo: memFree=1630392/2055920 swapFree=4110764/4192956
[pid=27341] ppid=27339 vsize=80460 CPUtime=1361.96
/proc/27341/stat : 27341 (varsat-industri) R 27339 27341 24021 0 -1 4194304 21434 0 0 0 136181 15 0 0 25 0 1 0 220546053 82391040 17633 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/27341/statm: 20115 17633 110 221 0 19891 0
Current children cumulated CPU time (s) 1361.96
Current children cumulated vsize (KiB) 80460

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

[startup+1363.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27342
/proc/meminfo: memFree=1630392/2055920 swapFree=4110764/4192956
[pid=27341] ppid=27339 vsize=80460 CPUtime=1362.76
/proc/27341/stat : 27341 (varsat-industri) R 27339 27341 24021 0 -1 4194304 21434 0 0 0 136261 15 0 0 25 0 1 0 220546053 82391040 17633 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/27341/statm: 20115 17633 110 221 0 19891 0
Current children cumulated CPU time (s) 1362.76
Current children cumulated vsize (KiB) 80460

[startup+1366.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27342
/proc/meminfo: memFree=1630392/2055920 swapFree=4110764/4192956
[pid=27341] ppid=27339 vsize=80460 CPUtime=1365.96
/proc/27341/stat : 27341 (varsat-industri) R 27339 27341 24021 0 -1 4194304 21441 0 0 0 136581 15 0 0 25 0 1 0 220546053 82391040 17640 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/27341/statm: 20115 17640 110 221 0 19891 0
Current children cumulated CPU time (s) 1365.96
Current children cumulated vsize (KiB) 80460

[startup+1367.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27342
/proc/meminfo: memFree=1630392/2055920 swapFree=4110764/4192956
[pid=27341] ppid=27339 vsize=80460 CPUtime=1367.56
/proc/27341/stat : 27341 (varsat-industri) R 27339 27341 24021 0 -1 4194304 21444 0 0 0 136741 15 0 0 25 0 1 0 220546053 82391040 17643 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/27341/statm: 20115 17643 110 221 0 19891 0
Current children cumulated CPU time (s) 1367.56
Current children cumulated vsize (KiB) 80460

[startup+1368.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27342
/proc/meminfo: memFree=1630392/2055920 swapFree=4110764/4192956
[pid=27341] ppid=27339 vsize=80460 CPUtime=1367.96
/proc/27341/stat : 27341 (varsat-industri) R 27339 27341 24021 0 -1 4194304 21444 0 0 0 136781 15 0 0 25 0 1 0 220546053 82391040 17643 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/27341/statm: 20115 17643 110 221 0 19891 0
Current children cumulated CPU time (s) 1367.96
Current children cumulated vsize (KiB) 80460

[startup+1368.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27342
/proc/meminfo: memFree=1630392/2055920 swapFree=4110764/4192956
[pid=27341] ppid=27339 vsize=80460 CPUtime=1368.36
/proc/27341/stat : 27341 (varsat-industri) R 27339 27341 24021 0 -1 4194304 21444 0 0 0 136821 15 0 0 25 0 1 0 220546053 82391040 17643 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/27341/statm: 20115 17643 110 221 0 19891 0
Current children cumulated CPU time (s) 1368.36
Current children cumulated vsize (KiB) 80460

Child status: 20
Real time (s): 1368.77
CPU time (s): 1368.43
CPU user time (s): 1368.27
CPU system time (s): 0.163975
CPU usage (%): 99.9754
Max. virtual memory (cumulated for all children) (KiB): 80460

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

runsolver used 1.73274 second user time and 3.05854 second system time

The end

Launcher Data

Begin job on node14 at 2009-05-10 05:12:06
IDJOB=1785676
IDBENCH=71128
IDSOLVER=641
FILE ID=node14/1785676-1241925125
PBS_JOBID= 9264907
Free space on /tmp= 66012 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT09/CRAFTED/ramseycube/Q32inK11.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1785676-1241925125/watcher-1785676-1241925125 -o /tmp/evaluation-result-1785676-1241925125/solver-1785676-1241925125 -C 5000 -W 6000 -M 1800  HOME/varsat-industrial_static -seed=649503714 HOME/instance-1785676-1241925125.cnf

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

MD5SUM BENCH= 594c254e77c66d387919761f50e63b6d
RANDOM SEED=649503714

node14.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.256
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.256
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:       1701912 kB
Buffers:         54064 kB
Cached:         154132 kB
SwapCached:      77132 kB
Active:         105032 kB
Inactive:       182264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1701912 kB
SwapTotal:     4192956 kB
SwapFree:      4110764 kB
Dirty:            5900 kB
Writeback:           0 kB
Mapped:          13548 kB
Slab:            52600 kB
Committed_AS:   674012 kB
PageTables:       1448 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= 66012 MiB
End job on node14 at 2009-05-10 05:34:54