Trace number 1515341

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-random 2009-03-22SAT 257.284 257.367

General information on the benchmark

NameRANDOM/MEDIUM/5SAT/SATISFIABLE/110/
unif-k5-r21.3-v110-c2343-S986324446-009.cnf
MD5SUMb8c930418a16f3a24b4fb0e57c45eda6
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.05499
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of clauses2343
Sum of the clauses size11715
Maximum clause length5
Minimum clause length5
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 52343
Number of clauses of size over 50

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  110                                                  |
0.00/0.00	c |  Number of clauses:    2343                                                 |
0.00/0.00	c |  Parsing time:         0.00         s                                       |
0.00/0.00	c |  Timeout:              43200 s
0.00/0.00	c |  Random Seed:          1992070161.000000
0.00/0.00	c |  Heuristic:            EMSP-G, threshold 0.750                              |
0.00/0.00	c |  Branching Rule:       default (solution-guided)                            |
0.00/0.00	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.00/0.00	c |                                                                             |
0.00/0.01	c ============================[ Search Statistics ]==============================
0.00/0.01	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.01	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.01	c ===============================================================================
0.00/0.01	c |         0 |     110     2343    11715 |      781        0    nan |  0.000 % |
0.00/0.02	c |       101 |     110     2343    11715 |      859      101     24 |  0.008 % |
0.00/0.03	c |       251 |     110     2343    11715 |      945      251     24 |  0.008 % |
0.00/0.04	c |       477 |     110     2343    11715 |     1039      477     24 |  0.008 % |
0.00/0.06	c |       814 |     110     2343    11715 |     1143      814     23 |  0.008 % |
0.07/0.08	c |      1321 |     110     2343    11715 |     1257      738     22 |  0.008 % |
0.09/0.11	c |      2081 |     110     2343    11715 |     1383      856     22 |  0.008 % |
0.09/0.16	c |      3220 |     110     2343    11715 |     1521     1289     23 |  0.008 % |
0.19/0.23	c |      4928 |     110     2343    11715 |     1674     1452     22 |  0.008 % |
0.29/0.32	c |      7490 |     110     2343    11715 |     1841     1462     22 |  0.008 % |
0.39/0.47	c |     11335 |     110     2343    11715 |     2025     1572     23 |  0.008 % |
0.69/0.70	c |     17101 |     110     2343    11715 |     2228     1181     21 |  0.008 % |
1.00/1.05	c |     25750 |     110     2343    11715 |     2451     1936     21 |  0.008 % |
1.49/1.60	c |     38725 |     110     2343    11715 |     2696     1258     21 |  0.008 % |
2.39/2.44	c |     58188 |     110     2343    11715 |     2965     1644     19 |  0.008 % |
3.69/3.71	c |     87381 |     110     2343    11715 |     3262     2387     21 |  0.008 % |
5.59/5.69	c |    131170 |     110     2343    11715 |     3588     1735     20 |  0.008 % |
8.69/8.78	c |    196854 |     110     2343    11715 |     3947     2264     21 |  0.008 % |
13.49/13.52	c |    295381 |     110     2343    11715 |     4342     3332     22 |  0.008 % |
20.98/21.04	c |    443173 |     110     2343    11715 |     4776     2432     23 |  0.008 % |
32.58/32.69	c |    664857 |     110     2343    11715 |     5254     2995     23 |  0.008 % |
50.87/50.91	c |    997384 |     110     2343    11715 |     5779     2688     20 |  0.008 % |
79.56/79.68	c |   1496172 |     110     2343    11715 |     6357     4814     22 |  0.008 % |
124.55/124.67	c |   2244356 |     110     2343    11715 |     6993     5720     22 |  0.008 % |
195.63/195.77	c |   3366631 |     110     2343    11715 |     7692     4391     22 |  0.008 % |
257.21/257.36	c ===============================================================================
257.21/257.36	c surveys--CPU time (sec)   : 0.1660         (0.06 % of total)
257.21/257.36	c surveys--attempted        : 25             (151 /sec)
257.21/257.36	c surveys--converged        : 25             (100.00 % successful)
257.21/257.36	c restarts              : 25
257.21/257.36	c conflicts             : 4290674        (16689 /sec)
257.21/257.36	c decisions             : 4791277        (1.78 % random) (18636 /sec)
257.21/257.36	c propagations          : 76405517       (297182 /sec)
257.21/257.36	c conflict literals     : 100659960      (14.72 % deleted)
257.21/257.36	c Memory used           : 6.98 MB
257.21/257.36	c Total CPU time (sec)      : 257.2659    
257.21/257.36	c 
257.21/257.36	s SATISFIABLE
257.21/257.36	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 71 -72 -73 -74 -75 -76 77 78 -79 -80 81 82 83 -84 85 -86 -87 88 89 -90 91 92 -93 -94 -95 96 97 -98 99 -100 101 102 103 -104 105 106 -107 -108 -109 110 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-1515341-1238253465/watcher-1515341-1238253465 -o /tmp/evaluation-result-1515341-1238253465/solver-1515341-1238253465 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-random_static -seed=1992070161 HOME/instance-1515341-1238253465.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: 1.00 0.99 0.99 3/64 941
/proc/meminfo: memFree=1176768/2055920 swapFree=4178700/4192956
[pid=941] ppid=939 vsize=2552 CPUtime=0
/proc/941/stat : 941 (varsat-random_s) R 939 941 856 0 -1 4194304 247 0 0 0 0 0 0 0 18 0 1 0 1098012073 2613248 232 1992294400 4194304 5102416 548682068800 18446744073709551615 4491479 0 0 4096 3 0 0 0 17 1 0 0
/proc/941/statm: 638 233 88 221 0 414 0

