Trace number 1774097

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 10004

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-33-s100.cnf
MD5SUMabeb2c5a0bb0ad39fbdbdbc07efbecf7
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 variables32402
Number of clauses97556
Sum of the clauses size230290
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 262250
Number of clauses of size 335242
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

2816.29/2817.49	c starting MXC with:
2816.29/2817.49	c cnf_path = HOME/instance-1774097-1241305905.cnf
2816.29/2817.49	c restart_strategy = auto
2816.29/2817.49	c sign_strategy = cached
2816.29/2817.49	c use_preprocessing = -1
2816.29/2817.49	c output_implicant = 1
2816.29/2817.49	c timeout_seconds = 0
2816.29/2817.49	c running SatELite... done
2816.29/2817.49	c 16835 vars eliminated
2816.29/2817.49	c received 975 units and 60368 clauses from SatELite
2816.29/2817.49	c 17809 assignments made, starting to guess now
2816.29/2817.49	c ===================================[MXC]=====================================
2816.29/2817.49	c | Conflicts |                Clause Statistics                   |   Vars   |
2816.29/2817.49	c |           |    CARD     BIN      O3+      L3+   L3+Lim  Lit/CL |          |
2816.29/2817.49	c =============================================================================
2816.29/2817.49	c |         0 |       0   39426    20942        0        0     nan |    32402 |
2816.29/2817.49	c |       100 |       0   38721    20231       92     1050    75.0 |    14327 |
2816.29/2817.49	c |       210 |       0   38721    20231      202     1105    60.3 |    14327 |
2816.29/2817.49	c |       441 |       0   38674    20151      432     1220    48.9 |    14304 |
2816.29/2817.49	c |       805 |       0   38679    20151      791     1402    46.0 |    14304 |
2816.29/2817.49	c |      1315 |       0   38679    20151     1301     1657    41.0 |    14304 |
2816.29/2817.49	c |      1986 |       0   38679    20151     1972     1993    37.5 |    14304 |
2816.29/2817.49	c |      2834 |       0   38682    20151     1811     2417    29.4 |    14304 |
2816.29/2817.49	c |      3876 |       0   38683    20151     2852     2938    31.3 |    14304 |
2816.29/2817.49	c |      5132 |       0   38686    20151     2593     3566    31.1 |    14304 |
2816.29/2817.49	c |      6623 |       0   38689    20151     4081     4311    32.2 |    14304 |
2816.29/2817.49	c |      8373 |       0   38697    20151     3552     5186    30.7 |    14304 |
2816.29/2817.49	c |     10408 |       0   38707    20151     5577     6204    32.0 |    14304 |
2816.29/2817.49	c |     12756 |       0   38710    20151     4505     7378    37.3 |    14304 |
2816.29/2817.49	c |     15449 |       0   38717    20151     7191     8724    37.0 |    14304 |
2816.29/2817.49	c |     18521 |       0   38718    20151     5135    10260    28.4 |    14304 |
2816.29/2817.49	c |     22010 |       0   38724    20151     8618    12005    32.7 |    14304 |
2816.29/2817.49	c |     25958 |       0   38731    20151    12559    13979    34.3 |    14304 |
2816.29/2817.49	c |     30411 |       0   38740    20151     9299    16205    32.3 |    14304 |
2816.29/2817.49	c |     35419 |       0   38745    20151    14302    18709    34.0 |    14304 |
2816.29/2817.49	c |     41038 |       0   38749    20151    19917    21519    36.3 |    14304 |
2816.29/2817.49	c |     47329 |       0   38751    20151    14645    24664    35.6 |    14304 |
2816.29/2817.49	c |     54360 |       0   38753    20151    21674    28180    36.0 |    14304 |
2816.29/2817.49	c |     62205 |       0   38759    20151    29513    32102    36.1 |    14304 |
2816.29/2817.49	c |     70945 |       0   38767    20151    20895    36472    32.2 |    14304 |
2816.29/2817.49	c |     80669 |       0   38780    20151    30606    41334    34.1 |    14304 |
2816.29/2817.49	c |     91476 |       0   38789    20151    41404    46738    35.9 |    14304 |
2816.29/2817.49	c |    103474 |       0   38796    20151    27355    52737    33.7 |    14304 |
2816.29/2817.49	c |    116782 |       0   38800    20151    40659    59391    35.2 |    14304 |
2816.29/2817.49	c |    131532 |       0   38805    20151    55404    66766    36.3 |    14304 |
2816.29/2817.49	c |    147868 |       0   38815    20151    71730    74934    37.2 |    14304 |
2816.29/2817.49	c |    165948 |       0   38821    20151    50735    83974    35.6 |    14304 |
2816.29/2817.49	c |    185947 |       0   38825    20151    70730    93973    36.6 |    14304 |
2816.29/2817.49	c |    208057 |       0   38832    20151    92833    97190    37.9 |    14304 |
2816.29/2817.49	c |    232489 |       0   38835    20151    68399    99762    36.5 |    14304 |
2816.29/2817.49	c |    259475 |       0   38839    20151    95381   102375    38.1 |    14304 |
2816.29/2817.49	c |    289271 |       0   38844    20151    73634   105030    36.0 |    14304 |
2816.29/2817.49	c |    322158 |       0   38845    20151   106520   107722    36.4 |    14304 |
2816.29/2817.49	c |    358445 |       0   38847    20151    88894   110460    36.0 |    14304 |
2816.29/2817.49	c |    398472 |       0   38850    20151    72870   113247    35.0 |    14304 |
2816.29/2817.49	c |    442613 |       0   38854    20151    58996   116084    34.2 |    14304 |
2816.29/2817.49	c |    491279 |       0   38858    20151   107658   118971    36.4 |    14304 |
2816.29/2817.49	c |    544923 |       0   38859    20151  

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-1774097-1241305905/watcher-1774097-1241305905 -o /tmp/evaluation-result-1774097-1241305905/solver-1774097-1241305905 -C 10000 -W 12000 -M 1800 HOME/mxc-sat09 -i HOME/instance-1774097-1241305905.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.85 0.97 0.99 3/64 30239
/proc/meminfo: memFree=1854328/2055920 swapFree=4178716/4192956
[pid=30239] ppid=30237 vsize=4468 CPUtime=0
/proc/30239/stat : 30239 (mxc-sat09) R 30237 30239 30202 0 -1 4194304 668 0 0 0 0 0 0 0 18 0 1 0 158624133 4575232 654 1992294400 134512640 135192793 4294956224 18446744073709551615 134527814 0 0 4096 0 0 0 0 17 1 0 0
/proc/30239/statm: 1117 661 50 166 0 948 0

