Trace number 1556563

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-22? (TO) 1200.09 1200.62

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-10.cnf
MD5SUM0260f441a1d07270edb6a85b2fc90d1d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables69503
Number of clauses226618
Sum of the clauses size587302
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292294
Number of clauses of size 3134195
Number of clauses of size 40
Number of clauses of size 50
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:  69503                                                |
0.00/0.00	c |  Number of clauses:    226618                                               |
0.29/0.34	c |  Parsing time:         0.28         s                                       |
0.29/0.34	c |  Timeout:              43200 s
0.29/0.34	c |  Random Seed:          455491426.000000
0.29/0.34	c |  Heuristic:            EMSP-G, threshold 0.750                              |
0.29/0.34	c |  Branching Rule:       default (solution-guided)                            |
0.29/0.34	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.29/0.34	c |                                                                             |
1.60/1.67	c ============================[ Search Statistics ]==============================
1.60/1.67	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.60/1.67	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.60/1.67	c ===============================================================================
1.60/1.67	c |         0 |   28461   163195   552176 |    54398        0    nan |  0.000 % |
2.49/2.55	c |       101 |   28449   163195   552176 |    59838       94     28 |  0.420 % |
3.30/3.32	c |       251 |   28449   163195   552176 |    65821      244     14 |  0.420 % |
3.99/4.09	c |       476 |   28449   163195   552176 |    72404      469     11 |  0.420 % |
4.79/4.86	c |       813 |   28446   163195   552176 |    79644      803      9 |  0.430 % |
7.99/8.04	c |      1320 |   28433   163195   552176 |    87609     1305     26 |  0.446 % |
16.39/16.47	c |      2079 |   28426   162971   551543 |    96369     2053     69 |  0.452 % |
27.99/28.04	c |      3218 |   28423   162952   551486 |   106006     3191     91 |  0.456 % |
42.78/42.90	c |      4927 |   28423   162952   551486 |   116607     4900     96 |  0.456 % |
63.26/63.36	c |      7490 |   28423   162952   551486 |   128268     7463    104 |  0.456 % |
94.24/94.32	c |     11334 |   28417   162922   551410 |   141095    11302    113 |  0.465 % |
139.53/139.70	c |     17100 |   28413   162887   551301 |   155204    17045    102 |  0.470 % |
212.30/212.44	c |     25750 |   28413   162887   551301 |   170725    25695    110 |  0.470 % |
318.14/318.38	c |     38724 |   28412   162870   551242 |   187797    38668    107 |  0.472 % |
536.05/536.33	c |     58187 |   28411   162864   551226 |   206577    58129     84 |  0.473 % |
905.18/905.68	c |     87380 |   28398   162778   550976 |   227235    87306     88 |  0.492 % |

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1556563-1238843446/watcher-1556563-1238843446 -o /tmp/evaluation-result-1556563-1238843446/solver-1556563-1238843446 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-random_static -seed=455491426 HOME/instance-1556563-1238843446.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.92 0.98 0.99 3/68 28368
/proc/meminfo: memFree=1652464/2055920 swapFree=4176260/4192956
[pid=28368] ppid=28366 vsize=4868 CPUtime=0
/proc/28368/stat : 28368 (varsat-random_s) R 28366 28368 28237 0 -1 4194304 951 0 0 0 0 0 0 0 18 0 1 0 1157006279 4984832 936 1992294400 4194304 5102416 548682068800 18446744073709551615 4200452 0 0 4096 3 0 0 0 17 0 0 0
/proc/28368/statm: 1217 943 83 221 0 993 0

[startup+0.0382749 s]
/proc/loadavg: 0.92 0.98 0.99 3/68 28368
/proc/meminfo: memFree=1652464/2055920 swapFree=4176260/4192956
[pid=28368] ppid=28366 vsize=16656 CPUtime=0.03
/proc/28368/stat : 28368 (varsat-random_s) R 28366 28368 28237 0 -1 4194304 3597 0 0 0 2 1 0 0 18 0 1 0 1157006279 17055744 3573 1992294400 4194304 5102416 548682068800 18446744073709551615 4269667 0 0 4096 3 0 0 0 17 0 0 0
/proc/28368/statm: 4164 3573 88 221 0 3940 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 16656

