Trace number 1774087

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
MXC 2009-03-10? (TO) 10000.1 10002.6

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-34-s100.cnf
MD5SUMd33264afbb7fa6f88a24b97cfc468c5a
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 variables32465
Number of clauses97748
Sum of the clauses size230766
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 262350
Number of clauses of size 335334
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

2835.28/2836.00	c starting MXC with:
2835.28/2836.00	c cnf_path = HOME/instance-1774087-1241305843.cnf
2835.28/2836.00	c restart_strategy = auto
2835.28/2836.00	c sign_strategy = cached
2835.28/2836.00	c use_preprocessing = -1
2835.28/2836.00	c output_implicant = 1
2835.28/2836.00	c timeout_seconds = 0
2835.28/2836.00	c running SatELite... done
2835.28/2836.00	c 16829 vars eliminated
2835.28/2836.00	c received 979 units and 60641 clauses from SatELite
2835.28/2836.00	c 17807 assignments made, starting to guess now
2835.28/2836.00	c ===================================[MXC]=====================================
2835.28/2836.00	c | Conflicts |                Clause Statistics                   |   Vars   |
2835.28/2836.00	c |           |    CARD     BIN      O3+      L3+   L3+Lim  Lit/CL |          |
2835.28/2836.00	c =============================================================================
2835.28/2836.00	c |         0 |       0   39531    21110        0        0     nan |    32465 |
2835.28/2836.00	c |       100 |       0   38770    20320       96     1050    63.3 |    14368 |
2835.28/2836.00	c |       210 |       0   38771    20320      205     1105    54.6 |    14368 |
2835.28/2836.00	c |       441 |       0   38771    20320      436     1220    60.3 |    14368 |
2835.28/2836.00	c |       805 |       0   38776    20320      795     1402    59.2 |    14368 |
2835.28/2836.00	c |      1315 |       0   38778    20320     1303     1657    52.7 |    14368 |
2835.28/2836.00	c |      1986 |       0   38780    20320     1972     1993    50.0 |    14368 |
2835.28/2836.00	c |      2834 |       0   38784    20320     1811     2417    38.8 |    14368 |
2835.28/2836.00	c |      3876 |       0   38786    20320     2851     2938    38.8 |    14368 |
2835.28/2836.00	c |      5132 |       0   38791    20320     2590     3566    34.3 |    14368 |
2835.28/2836.00	c |      6623 |       0   38795    20320     4077     4311    35.0 |    14368 |
2835.28/2836.00	c |      8373 |       0   38798    20320     3551     5186    34.2 |    14368 |
2835.28/2836.00	c |     10408 |       0   38807    20320     5577     6204    35.4 |    14368 |
2835.28/2836.00	c |     12756 |       0   38814    20320     4500     7378    35.2 |    14368 |
2835.28/2836.00	c |     15449 |       0   38822    20320     7185     8724    37.3 |    14368 |
2835.28/2836.00	c |     18521 |       0   38828    20320    10251    10260    38.3 |    14368 |
2835.28/2836.00	c |     22010 |       0   38834    20320     8599    12005    36.1 |    14368 |
2835.28/2836.00	c |     25958 |       0   38843    20320    12538    13979    39.3 |    14368 |
2835.28/2836.00	c |     30411 |       0   38843    20320     9281    16205    38.0 |    14368 |
2835.28/2836.00	c |     35419 |       0   38845    20320    14287    18709    37.8 |    14368 |
2835.28/2836.00	c |     41038 |       0   38850    20320    19901    21519    37.6 |    14368 |
2835.28/2836.00	c |     47329 |       0   38857    20320    14615    24664    33.3 |    14368 |
2835.28/2836.00	c |     54360 |       0   38860    20320    21643    28180    34.3 |    14368 |
2835.28/2836.00	c |     62205 |       0   38867    20320    29481    32102    36.3 |    14368 |
2835.28/2836.00	c |     70945 |       0   38870    20320    20855    36472    35.3 |    14368 |
2835.28/2836.00	c |     80669 |       0   38873    20320    30576    41334    36.0 |    14368 |
2835.28/2836.00	c |     91476 |       0   38881    20320    41375    46738    37.5 |    14368 |
2835.28/2836.00	c |    103474 |       0   38883    20320    27319    52737    34.7 |    14368 |
2835.28/2836.00	c |    116782 |       0   38889    20320    40621    59391    37.5 |    14368 |
2835.28/2836.00	c |    131532 |       0   38897    20320    55363    66766    38.5 |    14368 |
2835.28/2836.00	c |    147868 |       0   38903    20320    71693    74934    39.0 |    14368 |
2835.28/2836.00	c |    165948 |       0   38907    20320    50681    83974    36.0 |    14368 |
2835.28/2836.00	c |    185947 |       0   38912    20320    70675    93973    38.7 |    14368 |
2835.28/2836.00	c |    208057 |       0   38915    20320    92782    97669    38.7 |    14368 |
2835.28/2836.00	c |    232489 |       0   38919    20320    68076   100255    35.8 |    14368 |
2835.28/2836.00	c |    259475 |       0   38924    20320    95057   102882    37.8 |    14368 |
2835.28/2836.00	c |    289271 |       0   38929    20320    73009   105550    36.3 |    14368 |
2835.28/2836.00	c |    322158 |       0   38932    20320   105893   108259    37.8 |    14368 |
2835.28/2836.00	c |    358445 |       0   38933    20320    87950   111009    36.6 |    14368 |
2835.28/2836.00	c |    398472 |       0   38933    20320    71592   113805    37.2 |    14368 |
2835.28/2836.00	c |    442613 |       0   38935    20320   115731   116652    38.0 |    14368 |
2835.28/2836.00	c |    491279 |       0   38938    20320   106041   119552    38.0 |    14368 |
2835.28/2836.00	c |    544923 |       0   38941    20320  

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-1774087-1241305843/watcher-1774087-1241305843 -o /tmp/evaluation-result-1774087-1241305843/solver-1774087-1241305843 -C 10000 -W 12000 -M 1800 HOME/mxc-sat09 -i HOME/instance-1774087-1241305843.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 22571
/proc/meminfo: memFree=1912392/2055920 swapFree=4181112/4192956
[pid=22571] ppid=22569 vsize=4472 CPUtime=0
/proc/22571/stat : 22571 (mxc-sat09) R 22569 22571 22453 0 -1 4194304 682 0 0 0 0 0 0 0 18 0 1 0 158616992 4579328 668 1992294400 134512640 135192793 4294956224 18446744073709551615 134527801 0 0 4096 0 0 0 0 17 1 0 0
/proc/22571/statm: 1118 675 50 166 0 949 0

