Trace number 1516348

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-22SAT 484.768 484.909

General information on the benchmark

NameRANDOM/MEDIUM/7SAT/SATISFIABLE/70/
unif-k7-r89-v70-c6230-S1794178048-059.cnf
MD5SUMf50dda60e1e45f85b822b6ad12182f2a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.076988
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of clauses6230
Sum of the clauses size43610
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56230

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  70                                                   |
0.00/0.00	c |  Number of clauses:    6230                                                 |
0.00/0.01	c |  Parsing time:         0.01         s                                       |
0.00/0.01	c |  Timeout:              43200 s
0.00/0.01	c |  Random Seed:          1509122272.000000
0.00/0.01	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.00/0.01	c |  Branching Rule:       default (solution-guided)                            |
0.00/0.01	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.00/0.01	c |                                                                             |
0.09/0.15	c ============================[ Search Statistics ]==============================
0.09/0.15	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.15	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.15	c ===============================================================================
0.09/0.15	c |         0 |      70     6230    43610 |     2076        0    nan |  0.000 % |
0.09/0.18	c |       102 |      70     6230    43610 |     2284      102     26 |  0.021 % |
0.19/0.21	c |       253 |      70     6230    43610 |     2512      253     24 |  0.021 % |
0.19/0.24	c |       478 |      70     6230    43610 |     2764      478     24 |  0.021 % |
0.19/0.27	c |       817 |      70     6230    43610 |     3040      817     25 |  0.021 % |
0.29/0.31	c |      1324 |      70     6230    43610 |     3344     1324     24 |  0.021 % |
0.29/0.37	c |      2084 |      70     6230    43610 |     3678     2084     24 |  0.021 % |
0.39/0.45	c |      3223 |      70     6230    43610 |     4046     3223     25 |  0.021 % |
0.49/0.57	c |      4931 |      70     6230    43610 |     4451     2891     24 |  0.021 % |
0.69/0.75	c |      7493 |      70     6230    43610 |     4896     3214     24 |  0.021 % |
1.00/1.01	c |     11337 |      70     6230    43610 |     5386     4593     24 |  0.021 % |
1.39/1.40	c |     17104 |      70     6230    43610 |     5924     4942     24 |  0.021 % |
1.99/2.00	c |     25754 |      70     6230    43610 |     6517     4654     24 |  0.021 % |
2.89/2.93	c |     38730 |      70     6230    43610 |     7169     4531     23 |  0.021 % |
4.29/4.38	c |     58192 |      70     6230    43610 |     7886     5997     23 |  0.021 % |
6.59/6.64	c |     87384 |      70     6230    43610 |     8674     7474     24 |  0.021 % |
10.19/10.27	c |    131173 |      70     6230    43610 |     9542     7750     23 |  0.021 % |
15.78/15.89	c |    196858 |      70     6230    43610 |    10496     6428     23 |  0.021 % |
24.48/24.51	c |    295389 |      70     6230    43610 |    11546    10237     23 |  0.021 % |
38.39/38.50	c |    443179 |      70     6230    43610 |    12700     7536     24 |  0.021 % |
60.97/61.03	c |    664862 |      70     6230    43610 |    13970     6487     22 |  0.021 % |
97.16/97.29	c |    997387 |      70     6230    43610 |    15367    10024     23 |  0.021 % |
155.94/156.02	c |   1496176 |      70     6230    43610 |    16904     8464     22 |  0.021 % |
251.72/251.85	c |   2244359 |      70     6230    43610 |    18595    11685     23 |  0.021 % |
407.07/407.24	c |   3366634 |      70     6230    43610 |    20454    16630     22 |  0.021 % |
484.75/484.90	c ===============================================================================
484.75/484.90	c surveys--CPU time (sec)   : 0.4999         (0.10 % of total)
484.75/484.90	c surveys--attempted        : 25             (50 /sec)
484.75/484.90	c surveys--converged        : 25             (100.00 % successful)
484.75/484.90	c restarts              : 25
484.75/484.90	c conflicts             : 3882791        (8019 /sec)
484.75/484.90	c decisions             : 4220196        (1.78 % random) (8715 /sec)
484.75/484.90	c propagations          : 40324981       (83277 /sec)
484.75/484.90	c conflict literals     : 91518023       (14.02 % deleted)
484.75/484.90	c Memory used           : 12.64 MB
484.75/484.90	c Total CPU time (sec)      : 484.7273    
484.75/484.90	c 
484.75/484.90	s SATISFIABLE
484.75/484.90	v 1 2 -3 4 -5 6 7 8 -9 -10 -11 -12 -13 14 15 16 -17 18 19 -20 -21 -22 -23 -24 -25 -26 27 -28 -29 -30 -31 32 33 -34 35 -36 -37 38 39 40 41 -42 -43 44 45 46 47 -48 49 -50 51 -52 -53 54 -55 56 57 -58 59 60 -61 62 -63 64 65 66 -67 68 -69 -70 0

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1516348-1238268184/watcher-1516348-1238268184 -o /tmp/evaluation-result-1516348-1238268184/solver-1516348-1238268184 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=1509122272 HOME/instance-1516348-1238268184.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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.91 3/65 21043
/proc/meminfo: memFree=1435376/2055920 swapFree=4178736/4192956
[pid=21043] ppid=21041 vsize=2544 CPUtime=0
/proc/21043/stat : 21043 (varsat-industri) R 21041 21043 20979 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 453152306 2605056 262 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/21043/statm: 636 264 87 221 0 412 0