[startup+0.101281 s]
/proc/loadavg: 0.92 0.98 0.99 3/68 28368
/proc/meminfo: memFree=1652464/2055920 swapFree=4176260/4192956
[pid=28368] ppid=28366 vsize=26492 CPUtime=0.09
/proc/28368/stat : 28368 (varsat-random_s) R 28366 28368 28237 0 -1 4194304 5660 0 0 0 7 2 0 0 18 0 1 0 1157006279 27127808 5637 1992294400 4194304 5102416 548682068800 18446744073709551615 4491861 0 0 4096 3 0 0 0 17 0 0 0
/proc/28368/statm: 6623 5638 88 221 0 6399 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26492

[startup+0.301303 s]
/proc/loadavg: 0.92 0.98 0.99 3/68 28368
/proc/meminfo: memFree=1652464/2055920 swapFree=4176260/4192956
[pid=28368] ppid=28366 vsize=44348 CPUtime=0.29
/proc/28368/stat : 28368 (varsat-random_s) R 28366 28368 28237 0 -1 4194304 10149 0 0 0 24 5 0 0 19 0 1 0 1157006279 45412352 10125 1992294400 4194304 5102416 548682068800 18446744073709551615 4491479 0 0 4096 3 0 0 0 17 0 0 0
/proc/28368/statm: 11087 10126 88 221 0 10863 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 44348

[startup+0.701347 s]
/proc/loadavg: 0.92 0.98 0.99 3/68 28368
/proc/meminfo: memFree=1652464/2055920 swapFree=4176260/4192956
[pid=28368] ppid=28366 vsize=56256 CPUtime=0.69
/proc/28368/stat : 28368 (varsat-random_s) R 28366 28368 28237 0 -1 4194304 13067 0 0 0 63 6 0 0 23 0 1 0 1157006279 57606144 13043 1992294400 4194304 5102416 548682068800 18446744073709551615 4491479 0 0 4096 3 0 0 0 17 0 0 0
/proc/28368/statm: 14064 13044 99 221 0 13840 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 56256

[startup+1.50143 s]
/proc/loadavg: 0.92 0.98 0.99 2/69 28369
/proc/meminfo: memFree=1590120/2055920 swapFree=4176260/4192956
[pid=28368] ppid=28366 vsize=78596 CPUtime=1.5
/proc/28368/stat : 28368 (varsat-random_s) R 28366 28368 28237 0 -1 4194304 18447 0 0 0 141 9 0 0 25 0 1 0 1157006279 80482304 18423 1992294400 4194304 5102416 548682068800 18446744073709551615 4273079 0 0 4096 3 0 0 0 17 0 0 0
/proc/28368/statm: 19649 18423 99 221 0 19425 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 78596

[startup+3.10161 s]
/proc/loadavg: 0.92 0.98 0.99 2/69 28369
/proc/meminfo: memFree=1585000/2055920 swapFree=4176260/4192956
[pid=28368] ppid=28366 vsize=70800 CPUtime=3.09
/proc/28368/stat : 28368 (varsat-random_s) R 28366 28368 28237 0 -1 4194304 18543 0 0 0 300 9 0 0 25 0 1 0 1157006279 72499200 16831 1992294400 4194304 5102416 548682068800 18446744073709551615 4220445 0 0 4096 3 0 0 0 17 0 0 0
/proc/28368/statm: 17700 16831 112 221 0 17476 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 70800

[startup+6.30197 s]
/proc/loadavg: 0.93 0.98 0.99 2/69 28369
/proc/meminfo: memFree=1584872/2055920 swapFree=4176260/4192956
[pid=28368] ppid=28366 vsize=70800 CPUtime=6.29
/proc/28368/stat : 28368 (varsat-random_s) R 28366 28368 28237 0 -1 4194304 18546 0 0 0 620 9 0 0 25 0 1 0 1157006279 72499200 16834 1992294400 4194304 5102416 548682068800 18446744073709551615 4248803 0 0 4096 3 0 0 0 17 0 0 0
/proc/28368/statm: 17700 16834 115 221 0 17476 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 70800