[startup+0.088062 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 22571
/proc/meminfo: memFree=1912392/2055920 swapFree=4181112/4192956
[pid=22571] ppid=22569 vsize=13720 CPUtime=0.08
/proc/22571/stat : 22571 (mxc-sat09) R 22569 22571 22453 0 -1 4194304 3024 0 0 0 7 1 0 0 18 0 1 0 158616992 14049280 3010 1992294400 134512640 135192793 4294956224 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 1 0 0
/proc/22571/statm: 3430 3011 55 166 0 3261 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13720

[startup+0.101063 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 22571
/proc/meminfo: memFree=1912392/2055920 swapFree=4181112/4192956
[pid=22571] ppid=22569 vsize=14740 CPUtime=0.09
/proc/22571/stat : 22571 (mxc-sat09) R 22569 22571 22453 0 -1 4194304 3218 0 0 0 8 1 0 0 18 0 1 0 158616992 15093760 3204 1992294400 134512640 135192793 4294956224 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 1 0 0
/proc/22571/statm: 3685 3204 55 166 0 3516 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14740

[startup+0.301077 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 22571
/proc/meminfo: memFree=1912392/2055920 swapFree=4181112/4192956
[pid=22571] ppid=22569 vsize=18468 CPUtime=0.29
/proc/22571/stat : 22571 (mxc-sat09) R 22569 22571 22453 0 -1 4194304 4495 0 0 0 27 2 0 0 19 0 1 0 158616992 18911232 4091 1992294400 134512640 135192793 4294956224 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 1 0 0
/proc/22571/statm: 4617 4091 56 166 0 4448 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18468

[startup+0.701106 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 22571
/proc/meminfo: memFree=1912392/2055920 swapFree=4181112/4192956
[pid=22571] ppid=22569 vsize=20416 CPUtime=0.69
/proc/22571/stat : 22571 (mxc-sat09) R 22569 22571 22453 0 -1 4194304 5540 0 0 0 66 3 0 0 23 0 1 0 158616992 20905984 4731 1992294400 134512640 135192793 4294956224 18446744073709551615 134533197 0 0 4096 0 0 0 0 17 1 0 0
/proc/22571/statm: 5104 4731 72 166 0 4935 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20416

[startup+1.50117 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22572
/proc/meminfo: memFree=1893568/2055920 swapFree=4181112/4192956
[pid=22571] ppid=22569 vsize=20680 CPUtime=1.49
/proc/22571/stat : 22571 (mxc-sat09) R 22569 22571 22453 0 -1 4194304 5636 0 0 0 146 3 0 0 25 0 1 0 158616992 21176320 4827 1992294400 134512640 135192793 4294956224 18446744073709551615 134551111 0 0 4096 0 0 0 0 17 1 0 0
/proc/22571/statm: 5170 4827 72 166 0 5001 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20680

[startup+3.10128 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22572
/proc/meminfo: memFree=1893120/2055920 swapFree=4181112/4192956
[pid=22571] ppid=22569 vsize=20944 CPUtime=3.09
/proc/22571/stat : 22571 (mxc-sat09) R 22569 22571 22453 0 -1 4194304 5686 0 0 0 306 3 0 0 25 0 1 0 158616992 21446656 4877 1992294400 134512640 135192793 4294956224 18446744073709551615 134533227 0 0 4096 0 0 0 0 17 1 0 0
/proc/22571/statm: 5236 4877 72 166 0 5067 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 20944

[startup+6.30152 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22572
/proc/meminfo: memFree=1892672/2055920 swapFree=4181112/4192956
[pid=22571] ppid=22569 vsize=21076 CPUtime=6.29
/proc/22571/stat : 22571 (mxc-sat09) R 22569 22571 22453 0 -1 4194304 5747 0 0 0 626 3 0 0 25 0 1 0 158616992 21581824 4938 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/22571/statm: 5269 4938 73 166 0 5100 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 21076

[startup+12.702 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22572
/proc/meminfo: memFree=1892360/2055920 swapFree=4181112/4192956
[pid=22571] ppid=22569 vsize=21340 CPUtime=12.68
/proc/22571/stat : 22571 (mxc-sat09) R 22569 22571 22453 0 -1 4194304 5808 0 0 0 1265 3 0 0 25 0 1 0 158616992 21852160 4999 1992294400 134512640 135192793 4294956224 18446744073709551615 134550798 0 0 4096 0 0 0 0 17 1 0 0
/proc/22571/statm: 5335 4999 73 166 0 5166 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 21340

[startup+25.5019 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22572
/proc/meminfo: memFree=1891848/2055920 swapFree=4181112/4192956
[pid=22571] ppid=22569 vsize=21868 CPUtime=25.48
/proc/22571/stat : 22571 (mxc-sat09) R 22569 22571 22453 0 -1 4194304 5917 0 0 0 2545 3 0 0 25 0 1 0 158616992 22392832 5108 1992294400 134512640 135192793 4294956224 18446744073709551615 134533227 0 0 4096 0 0 0 0 17 1 0 0
/proc/22571/statm: 5467 5108 73 166 0 5298 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 21868

[startup+51.1018 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22572
/proc/meminfo: memFree=1891208/2055920 swapFree=4181112/4192956
[pid=22571] ppid=22569 vsize=22528 CPUtime=51.08
/proc/22571/stat : 22571 (mxc-sat09) R 22569 22571 22453 0 -1 4194304 6104 0 0 0 5104 4 0 0 25 0 1 0 158616992 23068672 5295 1992294400 134512640 135192793 4294956224 18446744073709551615 134534101 0 0 4096 0 0 0 0 17 1 0 0
/proc/22571/statm: 5632 5295 73 166 0 5463 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 22528

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22572
/proc/meminfo: memFree=1889096/2055920 swapFree=4181112/4192956
[pid=22571] ppid=22569 vsize=24708 CPUtime=102.27
/proc/22571/stat : 22571 (mxc-sat09) R 22569 22571 22453 0 -1 4194304 6621 0 0 0 10222 5 0 0 25 0 1 0 158616992 25300992 5812 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/22571/statm: 6177 5812 73 166 0 6008 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 24708

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22572
/proc/meminfo: memFree=1887368/2055920 swapFree=4181112/4192956
[pid=22571] ppid=22569 vsize=26404 CPUtime=162.25
/proc/22571/stat : 22571 (mxc-sat09) R 22569 22571 22453 0 -1 4194304 7042 0 0 0 16220 5 0 0 25 0 1 0 158616992 27037696 6233 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/22571/statm: 6601 6233 73 166 0 6432 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 26404

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22572
/proc/meminfo: memFree=1885960/2055920 swapFree=4181112/4192956
[pid=22571] ppid=22569 vsize=27760 CPUtime=222.23
/proc/22571/stat : 22571 (mxc-sat09) R 22569 22571 22453 0 -1 4194304 7376 0 0 0 22217 6 0 0 25 0 1 0 158616992 28426240 6567 1992294400 134512640 135192793 4294956224 18446744073709551615 134532596 0 0 4096 0 0 0 0 17 1 0 0
/proc/22571/statm: 6940 6567 73 166 0 6771 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 27760

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22572
/proc/meminfo: memFree=1883272/2055920 swapFree=4181112/4192956
[pid=22571] ppid=22569 vsize=30612 CPUtime=282.22
/proc/22571/stat : 22571 (mxc-sat09) R 22569 22571 22453 0 -1 4194304 8062 0 0 0 28215 7 0 0 25 0 1 0 158616992 31346688 7253 1992294400 134512640 135192793 4294956224 18446744073709551615 134533194 0 0 4096 0 0 0 0 17 1 0 0
/proc/22571/statm: 7653 7253 73 166 0 7484 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 30612

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22572
/proc/meminfo: memFree=1882440/2055920 swapFree=4181112/4192956
[pid=22571] ppid=22569 vsize=31552 CPUtime=342.2
/proc/22571/stat : 22571 (mxc-sat09) R 22569 22571 22453 0 -1 4194304 8250 0 0 0 34213 7 0 0 25 0 1 0 158616992 32309248 7441 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/22571/statm: 7888 7441 73 166 0 7719 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 31552

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22572
/proc/meminfo: memFree=1880584/2055920 swapFree=4181112/4192956
[pid=22571] ppid=22569 vsize=33468 CPUtime=402.19
/proc/22571/stat : 22571 (mxc-sat09) R 22569 22571 22453 0 -1 4194304 8720 0 0 0 40211 8 0 0 25 0 1 0 158616992 34271232 7911 1992294400 134512640 135192793 4294956224 18446744073709551615 134533892 0 0 4096 0 0 0 0 17 1 0 0
/proc/22571/statm: 8367 7911 73 166 0 8198 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 33468

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22572
/proc/meminfo: memFree=1877320/2055920 swapFree=4181112/4192956
[pid=22571] ppid=22569 vsize=36672 CPUtime=462.18
/proc/22571/stat : 22571 (mxc-sat09) R 22569 22571 22453 0 -1 4194304 9501 0 0 0 46209 9 0 0 25 0 1 0 158616992 37552128 8692 1992294400 134512640 135192793 4294956224 18446744073709551615 134550877 0 0 4096 0 0 0 0 17 1 0 0
/proc/22571/statm: 9168 8692 73 166 0 8999 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 36672

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22572
/proc/meminfo: memFree=1877256/2055920 swapFree=4181112/4192956
[pid=22571] ppid=22569 vsize=36672 CPUtime=522.16
/proc/22571/stat : 22571 (mxc-sat09) R 22569 22571 22453 0 -1 4194304 9518 0 0 0 52207 9 0 0 25 0 1 0 158616992 37552128 8709 1992294400 134512640 135192793 4294956224 18446744073709551615 134534250 0 0 4096 0 0 0 0 17 1 0 0
/proc/22571/statm: 9168 8709 73 166 0 8999 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 36672

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22572
/proc/meminfo: memFree=1876488/2055920 swapFree=4181112/4192956
[pid=22571] ppid=22569 vsize=37484 CPUtime=582.14
/proc/22571/stat : 22571 (mxc-sat09) R 22569 22571 22453 0 -1 4194304 9708 0 0 0 58205 9 0 0 25 0 1 0 158616992 38383616 8899 1992294400 134512640 135192793 4294956224 18446744073709551615 134533186 0 0 4096 0 0 0 0 17 1 0 0
/proc/22571/statm: 9371 8899 73 166 0 9202 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 37484

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22572
/proc/meminfo: memFree=1872776/2055920 swapFree=4181112/4192956
[pid=22571] ppid=22569 vsize=41184 CPUtime=642.13
/proc/22571/stat : 22571 (mxc-sat09) R 22569 22571 22453 0 -1 4194304 10608 0 0 0 64203 10 0 0 25 0 1 0 158616992 42172416 9799 1992294400 134512640 135192793 4294956224 18446744073709551615 134551064 0 0 4096 0 0 0 0 17 1 0 0
/proc/22571/statm: 10296 9799 73 166 0 10127 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 41184

[startup+702.302 s]

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

[startup+9042.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22590
/proc/meminfo: memFree=1832072/2055920 swapFree=4181112/4192956
[pid=22571] ppid=22569 vsize=81392 CPUtime=9040
/proc/22571/stat : 22571 (mxc-sat09) R 22569 22571 22453 0 -1 4194304 19696 0 0 0 903960 40 0 0 25 0 1 0 158616992 83345408 18887 1992294400 134512640 135192793 4294956224 18446744073709551615 134533892 0 0 4096 0 0 0 0 17 1 0 0
/proc/22571/statm: 20348 18887 73 166 0 20179 0
Current children cumulated CPU time (s) 9040
Current children cumulated vsize (KiB) 81392

[startup+9102.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22590
/proc/meminfo: memFree=1831880/2055920 swapFree=4181112/4192956
[pid=22571] ppid=22569 vsize=81392 CPUtime=9099.98
/proc/22571/stat : 22571 (mxc-sat09) R 22569 22571 22453 0 -1 4194304 19718 0 0 0 909958 40 0 0 25 0 1 0 158616992 83345408 18909 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/22571/statm: 20348 18909 73 166 0 20179 0
Current children cumulated CPU time (s) 9099.98
Current children cumulated vsize (KiB) 81392

[startup+9162.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22590
/proc/meminfo: memFree=1831752/2055920 swapFree=4181112/4192956
[pid=22571] ppid=22569 vsize=81576 CPUtime=9159.97
/proc/22571/stat : 22571 (mxc-sat09) R 22569 22571 22453 0 -1 4194304 19761 0 0 0 915957 40 0 0 25 0 1 0 158616992 83533824 18952 1992294400 134512640 135192793 4294956224 18446744073709551615 134533227 0 0 4096 0 0 0 0 17 1 0 0
/proc/22571/statm: 20394 18952 73 166 0 20225 0
Current children cumulated CPU time (s) 9159.97
Current children cumulated vsize (KiB) 81576

[startup+9222.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22590
/proc/meminfo: memFree=1831560/2055920 swapFree=4181112/4192956
[pid=22571] ppid=22569 vsize=81576 CPUtime=9219.96
/proc/22571/stat : 22571 (mxc-sat09) R 22569 22571 22453 0 -1 4194304 19782 0 0 0 921956 40 0 0 25 0 1 0 158616992 83533824 18973 1992294400 134512640 135192793 4294956224 18446744073709551615 134533783 0 0 4096 0 0 0 0 17 1 0 0
/proc/22571/statm: 20394 18973 73 166 0 20225 0
Current children cumulated CPU time (s) 9219.96
Current children cumulated vsize (KiB) 81576

[startup+9282.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22590
/proc/meminfo: memFree=1831112/2055920 swapFree=4181112/4192956
[pid=22571] ppid=22569 vsize=82260 CPUtime=9279.94
/proc/22571/stat : 22571 (mxc-sat09) R 22569 22571 22453 0 -1 4194304 19890 0 0 0 927954 40 0 0 25 0 1 0 158616992 84234240 19081 1992294400 134512640 135192793 4294956224 18446744073709551615 134549684 0 0 4096 0 0 0 0 17 1 0 0
/proc/22571/statm: 20565 19081 73 166 0 20396 0
Current children cumulated CPU time (s) 9279.94
Current children cumulated vsize (KiB) 82260

[startup+9342.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22590
/proc/meminfo: memFree=1831112/2055920 swapFree=4181112/4192956
[pid=22571] ppid=22569 vsize=82260 CPUtime=9339.92
/proc/22571/stat : 22571 (mxc-sat09) R 22569 22571 22453 0 -1 4194304 19890 0 0 0 933952 40 0 0 25 0 1 0 158616992 84234240 19081 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/22571/statm: 20565 19081 73 166 0 20396 0
Current children cumulated CPU time (s) 9339.92
Current children cumulated vsize (KiB) 82260

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22590
/proc/meminfo: memFree=1831048/2055920 swapFree=4181112/4192956
[pid=22571] ppid=22569 vsize=82260 CPUtime=9399.9
/proc/22571/stat : 22571 (mxc-sat09) R 22569 22571 22453 0 -1 4194304 19890 0 0 0 939950 40 0 0 25 0 1 0 158616992 84234240 19081 1992294400 134512640 135192793 4294956224 18446744073709551615 134533188 0 0 4096 0 0 0 0 17 1 0 0
/proc/22571/statm: 20565 19081 73 166 0 20396 0
Current children cumulated CPU time (s) 9399.9
Current children cumulated vsize (KiB) 82260

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22590
/proc/meminfo: memFree=1831048/2055920 swapFree=4181112/4192956
[pid=22571] ppid=22569 vsize=82260 CPUtime=9459.89
/proc/22571/stat : 22571 (mxc-sat09) R 22569 22571 22453 0 -1 4194304 19890 0 0 0 945949 40 0 0 25 0 1 0 158616992 84234240 19081 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/22571/statm: 20565 19081 73 166 0 20396 0
Current children cumulated CPU time (s) 9459.89
Current children cumulated vsize (KiB) 82260

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22590
/proc/meminfo: memFree=1830984/2055920 swapFree=4181112/4192956
[pid=22571] ppid=22569 vsize=82260 CPUtime=9519.88
/proc/22571/stat : 22571 (mxc-sat09) R 22569 22571 22453 0 -1 4194304 19890 0 0 0 951947 41 0 0 25 0 1 0 158616992 84234240 19081 1992294400 134512640 135192793 4294956224 18446744073709551615 134533776 0 0 4096 0 0 0 0 17 1 0 0
/proc/22571/statm: 20565 19081 73 166 0 20396 0
Current children cumulated CPU time (s) 9519.88
Current children cumulated vsize (KiB) 82260

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22590
/proc/meminfo: memFree=1830920/2055920 swapFree=4181112/4192956
[pid=22571] ppid=22569 vsize=82260 CPUtime=9579.87
/proc/22571/stat : 22571 (mxc-sat09) R 22569 22571 22453 0 -1 4194304 19890 0 0 0 957946 41 0 0 25 0 1 0 158616992 84234240 19081 1992294400 134512640 135192793 4294956224 18446744073709551615 134551370 0 0 4096 0 0 0 0 17 1 0 0
/proc/22571/statm: 20565 19081 73 166 0 20396 0
Current children cumulated CPU time (s) 9579.87
Current children cumulated vsize (KiB) 82260

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22590
/proc/meminfo: memFree=1830920/2055920 swapFree=4181112/4192956
[pid=22571] ppid=22569 vsize=82260 CPUtime=9639.85
/proc/22571/stat : 22571 (mxc-sat09) R 22569 22571 22453 0 -1 4194304 19890 0 0 0 963944 41 0 0 25 0 1 0 158616992 84234240 19081 1992294400 134512640 135192793 4294956224 18446744073709551615 134533186 0 0 4096 0 0 0 0 17 1 0 0
/proc/22571/statm: 20565 19081 73 166 0 20396 0
Current children cumulated CPU time (s) 9639.85
Current children cumulated vsize (KiB) 82260

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22590
/proc/meminfo: memFree=1830856/2055920 swapFree=4181112/4192956
[pid=22571] ppid=22569 vsize=82260 CPUtime=9699.83
/proc/22571/stat : 22571 (mxc-sat09) R 22569 22571 22453 0 -1 4194304 19892 0 0 0 969942 41 0 0 25 0 1 0 158616992 84234240 19083 1992294400 134512640 135192793 4294956224 18446744073709551615 134552256 0 0 4096 0 0 0 0 17 1 0 0
/proc/22571/statm: 20565 19083 73 166 0 20396 0
Current children cumulated CPU time (s) 9699.83
Current children cumulated vsize (KiB) 82260

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22590
/proc/meminfo: memFree=1830728/2055920 swapFree=4181112/4192956
[pid=22571] ppid=22569 vsize=82436 CPUtime=9759.82
/proc/22571/stat : 22571 (mxc-sat09) R 22569 22571 22453 0 -1 4194304 19927 0 0 0 975941 41 0 0 25 0 1 0 158616992 84414464 19118 1992294400 134512640 135192793 4294956224 18446744073709551615 134533783 0 0 4096 0 0 0 0 17 1 0 0
/proc/22571/statm: 20609 19118 73 166 0 20440 0
Current children cumulated CPU time (s) 9759.82
Current children cumulated vsize (KiB) 82436

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22590
/proc/meminfo: memFree=1830728/2055920 swapFree=4181112/4192956
[pid=22571] ppid=22569 vsize=82436 CPUtime=9819.8
/proc/22571/stat : 22571 (mxc-sat09) R 22569 22571 22453 0 -1 4194304 19927 0 0 0 981939 41 0 0 25 0 1 0 158616992 84414464 19118 1992294400 134512640 135192793 4294956224 18446744073709551615 134533227 0 0 4096 0 0 0 0 17 1 0 0
/proc/22571/statm: 20609 19118 73 166 0 20440 0
Current children cumulated CPU time (s) 9819.8
Current children cumulated vsize (KiB) 82436

[startup+9882.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/65 22590
/proc/meminfo: memFree=1830664/2055920 swapFree=4181112/4192956
[pid=22571] ppid=22569 vsize=82436 CPUtime=9879.8
/proc/22571/stat : 22571 (mxc-sat09) R 22569 22571 22453 0 -1 4194304 19927 0 0 0 987938 42 0 0 25 0 1 0 158616992 84414464 19118 1992294400 134512640 135192793 4294956224 18446744073709551615 134533117 0 0 4096 0 0 0 0 17 1 0 0
/proc/22571/statm: 20609 19118 73 166 0 20440 0
Current children cumulated CPU time (s) 9879.8
Current children cumulated vsize (KiB) 82436

[startup+9942.3 s]
/proc/loadavg: 1.05 1.02 1.00 2/65 22590
/proc/meminfo: memFree=1830600/2055920 swapFree=4181112/4192956
[pid=22571] ppid=22569 vsize=82436 CPUtime=9939.78
/proc/22571/stat : 22571 (mxc-sat09) R 22569 22571 22453 0 -1 4194304 19927 0 0 0 993936 42 0 0 25 0 1 0 158616992 84414464 19118 1992294400 134512640 135192793 4294956224 18446744073709551615 134534215 0 0 4096 0 0 0 0 17 1 0 0
/proc/22571/statm: 20609 19118 73 166 0 20440 0
Current children cumulated CPU time (s) 9939.78
Current children cumulated vsize (KiB) 82436

[startup+10002.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/65 22590
/proc/meminfo: memFree=1830600/2055920 swapFree=4181112/4192956
[pid=22571] ppid=22569 vsize=82436 CPUtime=9999.76
/proc/22571/stat : 22571 (mxc-sat09) R 22569 22571 22453 0 -1 4194304 19927 0 0 0 999934 42 0 0 25 0 1 0 158616992 84414464 19118 1992294400 134512640 135192793 4294956224 18446744073709551615 134533227 0 0 4096 0 0 0 0 17 1 0 0
/proc/22571/statm: 20609 19118 73 166 0 20440 0
Current children cumulated CPU time (s) 9999.76
Current children cumulated vsize (KiB) 82436



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10002.6 s]
/proc/loadavg: 1.02 1.02 1.00 2/65 22590
/proc/meminfo: memFree=1830600/2055920 swapFree=4181112/4192956
[pid=22571] ppid=22569 vsize=82436 CPUtime=10000.1
/proc/22571/stat : 22571 (mxc-sat09) R 22569 22571 22453 0 -1 4194304 19927 0 0 0 999964 42 0 0 25 0 1 0 158616992 84414464 19118 1992294400 134512640 135192793 4294956224 18446744073709551615 134551139 0 0 4096 0 0 0 0 17 1 0 0
/proc/22571/statm: 20609 19118 73 166 0 20440 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 82436

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): 10002.6
CPU time (s): 10000.1
CPU user time (s): 9999.65
CPU system time (s): 0.436933
CPU usage (%): 99.9747
Max. virtual memory (cumulated for all children) (KiB): 82436

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

runsolver used 7.46486 second user time and 20.4879 second system time

The end

Launcher Data

Begin job on node34 at 2009-05-03 01:10:43
IDJOB=1774087
IDBENCH=70864
IDSOLVER=613
FILE ID=node34/1774087-1241305843
PBS_JOBID= 9225219
Free space on /tmp= 66496 MiB

SOLVER NAME= MXC 2009-03-10
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-34-s100.cnf
COMMAND LINE= HOME/mxc-sat09 -i BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1774087-1241305843/watcher-1774087-1241305843 -o /tmp/evaluation-result-1774087-1241305843/solver-1774087-1241305843 -C 10000 -W 12000 -M 1800  HOME/mxc-sat09 -i HOME/instance-1774087-1241305843.cnf

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

MD5SUM BENCH= d33264afbb7fa6f88a24b97cfc468c5a
RANDOM SEED=471126352

node34.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.214
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.214
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:       1912872 kB
Buffers:         17952 kB
Cached:          70912 kB
SwapCached:       5384 kB
Active:          24352 kB
Inactive:        72096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1912872 kB
SwapTotal:     4192956 kB
SwapFree:      4181112 kB
Dirty:            2240 kB
Writeback:           0 kB
Mapped:          13520 kB
Slab:            32648 kB
Committed_AS:   712800 kB
PageTables:       1380 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= 66496 MiB
End job on node34 at 2009-05-03 03:57:28