Trace number 1785334

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 2011.94 2012.66

General information on the benchmark

Namecrafted/Difficult/contest-02-03-04/
contest03-SGI_30_50_30_20_1-dir.sat05-439.reshuffled-07.cnf
MD5SUMbe0552b4894b69c578ebcc0b17dda689
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark199.967
Satisfiable
(Un)Satisfiability was proved
Number of variables900
Number of clauses69990
Sum of the clauses size140820
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 269960
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 530

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  900                                                  |
0.00/0.00	c |  Number of clauses:    69990                                                |
0.01/0.06	c |  Parsing time:         0.06         s                                       |
0.01/0.06	c |  Timeout:              43200 s
0.01/0.06	c |  Random Seed:          1309324433.000000
0.01/0.06	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.01/0.06	c |  Branching Rule:       default (solution-guided)                            |
0.01/0.06	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.01/0.06	c |                                                                             |
2.20/2.24	c ============================[ Search Statistics ]==============================
2.20/2.24	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.20/2.24	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.20/2.24	c ===============================================================================
2.20/2.24	c |         0 |     870    69090   184776 |    23030        0    nan |  0.000 % |
2.39/2.43	c |       103 |     870    69090   184776 |    25333      103    100 |  0.000 % |
2.59/2.63	c |       253 |     870    69090   184776 |    27866      253     60 |  0.000 % |
2.79/2.84	c |       478 |     870    69090   184776 |    30652      478     44 |  0.000 % |
2.99/3.06	c |       815 |     870    69090   184776 |    33718      815     38 |  0.000 % |
3.29/3.30	c |      1323 |     870    69090   184776 |    37090     1323     36 |  0.000 % |
3.49/3.59	c |      2082 |     869    68890   184211 |    40799      614     82 |  0.111 % |
3.89/3.97	c |      3225 |     869    68890   184211 |    44878     1757     57 |  0.111 % |
4.39/4.45	c |      4933 |     869    68890   184211 |    49366     3465     78 |  0.112 % |
5.19/5.21	c |      7498 |     869    68890   184211 |    54303     6030     86 |  0.112 % |
6.59/6.68	c |     11345 |     869    68890   184211 |    59733     9877     96 |  0.112 % |
8.89/8.99	c |     17112 |     869    68890   184211 |    65707    15644     97 |  0.112 % |
13.39/13.46	c |     25762 |     869    68890   184211 |    72278    24294    104 |  0.112 % |
24.09/24.17	c |     38737 |     869    68890   184211 |    79505    37269    109 |  0.111 % |
47.57/47.61	c |     58198 |     869    68890   184211 |    87456    56730    100 |  0.112 % |
97.05/97.19	c |     87390 |     869    68890   184211 |    96202    85922    103 |  0.111 % |
159.73/159.81	c |    131180 |     869    68890   184211 |   105822    53693     94 |  0.112 % |
305.48/305.63	c |    196864 |     869    68890   184211 |   116404    37965    106 |  0.112 % |
507.41/507.63	c |    295390 |     869    68890   184211 |   128044    41952    108 |  0.112 % |
831.29/831.67	c |    443179 |     869    68890   184211 |   140849    86812    108 |  0.112 % |
1480.86/1481.41	c |    664866 |     869    68890   184211 |   154934    80797    119 |  0.112 % |
2011.87/2012.64	c ===============================================================================
2011.87/2012.64	c surveys--CPU time (sec)   : 3.8904         (0.19 % of total)
2011.87/2012.64	c surveys--attempted        : 21             (5 /sec)
2011.87/2012.64	c surveys--converged        : 21             (100.00 % successful)
2011.87/2012.64	c restarts              : 21
2011.87/2012.64	c conflicts             : 805258         (401 /sec)
2011.87/2012.64	c decisions             : 980664         (1.12 % random) (488 /sec)
2011.87/2012.64	c propagations          : 67131992       (33437 /sec)
2011.87/2012.64	c conflict literals     : 92772366       (23.18 % deleted)
2011.87/2012.64	c Memory used           : 115.13 MB
2011.87/2012.64	c Total CPU time (sec)      : 2011.6182   
2011.87/2012.64	c 
2011.87/2012.64	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-1785334-1241907695/watcher-1785334-1241907695 -o /tmp/evaluation-result-1785334-1241907695/solver-1785334-1241907695 -C 5000 -W 6000 -M 1800 HOME/varsat-industrial_static -seed=1309324433 HOME/instance-1785334-1241907695.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.92 0.98 0.99 3/64 9012
/proc/meminfo: memFree=1647992/2055920 swapFree=4179568/4192956
[pid=9012] ppid=9010 vsize=2568 CPUtime=0
/proc/9012/stat : 9012 (varsat-industri) R 9010 9012 8933 0 -1 4194304 418 0 0 0 0 0 0 0 18 0 1 0 218795704 2629632 403 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/9012/statm: 642 405 87 221 0 418 0