[startup+12.7027 s]
/proc/loadavg: 0.93 0.98 0.99 2/69 28369
/proc/meminfo: memFree=1584872/2055920 swapFree=4176260/4192956
[pid=28368] ppid=28366 vsize=70800 CPUtime=12.69
/proc/28368/stat : 28368 (varsat-random_s) R 28366 28368 28237 0 -1 4194304 18546 0 0 0 1260 9 0 0 25 0 1 0 1157006279 72499200 16834 1992294400 4194304 5102416 548682068800 18446744073709551615 4253879 0 0 4096 3 0 0 0 17 0 0 0
/proc/28368/statm: 17700 16834 115 221 0 17476 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 70800

[startup+25.5011 s]
/proc/loadavg: 0.95 0.98 0.99 3/69 28369
/proc/meminfo: memFree=1585064/2055920 swapFree=4176260/4192956
[pid=28368] ppid=28366 vsize=70800 CPUtime=25.49
/proc/28368/stat : 28368 (varsat-random_s) R 28366 28368 28237 0 -1 4194304 18546 0 0 0 2540 9 0 0 25 0 1 0 1157006279 72499200 16834 1992294400 4194304 5102416 548682068800 18446744073709551615 4248876 0 0 4096 3 0 0 0 17 0 0 0
/proc/28368/statm: 17700 16834 115 221 0 17476 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 70800