[startup+0.031449 s]
/proc/loadavg: 0.99 0.97 0.91 3/65 21043
/proc/meminfo: memFree=1435376/2055920 swapFree=4178736/4192956
[pid=21043] ppid=21041 vsize=3648 CPUtime=0.02
/proc/21043/stat : 21043 (varsat-industri) R 21041 21043 20979 0 -1 4194304 552 0 0 0 2 0 0 0 18 0 1 0 453152306 3735552 537 1992294400 4194304 5102648 548682068784 18446744073709551615 4273022 0 0 4096 3 0 0 0 17 1 0 0
/proc/21043/statm: 912 537 98 221 0 688 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 3648

[startup+0.101457 s]
/proc/loadavg: 0.99 0.97 0.91 3/65 21043
/proc/meminfo: memFree=1435376/2055920 swapFree=4178736/4192956
[pid=21043] ppid=21041 vsize=3820 CPUtime=0.09
/proc/21043/stat : 21043 (varsat-industri) R 21041 21043 20979 0 -1 4194304 581 0 0 0 9 0 0 0 18 0 1 0 453152306 3911680 566 1992294400 4194304 5102648 548682068784 18446744073709551615 4272870 0 0 4096 3 0 0 0 17 1 0 0
/proc/21043/statm: 955 566 98 221 0 731 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3820

[startup+0.301479 s]
/proc/loadavg: 0.99 0.97 0.91 3/65 21043
/proc/meminfo: memFree=1435376/2055920 swapFree=4178736/4192956
[pid=21043] ppid=21041 vsize=3724 CPUtime=0.29
/proc/21043/stat : 21043 (varsat-industri) R 21041 21043 20979 0 -1 4194304 593 0 0 0 29 0 0 0 19 0 1 0 453152306 3813376 577 1992294400 4194304 5102648 548682068784 18446744073709551615 4249956 0 0 4096 3 0 0 0 17 1 0 0
/proc/21043/statm: 931 577 110 221 0 707 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3724

[startup+0.701525 s]
/proc/loadavg: 0.99 0.97 0.91 3/65 21043
/proc/meminfo: memFree=1435376/2055920 swapFree=4178736/4192956
[pid=21043] ppid=21041 vsize=3992 CPUtime=0.69
/proc/21043/stat : 21043 (varsat-industri) R 21041 21043 20979 0 -1 4194304 639 0 0 0 69 0 0 0 22 0 1 0 453152306 4087808 623 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/21043/statm: 998 623 110 221 0 774 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3992