[startup+0.072391 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 941
/proc/meminfo: memFree=1176768/2055920 swapFree=4178700/4192956
[pid=941] ppid=939 vsize=2624 CPUtime=0.07
/proc/941/stat : 941 (varsat-random_s) R 939 941 856 0 -1 4194304 291 0 0 0 7 0 0 0 18 0 1 0 1098012073 2686976 276 1992294400 4194304 5102416 548682068800 18446744073709551615 4249582 0 0 4096 3 0 0 0 17 1 0 0
/proc/941/statm: 656 276 112 221 0 432 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2624

[startup+0.101396 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 941
/proc/meminfo: memFree=1176768/2055920 swapFree=4178700/4192956
[pid=941] ppid=939 vsize=2624 CPUtime=0.09
/proc/941/stat : 941 (varsat-random_s) R 939 941 856 0 -1 4194304 291 0 0 0 9 0 0 0 18 0 1 0 1098012073 2686976 276 1992294400 4194304 5102416 548682068800 18446744073709551615 4249746 0 0 4096 3 0 0 0 17 1 0 0
/proc/941/statm: 656 276 112 221 0 432 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2624

[startup+0.30143 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 941
/proc/meminfo: memFree=1176768/2055920 swapFree=4178700/4192956
[pid=941] ppid=939 vsize=2756 CPUtime=0.29
/proc/941/stat : 941 (varsat-random_s) R 939 941 856 0 -1 4194304 331 0 0 0 29 0 0 0 19 0 1 0 1098012073 2822144 316 1992294400 4194304 5102416 548682068800 18446744073709551615 4249573 0 0 4096 3 0 0 0 17 1 0 0
/proc/941/statm: 689 316 112 221 0 465 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2756

[startup+0.701498 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 941
/proc/meminfo: memFree=1176768/2055920 swapFree=4178700/4192956
[pid=941] ppid=939 vsize=3020 CPUtime=0.69
/proc/941/stat : 941 (varsat-random_s) R 939 941 856 0 -1 4194304 372 0 0 0 69 0 0 0 23 0 1 0 1098012073 3092480 357 1992294400 4194304 5102416 548682068800 18446744073709551615 4249508 0 0 4096 3 0 0 0 17 1 0 0
/proc/941/statm: 755 357 112 221 0 531 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3020

[startup+1.50164 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 942
/proc/meminfo: memFree=1175736/2055920 swapFree=4178700/4192956
[pid=941] ppid=939 vsize=3152 CPUtime=1.49
/proc/941/stat : 941 (varsat-random_s) R 939 941 856 0 -1 4194304 421 0 0 0 149 0 0 0 25 0 1 0 1098012073 3227648 406 1992294400 4194304 5102416 548682068800 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 1 0 0
/proc/941/statm: 788 406 112 221 0 564 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3152

[startup+3.10292 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 942
/proc/meminfo: memFree=1175352/2055920 swapFree=4178700/4192956
[pid=941] ppid=939 vsize=3420 CPUtime=3.09
/proc/941/stat : 941 (varsat-random_s) R 939 941 856 0 -1 4194304 480 0 0 0 309 0 0 0 25 0 1 0 1098012073 3502080 465 1992294400 4194304 5102416 548682068800 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 1 0 0
/proc/941/statm: 855 465 112 221 0 631 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3420

[startup+6.30146 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 942
/proc/meminfo: memFree=1174976/2055920 swapFree=4178700/4192956
[pid=941] ppid=939 vsize=3692 CPUtime=6.29
/proc/941/stat : 941 (varsat-random_s) R 939 941 856 0 -1 4194304 552 0 0 0 629 0 0 0 25 0 1 0 1098012073 3780608 537 1992294400 4194304 5102416 548682068800 18446744073709551615 4249529 0 0 4096 3 0 0 0 17 1 0 0
/proc/941/statm: 923 537 112 221 0 699 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3692

[startup+12.7016 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 942
/proc/meminfo: memFree=1174528/2055920 swapFree=4178700/4192956
[pid=941] ppid=939 vsize=3976 CPUtime=12.69
/proc/941/stat : 941 (varsat-random_s) R 939 941 856 0 -1 4194304 629 0 0 0 1269 0 0 0 25 0 1 0 1098012073 4071424 614 1992294400 4194304 5102416 548682068800 18446744073709551615 4228251 0 0 4096 3 0 0 0 17 1 0 0
/proc/941/statm: 994 614 112 221 0 770 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 3976

[startup+25.5017 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 942
/proc/meminfo: memFree=1173888/2055920 swapFree=4178700/4192956
[pid=941] ppid=939 vsize=4652 CPUtime=25.48
/proc/941/stat : 941 (varsat-random_s) R 939 941 856 0 -1 4194304 776 0 0 0 2548 0 0 0 25 0 1 0 1098012073 4763648 761 1992294400 4194304 5102416 548682068800 18446744073709551615 4249660 0 0 4096 3 0 0 0 17 1 0 0
/proc/941/statm: 1163 761 112 221 0 939 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 4652

[startup+51.1011 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 942
/proc/meminfo: memFree=1173440/2055920 swapFree=4178700/4192956
[pid=941] ppid=939 vsize=5068 CPUtime=51.07
/proc/941/stat : 941 (varsat-random_s) R 939 941 856 0 -1 4194304 905 0 0 0 5107 0 0 0 25 0 1 0 1098012073 5189632 890 1992294400 4194304 5102416 548682068800 18446744073709551615 4249634 0 0 4096 3 0 0 0 17 1 0 0
/proc/941/statm: 1267 890 112 221 0 1043 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 5068

[startup+102.306 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 942
/proc/meminfo: memFree=1172672/2055920 swapFree=4178700/4192956
[pid=941] ppid=939 vsize=5884 CPUtime=102.27
/proc/941/stat : 941 (varsat-random_s) R 939 941 856 0 -1 4194304 1065 0 0 0 10226 1 0 0 25 0 1 0 1098012073 6025216 1050 1992294400 4194304 5102416 548682068800 18446744073709551615 4254314 0 0 4096 3 0 0 0 17 1 0 0
/proc/941/statm: 1471 1050 112 221 0 1247 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 5884

[startup+162.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 942
/proc/meminfo: memFree=1172096/2055920 swapFree=4178700/4192956
[pid=941] ppid=939 vsize=6448 CPUtime=162.24
/proc/941/stat : 941 (varsat-random_s) R 939 941 856 0 -1 4194304 1200 0 0 0 16223 1 0 0 25 0 1 0 1098012073 6602752 1185 1992294400 4194304 5102416 548682068800 18446744073709551615 4249567 0 0 4096 3 0 0 0 17 1 0 0
/proc/941/statm: 1612 1185 112 221 0 1388 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 6448

[startup+222.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 942
/proc/meminfo: memFree=1171648/2055920 swapFree=4178700/4192956
[pid=941] ppid=939 vsize=6868 CPUtime=222.22
/proc/941/stat : 941 (varsat-random_s) R 939 941 856 0 -1 4194304 1321 0 0 0 22221 1 0 0 25 0 1 0 1098012073 7032832 1306 1992294400 4194304 5102416 548682068800 18446744073709551615 4249660 0 0 4096 3 0 0 0 17 1 0 0
/proc/941/statm: 1717 1306 112 221 0 1493 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 6868

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

[startup+230.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 942
/proc/meminfo: memFree=1171584/2055920 swapFree=4178700/4192956
[pid=941] ppid=939 vsize=7008 CPUtime=230.22
/proc/941/stat : 941 (varsat-random_s) R 939 941 856 0 -1 4194304 1348 0 0 0 23021 1 0 0 25 0 1 0 1098012073 7176192 1333 1992294400 4194304 5102416 548682068800 18446744073709551615 4249708 0 0 4096 3 0 0 0 17 1 0 0
/proc/941/statm: 1752 1333 112 221 0 1528 0
Current children cumulated CPU time (s) 230.22
Current children cumulated vsize (KiB) 7008

[startup+243.106 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 942
/proc/meminfo: memFree=1171520/2055920 swapFree=4178700/4192956
[pid=941] ppid=939 vsize=7008 CPUtime=243.02
/proc/941/stat : 941 (varsat-random_s) R 939 941 856 0 -1 4194304 1350 0 0 0 24301 1 0 0 25 0 1 0 1098012073 7176192 1335 1992294400 4194304 5102416 548682068800 18446744073709551615 4262366 0 0 4096 3 0 0 0 17 1 0 0
/proc/941/statm: 1752 1335 112 221 0 1528 0
Current children cumulated CPU time (s) 243.02
Current children cumulated vsize (KiB) 7008

[startup+249.501 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 942
/proc/meminfo: memFree=1171520/2055920 swapFree=4178700/4192956
[pid=941] ppid=939 vsize=7008 CPUtime=249.41
/proc/941/stat : 941 (varsat-random_s) R 939 941 856 0 -1 4194304 1357 0 0 0 24940 1 0 0 25 0 1 0 1098012073 7176192 1342 1992294400 4194304 5102416 548682068800 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 1 0 0
/proc/941/statm: 1752 1342 112 221 0 1528 0
Current children cumulated CPU time (s) 249.41
Current children cumulated vsize (KiB) 7008

[startup+252.702 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 942
/proc/meminfo: memFree=1171520/2055920 swapFree=4178700/4192956
[pid=941] ppid=939 vsize=7008 CPUtime=252.61
/proc/941/stat : 941 (varsat-random_s) R 939 941 856 0 -1 4194304 1357 0 0 0 25260 1 0 0 25 0 1 0 1098012073 7176192 1342 1992294400 4194304 5102416 548682068800 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 1 0 0
/proc/941/statm: 1752 1342 112 221 0 1528 0
Current children cumulated CPU time (s) 252.61
Current children cumulated vsize (KiB) 7008

[startup+255.901 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 942
/proc/meminfo: memFree=1171456/2055920 swapFree=4178700/4192956
[pid=941] ppid=939 vsize=7148 CPUtime=255.81
/proc/941/stat : 941 (varsat-random_s) R 939 941 856 0 -1 4194304 1364 0 0 0 25580 1 0 0 25 0 1 0 1098012073 7319552 1349 1992294400 4194304 5102416 548682068800 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 1 0 0
/proc/941/statm: 1787 1349 112 221 0 1563 0
Current children cumulated CPU time (s) 255.81
Current children cumulated vsize (KiB) 7148

[startup+256.701 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 942
/proc/meminfo: memFree=1171456/2055920 swapFree=4178700/4192956
[pid=941] ppid=939 vsize=7148 CPUtime=256.61
/proc/941/stat : 941 (varsat-random_s) R 939 941 856 0 -1 4194304 1364 0 0 0 25660 1 0 0 25 0 1 0 1098012073 7319552 1349 1992294400 4194304 5102416 548682068800 18446744073709551615 4254931 0 0 4096 3 0 0 0 17 1 0 0
/proc/941/statm: 1787 1349 112 221 0 1563 0
Current children cumulated CPU time (s) 256.61
Current children cumulated vsize (KiB) 7148

[startup+257.102 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 942
/proc/meminfo: memFree=1171456/2055920 swapFree=4178700/4192956
[pid=941] ppid=939 vsize=7148 CPUtime=257.01
/proc/941/stat : 941 (varsat-random_s) R 939 941 856 0 -1 4194304 1364 0 0 0 25700 1 0 0 25 0 1 0 1098012073 7319552 1349 1992294400 4194304 5102416 548682068800 18446744073709551615 4249721 0 0 4096 3 0 0 0 17 1 0 0
/proc/941/statm: 1787 1349 112 221 0 1563 0
Current children cumulated CPU time (s) 257.01
Current children cumulated vsize (KiB) 7148

[startup+257.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 942
/proc/meminfo: memFree=1171456/2055920 swapFree=4178700/4192956
[pid=941] ppid=939 vsize=7148 CPUtime=257.21
/proc/941/stat : 941 (varsat-random_s) R 939 941 856 0 -1 4194304 1364 0 0 0 25720 1 0 0 25 0 1 0 1098012073 7319552 1349 1992294400 4194304 5102416 548682068800 18446744073709551615 4249648 0 0 4096 3 0 0 0 17 1 0 0
/proc/941/statm: 1787 1349 112 221 0 1563 0
Current children cumulated CPU time (s) 257.21
Current children cumulated vsize (KiB) 7148

Child status: 10
Real time (s): 257.367
CPU time (s): 257.284
CPU user time (s): 257.266
CPU system time (s): 0.017997
CPU usage (%): 99.9677
Max. virtual memory (cumulated for all children) (KiB): 7148

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

runsolver used 0.268959 second user time and 0.448931 second system time

The end

Launcher Data

Begin job on node25 at 2009-03-28 16:17:45
IDJOB=1515341
IDBENCH=70421
IDSOLVER=539
FILE ID=node25/1515341-1238253465
PBS_JOBID= 9060771
Free space on /tmp= 66216 MiB

SOLVER NAME= VARSAT-random 2009-03-22
BENCH NAME= SAT09/RANDOM/MEDIUM/5SAT/SATISFIABLE/110/unif-k5-r21.3-v110-c2343-S986324446-009.cnf
COMMAND LINE= HOME/varsat-random_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1515341-1238253465/watcher-1515341-1238253465 -o /tmp/evaluation-result-1515341-1238253465/solver-1515341-1238253465 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-random_static -seed=1992070161 HOME/instance-1515341-1238253465.cnf

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

MD5SUM BENCH= b8c930418a16f3a24b4fb0e57c45eda6
RANDOM SEED=1992070161

node25.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.263
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.263
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:       1177248 kB
Buffers:         93760 kB
Cached:         694420 kB
SwapCached:       8032 kB
Active:         208776 kB
Inactive:       589080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1177248 kB
SwapTotal:     4192956 kB
SwapFree:      4178700 kB
Dirty:            1068 kB
Writeback:           0 kB
Mapped:          14564 kB
Slab:            66816 kB
Committed_AS:  3105524 kB
PageTables:       1464 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= 66216 MiB
End job on node25 at 2009-03-28 16:22:02