[startup+0.0156611 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 9012
/proc/meminfo: memFree=1647992/2055920 swapFree=4179568/4192956
[pid=9012] ppid=9010 vsize=3904 CPUtime=0.01
/proc/9012/stat : 9012 (varsat-industri) R 9010 9012 8933 0 -1 4194304 735 0 0 0 1 0 0 0 18 0 1 0 218795704 3997696 720 1992294400 4194304 5102648 548682068784 18446744073709551615 4263318 0 0 4096 3 0 0 0 17 1 0 0
/proc/9012/statm: 976 720 87 221 0 752 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 3904

[startup+0.101665 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 9012
/proc/meminfo: memFree=1647992/2055920 swapFree=4179568/4192956
[pid=9012] ppid=9010 vsize=10472 CPUtime=0.09
/proc/9012/stat : 9012 (varsat-industri) R 9010 9012 8933 0 -1 4194304 2316 0 0 0 9 0 0 0 18 0 1 0 218795704 10723328 2301 1992294400 4194304 5102648 548682068784 18446744073709551615 4272870 0 0 4096 3 0 0 0 17 1 0 0
/proc/9012/statm: 2618 2301 98 221 0 2394 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10472

[startup+0.301701 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 9012
/proc/meminfo: memFree=1647992/2055920 swapFree=4179568/4192956
[pid=9012] ppid=9010 vsize=10472 CPUtime=0.29
/proc/9012/stat : 9012 (varsat-industri) R 9010 9012 8933 0 -1 4194304 2316 0 0 0 29 0 0 0 19 0 1 0 218795704 10723328 2301 1992294400 4194304 5102648 548682068784 18446744073709551615 4272870 0 0 4096 3 0 0 0 17 1 0 0
/proc/9012/statm: 2618 2301 98 221 0 2394 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10472

[startup+0.701775 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 9012
/proc/meminfo: memFree=1647992/2055920 swapFree=4179568/4192956
[pid=9012] ppid=9010 vsize=13484 CPUtime=0.69
/proc/9012/stat : 9012 (varsat-industri) R 9010 9012 8933 0 -1 4194304 2997 0 0 0 68 1 0 0 22 0 1 0 218795704 13807616 2982 1992294400 4194304 5102648 548682068784 18446744073709551615 4273114 0 0 4096 3 0 0 0 17 1 0 0
/proc/9012/statm: 3371 2982 100 221 0 3147 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13484

[startup+1.50192 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 9013
/proc/meminfo: memFree=1636400/2055920 swapFree=4179568/4192956
[pid=9012] ppid=9010 vsize=13484 CPUtime=1.49
/proc/9012/stat : 9012 (varsat-industri) R 9010 9012 8933 0 -1 4194304 3049 0 0 0 148 1 0 0 25 0 1 0 218795704 13807616 3034 1992294400 4194304 5102648 548682068784 18446744073709551615 4274062 0 0 4096 3 0 0 0 17 1 0 0
/proc/9012/statm: 3371 3034 100 221 0 3147 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13484

[startup+3.10121 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 9013
/proc/meminfo: memFree=1636016/2055920 swapFree=4179568/4192956
[pid=9012] ppid=9010 vsize=11820 CPUtime=3.09
/proc/9012/stat : 9012 (varsat-industri) R 9010 9012 8933 0 -1 4194304 3075 0 0 0 308 1 0 0 25 0 1 0 218795704 12103680 2714 1992294400 4194304 5102648 548682068784 18446744073709551615 4214182 0 0 4096 3 0 0 0 17 1 0 0
/proc/9012/statm: 2955 2714 111 221 0 2731 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 11820

[startup+6.30179 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 9013
/proc/meminfo: memFree=1636848/2055920 swapFree=4179568/4192956
[pid=9012] ppid=9010 vsize=13940 CPUtime=6.29
/proc/9012/stat : 9012 (varsat-industri) R 9010 9012 8933 0 -1 4194304 3587 0 0 0 628 1 0 0 25 0 1 0 218795704 14274560 3226 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/9012/statm: 3485 3226 112 221 0 3261 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 13940

[startup+12.702 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 9013
/proc/meminfo: memFree=1628352/2055920 swapFree=4179568/4192956
[pid=9012] ppid=9010 vsize=21628 CPUtime=12.68
/proc/9012/stat : 9012 (varsat-industri) R 9010 9012 8933 0 -1 4194304 5498 0 0 0 1266 2 0 0 25 0 1 0 218795704 22147072 5137 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/9012/statm: 5407 5137 112 221 0 5183 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 21628

[startup+25.5013 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 9013
/proc/meminfo: memFree=1618560/2055920 swapFree=4179568/4192956
[pid=9012] ppid=9010 vsize=30768 CPUtime=25.48
/proc/9012/stat : 9012 (varsat-industri) R 9010 9012 8933 0 -1 4194304 7789 0 0 0 2543 5 0 0 25 0 1 0 218795704 31506432 7428 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/9012/statm: 7692 7428 112 221 0 7468 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 30768

[startup+51.1019 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 9013
/proc/meminfo: memFree=1609280/2055920 swapFree=4179568/4192956
[pid=9012] ppid=9010 vsize=40164 CPUtime=51.08
/proc/9012/stat : 9012 (varsat-industri) R 9010 9012 8933 0 -1 4194304 10106 0 0 0 5101 7 0 0 25 0 1 0 218795704 41127936 9745 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/9012/statm: 10041 9745 112 221 0 9817 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 40164

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 9013
/proc/meminfo: memFree=1592832/2055920 swapFree=4179568/4192956
[pid=9012] ppid=9010 vsize=56704 CPUtime=102.26
/proc/9012/stat : 9012 (varsat-industri) R 9010 9012 8933 0 -1 4194304 14154 0 0 0 10215 11 0 0 25 0 1 0 218795704 58064896 13793 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/9012/statm: 14176 13793 112 221 0 13952 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 56704

[startup+162.301 s]
/proc/loadavg: 1.10 1.02 1.01 2/65 9013
/proc/meminfo: memFree=1587648/2055920 swapFree=4179568/4192956
[pid=9012] ppid=9010 vsize=62448 CPUtime=162.23
/proc/9012/stat : 9012 (varsat-industri) R 9010 9012 8933 0 -1 4194304 15444 0 0 0 16211 12 0 0 25 0 1 0 218795704 63946752 15083 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/9012/statm: 15612 15083 112 221 0 15388 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 62448

[startup+222.301 s]
/proc/loadavg: 1.11 1.03 1.00 2/65 9013
/proc/meminfo: memFree=1586240/2055920 swapFree=4179568/4192956
[pid=9012] ppid=9010 vsize=63696 CPUtime=222.21
/proc/9012/stat : 9012 (varsat-industri) R 9010 9012 8933 0 -1 4194304 15789 0 0 0 22208 13 0 0 25 0 1 0 218795704 65224704 15428 1992294400 4194304 5102648 548682068784 18446744073709551615 4249184 0 0 4096 3 0 0 0 17 1 0 0
/proc/9012/statm: 15924 15428 112 221 0 15700 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 63696

[startup+282.302 s]
/proc/loadavg: 1.11 1.04 1.00 2/65 9013
/proc/meminfo: memFree=1580480/2055920 swapFree=4179568/4192956
[pid=9012] ppid=9010 vsize=69948 CPUtime=282.19
/proc/9012/stat : 9012 (varsat-industri) R 9010 9012 8933 0 -1 4194304 17283 0 0 0 28205 14 0 0 25 0 1 0 218795704 71626752 16922 1992294400 4194304 5102648 548682068784 18446744073709551615 4249967 0 0 4096 3 0 0 0 17 1 0 0
/proc/9012/statm: 17487 16922 112 221 0 17263 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 69948

[startup+342.302 s]
/proc/loadavg: 1.10 1.04 1.00 2/65 9013
/proc/meminfo: memFree=1578624/2055920 swapFree=4179568/4192956
[pid=9012] ppid=9010 vsize=71508 CPUtime=342.17
/proc/9012/stat : 9012 (varsat-industri) R 9010 9012 8933 0 -1 4194304 17674 0 0 0 34202 15 0 0 25 0 1 0 218795704 73224192 17313 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/9012/statm: 17877 17313 112 221 0 17653 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 71508

[startup+402.302 s]
/proc/loadavg: 1.03 1.03 1.00 2/65 9013
/proc/meminfo: memFree=1577408/2055920 swapFree=4179568/4192956
[pid=9012] ppid=9010 vsize=73152 CPUtime=402.14
/proc/9012/stat : 9012 (varsat-industri) R 9010 9012 8933 0 -1 4194304 17984 0 0 0 40199 15 0 0 25 0 1 0 218795704 74907648 17623 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/9012/statm: 18288 17623 112 221 0 18064 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 73152

[startup+462.302 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 9013
/proc/meminfo: memFree=1570432/2055920 swapFree=4179568/4192956
[pid=9012] ppid=9010 vsize=80416 CPUtime=462.12
/proc/9012/stat : 9012 (varsat-industri) R 9010 9012 8933 0 -1 4194304 19731 0 0 0 46195 17 0 0 25 0 1 0 218795704 82345984 19370 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/9012/statm: 20104 19370 112 221 0 19880 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 80416

[startup+522.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 9013
/proc/meminfo: memFree=1566848/2055920 swapFree=4179568/4192956
[pid=9012] ppid=9010 vsize=83824 CPUtime=522.1
/proc/9012/stat : 9012 (varsat-industri) R 9010 9012 8933 0 -1 4194304 20593 0 0 0 52192 18 0 0 25 0 1 0 218795704 85835776 20232 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/9012/statm: 20956 20232 112 221 0 20732 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 83824

[startup+582.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 9013
/proc/meminfo: memFree=1565952/2055920 swapFree=4179568/4192956
[pid=9012] ppid=9010 vsize=84764 CPUtime=582.08
/proc/9012/stat : 9012 (varsat-industri) R 9010 9012 8933 0 -1 4194304 20808 0 0 0 58190 18 0 0 25 0 1 0 218795704 86798336 20447 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/9012/statm: 21191 20447 112 221 0 20967 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 84764

[startup+642.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 9013
/proc/meminfo: memFree=1565568/2055920 swapFree=4179568/4192956
[pid=9012] ppid=9010 vsize=85076 CPUtime=642.06
/proc/9012/stat : 9012 (varsat-industri) R 9010 9012 8933 0 -1 4194304 20895 0 0 0 64188 18 0 0 25 0 1 0 218795704 87117824 20534 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/9012/statm: 21269 20534 112 221 0 21045 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 85076

[startup+702.301 s]

################
# More data... #
################

/proc/meminfo: memFree=1544320/2055920 swapFree=4179568/4192956
[pid=9012] ppid=9010 vsize=106972 CPUtime=1421.78
/proc/9012/stat : 9012 (varsat-industri) R 9010 9012 8933 0 -1 4194304 26094 0 0 0 142153 25 0 0 25 0 1 0 218795704 109539328 25733 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/9012/statm: 26743 25733 112 221 0 26519 0
Current children cumulated CPU time (s) 1421.78
Current children cumulated vsize (KiB) 106972

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9015
/proc/meminfo: memFree=1544256/2055920 swapFree=4179568/4192956
[pid=9012] ppid=9010 vsize=106972 CPUtime=1481.76
/proc/9012/stat : 9012 (varsat-industri) R 9010 9012 8933 0 -1 4194304 26095 0 0 0 148150 26 0 0 25 0 1 0 218795704 109539328 25734 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/9012/statm: 26743 25734 112 221 0 26519 0
Current children cumulated CPU time (s) 1481.76
Current children cumulated vsize (KiB) 106972

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9015
/proc/meminfo: memFree=1543616/2055920 swapFree=4179568/4192956
[pid=9012] ppid=9010 vsize=107832 CPUtime=1541.74
/proc/9012/stat : 9012 (varsat-industri) R 9010 9012 8933 0 -1 4194304 26254 0 0 0 154148 26 0 0 25 0 1 0 218795704 110419968 25893 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/9012/statm: 26958 25893 112 221 0 26734 0
Current children cumulated CPU time (s) 1541.74
Current children cumulated vsize (KiB) 107832

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9015
/proc/meminfo: memFree=1543040/2055920 swapFree=4179568/4192956
[pid=9012] ppid=9010 vsize=108472 CPUtime=1601.72
/proc/9012/stat : 9012 (varsat-industri) R 9010 9012 8933 0 -1 4194304 26392 0 0 0 160145 27 0 0 25 0 1 0 218795704 111075328 26031 1992294400 4194304 5102648 548682068784 18446744073709551615 4249741 0 0 4096 3 0 0 0 17 1 0 0
/proc/9012/statm: 27118 26031 112 221 0 26894 0
Current children cumulated CPU time (s) 1601.72
Current children cumulated vsize (KiB) 108472

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9015
/proc/meminfo: memFree=1541952/2055920 swapFree=4179568/4192956
[pid=9012] ppid=9010 vsize=109704 CPUtime=1661.69
/proc/9012/stat : 9012 (varsat-industri) R 9010 9012 8933 0 -1 4194304 26654 0 0 0 166142 27 0 0 25 0 1 0 218795704 112336896 26293 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/9012/statm: 27426 26293 112 221 0 27202 0
Current children cumulated CPU time (s) 1661.69
Current children cumulated vsize (KiB) 109704

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9015
/proc/meminfo: memFree=1540736/2055920 swapFree=4179568/4192956
[pid=9012] ppid=9010 vsize=111020 CPUtime=1721.67
/proc/9012/stat : 9012 (varsat-industri) R 9010 9012 8933 0 -1 4194304 26967 0 0 0 172140 27 0 0 25 0 1 0 218795704 113684480 26606 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/9012/statm: 27755 26606 112 221 0 27531 0
Current children cumulated CPU time (s) 1721.67
Current children cumulated vsize (KiB) 111020

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9015
/proc/meminfo: memFree=1539840/2055920 swapFree=4179568/4192956
[pid=9012] ppid=9010 vsize=111876 CPUtime=1781.65
/proc/9012/stat : 9012 (varsat-industri) R 9010 9012 8933 0 -1 4194304 27162 0 0 0 178137 28 0 0 25 0 1 0 218795704 114561024 26801 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/9012/statm: 27969 26801 112 221 0 27745 0
Current children cumulated CPU time (s) 1781.65
Current children cumulated vsize (KiB) 111876

[startup+1842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9015
/proc/meminfo: memFree=1535104/2055920 swapFree=4179568/4192956
[pid=9012] ppid=9010 vsize=116924 CPUtime=1841.63
/proc/9012/stat : 9012 (varsat-industri) R 9010 9012 8933 0 -1 4194304 28353 0 0 0 184134 29 0 0 25 0 1 0 218795704 119730176 27992 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/9012/statm: 29231 27992 112 221 0 29007 0
Current children cumulated CPU time (s) 1841.63
Current children cumulated vsize (KiB) 116924

[startup+1902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9015
/proc/meminfo: memFree=1534272/2055920 swapFree=4179568/4192956
[pid=9012] ppid=9010 vsize=117612 CPUtime=1901.6
/proc/9012/stat : 9012 (varsat-industri) R 9010 9012 8933 0 -1 4194304 28546 0 0 0 190131 29 0 0 25 0 1 0 218795704 120434688 28185 1992294400 4194304 5102648 548682068784 18446744073709551615 4249840 0 0 4096 3 0 0 0 17 1 0 0
/proc/9012/statm: 29403 28185 112 221 0 29179 0
Current children cumulated CPU time (s) 1901.6
Current children cumulated vsize (KiB) 117612

[startup+1962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9015
/proc/meminfo: memFree=1534016/2055920 swapFree=4179568/4192956
[pid=9012] ppid=9010 vsize=117888 CPUtime=1961.58
/proc/9012/stat : 9012 (varsat-industri) R 9010 9012 8933 0 -1 4194304 28600 0 0 0 196129 29 0 0 25 0 1 0 218795704 120717312 28239 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/9012/statm: 29472 28239 112 221 0 29248 0
Current children cumulated CPU time (s) 1961.58
Current children cumulated vsize (KiB) 117888

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

[startup+1971.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9015
/proc/meminfo: memFree=1534016/2055920 swapFree=4179568/4192956
[pid=9012] ppid=9010 vsize=117888 CPUtime=1970.39
/proc/9012/stat : 9012 (varsat-industri) R 9010 9012 8933 0 -1 4194304 28603 0 0 0 197009 30 0 0 25 0 1 0 218795704 120717312 28242 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/9012/statm: 29472 28242 112 221 0 29248 0
Current children cumulated CPU time (s) 1970.39
Current children cumulated vsize (KiB) 117888

[startup+1996.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9015
/proc/meminfo: memFree=1533952/2055920 swapFree=4179568/4192956
[pid=9012] ppid=9010 vsize=117888 CPUtime=1995.98
/proc/9012/stat : 9012 (varsat-industri) R 9010 9012 8933 0 -1 4194304 28612 0 0 0 199568 30 0 0 25 0 1 0 218795704 120717312 28251 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/9012/statm: 29472 28251 112 221 0 29248 0
Current children cumulated CPU time (s) 1995.98
Current children cumulated vsize (KiB) 117888

[startup+2003.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9015
/proc/meminfo: memFree=1533952/2055920 swapFree=4179568/4192956
[pid=9012] ppid=9010 vsize=117888 CPUtime=2002.38
/proc/9012/stat : 9012 (varsat-industri) R 9010 9012 8933 0 -1 4194304 28615 0 0 0 200208 30 0 0 25 0 1 0 218795704 120717312 28254 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/9012/statm: 29472 28254 112 221 0 29248 0
Current children cumulated CPU time (s) 2002.38
Current children cumulated vsize (KiB) 117888

[startup+2009.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9015
/proc/meminfo: memFree=1533952/2055920 swapFree=4179568/4192956
[pid=9012] ppid=9010 vsize=117888 CPUtime=2008.77
/proc/9012/stat : 9012 (varsat-industri) R 9010 9012 8933 0 -1 4194304 28618 0 0 0 200847 30 0 0 25 0 1 0 218795704 120717312 28257 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/9012/statm: 29472 28257 112 221 0 29248 0
Current children cumulated CPU time (s) 2008.77
Current children cumulated vsize (KiB) 117888

[startup+2011.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9015
/proc/meminfo: memFree=1533952/2055920 swapFree=4179568/4192956
[pid=9012] ppid=9010 vsize=117888 CPUtime=2010.37
/proc/9012/stat : 9012 (varsat-industri) R 9010 9012 8933 0 -1 4194304 28619 0 0 0 201007 30 0 0 25 0 1 0 218795704 120717312 28258 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/9012/statm: 29472 28258 112 221 0 29248 0
Current children cumulated CPU time (s) 2010.37
Current children cumulated vsize (KiB) 117888

[startup+2011.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9015
/proc/meminfo: memFree=1533952/2055920 swapFree=4179568/4192956
[pid=9012] ppid=9010 vsize=117888 CPUtime=2011.17
/proc/9012/stat : 9012 (varsat-industri) R 9010 9012 8933 0 -1 4194304 28619 0 0 0 201087 30 0 0 25 0 1 0 218795704 120717312 28258 1992294400 4194304 5102648 548682068784 18446744073709551615 4226473 0 0 4096 3 0 0 0 17 1 0 0
/proc/9012/statm: 29472 28258 112 221 0 29248 0
Current children cumulated CPU time (s) 2011.17
Current children cumulated vsize (KiB) 117888

[startup+2012.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9015
/proc/meminfo: memFree=1533952/2055920 swapFree=4179568/4192956
[pid=9012] ppid=9010 vsize=117888 CPUtime=2011.57
/proc/9012/stat : 9012 (varsat-industri) R 9010 9012 8933 0 -1 4194304 28619 0 0 0 201127 30 0 0 25 0 1 0 218795704 120717312 28258 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/9012/statm: 29472 28258 112 221 0 29248 0
Current children cumulated CPU time (s) 2011.57
Current children cumulated vsize (KiB) 117888

[startup+2012.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9015
/proc/meminfo: memFree=1533952/2055920 swapFree=4179568/4192956
[pid=9012] ppid=9010 vsize=117888 CPUtime=2011.77
/proc/9012/stat : 9012 (varsat-industri) R 9010 9012 8933 0 -1 4194304 28619 0 0 0 201147 30 0 0 25 0 1 0 218795704 120717312 28258 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/9012/statm: 29472 28258 112 221 0 29248 0
Current children cumulated CPU time (s) 2011.77
Current children cumulated vsize (KiB) 117888

[startup+2012.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9015
/proc/meminfo: memFree=1533952/2055920 swapFree=4179568/4192956
[pid=9012] ppid=9010 vsize=117888 CPUtime=2011.87
/proc/9012/stat : 9012 (varsat-industri) R 9010 9012 8933 0 -1 4194304 28619 0 0 0 201157 30 0 0 25 0 1 0 218795704 120717312 28258 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/9012/statm: 29472 28258 112 221 0 29248 0
Current children cumulated CPU time (s) 2011.87
Current children cumulated vsize (KiB) 117888

Child status: 20
Real time (s): 2012.66
CPU time (s): 2011.94
CPU user time (s): 2011.62
CPU system time (s): 0.320951
CPU usage (%): 99.9641
Max. virtual memory (cumulated for all children) (KiB): 117888

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

runsolver used 1.44478 second user time and 4.12937 second system time

The end

Launcher Data

Begin job on node67 at 2009-05-10 00:21:35
IDJOB=1785334
IDBENCH=24749
IDSOLVER=641
FILE ID=node67/1785334-1241907695
PBS_JOBID= 9264787
Free space on /tmp= 66292 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT07/crafted/Difficult/contest-02-03-04/contest03-SGI_30_50_30_20_1-dir.sat05-439.reshuffled-07.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1785334-1241907695/watcher-1785334-1241907695 -o /tmp/evaluation-result-1785334-1241907695/solver-1785334-1241907695 -C 5000 -W 6000 -M 1800  HOME/varsat-industrial_static -seed=1309324433 HOME/instance-1785334-1241907695.cnf

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

MD5SUM BENCH= be0552b4894b69c578ebcc0b17dda689
RANDOM SEED=1309324433

node67.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.277
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.277
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:       1648472 kB
Buffers:         41872 kB
Cached:         315068 kB
SwapCached:       8220 kB
Active:         139100 kB
Inactive:       227452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1648472 kB
SwapTotal:     4192956 kB
SwapFree:      4179568 kB
Dirty:            1744 kB
Writeback:           0 kB
Mapped:          14124 kB
Slab:            26856 kB
Committed_AS:   716548 kB
PageTables:       1436 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= 66292 MiB
End job on node67 at 2009-05-10 00:55:08