Trace number 1785136

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-22? (TO) 5000.12 5001.21

General information on the benchmark

Namecrafted/Hard/contest03/looksrandom/
hidden-k3-s0-r5-n700-01-S2069048075.sat05-488.reshuffled-07.cnf
MD5SUM68e48f3a77d59cc85ebd5fd30cfcba3c
Bench CategoryCRAFTED (crafted 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 variables700
Number of clauses3500
Sum of the clauses size10500
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 33500
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:  700                                                  |
0.00/0.00	c |  Number of clauses:    3500                                                 |
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:          1464867683.000000
0.00/0.00	c |  Heuristic:            EMBP-G, threshold 0.950                              |
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 |     693     3493    10536 |     1164        0    nan |  0.000 % |
0.00/0.01	c |       100 |     693     3493    10536 |     1280      100     27 |  0.000 % |
0.00/0.02	c |       250 |     693     3493    10536 |     1408      250     27 |  0.000 % |
0.00/0.04	c |       476 |     693     3493    10536 |     1549      476     26 |  0.000 % |
0.00/0.05	c |       813 |     693     3493    10536 |     1704      813     25 |  0.000 % |
0.00/0.08	c |      1319 |     693     3493    10536 |     1875     1319     25 |  0.000 % |
0.09/0.12	c |      2078 |     693     3493    10536 |     2062     1106     24 |  0.000 % |
0.09/0.18	c |      3219 |     693     3493    10536 |     2268     1180     23 |  0.000 % |
0.19/0.28	c |      4927 |     693     3493    10536 |     2495     1711     25 |  0.000 % |
0.39/0.43	c |      7490 |     693     3493    10536 |     2745     1719     24 |  0.000 % |
0.59/0.67	c |     11334 |     693     3493    10536 |     3019     2755     24 |  0.000 % |
0.99/1.03	c |     17102 |     693     3493    10536 |     3321     2345     25 |  0.000 % |
1.49/1.59	c |     25751 |     693     3493    10536 |     3654     2556     24 |  0.000 % |
2.39/2.47	c |     38726 |     693     3493    10536 |     4019     2522     24 |  0.000 % |
3.79/3.81	c |     58188 |     693     3493    10536 |     4421     3613     26 |  0.000 % |
5.89/5.90	c |     87381 |     693     3493    10536 |     4863     3649     23 |  0.000 % |
9.09/9.19	c |    131170 |     693     3493    10536 |     5350     3039     25 |  0.000 % |
14.19/14.21	c |    196854 |     693     3493    10536 |     5885     3744     25 |  0.000 % |
22.28/22.30	c |    295382 |     693     3493    10536 |     6473     4151     24 |  0.000 % |
34.99/35.04	c |    443171 |     693     3493    10536 |     7120     4904     26 |  0.000 % |
54.78/54.86	c |    664854 |     693     3493    10536 |     7833     4049     23 |  0.000 % |
85.37/85.48	c |    997379 |     693     3493    10536 |     8616     5291     24 |  0.000 % |
133.66/133.78	c |   1496168 |     693     3493    10536 |     9477     5198     23 |  0.000 % |
209.45/209.52	c |   2244351 |     693     3493    10536 |    10425     9362     26 |  0.000 % |
329.71/329.83	c |   3366626 |     693     3493    10536 |    11468     9936     24 |  0.000 % |
521.28/521.43	c |   5050037 |     693     3493    10536 |    12615    10485     24 |  0.000 % |
830.21/830.45	c |   7575153 |     693     3493    10536 |    13876     7977     24 |  0.000 % |
1321.60/1321.96	c |  11362828 |     693     3493    10536 |    15264    13681     26 |  0.000 % |
2125.32/2125.87	c |  17044340 |     693     3493    10536 |    16790     9716     24 |  0.000 % |
3441.64/3442.43	c |  25566610 |     693     3493    10536 |    18469    14885     26 |  0.000 % |

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-1785136-1241893963/watcher-1785136-1241893963 -o /tmp/evaluation-result-1785136-1241893963/solver-1785136-1241893963 -C 5000 -W 6000 -M 1800 HOME/varsat-industrial_static -seed=1464867683 HOME/instance-1785136-1241893963.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: 1.05 1.02 1.00 3/64 28733
/proc/meminfo: memFree=933928/2055920 swapFree=4181272/4192956
[pid=28733] ppid=28731 vsize=2688 CPUtime=0
/proc/28733/stat : 28733 (varsat-industri) R 28731 28733 28616 0 -1 4194304 254 0 0 0 0 0 0 0 18 0 1 0 217429881 2752512 239 1992294400 4194304 5102648 548682068784 18446744073709551615 4492085 0 0 4096 3 0 0 0 17 1 0 0
/proc/28733/statm: 672 244 87 221 0 448 0

[startup+0.102702 s]
/proc/loadavg: 1.05 1.02 1.00 3/64 28733
/proc/meminfo: memFree=933928/2055920 swapFree=4181272/4192956
[pid=28733] ppid=28731 vsize=2912 CPUtime=0.09
/proc/28733/stat : 28733 (varsat-industri) R 28731 28733 28616 0 -1 4194304 348 0 0 0 9 0 0 0 18 0 1 0 217429881 2981888 333 1992294400 4194304 5102648 548682068784 18446744073709551615 4516103 0 0 4096 3 0 0 0 17 1 0 0
/proc/28733/statm: 728 333 111 221 0 504 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2912

[startup+0.201708 s]
/proc/loadavg: 1.05 1.02 1.00 3/64 28733
/proc/meminfo: memFree=933928/2055920 swapFree=4181272/4192956
[pid=28733] ppid=28731 vsize=2912 CPUtime=0.19
/proc/28733/stat : 28733 (varsat-industri) R 28731 28733 28616 0 -1 4194304 373 0 0 0 19 0 0 0 18 0 1 0 217429881 2981888 358 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/28733/statm: 728 358 111 221 0 504 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 2912

[startup+0.301715 s]
/proc/loadavg: 1.05 1.02 1.00 3/64 28733
/proc/meminfo: memFree=933928/2055920 swapFree=4181272/4192956
[pid=28733] ppid=28731 vsize=3044 CPUtime=0.29
/proc/28733/stat : 28733 (varsat-industri) R 28731 28733 28616 0 -1 4194304 390 0 0 0 29 0 0 0 19 0 1 0 217429881 3117056 375 1992294400 4194304 5102648 548682068784 18446744073709551615 4244345 0 0 4096 3 0 0 0 17 1 0 0
/proc/28733/statm: 761 375 111 221 0 537 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3044

[startup+0.70174 s]
/proc/loadavg: 1.05 1.02 1.00 3/64 28733
/proc/meminfo: memFree=933928/2055920 swapFree=4181272/4192956
[pid=28733] ppid=28731 vsize=3308 CPUtime=0.69
/proc/28733/stat : 28733 (varsat-industri) R 28731 28733 28616 0 -1 4194304 456 0 0 0 69 0 0 0 22 0 1 0 217429881 3387392 441 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/28733/statm: 827 441 111 221 0 603 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3308

[startup+1.50179 s]
/proc/loadavg: 1.05 1.02 1.00 2/65 28734
/proc/meminfo: memFree=932384/2055920 swapFree=4181272/4192956
[pid=28733] ppid=28731 vsize=3572 CPUtime=1.49
/proc/28733/stat : 28733 (varsat-industri) R 28731 28733 28616 0 -1 4194304 514 0 0 0 149 0 0 0 25 0 1 0 217429881 3657728 499 1992294400 4194304 5102648 548682068784 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/28733/statm: 893 499 111 221 0 669 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3572

[startup+3.1029 s]
/proc/loadavg: 1.05 1.02 1.00 2/65 28734
/proc/meminfo: memFree=931936/2055920 swapFree=4181272/4192956
[pid=28733] ppid=28731 vsize=3968 CPUtime=3.09
/proc/28733/stat : 28733 (varsat-industri) R 28731 28733 28616 0 -1 4194304 608 0 0 0 309 0 0 0 25 0 1 0 217429881 4063232 593 1992294400 4194304 5102648 548682068784 18446744073709551615 4250291 0 0 4096 3 0 0 0 17 1 0 0
/proc/28733/statm: 992 593 111 221 0 768 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3968

[startup+6.3011 s]
/proc/loadavg: 1.05 1.02 1.00 2/65 28734
/proc/meminfo: memFree=931368/2055920 swapFree=4181272/4192956
[pid=28733] ppid=28731 vsize=4364 CPUtime=6.29
/proc/28733/stat : 28733 (varsat-industri) R 28731 28733 28616 0 -1 4194304 732 0 0 0 629 0 0 0 25 0 1 0 217429881 4468736 717 1992294400 4194304 5102648 548682068784 18446744073709551615 4249843 0 0 4096 3 0 0 0 17 1 0 0
/proc/28733/statm: 1091 717 111 221 0 867 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4364

[startup+12.7015 s]
/proc/loadavg: 1.04 1.02 1.00 2/65 28734
/proc/meminfo: memFree=930664/2055920 swapFree=4181272/4192956
[pid=28733] ppid=28731 vsize=5028 CPUtime=12.69
/proc/28733/stat : 28733 (varsat-industri) R 28731 28733 28616 0 -1 4194304 878 0 0 0 1269 0 0 0 25 0 1 0 217429881 5148672 863 1992294400 4194304 5102648 548682068784 18446744073709551615 4250291 0 0 4096 3 0 0 0 17 1 0 0
/proc/28733/statm: 1257 863 111 221 0 1033 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5028

[startup+25.5013 s]
/proc/loadavg: 1.03 1.02 1.00 2/65 28734
/proc/meminfo: memFree=929768/2055920 swapFree=4181272/4192956
[pid=28733] ppid=28731 vsize=5956 CPUtime=25.48
/proc/28733/stat : 28733 (varsat-industri) R 28731 28733 28616 0 -1 4194304 1105 0 0 0 2548 0 0 0 25 0 1 0 217429881 6098944 1090 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/28733/statm: 1489 1090 111 221 0 1265 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 5956

[startup+51.102 s]
/proc/loadavg: 1.02 1.02 1.00 2/65 28734
/proc/meminfo: memFree=928872/2055920 swapFree=4181272/4192956
[pid=28733] ppid=28731 vsize=6904 CPUtime=51.08
/proc/28733/stat : 28733 (varsat-industri) R 28731 28733 28616 0 -1 4194304 1348 0 0 0 5107 1 0 0 25 0 1 0 217429881 7069696 1333 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/28733/statm: 1726 1333 111 221 0 1502 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 6904

[startup+102.301 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 28734
/proc/meminfo: memFree=927400/2055920 swapFree=4181272/4192956
[pid=28733] ppid=28731 vsize=8448 CPUtime=102.27
/proc/28733/stat : 28733 (varsat-industri) R 28731 28733 28616 0 -1 4194304 1709 0 0 0 10226 1 0 0 25 0 1 0 217429881 8650752 1694 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/28733/statm: 2112 1694 111 221 0 1888 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 8448

[startup+162.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 28734
/proc/meminfo: memFree=926248/2055920 swapFree=4181272/4192956
[pid=28733] ppid=28731 vsize=9400 CPUtime=162.25
/proc/28733/stat : 28733 (varsat-industri) R 28731 28733 28616 0 -1 4194304 1970 0 0 0 16224 1 0 0 25 0 1 0 217429881 9625600 1955 1992294400 4194304 5102648 548682068784 18446744073709551615 4249675 0 0 4096 3 0 0 0 17 1 0 0
/proc/28733/statm: 2350 1955 111 221 0 2126 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 9400

[startup+222.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28734
/proc/meminfo: memFree=925416/2055920 swapFree=4181272/4192956
[pid=28733] ppid=28731 vsize=10228 CPUtime=222.25
/proc/28733/stat : 28733 (varsat-industri) R 28731 28733 28616 0 -1 4194304 2174 0 0 0 22223 2 0 0 25 0 1 0 217429881 10473472 2159 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/28733/statm: 2557 2159 111 221 0 2333 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 10228

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28734
/proc/meminfo: memFree=924776/2055920 swapFree=4181272/4192956
[pid=28733] ppid=28731 vsize=11076 CPUtime=282.23
/proc/28733/stat : 28733 (varsat-industri) R 28731 28733 28616 0 -1 4194304 2348 0 0 0 28221 2 0 0 25 0 1 0 217429881 11341824 2333 1992294400 4194304 5102648 548682068784 18446744073709551615 4249753 0 0 4096 3 0 0 0 17 1 0 0
/proc/28733/statm: 2769 2333 111 221 0 2545 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 11076

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28734
/proc/meminfo: memFree=924072/2055920 swapFree=4181272/4192956
[pid=28733] ppid=28731 vsize=11648 CPUtime=342.22
/proc/28733/stat : 28733 (varsat-industri) R 28731 28733 28616 0 -1 4194304 2518 0 0 0 34219 3 0 0 25 0 1 0 217429881 11927552 2503 1992294400 4194304 5102648 548682068784 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/28733/statm: 2912 2503 111 221 0 2688 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 11648

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28736
/proc/meminfo: memFree=923112/2055920 swapFree=4181272/4192956
[pid=28733] ppid=28731 vsize=12336 CPUtime=402.2
/proc/28733/stat : 28733 (varsat-industri) R 28731 28733 28616 0 -1 4194304 2673 0 0 0 40217 3 0 0 25 0 1 0 217429881 12632064 2658 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/28733/statm: 3084 2658 111 221 0 2860 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 12336

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28736
/proc/meminfo: memFree=922664/2055920 swapFree=4181272/4192956
[pid=28733] ppid=28731 vsize=13048 CPUtime=462.18
/proc/28733/stat : 28733 (varsat-industri) R 28731 28733 28616 0 -1 4194304 2850 0 0 0 46215 3 0 0 25 0 1 0 217429881 13361152 2835 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/28733/statm: 3262 2835 111 221 0 3038 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 13048

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28736
/proc/meminfo: memFree=922408/2055920 swapFree=4181272/4192956
[pid=28733] ppid=28731 vsize=13464 CPUtime=522.18
/proc/28733/stat : 28733 (varsat-industri) R 28731 28733 28616 0 -1 4194304 2940 0 0 0 52214 4 0 0 25 0 1 0 217429881 13787136 2925 1992294400 4194304 5102648 548682068784 18446744073709551615 4249806 0 0 4096 3 0 0 0 17 1 0 0
/proc/28733/statm: 3366 2925 111 221 0 3142 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 13464

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28736
/proc/meminfo: memFree=921768/2055920 swapFree=4181272/4192956
[pid=28733] ppid=28731 vsize=14040 CPUtime=582.16
/proc/28733/stat : 28733 (varsat-industri) R 28731 28733 28616 0 -1 4194304 3059 0 0 0 58212 4 0 0 25 0 1 0 217429881 14376960 3044 1992294400 4194304 5102648 548682068784 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/28733/statm: 3510 3044 111 221 0 3286 0
Current children cumulated CPU time (s) 582.16
Current children cumulated vsize (KiB) 14040

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28736
/proc/meminfo: memFree=921384/2055920 swapFree=4181272/4192956
[pid=28733] ppid=28731 vsize=14488 CPUtime=642.15
/proc/28733/stat : 28733 (varsat-industri) R 28731 28733 28616 0 -1 4194304 3156 0 0 0 64211 4 0 0 25 0 1 0 217429881 14835712 3141 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/28733/statm: 3622 3141 111 221 0 3398 0
Current children cumulated CPU time (s) 642.15
Current children cumulated vsize (KiB) 14488

[startup+702.301 s]

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

[startup+4062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28744
/proc/meminfo: memFree=909736/2055920 swapFree=4181272/4192956
[pid=28733] ppid=28731 vsize=26192 CPUtime=4061.4
/proc/28733/stat : 28733 (varsat-industri) R 28731 28733 28616 0 -1 4194304 5893 0 0 0 406125 15 0 0 25 0 1 0 217429881 26820608 5878 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/28733/statm: 6548 5878 111 221 0 6324 0
Current children cumulated CPU time (s) 4061.4
Current children cumulated vsize (KiB) 26192

[startup+4122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28744
/proc/meminfo: memFree=909736/2055920 swapFree=4181272/4192956
[pid=28733] ppid=28731 vsize=26192 CPUtime=4121.38
/proc/28733/stat : 28733 (varsat-industri) R 28731 28733 28616 0 -1 4194304 5910 0 0 0 412123 15 0 0 25 0 1 0 217429881 26820608 5895 1992294400 4194304 5102648 548682068784 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/28733/statm: 6548 5895 111 221 0 6324 0
Current children cumulated CPU time (s) 4121.38
Current children cumulated vsize (KiB) 26192

[startup+4182.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28744
/proc/meminfo: memFree=909672/2055920 swapFree=4181272/4192956
[pid=28733] ppid=28731 vsize=26340 CPUtime=4181.37
/proc/28733/stat : 28733 (varsat-industri) R 28731 28733 28616 0 -1 4194304 5935 0 0 0 418122 15 0 0 25 0 1 0 217429881 26972160 5920 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/28733/statm: 6585 5920 111 221 0 6361 0
Current children cumulated CPU time (s) 4181.37
Current children cumulated vsize (KiB) 26340

[startup+4242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28744
/proc/meminfo: memFree=909608/2055920 swapFree=4181272/4192956
[pid=28733] ppid=28731 vsize=26340 CPUtime=4241.36
/proc/28733/stat : 28733 (varsat-industri) R 28731 28733 28616 0 -1 4194304 5936 0 0 0 424121 15 0 0 25 0 1 0 217429881 26972160 5921 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/28733/statm: 6585 5921 111 221 0 6361 0
Current children cumulated CPU time (s) 4241.36
Current children cumulated vsize (KiB) 26340

[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28744
/proc/meminfo: memFree=909544/2055920 swapFree=4181272/4192956
[pid=28733] ppid=28731 vsize=26496 CPUtime=4301.35
/proc/28733/stat : 28733 (varsat-industri) R 28731 28733 28616 0 -1 4194304 5964 0 0 0 430119 16 0 0 25 0 1 0 217429881 27131904 5949 1992294400 4194304 5102648 548682068784 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/28733/statm: 6624 5949 111 221 0 6400 0
Current children cumulated CPU time (s) 4301.35
Current children cumulated vsize (KiB) 26496

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28744
/proc/meminfo: memFree=909352/2055920 swapFree=4181272/4192956
[pid=28733] ppid=28731 vsize=26644 CPUtime=4361.34
/proc/28733/stat : 28733 (varsat-industri) R 28731 28733 28616 0 -1 4194304 6005 0 0 0 436118 16 0 0 25 0 1 0 217429881 27283456 5990 1992294400 4194304 5102648 548682068784 18446744073709551615 4249843 0 0 4096 3 0 0 0 17 1 0 0
/proc/28733/statm: 6661 5990 111 221 0 6437 0
Current children cumulated CPU time (s) 4361.34
Current children cumulated vsize (KiB) 26644

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28744
/proc/meminfo: memFree=909032/2055920 swapFree=4181272/4192956
[pid=28733] ppid=28731 vsize=26968 CPUtime=4421.32
/proc/28733/stat : 28733 (varsat-industri) R 28731 28733 28616 0 -1 4194304 6083 0 0 0 442116 16 0 0 25 0 1 0 217429881 27615232 6068 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/28733/statm: 6742 6068 111 221 0 6518 0
Current children cumulated CPU time (s) 4421.32
Current children cumulated vsize (KiB) 26968

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28744
/proc/meminfo: memFree=908904/2055920 swapFree=4181272/4192956
[pid=28733] ppid=28731 vsize=27136 CPUtime=4481.31
/proc/28733/stat : 28733 (varsat-industri) R 28731 28733 28616 0 -1 4194304 6107 0 0 0 448115 16 0 0 25 0 1 0 217429881 27787264 6092 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/28733/statm: 6784 6092 111 221 0 6560 0
Current children cumulated CPU time (s) 4481.31
Current children cumulated vsize (KiB) 27136

[startup+4542.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/65 28744
/proc/meminfo: memFree=908776/2055920 swapFree=4181272/4192956
[pid=28733] ppid=28731 vsize=27284 CPUtime=4541.29
/proc/28733/stat : 28733 (varsat-industri) R 28731 28733 28616 0 -1 4194304 6138 0 0 0 454113 16 0 0 25 0 1 0 217429881 27938816 6123 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/28733/statm: 6821 6123 111 221 0 6597 0
Current children cumulated CPU time (s) 4541.29
Current children cumulated vsize (KiB) 27284

[startup+4602.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/65 28744
/proc/meminfo: memFree=908648/2055920 swapFree=4181272/4192956
[pid=28733] ppid=28731 vsize=27284 CPUtime=4601.28
/proc/28733/stat : 28733 (varsat-industri) R 28731 28733 28616 0 -1 4194304 6156 0 0 0 460112 16 0 0 25 0 1 0 217429881 27938816 6141 1992294400 4194304 5102648 548682068784 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/28733/statm: 6821 6141 111 221 0 6597 0
Current children cumulated CPU time (s) 4601.28
Current children cumulated vsize (KiB) 27284

[startup+4662.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 28744
/proc/meminfo: memFree=908520/2055920 swapFree=4181272/4192956
[pid=28733] ppid=28731 vsize=27432 CPUtime=4661.27
/proc/28733/stat : 28733 (varsat-industri) R 28731 28733 28616 0 -1 4194304 6189 0 0 0 466110 17 0 0 25 0 1 0 217429881 28090368 6174 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/28733/statm: 6858 6174 111 221 0 6634 0
Current children cumulated CPU time (s) 4661.27
Current children cumulated vsize (KiB) 27432

[startup+4722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28744
/proc/meminfo: memFree=908520/2055920 swapFree=4181272/4192956
[pid=28733] ppid=28731 vsize=27432 CPUtime=4721.26
/proc/28733/stat : 28733 (varsat-industri) R 28731 28733 28616 0 -1 4194304 6194 0 0 0 472109 17 0 0 25 0 1 0 217429881 28090368 6179 1992294400 4194304 5102648 548682068784 18446744073709551615 4249926 0 0 4096 3 0 0 0 17 1 0 0
/proc/28733/statm: 6858 6179 111 221 0 6634 0
Current children cumulated CPU time (s) 4721.26
Current children cumulated vsize (KiB) 27432

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28744
/proc/meminfo: memFree=908328/2055920 swapFree=4181272/4192956
[pid=28733] ppid=28731 vsize=27576 CPUtime=4781.25
/proc/28733/stat : 28733 (varsat-industri) R 28731 28733 28616 0 -1 4194304 6233 0 0 0 478108 17 0 0 25 0 1 0 217429881 28237824 6218 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/28733/statm: 6894 6218 111 221 0 6670 0
Current children cumulated CPU time (s) 4781.25
Current children cumulated vsize (KiB) 27576

[startup+4842.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28744
/proc/meminfo: memFree=908264/2055920 swapFree=4181272/4192956
[pid=28733] ppid=28731 vsize=27768 CPUtime=4841.24
/proc/28733/stat : 28733 (varsat-industri) R 28731 28733 28616 0 -1 4194304 6259 0 0 0 484107 17 0 0 25 0 1 0 217429881 28434432 6244 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/28733/statm: 6942 6244 111 221 0 6718 0
Current children cumulated CPU time (s) 4841.24
Current children cumulated vsize (KiB) 27768

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28744
/proc/meminfo: memFree=908072/2055920 swapFree=4181272/4192956
[pid=28733] ppid=28731 vsize=27936 CPUtime=4901.22
/proc/28733/stat : 28733 (varsat-industri) R 28731 28733 28616 0 -1 4194304 6302 0 0 0 490105 17 0 0 25 0 1 0 217429881 28606464 6287 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/28733/statm: 6984 6287 111 221 0 6760 0
Current children cumulated CPU time (s) 4901.22
Current children cumulated vsize (KiB) 27936

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28744
/proc/meminfo: memFree=907944/2055920 swapFree=4181272/4192956
[pid=28733] ppid=28731 vsize=28104 CPUtime=4961.2
/proc/28733/stat : 28733 (varsat-industri) R 28731 28733 28616 0 -1 4194304 6327 0 0 0 496103 17 0 0 25 0 1 0 217429881 28778496 6312 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/28733/statm: 7026 6312 111 221 0 6802 0
Current children cumulated CPU time (s) 4961.2
Current children cumulated vsize (KiB) 28104



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28744
/proc/meminfo: memFree=907944/2055920 swapFree=4181272/4192956
[pid=28733] ppid=28731 vsize=28104 CPUtime=5000.1
/proc/28733/stat : 28733 (varsat-industri) R 28731 28733 28616 0 -1 4194304 6327 0 0 0 499993 17 0 0 25 0 1 0 217429881 28778496 6312 1992294400 4194304 5102648 548682068784 18446744073709551615 4250291 0 0 4096 3 0 0 0 17 1 0 0
/proc/28733/statm: 7026 6312 111 221 0 6802 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 28104

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

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

[startup+5001.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28744
/proc/meminfo: memFree=907944/2055920 swapFree=4181272/4192956
[pid=28733] ppid=28731 vsize=28104 CPUtime=5000.1
/proc/28733/stat : 28733 (varsat-industri) R 28731 28733 28616 0 -1 4194304 6327 0 0 0 499993 17 0 0 25 0 1 0 217429881 28778496 6312 1992294400 4194304 5102648 548682068784 18446744073709551615 4250291 0 0 4096 3 0 0 0 17 1 0 0
/proc/28733/statm: 7026 6312 111 221 0 6802 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 28104

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5001.21
CPU time (s): 5000.12
CPU user time (s): 4999.93
CPU system time (s): 0.182972
CPU usage (%): 99.9781
Max. virtual memory (cumulated for all children) (KiB): 28104

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

runsolver used 4.33734 second user time and 9.43356 second system time

The end

Launcher Data

Begin job on node22 at 2009-05-09 20:32:43
IDJOB=1785136
IDBENCH=24706
IDSOLVER=641
FILE ID=node22/1785136-1241893963
PBS_JOBID= 9264692
Free space on /tmp= 66368 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT07/crafted/Hard/contest03/looksrandom/hidden-k3-s0-r5-n700-01-S2069048075.sat05-488.reshuffled-07.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1785136-1241893963/watcher-1785136-1241893963 -o /tmp/evaluation-result-1785136-1241893963/solver-1785136-1241893963 -C 5000 -W 6000 -M 1800  HOME/varsat-industrial_static -seed=1464867683 HOME/instance-1785136-1241893963.cnf

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

MD5SUM BENCH= 68e48f3a77d59cc85ebd5fd30cfcba3c
RANDOM SEED=1464867683

node22.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.232
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.232
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:        934344 kB
Buffers:         58416 kB
Cached:         969044 kB
SwapCached:       5528 kB
Active:         249824 kB
Inactive:       786096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        934344 kB
SwapTotal:     4192956 kB
SwapFree:      4181272 kB
Dirty:            1056 kB
Writeback:           0 kB
Mapped:          14128 kB
Slab:            71712 kB
Committed_AS:   809752 kB
PageTables:       1368 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= 66364 MiB
End job on node22 at 2009-05-09 21:56:07