[startup+1.50161 s]
/proc/loadavg: 0.99 0.97 0.91 3/66 21044
/proc/meminfo: memFree=1433064/2055920 swapFree=4178736/4192956
[pid=21043] ppid=21041 vsize=4400 CPUtime=1.49
/proc/21043/stat : 21043 (varsat-industri) R 21041 21043 20979 0 -1 4194304 752 0 0 0 149 0 0 0 25 0 1 0 453152306 4505600 736 1992294400 4194304 5102648 548682068784 18446744073709551615 4243776 0 0 4096 3 0 0 0 17 1 0 0
/proc/21043/statm: 1100 736 110 221 0 876 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4400

[startup+3.1018 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 21044
/proc/meminfo: memFree=1432552/2055920 swapFree=4178736/4192956
[pid=21043] ppid=21041 vsize=4816 CPUtime=3.09
/proc/21043/stat : 21043 (varsat-industri) R 21041 21043 20979 0 -1 4194304 852 0 0 0 309 0 0 0 25 0 1 0 453152306 4931584 836 1992294400 4194304 5102648 548682068784 18446744073709551615 4249767 0 0 4096 3 0 0 0 17 1 0 0
/proc/21043/statm: 1204 836 110 221 0 980 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4816

[startup+6.30116 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 21044
/proc/meminfo: memFree=1431848/2055920 swapFree=4178736/4192956
[pid=21043] ppid=21041 vsize=5364 CPUtime=6.29
/proc/21043/stat : 21043 (varsat-industri) R 21041 21043 20979 0 -1 4194304 976 0 0 0 629 0 0 0 25 0 1 0 453152306 5492736 960 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/21043/statm: 1341 960 110 221 0 1117 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5364

[startup+12.7019 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 21044
/proc/meminfo: memFree=1431016/2055920 swapFree=4178736/4192956
[pid=21043] ppid=21041 vsize=6136 CPUtime=12.69
/proc/21043/stat : 21043 (varsat-industri) R 21041 21043 20979 0 -1 4194304 1143 0 0 0 1269 0 0 0 25 0 1 0 453152306 6283264 1127 1992294400 4194304 5102648 548682068784 18446744073709551615 4250291 0 0 4096 3 0 0 0 17 1 0 0
/proc/21043/statm: 1534 1127 110 221 0 1310 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 6136

[startup+25.5013 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 21044
/proc/meminfo: memFree=1430248/2055920 swapFree=4178736/4192956
[pid=21043] ppid=21041 vsize=6848 CPUtime=25.48
/proc/21043/stat : 21043 (varsat-industri) R 21041 21043 20979 0 -1 4194304 1343 0 0 0 2548 0 0 0 25 0 1 0 453152306 7012352 1327 1992294400 4194304 5102648 548682068784 18446744073709551615 4250181 0 0 4096 3 0 0 0 17 1 0 0
/proc/21043/statm: 1712 1327 110 221 0 1488 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 6848

[startup+51.1013 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 21044
/proc/meminfo: memFree=1429288/2055920 swapFree=4178736/4192956
[pid=21043] ppid=21041 vsize=7804 CPUtime=51.08
/proc/21043/stat : 21043 (varsat-industri) R 21041 21043 20979 0 -1 4194304 1571 0 0 0 5107 1 0 0 25 0 1 0 453152306 7991296 1555 1992294400 4194304 5102648 548682068784 18446744073709551615 4249753 0 0 4096 3 0 0 0 17 1 0 0
/proc/21043/statm: 1951 1555 110 221 0 1727 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 7804

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 21044
/proc/meminfo: memFree=1428008/2055920 swapFree=4178736/4192956
[pid=21043] ppid=21041 vsize=9300 CPUtime=102.26
/proc/21043/stat : 21043 (varsat-industri) R 21041 21043 20979 0 -1 4194304 1876 0 0 0 10225 1 0 0 25 0 1 0 453152306 9523200 1860 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/21043/statm: 2325 1860 110 221 0 2101 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 9300

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 21044
/proc/meminfo: memFree=1427048/2055920 swapFree=4178736/4192956
[pid=21043] ppid=21041 vsize=10248 CPUtime=162.24
/proc/21043/stat : 21043 (varsat-industri) R 21041 21043 20979 0 -1 4194304 2118 0 0 0 16223 1 0 0 25 0 1 0 453152306 10493952 2102 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/21043/statm: 2562 2102 110 221 0 2338 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 10248

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 21044
/proc/meminfo: memFree=1426728/2055920 swapFree=4178736/4192956
[pid=21043] ppid=21041 vsize=10596 CPUtime=222.23
/proc/21043/stat : 21043 (varsat-industri) R 21041 21043 20979 0 -1 4194304 2208 0 0 0 22221 2 0 0 25 0 1 0 453152306 10850304 2192 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/21043/statm: 2649 2192 110 221 0 2425 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 10596

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 21044
/proc/meminfo: memFree=1426088/2055920 swapFree=4178736/4192956
[pid=21043] ppid=21041 vsize=11428 CPUtime=282.21
/proc/21043/stat : 21043 (varsat-industri) R 21041 21043 20979 0 -1 4194304 2370 0 0 0 28219 2 0 0 25 0 1 0 453152306 11702272 2354 1992294400 4194304 5102648 548682068784 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/21043/statm: 2857 2354 110 221 0 2633 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 11428

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 21044
/proc/meminfo: memFree=1425704/2055920 swapFree=4178736/4192956
[pid=21043] ppid=21041 vsize=11808 CPUtime=342.19
/proc/21043/stat : 21043 (varsat-industri) R 21041 21043 20979 0 -1 4194304 2455 0 0 0 34216 3 0 0 25 0 1 0 453152306 12091392 2439 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/21043/statm: 2952 2439 110 221 0 2728 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 11808

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 21044
/proc/meminfo: memFree=1425320/2055920 swapFree=4178736/4192956
[pid=21043] ppid=21041 vsize=12376 CPUtime=402.17
/proc/21043/stat : 21043 (varsat-industri) R 21041 21043 20979 0 -1 4194304 2559 0 0 0 40214 3 0 0 25 0 1 0 453152306 12673024 2543 1992294400 4194304 5102648 548682068784 18446744073709551615 4249843 0 0 4096 3 0 0 0 17 1 0 0
/proc/21043/statm: 3094 2543 110 221 0 2870 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 12376

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 21044
/proc/meminfo: memFree=1424744/2055920 swapFree=4178736/4192956
[pid=21043] ppid=21041 vsize=12944 CPUtime=462.15
/proc/21043/stat : 21043 (varsat-industri) R 21041 21043 20979 0 -1 4194304 2697 0 0 0 46212 3 0 0 25 0 1 0 453152306 13254656 2681 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/21043/statm: 3236 2681 110 221 0 3012 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 12944

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

[startup+473.501 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 21044
/proc/meminfo: memFree=1424616/2055920 swapFree=4178736/4192956
[pid=21043] ppid=21041 vsize=12944 CPUtime=473.35
/proc/21043/stat : 21043 (varsat-industri) R 21041 21043 20979 0 -1 4194304 2722 0 0 0 47332 3 0 0 25 0 1 0 453152306 13254656 2706 1992294400 4194304 5102648 548682068784 18446744073709551615 4249923 0 0 4096 3 0 0 0 17 1 0 0
/proc/21043/statm: 3236 2706 110 221 0 3012 0
Current children cumulated CPU time (s) 473.35
Current children cumulated vsize (KiB) 12944

[startup+479.902 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 21044
/proc/meminfo: memFree=1424616/2055920 swapFree=4178736/4192956
[pid=21043] ppid=21041 vsize=12944 CPUtime=479.75
/proc/21043/stat : 21043 (varsat-industri) R 21041 21043 20979 0 -1 4194304 2724 0 0 0 47972 3 0 0 25 0 1 0 453152306 13254656 2708 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/21043/statm: 3236 2708 110 221 0 3012 0
Current children cumulated CPU time (s) 479.75
Current children cumulated vsize (KiB) 12944

[startup+483.101 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 21044
/proc/meminfo: memFree=1424616/2055920 swapFree=4178736/4192956
[pid=21043] ppid=21041 vsize=12944 CPUtime=482.95
/proc/21043/stat : 21043 (varsat-industri) R 21041 21043 20979 0 -1 4194304 2724 0 0 0 48292 3 0 0 25 0 1 0 453152306 13254656 2708 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/21043/statm: 3236 2708 110 221 0 3012 0
Current children cumulated CPU time (s) 482.95
Current children cumulated vsize (KiB) 12944

[startup+483.901 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 21044
/proc/meminfo: memFree=1424616/2055920 swapFree=4178736/4192956
[pid=21043] ppid=21041 vsize=12944 CPUtime=483.75
/proc/21043/stat : 21043 (varsat-industri) R 21041 21043 20979 0 -1 4194304 2724 0 0 0 48372 3 0 0 25 0 1 0 453152306 13254656 2708 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/21043/statm: 3236 2708 110 221 0 3012 0
Current children cumulated CPU time (s) 483.75
Current children cumulated vsize (KiB) 12944

[startup+484.702 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 21044
/proc/meminfo: memFree=1424616/2055920 swapFree=4178736/4192956
[pid=21043] ppid=21041 vsize=12944 CPUtime=484.55
/proc/21043/stat : 21043 (varsat-industri) R 21041 21043 20979 0 -1 4194304 2724 0 0 0 48452 3 0 0 25 0 1 0 453152306 13254656 2708 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/21043/statm: 3236 2708 110 221 0 3012 0
Current children cumulated CPU time (s) 484.55
Current children cumulated vsize (KiB) 12944

[startup+484.902 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 21044
/proc/meminfo: memFree=1424616/2055920 swapFree=4178736/4192956
[pid=21043] ppid=21041 vsize=12944 CPUtime=484.75
/proc/21043/stat : 21043 (varsat-industri) R 21041 21043 20979 0 -1 4194304 2724 0 0 0 48472 3 0 0 25 0 1 0 453152306 13254656 2708 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/21043/statm: 3236 2708 110 221 0 3012 0
Current children cumulated CPU time (s) 484.75
Current children cumulated vsize (KiB) 12944

Child status: 10
Real time (s): 484.909
CPU time (s): 484.768
CPU user time (s): 484.727
CPU system time (s): 0.040993
CPU usage (%): 99.9709
Max. virtual memory (cumulated for all children) (KiB): 12944

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

runsolver used 0.59091 second user time and 0.909861 second system time

The end

Launcher Data

Begin job on node32 at 2009-03-28 20:23:05
IDJOB=1516348
IDBENCH=70505
IDSOLVER=538
FILE ID=node32/1516348-1238268184
PBS_JOBID= 9060850
Free space on /tmp= 66456 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT09/RANDOM/MEDIUM/7SAT/SATISFIABLE/70/unif-k7-r89-v70-c6230-S1794178048-059.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1516348-1238268184/watcher-1516348-1238268184 -o /tmp/evaluation-result-1516348-1238268184/solver-1516348-1238268184 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=1509122272 HOME/instance-1516348-1238268184.cnf

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

MD5SUM BENCH= f50dda60e1e45f85b822b6ad12182f2a
RANDOM SEED=1509122272

node32.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.234
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.234
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:       1435856 kB
Buffers:         64188 kB
Cached:         489128 kB
SwapCached:       7344 kB
Active:         127048 kB
Inactive:       434956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1435856 kB
SwapTotal:     4192956 kB
SwapFree:      4178736 kB
Dirty:            1172 kB
Writeback:           0 kB
Mapped:          14464 kB
Slab:            43832 kB
Committed_AS:  1447512 kB
PageTables:       1488 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66452 MiB
End job on node32 at 2009-03-28 20:31:10