[startup+0.0220899 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 30239
/proc/meminfo: memFree=1854328/2055920 swapFree=4178716/4192956
[pid=30239] ppid=30237 vsize=9512 CPUtime=0.01
/proc/30239/stat : 30239 (mxc-sat09) R 30237 30239 30202 0 -1 4194304 2011 0 0 0 1 0 0 0 18 0 1 0 158624133 9740288 1997 1992294400 134512640 135192793 4294956224 18446744073709551615 134577421 0 0 4096 0 0 0 0 17 1 0 0
/proc/30239/statm: 2378 1997 55 166 0 2209 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9512

[startup+0.101107 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 30239
/proc/meminfo: memFree=1854328/2055920 swapFree=4178716/4192956
[pid=30239] ppid=30237 vsize=14736 CPUtime=0.09
/proc/30239/stat : 30239 (mxc-sat09) R 30237 30239 30202 0 -1 4194304 3200 0 0 0 8 1 0 0 18 0 1 0 158624133 15089664 3186 1992294400 134512640 135192793 4294956224 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 1 0 0
/proc/30239/statm: 3684 3187 55 166 0 3515 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14736

[startup+0.301149 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 30239
/proc/meminfo: memFree=1854328/2055920 swapFree=4178716/4192956
[pid=30239] ppid=30237 vsize=18336 CPUtime=0.29
/proc/30239/stat : 30239 (mxc-sat09) R 30237 30239 30202 0 -1 4194304 4484 0 0 0 27 2 0 0 19 0 1 0 158624133 18776064 4081 1992294400 134512640 135192793 4294956224 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 1 0 0
/proc/30239/statm: 4584 4081 56 166 0 4415 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18336

[startup+0.701233 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 30239
/proc/meminfo: memFree=1854328/2055920 swapFree=4178716/4192956
[pid=30239] ppid=30237 vsize=20388 CPUtime=0.69
/proc/30239/stat : 30239 (mxc-sat09) R 30237 30239 30202 0 -1 4194304 5530 0 0 0 67 2 0 0 23 0 1 0 158624133 20877312 4723 1992294400 134512640 135192793 4294956224 18446744073709551615 134533227 0 0 4096 0 0 0 0 17 1 0 0
/proc/30239/statm: 5097 4723 72 166 0 4928 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20388

[startup+1.50141 s]
/proc/loadavg: 0.85 0.97 0.99 2/65 30240
/proc/meminfo: memFree=1835504/2055920 swapFree=4178716/4192956
[pid=30239] ppid=30237 vsize=20520 CPUtime=1.49
/proc/30239/stat : 30239 (mxc-sat09) R 30237 30239 30202 0 -1 4194304 5589 0 0 0 147 2 0 0 25 0 1 0 158624133 21012480 4782 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/30239/statm: 5130 4782 72 166 0 4961 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20520

[startup+3.10175 s]
/proc/loadavg: 0.86 0.97 0.99 2/65 30240
/proc/meminfo: memFree=1835184/2055920 swapFree=4178716/4192956
[pid=30239] ppid=30237 vsize=20652 CPUtime=3.09
/proc/30239/stat : 30239 (mxc-sat09) R 30237 30239 30202 0 -1 4194304 5630 0 0 0 307 2 0 0 25 0 1 0 158624133 21147648 4823 1992294400 134512640 135192793 4294956224 18446744073709551615 134551111 0 0 4096 0 0 0 0 17 1 0 0
/proc/30239/statm: 5163 4823 72 166 0 4994 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 20652

[startup+6.30144 s]
/proc/loadavg: 0.86 0.97 0.99 2/65 30240
/proc/meminfo: memFree=1834928/2055920 swapFree=4178716/4192956
[pid=30239] ppid=30237 vsize=20920 CPUtime=6.29
/proc/30239/stat : 30239 (mxc-sat09) R 30237 30239 30202 0 -1 4194304 5682 0 0 0 627 2 0 0 25 0 1 0 158624133 21422080 4875 1992294400 134512640 135192793 4294956224 18446744073709551615 134533227 0 0 4096 0 0 0 0 17 1 0 0
/proc/30239/statm: 5230 4875 72 166 0 5061 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 20920

[startup+12.7018 s]
/proc/loadavg: 0.88 0.97 0.99 2/65 30240
/proc/meminfo: memFree=1834672/2055920 swapFree=4178716/4192956
[pid=30239] ppid=30237 vsize=21052 CPUtime=12.68
/proc/30239/stat : 30239 (mxc-sat09) R 30237 30239 30202 0 -1 4194304 5721 0 0 0 1266 2 0 0 25 0 1 0 158624133 21557248 4914 1992294400 134512640 135192793 4294956224 18446744073709551615 134550798 0 0 4096 0 0 0 0 17 1 0 0
/proc/30239/statm: 5263 4914 73 166 0 5094 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 21052

[startup+25.5016 s]
/proc/loadavg: 0.90 0.97 0.99 2/65 30240
/proc/meminfo: memFree=1834224/2055920 swapFree=4178716/4192956
[pid=30239] ppid=30237 vsize=21448 CPUtime=25.48
/proc/30239/stat : 30239 (mxc-sat09) R 30237 30239 30202 0 -1 4194304 5830 0 0 0 2545 3 0 0 25 0 1 0 158624133 21962752 5023 1992294400 134512640 135192793 4294956224 18446744073709551615 134533227 0 0 4096 0 0 0 0 17 1 0 0
/proc/30239/statm: 5362 5023 73 166 0 5193 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 21448

[startup+51.101 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 30240
/proc/meminfo: memFree=1833328/2055920 swapFree=4178716/4192956
[pid=30239] ppid=30237 vsize=22372 CPUtime=51.07
/proc/30239/stat : 30239 (mxc-sat09) R 30237 30239 30202 0 -1 4194304 6064 0 0 0 5104 3 0 0 25 0 1 0 158624133 22908928 5257 1992294400 134512640 135192793 4294956224 18446744073709551615 134534089 0 0 4096 0 0 0 0 17 1 0 0
/proc/30239/statm: 5593 5257 73 166 0 5424 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 22372

[startup+102.306 s]
/proc/loadavg: 0.97 0.97 0.99 2/65 30240
/proc/meminfo: memFree=1832112/2055920 swapFree=4178716/4192956
[pid=30239] ppid=30237 vsize=23612 CPUtime=102.25
/proc/30239/stat : 30239 (mxc-sat09) R 30237 30239 30202 0 -1 4194304 6355 0 0 0 10221 4 0 0 25 0 1 0 158624133 24178688 5548 1992294400 134512640 135192793 4294956224 18446744073709551615 134533287 0 0 4096 0 0 0 0 17 1 0 0
/proc/30239/statm: 5903 5548 73 166 0 5734 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 23612

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 30240
/proc/meminfo: memFree=1830384/2055920 swapFree=4178716/4192956
[pid=30239] ppid=30237 vsize=25380 CPUtime=162.23
/proc/30239/stat : 30239 (mxc-sat09) R 30237 30239 30202 0 -1 4194304 6793 0 0 0 16218 5 0 0 25 0 1 0 158624133 25989120 5986 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/30239/statm: 6345 5986 73 166 0 6176 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 25380

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 30240
/proc/meminfo: memFree=1828144/2055920 swapFree=4178716/4192956
[pid=30239] ppid=30237 vsize=27648 CPUtime=222.2
/proc/30239/stat : 30239 (mxc-sat09) R 30237 30239 30202 0 -1 4194304 7329 0 0 0 22215 5 0 0 25 0 1 0 158624133 28311552 6522 1992294400 134512640 135192793 4294956224 18446744073709551615 134533227 0 0 4096 0 0 0 0 17 1 0 0
/proc/30239/statm: 6912 6522 73 166 0 6743 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 27648

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 30240
/proc/meminfo: memFree=1825968/2055920 swapFree=4178716/4192956
[pid=30239] ppid=30237 vsize=29848 CPUtime=282.18
/proc/30239/stat : 30239 (mxc-sat09) R 30237 30239 30202 0 -1 4194304 7880 0 0 0 28212 6 0 0 25 0 1 0 158624133 30564352 7073 1992294400 134512640 135192793 4294956224 18446744073709551615 134533792 0 0 4096 0 0 0 0 17 1 0 0
/proc/30239/statm: 7462 7073 73 166 0 7293 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 29848

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 30240
/proc/meminfo: memFree=1824752/2055920 swapFree=4178716/4192956
[pid=30239] ppid=30237 vsize=31164 CPUtime=342.15
/proc/30239/stat : 30239 (mxc-sat09) R 30237 30239 30202 0 -1 4194304 8157 0 0 0 34209 6 0 0 25 0 1 0 158624133 31911936 7350 1992294400 134512640 135192793 4294956224 18446744073709551615 134550759 0 0 4096 0 0 0 0 17 1 0 0
/proc/30239/statm: 7791 7350 73 166 0 7622 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 31164

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 30240
/proc/meminfo: memFree=1823600/2055920 swapFree=4178716/4192956
[pid=30239] ppid=30237 vsize=32428 CPUtime=402.13
/proc/30239/stat : 30239 (mxc-sat09) R 30237 30239 30202 0 -1 4194304 8461 0 0 0 40206 7 0 0 25 0 1 0 158624133 33206272 7654 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/30239/statm: 8107 7654 73 166 0 7938 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 32428

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 30240
/proc/meminfo: memFree=1819632/2055920 swapFree=4178716/4192956
[pid=30239] ppid=30237 vsize=36352 CPUtime=462.11
/proc/30239/stat : 30239 (mxc-sat09) R 30237 30239 30202 0 -1 4194304 9431 0 0 0 46203 8 0 0 25 0 1 0 158624133 37224448 8624 1992294400 134512640 135192793 4294956224 18446744073709551615 134533139 0 0 4096 0 0 0 0 17 1 0 0
/proc/30239/statm: 9088 8624 73 166 0 8919 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 36352

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 30240
/proc/meminfo: memFree=1819568/2055920 swapFree=4178716/4192956
[pid=30239] ppid=30237 vsize=36504 CPUtime=522.09
/proc/30239/stat : 30239 (mxc-sat09) R 30237 30239 30202 0 -1 4194304 9446 0 0 0 52201 8 0 0 25 0 1 0 158624133 37380096 8639 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/30239/statm: 9126 8639 73 166 0 8957 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 36504

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 30240
/proc/meminfo: memFree=1819248/2055920 swapFree=4178716/4192956
[pid=30239] ppid=30237 vsize=36696 CPUtime=582.06
/proc/30239/stat : 30239 (mxc-sat09) R 30237 30239 30202 0 -1 4194304 9519 0 0 0 58198 8 0 0 25 0 1 0 158624133 37576704 8712 1992294400 134512640 135192793 4294956224 18446744073709551615 134551249 0 0 4096 0 0 0 0 17 1 0 0
/proc/30239/statm: 9174 8712 73 166 0 9005 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 36696

[startup+642.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 30240
/proc/meminfo: memFree=1816048/2055920 swapFree=4178716/4192956
[pid=30239] ppid=30237 vsize=40056 CPUtime=642.04
/proc/30239/stat : 30239 (mxc-sat09) R 30237 30239 30202 0 -1 4194304 10314 0 0 0 64195 9 0 0 25 0 1 0 158624133 41017344 9507 1992294400 134512640 135192793 4294956224 18446744073709551615 134551370 0 0 4096 0 0 0 0 17 1 0 0
/proc/30239/statm: 10014 9507 73 166 0 9845 0
Current children cumulated CPU time (s) 642.04
Current children cumulated vsize (KiB) 40056

[startup+702.302 s]

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

[startup+9042.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 30258
/proc/meminfo: memFree=1778992/2055920 swapFree=4178716/4192956
[pid=30239] ppid=30237 vsize=78052 CPUtime=9038.74
/proc/30239/stat : 30239 (mxc-sat09) R 30237 30239 30202 0 -1 4194304 18947 0 0 0 903841 33 0 0 25 0 1 0 158624133 79925248 18140 1992294400 134512640 135192793 4294956224 18446744073709551615 134532642 0 0 4096 0 0 0 0 17 1 0 0
/proc/30239/statm: 19513 18140 73 166 0 19344 0
Current children cumulated CPU time (s) 9038.74
Current children cumulated vsize (KiB) 78052

[startup+9102.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30258
/proc/meminfo: memFree=1778928/2055920 swapFree=4178716/4192956
[pid=30239] ppid=30237 vsize=78232 CPUtime=9098.71
/proc/30239/stat : 30239 (mxc-sat09) R 30237 30239 30202 0 -1 4194304 18960 0 0 0 909838 33 0 0 25 0 1 0 158624133 80109568 18153 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/30239/statm: 19558 18153 73 166 0 19389 0
Current children cumulated CPU time (s) 9098.71
Current children cumulated vsize (KiB) 78232

[startup+9162.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30258
/proc/meminfo: memFree=1778800/2055920 swapFree=4178716/4192956
[pid=30239] ppid=30237 vsize=78232 CPUtime=9158.7
/proc/30239/stat : 30239 (mxc-sat09) R 30237 30239 30202 0 -1 4194304 18991 0 0 0 915836 34 0 0 25 0 1 0 158624133 80109568 18184 1992294400 134512640 135192793 4294956224 18446744073709551615 134532620 0 0 4096 0 0 0 0 17 1 0 0
/proc/30239/statm: 19558 18184 73 166 0 19389 0
Current children cumulated CPU time (s) 9158.7
Current children cumulated vsize (KiB) 78232

[startup+9222.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30258
/proc/meminfo: memFree=1778416/2055920 swapFree=4178716/4192956
[pid=30239] ppid=30237 vsize=78796 CPUtime=9218.68
/proc/30239/stat : 30239 (mxc-sat09) R 30237 30239 30202 0 -1 4194304 19081 0 0 0 921834 34 0 0 25 0 1 0 158624133 80687104 18274 1992294400 134512640 135192793 4294956224 18446744073709551615 134551158 0 0 4096 0 0 0 0 17 1 0 0
/proc/30239/statm: 19699 18274 73 166 0 19530 0
Current children cumulated CPU time (s) 9218.68
Current children cumulated vsize (KiB) 78796

[startup+9282.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30258
/proc/meminfo: memFree=1778352/2055920 swapFree=4178716/4192956
[pid=30239] ppid=30237 vsize=78796 CPUtime=9278.65
/proc/30239/stat : 30239 (mxc-sat09) R 30237 30239 30202 0 -1 4194304 19081 0 0 0 927831 34 0 0 25 0 1 0 158624133 80687104 18274 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/30239/statm: 19699 18274 73 166 0 19530 0
Current children cumulated CPU time (s) 9278.65
Current children cumulated vsize (KiB) 78796

[startup+9342.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30258
/proc/meminfo: memFree=1778352/2055920 swapFree=4178716/4192956
[pid=30239] ppid=30237 vsize=78796 CPUtime=9338.63
/proc/30239/stat : 30239 (mxc-sat09) R 30237 30239 30202 0 -1 4194304 19082 0 0 0 933829 34 0 0 25 0 1 0 158624133 80687104 18275 1992294400 134512640 135192793 4294956224 18446744073709551615 134550895 0 0 4096 0 0 0 0 17 1 0 0
/proc/30239/statm: 19699 18275 73 166 0 19530 0
Current children cumulated CPU time (s) 9338.63
Current children cumulated vsize (KiB) 78796

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30258
/proc/meminfo: memFree=1778352/2055920 swapFree=4178716/4192956
[pid=30239] ppid=30237 vsize=78796 CPUtime=9398.6
/proc/30239/stat : 30239 (mxc-sat09) R 30237 30239 30202 0 -1 4194304 19082 0 0 0 939826 34 0 0 25 0 1 0 158624133 80687104 18275 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/30239/statm: 19699 18275 73 166 0 19530 0
Current children cumulated CPU time (s) 9398.6
Current children cumulated vsize (KiB) 78796

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30258
/proc/meminfo: memFree=1778288/2055920 swapFree=4178716/4192956
[pid=30239] ppid=30237 vsize=78796 CPUtime=9458.58
/proc/30239/stat : 30239 (mxc-sat09) R 30237 30239 30202 0 -1 4194304 19086 0 0 0 945824 34 0 0 25 0 1 0 158624133 80687104 18279 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/30239/statm: 19699 18279 73 166 0 19530 0
Current children cumulated CPU time (s) 9458.58
Current children cumulated vsize (KiB) 78796

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30258
/proc/meminfo: memFree=1778352/2055920 swapFree=4178716/4192956
[pid=30239] ppid=30237 vsize=78796 CPUtime=9518.55
/proc/30239/stat : 30239 (mxc-sat09) R 30237 30239 30202 0 -1 4194304 19087 0 0 0 951821 34 0 0 25 0 1 0 158624133 80687104 18280 1992294400 134512640 135192793 4294956224 18446744073709551615 134550806 0 0 4096 0 0 0 0 17 1 0 0
/proc/30239/statm: 19699 18280 73 166 0 19530 0
Current children cumulated CPU time (s) 9518.55
Current children cumulated vsize (KiB) 78796

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30258
/proc/meminfo: memFree=1778288/2055920 swapFree=4178716/4192956
[pid=30239] ppid=30237 vsize=78796 CPUtime=9578.53
/proc/30239/stat : 30239 (mxc-sat09) R 30237 30239 30202 0 -1 4194304 19087 0 0 0 957819 34 0 0 25 0 1 0 158624133 80687104 18280 1992294400 134512640 135192793 4294956224 18446744073709551615 134533287 0 0 4096 0 0 0 0 17 1 0 0
/proc/30239/statm: 19699 18280 73 166 0 19530 0
Current children cumulated CPU time (s) 9578.53
Current children cumulated vsize (KiB) 78796

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30258
/proc/meminfo: memFree=1778288/2055920 swapFree=4178716/4192956
[pid=30239] ppid=30237 vsize=78796 CPUtime=9638.5
/proc/30239/stat : 30239 (mxc-sat09) R 30237 30239 30202 0 -1 4194304 19089 0 0 0 963816 34 0 0 25 0 1 0 158624133 80687104 18282 1992294400 134512640 135192793 4294956224 18446744073709551615 134534170 0 0 4096 0 0 0 0 17 1 0 0
/proc/30239/statm: 19699 18282 73 166 0 19530 0
Current children cumulated CPU time (s) 9638.5
Current children cumulated vsize (KiB) 78796

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30258
/proc/meminfo: memFree=1777968/2055920 swapFree=4178716/4192956
[pid=30239] ppid=30237 vsize=78928 CPUtime=9698.48
/proc/30239/stat : 30239 (mxc-sat09) R 30237 30239 30202 0 -1 4194304 19150 0 0 0 969814 34 0 0 25 0 1 0 158624133 80822272 18343 1992294400 134512640 135192793 4294956224 18446744073709551615 134533294 0 0 4096 0 0 0 0 17 1 0 0
/proc/30239/statm: 19732 18343 73 166 0 19563 0
Current children cumulated CPU time (s) 9698.48
Current children cumulated vsize (KiB) 78928

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30258
/proc/meminfo: memFree=1777968/2055920 swapFree=4178716/4192956
[pid=30239] ppid=30237 vsize=78928 CPUtime=9758.45
/proc/30239/stat : 30239 (mxc-sat09) R 30237 30239 30202 0 -1 4194304 19150 0 0 0 975811 34 0 0 25 0 1 0 158624133 80822272 18343 1992294400 134512640 135192793 4294956224 18446744073709551615 134533227 0 0 4096 0 0 0 0 17 1 0 0
/proc/30239/statm: 19732 18343 73 166 0 19563 0
Current children cumulated CPU time (s) 9758.45
Current children cumulated vsize (KiB) 78928

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30258
/proc/meminfo: memFree=1777904/2055920 swapFree=4178716/4192956
[pid=30239] ppid=30237 vsize=78928 CPUtime=9818.43
/proc/30239/stat : 30239 (mxc-sat09) R 30237 30239 30202 0 -1 4194304 19150 0 0 0 981809 34 0 0 25 0 1 0 158624133 80822272 18343 1992294400 134512640 135192793 4294956224 18446744073709551615 134533227 0 0 4096 0 0 0 0 17 1 0 0
/proc/30239/statm: 19732 18343 73 166 0 19563 0
Current children cumulated CPU time (s) 9818.43
Current children cumulated vsize (KiB) 78928

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30258
/proc/meminfo: memFree=1777840/2055920 swapFree=4178716/4192956
[pid=30239] ppid=30237 vsize=79072 CPUtime=9878.41
/proc/30239/stat : 30239 (mxc-sat09) R 30237 30239 30202 0 -1 4194304 19167 0 0 0 987807 34 0 0 25 0 1 0 158624133 80969728 18360 1992294400 134512640 135192793 4294956224 18446744073709551615 134533227 0 0 4096 0 0 0 0 17 1 0 0
/proc/30239/statm: 19768 18360 73 166 0 19599 0
Current children cumulated CPU time (s) 9878.41
Current children cumulated vsize (KiB) 79072

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30258
/proc/meminfo: memFree=1777712/2055920 swapFree=4178716/4192956
[pid=30239] ppid=30237 vsize=79204 CPUtime=9938.38
/proc/30239/stat : 30239 (mxc-sat09) R 30237 30239 30202 0 -1 4194304 19187 0 0 0 993804 34 0 0 25 0 1 0 158624133 81104896 18380 1992294400 134512640 135192793 4294956224 18446744073709551615 134534029 0 0 4096 0 0 0 0 17 1 0 0
/proc/30239/statm: 19801 18380 73 166 0 19632 0
Current children cumulated CPU time (s) 9938.38
Current children cumulated vsize (KiB) 79204

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30258
/proc/meminfo: memFree=1777584/2055920 swapFree=4178716/4192956
[pid=30239] ppid=30237 vsize=79428 CPUtime=9998.37
/proc/30239/stat : 30239 (mxc-sat09) R 30237 30239 30202 0 -1 4194304 19225 0 0 0 999802 35 0 0 25 0 1 0 158624133 81334272 18418 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/30239/statm: 19857 18418 73 166 0 19688 0
Current children cumulated CPU time (s) 9998.37
Current children cumulated vsize (KiB) 79428



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10004 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30258
/proc/meminfo: memFree=1777584/2055920 swapFree=4178716/4192956
[pid=30239] ppid=30237 vsize=79428 CPUtime=10000.1
/proc/30239/stat : 30239 (mxc-sat09) R 30237 30239 30202 0 -1 4194304 19225 0 0 0 999972 35 0 0 25 0 1 0 158624133 81334272 18418 1992294400 134512640 135192793 4294956224 18446744073709551615 134534224 0 0 4096 0 0 0 0 17 1 0 0
/proc/30239/statm: 19857 18418 73 166 0 19688 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 79428

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): 10004
CPU time (s): 10000.1
CPU user time (s): 9999.73
CPU system time (s): 0.363944
CPU usage (%): 99.9607
Max. virtual memory (cumulated for all children) (KiB): 79428

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

runsolver used 6.91295 second user time and 20.9068 second system time

The end

Launcher Data

Begin job on node10 at 2009-05-03 01:11:45
IDJOB=1774097
IDBENCH=70865
IDSOLVER=613
FILE ID=node10/1774097-1241305905
PBS_JOBID= 9225224
Free space on /tmp= 66556 MiB

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

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

MD5SUM BENCH= abeb2c5a0bb0ad39fbdbdbc07efbecf7
RANDOM SEED=1748434223

node10.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1854744 kB
Buffers:         37896 kB
Cached:          81948 kB
SwapCached:       7996 kB
Active:          21996 kB
Inactive:       107476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1854744 kB
SwapTotal:     4192956 kB
SwapFree:      4178716 kB
Dirty:            2372 kB
Writeback:           0 kB
Mapped:          13384 kB
Slab:            57656 kB
Committed_AS:   697456 kB
PageTables:       1372 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= 66556 MiB
End job on node10 at 2009-05-03 03:58:31