[startup+51.1019 s]
/proc/loadavg: 0.96 0.98 0.99 2/69 28369
/proc/meminfo: memFree=1585064/2055920 swapFree=4176260/4192956
[pid=28368] ppid=28366 vsize=70800 CPUtime=51.07
/proc/28368/stat : 28368 (varsat-random_s) R 28366 28368 28237 0 -1 4194304 18546 0 0 0 5098 9 0 0 25 0 1 0 1157006279 72499200 16834 1992294400 4194304 5102416 548682068800 18446744073709551615 4249508 0 0 4096 3 0 0 0 17 0 0 0
/proc/28368/statm: 17700 16834 115 221 0 17476 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 70800

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/69 28369
/proc/meminfo: memFree=1583464/2055920 swapFree=4176260/4192956
[pid=28368] ppid=28366 vsize=72376 CPUtime=102.24
/proc/28368/stat : 28368 (varsat-random_s) R 28366 28368 28237 0 -1 4194304 18956 0 0 0 10215 9 0 0 25 0 1 0 1157006279 74113024 17244 1992294400 4194304 5102416 548682068800 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 0 0 0
/proc/28368/statm: 18094 17244 115 221 0 17870 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 72376

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/69 28369
/proc/meminfo: memFree=1580072/2055920 swapFree=4176260/4192956
[pid=28368] ppid=28366 vsize=75752 CPUtime=162.22
/proc/28368/stat : 28368 (varsat-random_s) R 28366 28368 28237 0 -1 4194304 19804 0 0 0 16211 11 0 0 25 0 1 0 1157006279 77570048 18092 1992294400 4194304 5102416 548682068800 18446744073709551615 4248793 0 0 4096 3 0 0 0 17 0 0 0
/proc/28368/statm: 18938 18092 115 221 0 18714 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 75752

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/69 28369
/proc/meminfo: memFree=1576232/2055920 swapFree=4176260/4192956
[pid=28368] ppid=28366 vsize=79448 CPUtime=222.19
/proc/28368/stat : 28368 (varsat-random_s) R 28366 28368 28237 0 -1 4194304 20750 0 0 0 22207 12 0 0 25 0 1 0 1157006279 81354752 19038 1992294400 4194304 5102416 548682068800 18446744073709551615 4249977 0 0 4096 3 0 0 0 17 0 0 0
/proc/28368/statm: 19862 19038 115 221 0 19638 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 79448

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/69 28369
/proc/meminfo: memFree=1572968/2055920 swapFree=4176260/4192956
[pid=28368] ppid=28366 vsize=82756 CPUtime=282.17
/proc/28368/stat : 28368 (varsat-random_s) R 28366 28368 28237 0 -1 4194304 21562 0 0 0 28204 13 0 0 25 0 1 0 1157006279 84742144 19850 1992294400 4194304 5102416 548682068800 18446744073709551615 4249643 0 0 4096 3 0 0 0 17 0 0 0
/proc/28368/statm: 20689 19850 115 221 0 20465 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 82756

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/69 28369
/proc/meminfo: memFree=1569768/2055920 swapFree=4176260/4192956
[pid=28368] ppid=28366 vsize=85960 CPUtime=342.14
/proc/28368/stat : 28368 (varsat-random_s) R 28366 28368 28237 0 -1 4194304 22345 0 0 0 34201 13 0 0 25 0 1 0 1157006279 88023040 20633 1992294400 4194304 5102416 548682068800 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 0 0 0
/proc/28368/statm: 21490 20633 115 221 0 21266 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 85960

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/69 28369
/proc/meminfo: memFree=1569320/2055920 swapFree=4176260/4192956
[pid=28368] ppid=28366 vsize=86380 CPUtime=402.1
/proc/28368/stat : 28368 (varsat-random_s) R 28366 28368 28237 0 -1 4194304 22452 0 0 0 40197 13 0 0 25 0 1 0 1157006279 88453120 20740 1992294400 4194304 5102416 548682068800 18446744073709551615 4249499 0 0 4096 3 0 0 0 17 0 0 0
/proc/28368/statm: 21595 20740 115 221 0 21371 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 86380

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/69 28369
/proc/meminfo: memFree=1568616/2055920 swapFree=4176260/4192956
[pid=28368] ppid=28366 vsize=86968 CPUtime=462.08
/proc/28368/stat : 28368 (varsat-random_s) R 28366 28368 28237 0 -1 4194304 22606 0 0 0 46194 14 0 0 25 0 1 0 1157006279 89055232 20894 1992294400 4194304 5102416 548682068800 18446744073709551615 4249466 0 0 4096 3 0 0 0 17 0 0 0
/proc/28368/statm: 21742 20894 115 221 0 21518 0
Current children cumulated CPU time (s) 462.08
Current children cumulated vsize (KiB) 86968

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/69 28369
/proc/meminfo: memFree=1567976/2055920 swapFree=4176260/4192956
[pid=28368] ppid=28366 vsize=87572 CPUtime=522.06
/proc/28368/stat : 28368 (varsat-random_s) R 28366 28368 28237 0 -1 4194304 22746 0 0 0 52192 14 0 0 25 0 1 0 1157006279 89673728 21034 1992294400 4194304 5102416 548682068800 18446744073709551615 4249508 0 0 4096 3 0 0 0 17 0 0 0
/proc/28368/statm: 21893 21034 115 221 0 21669 0
Current children cumulated CPU time (s) 522.06
Current children cumulated vsize (KiB) 87572

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/69 28369
/proc/meminfo: memFree=1565480/2055920 swapFree=4176260/4192956
[pid=28368] ppid=28366 vsize=90292 CPUtime=582.03
/proc/28368/stat : 28368 (varsat-random_s) R 28366 28368 28237 0 -1 4194304 23381 0 0 0 58188 15 0 0 25 0 1 0 1157006279 92459008 21669 1992294400 4194304 5102416 548682068800 18446744073709551615 4255660 0 0 4096 3 0 0 0 17 0 0 0
/proc/28368/statm: 22573 21669 115 221 0 22349 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 90292

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/69 28369
/proc/meminfo: memFree=1564392/2055920 swapFree=4176260/4192956
[pid=28368] ppid=28366 vsize=91380 CPUtime=642.01
/proc/28368/stat : 28368 (varsat-random_s) R 28366 28368 28237 0 -1 4194304 23651 0 0 0 64186 15 0 0 25 0 1 0 1157006279 93573120 21939 1992294400 4194304 5102416 548682068800 18446744073709551615 4249573 0 0 4096 3 0 0 0 17 0 0 0
/proc/28368/statm: 22845 21939 115 221 0 22621 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 91380

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/69 28369
/proc/meminfo: memFree=1562088/2055920 swapFree=4176260/4192956
[pid=28368] ppid=28366 vsize=93684 CPUtime=701.98
/proc/28368/stat : 28368 (varsat-random_s) R 28366 28368 28237 0 -1 4194304 24219 0 0 0 70182 16 0 0 25 0 1 0 1157006279 95932416 22507 1992294400 4194304 5102416 548682068800 18446744073709551615 4249508 0 0 4096 3 0 0 0 17 0 0 0
/proc/28368/statm: 23421 22507 115 221 0 23197 0
Current children cumulated CPU time (s) 701.98
Current children cumulated vsize (KiB) 93684

[startup+762.307 s]
/proc/loadavg: 0.99 0.98 0.99 2/69 28369
/proc/meminfo: memFree=1561704/2055920 swapFree=4176260/4192956
[pid=28368] ppid=28366 vsize=93968 CPUtime=761.95
/proc/28368/stat : 28368 (varsat-random_s) R 28366 28368 28237 0 -1 4194304 24294 0 0 0 76179 16 0 0 25 0 1 0 1157006279 96223232 22582 1992294400 4194304 5102416 548682068800 18446744073709551615 4244638 0 0 4096 3 0 0 0 17 0 0 0
/proc/28368/statm: 23492 22582 115 221 0 23268 0
Current children cumulated CPU time (s) 761.95
Current children cumulated vsize (KiB) 93968

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/69 28369
/proc/meminfo: memFree=1559336/2055920 swapFree=4176260/4192956
[pid=28368] ppid=28366 vsize=96352 CPUtime=821.92
/proc/28368/stat : 28368 (varsat-random_s) R 28366 28368 28237 0 -1 4194304 24908 0 0 0 82176 16 0 0 25 0 1 0 1157006279 98664448 23196 1992294400 4194304 5102416 548682068800 18446744073709551615 4249567 0 0 4096 3 0 0 0 17 0 0 0
/proc/28368/statm: 24088 23196 115 221 0 23864 0
Current children cumulated CPU time (s) 821.92
Current children cumulated vsize (KiB) 96352

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/69 28369
/proc/meminfo: memFree=1556840/2055920 swapFree=4176260/4192956
[pid=28368] ppid=28366 vsize=98740 CPUtime=881.9
/proc/28368/stat : 28368 (varsat-random_s) R 28366 28368 28237 0 -1 4194304 25513 0 0 0 88173 17 0 0 25 0 1 0 1157006279 101109760 23801 1992294400 4194304 5102416 548682068800 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 0 0 0
/proc/28368/statm: 24685 23801 115 221 0 24461 0
Current children cumulated CPU time (s) 881.9
Current children cumulated vsize (KiB) 98740

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/69 28369
/proc/meminfo: memFree=1555240/2055920 swapFree=4176260/4192956
[pid=28368] ppid=28366 vsize=100312 CPUtime=941.86
/proc/28368/stat : 28368 (varsat-random_s) R 28366 28368 28237 0 -1 4194304 25901 0 0 0 94169 17 0 0 25 0 1 0 1157006279 102719488 24189 1992294400 4194304 5102416 548682068800 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 0 0 0
/proc/28368/statm: 25078 24189 115 221 0 24854 0
Current children cumulated CPU time (s) 941.86
Current children cumulated vsize (KiB) 100312

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/69 28369
/proc/meminfo: memFree=1553768/2055920 swapFree=4176260/4192956
[pid=28368] ppid=28366 vsize=102176 CPUtime=1001.85
/proc/28368/stat : 28368 (varsat-random_s) R 28366 28368 28237 0 -1 4194304 26274 0 0 0 100167 18 0 0 25 0 1 0 1157006279 104628224 24562 1992294400 4194304 5102416 548682068800 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 0 0 0
/proc/28368/statm: 25544 24562 115 221 0 25320 0
Current children cumulated CPU time (s) 1001.85
Current children cumulated vsize (KiB) 102176

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/69 28369
/proc/meminfo: memFree=1553448/2055920 swapFree=4176260/4192956
[pid=28368] ppid=28366 vsize=102496 CPUtime=1061.82
/proc/28368/stat : 28368 (varsat-random_s) R 28366 28368 28237 0 -1 4194304 26348 0 0 0 106164 18 0 0 25 0 1 0 1157006279 104955904 24636 1992294400 4194304 5102416 548682068800 18446744073709551615 4249563 0 0 4096 3 0 0 0 17 0 0 0
/proc/28368/statm: 25624 24636 115 221 0 25400 0
Current children cumulated CPU time (s) 1061.82
Current children cumulated vsize (KiB) 102496

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/69 28369
/proc/meminfo: memFree=1553256/2055920 swapFree=4176260/4192956
[pid=28368] ppid=28366 vsize=102636 CPUtime=1121.79
/proc/28368/stat : 28368 (varsat-random_s) R 28366 28368 28237 0 -1 4194304 26391 0 0 0 112161 18 0 0 25 0 1 0 1157006279 105099264 24679 1992294400 4194304 5102416 548682068800 18446744073709551615 4249619 0 0 4096 3 0 0 0 17 0 0 0
/proc/28368/statm: 25659 24679 115 221 0 25435 0
Current children cumulated CPU time (s) 1121.79
Current children cumulated vsize (KiB) 102636

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/69 28369
/proc/meminfo: memFree=1552296/2055920 swapFree=4176260/4192956
[pid=28368] ppid=28366 vsize=103548 CPUtime=1181.76
/proc/28368/stat : 28368 (varsat-random_s) R 28366 28368 28237 0 -1 4194304 26624 0 0 0 118158 18 0 0 25 0 1 0 1157006279 106033152 24912 1992294400 4194304 5102416 548682068800 18446744073709551615 4248793 0 0 4096 3 0 0 0 17 0 0 0
/proc/28368/statm: 25887 24912 115 221 0 25663 0
Current children cumulated CPU time (s) 1181.76
Current children cumulated vsize (KiB) 103548



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.98 0.99 2/69 28369
/proc/meminfo: memFree=1552040/2055920 swapFree=4176260/4192956
[pid=28368] ppid=28366 vsize=103680 CPUtime=1200.06
/proc/28368/stat : 28368 (varsat-random_s) R 28366 28368 28237 0 -1 4194304 26666 0 0 0 119988 18 0 0 25 0 1 0 1157006279 106168320 24954 1992294400 4194304 5102416 548682068800 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 0 0 0
/proc/28368/statm: 25920 24954 115 221 0 25696 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 103680

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.62
CPU time (s): 1200.09
CPU user time (s): 1199.89
CPU system time (s): 0.202969
CPU usage (%): 99.9556
Max. virtual memory (cumulated for all children) (KiB): 103680

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

runsolver used 1.05084 second user time and 3.32549 second system time

The end

Launcher Data

Begin job on node59 at 2009-04-04 13:10:46
IDJOB=1556563
IDBENCH=70821
IDSOLVER=539
FILE ID=node59/1556563-1238843446
PBS_JOBID= 9085842
Free space on /tmp= 66540 MiB

SOLVER NAME= VARSAT-random 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-10.cnf
COMMAND LINE= HOME/varsat-random_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1556563-1238843446/watcher-1556563-1238843446 -o /tmp/evaluation-result-1556563-1238843446/solver-1556563-1238843446 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-random_static -seed=455491426 HOME/instance-1556563-1238843446.cnf

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

MD5SUM BENCH= 0260f441a1d07270edb6a85b2fc90d1d
RANDOM SEED=455491426

node59.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.209
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.209
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:       1652880 kB
Buffers:         31252 kB
Cached:         307896 kB
SwapCached:      10032 kB
Active:         110504 kB
Inactive:       240156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1652880 kB
SwapTotal:     4192956 kB
SwapFree:      4176260 kB
Dirty:            5100 kB
Writeback:           0 kB
Mapped:          16864 kB
Slab:            37900 kB
Committed_AS:  3365328 kB
PageTables:       1720 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= 66540 MiB
End job on node59 at 2009-04-04 13:30:49