Trace number 1774487

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 10005

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-cbmc-aes-d-r2-noholes.cnf
MD5SUM17bffac3a21734cf7ff7fa9ecba23d9d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark619.192
Satisfiable
(Un)Satisfiability was proved
Number of variables276895
Number of clauses1607567
Sum of the clauses size4321960
Maximum clause length184
Minimum clause length1
Number of clauses of size 140271
Number of clauses of size 21154041
Number of clauses of size 3332345
Number of clauses of size 410685
Number of clauses of size 50
Number of clauses of size over 570225

Solver Data

319.94/320.11	c starting MXC with:
319.94/320.11	c cnf_path = HOME/instance-1774487-1241307099.cnf
319.94/320.11	c restart_strategy = auto
319.94/320.11	c sign_strategy = cached
319.94/320.11	c use_preprocessing = -1
319.94/320.11	c output_implicant = 1
319.94/320.11	c timeout_seconds = 0
319.94/320.11	c running SatELite... done
319.94/320.11	c 125681 vars eliminated
319.94/320.11	c received 146544 units and 210609 clauses from SatELite
319.94/320.11	c 272224 assignments made, starting to guess now
319.94/320.11	c ===================================[MXC]=====================================
319.94/320.11	c | Conflicts |                Clause Statistics                   |   Vars   |
319.94/320.11	c |           |    CARD     BIN      O3+      L3+   L3+Lim  Lit/CL |          |
319.94/320.11	c =============================================================================
319.94/320.11	c |         0 |       0    2568   208041        0        0     nan |   276895 |
319.94/320.11	c |       100 |       0    2546   208020       92     1050     8.5 |     4663 |
319.94/320.11	c |       210 |       0    2547   208020      201     1105     8.6 |     4663 |
319.94/320.11	c |       441 |       0    2553   208020      426     1220     8.6 |     4663 |
319.94/320.11	c |       805 |       0    2555   208020      788     1402     9.0 |     4663 |
319.94/320.11	c |      1315 |       0    2558   208020     1295     1657     9.4 |     4663 |
319.94/320.11	c |      1986 |       0    2558   208020     1966     1993    13.0 |     4663 |
319.94/320.11	c |      2834 |       0    2558   208020     1804     2417    14.9 |     4663 |
319.94/320.11	c |      3876 |       0    2558   208020     2845     2938    13.1 |     4661 |
319.94/320.11	c |      5132 |       0    2560   208020     2608     3566    10.1 |     4660 |
319.94/320.11	c |      6623 |       0    2547   207946     4092     4311    10.2 |     4652 |
319.94/320.11	c |      8373 |       0    2548   207946     3585     5186    10.8 |     4652 |
319.94/320.11	c |     10408 |       0    2545   207939     5617     6204    11.7 |     4651 |
319.94/320.11	c |     12756 |       0    2548   207939     4570     7378    13.6 |     4651 |
319.94/320.11	c |     15449 |       0    2548   207939     7263     8724    15.9 |     4651 |
319.94/320.11	c |     18521 |       0    2548   207939     5258    10260    19.2 |     4651 |
319.94/320.11	c |     22010 |       0    2548   207939     8747    12005    19.4 |     4651 |
319.94/320.11	c |     25958 |       0    2548   207939    12695    13979    20.4 |     4651 |
319.94/320.11	c |     30411 |       0    2550   207939     9532    16205    19.8 |     4651 |
319.94/320.11	c |     35419 |       0    2550   207939    14540    18709    20.8 |     4651 |
319.94/320.11	c |     41038 |       0    2550   207939    20159    21519    21.4 |     4651 |
319.94/320.11	c |     47329 |       0    2553   207939    15018    24664    21.6 |     4651 |
319.94/320.11	c |     54360 |       0    2553   207939    22049    28180    21.7 |     4651 |
319.94/320.11	c |     62205 |       0    2554   207939    29891    32102    21.9 |     4643 |
319.94/320.11	c |     70945 |       0    2561   207939    21463    36472    20.0 |     4642 |
319.94/320.11	c |     80669 |       0    2567   207939    31180    41334    19.0 |     4641 |
319.94/320.11	c |     91476 |       0    2574   207939    41980    46738    19.6 |     4641 |
319.94/320.11	c |    103474 |       0    2578   207939    28262    52737    19.9 |     4639 |
319.94/320.11	c |    116782 |       0    2584   207939    41564    59391    19.2 |     4639 |
319.94/320.11	c |    131532 |       0    2585   207939    56313    66766    20.1 |     4639 |
319.94/320.11	c |    147868 |       0    2585   207939    72649    74934    21.6 |     4639 |
319.94/320.11	c |    165948 |       0    2600   207939    52114    83974    20.0 |     4639 |
319.94/320.11	c |    185947 |       0    2615   207939    72097    93973    19.0 |     4638 |
319.94/320.11	c |    208057 |       0    2615   207939    94207   105028    20.4 |     4638 |
319.94/320.11	c |    232489 |       0    2615   207939    60763   117244    23.5 |     4638 |
319.94/320.11	c |    259475 |       0    2625   207939    87736   130737    24.7 |     4635 |
319.94/320.11	c |    289271 |       0    2635   207939   117522   142520    25.4 |     4635 |
319.94/320.11	c |    322158 |       0    2635   207939    77604   146171    23.9 |     4635 |
319.94/320.11	c |    358445 |       0    2596   207820   113882   149920    24.6 |     4634 |
319.94/320.11	c |    398472 |       0    2620   207820    77309   153303    23.3 |     4625 |
319.94/320.11	c |    442613 |       0    2623   207820   121446   157194    27.3 |     4624 |
319.94/320.11	c |    491279 |       0    2623   207820    89964   161095    26.8 |     4624 |
319.94/320.11	c |    544923 |       0    2623   20

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-1774487-1241307099/watcher-1774487-1241307099 -o /tmp/evaluation-result-1774487-1241307099/solver-1774487-1241307099 -C 10000 -W 12000 -M 1800 HOME/mxc-sat09 -i HOME/instance-1774487-1241307099.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.92 0.98 0.99 3/64 27326
/proc/meminfo: memFree=1179504/2055920 swapFree=4180900/4192956
[pid=27326] ppid=27324 vsize=33808 CPUtime=0
/proc/27326/stat : 27326 (mxc-sat09) R 27324 27326 27289 0 -1 4194304 809 0 0 0 0 0 0 0 18 0 1 0 158742979 34619392 795 1992294400 134512640 135192793 4294956224 18446744073709551615 134779278 0 0 4096 0 0 0 0 17 0 0 0
/proc/27326/statm: 8452 802 47 166 0 8283 0

[startup+0.0535539 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 27326
/proc/meminfo: memFree=1179504/2055920 swapFree=4180900/4192956
[pid=27326] ppid=27324 vsize=38428 CPUtime=0.05
/proc/27326/stat : 27326 (mxc-sat09) R 27324 27326 27289 0 -1 4194304 8831 0 0 0 0 5 0 0 18 0 1 0 158742979 39350272 8817 1992294400 134512640 135192793 4294956224 18446744073709551615 134527504 0 0 4096 0 0 0 0 17 0 0 0
/proc/27326/statm: 9607 8822 50 166 0 9438 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 38428

[startup+0.101558 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 27326
/proc/meminfo: memFree=1179504/2055920 swapFree=4180900/4192956
[pid=27326] ppid=27324 vsize=89468 CPUtime=0.09
/proc/27326/stat : 27326 (mxc-sat09) R 27324 27326 27289 0 -1 4194304 15219 0 0 0 1 8 0 0 18 0 1 0 158742979 91615232 15205 1992294400 134512640 135192793 4294956224 18446744073709551615 134766703 0 0 4096 0 0 0 0 17 0 0 0
/proc/27326/statm: 22367 15214 53 166 0 22198 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 89468

[startup+0.301577 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 27326
/proc/meminfo: memFree=1179504/2055920 swapFree=4180900/4192956
[pid=27326] ppid=27324 vsize=123116 CPUtime=0.29
/proc/27326/stat : 27326 (mxc-sat09) R 27324 27326 27289 0 -1 4194304 22763 0 0 0 19 10 0 0 20 0 1 0 158742979 126070784 22586 1992294400 134512640 135192793 4294956224 18446744073709551615 134766703 0 0 4096 0 0 0 0 17 0 0 0
/proc/27326/statm: 30779 22588 56 166 0 30610 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 123116

[startup+0.701619 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 27326
/proc/meminfo: memFree=1179504/2055920 swapFree=4180900/4192956
[pid=27326] ppid=27324 vsize=150900 CPUtime=0.69
/proc/27326/stat : 27326 (mxc-sat09) R 27324 27326 27289 0 -1 4194304 29635 0 0 0 56 13 0 0 23 0 1 0 158742979 154521600 29458 1992294400 134512640 135192793 4294956224 18446744073709551615 134750359 0 0 4096 0 0 0 0 17 0 0 0
/proc/27326/statm: 37725 29459 55 166 0 37556 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 150900

[startup+1.5017 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 27327
/proc/meminfo: memFree=1043560/2055920 swapFree=4180900/4192956
[pid=27326] ppid=27324 vsize=151740 CPUtime=1.49
/proc/27326/stat : 27326 (mxc-sat09) R 27324 27326 27289 0 -1 4194304 37428 0 0 0 132 17 0 0 25 0 1 0 158742979 155381760 29010 1992294400 134512640 135192793 4294956224 18446744073709551615 134565339 0 0 4096 0 0 0 0 17 0 0 0
/proc/27326/statm: 37935 29010 56 166 0 37766 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 151740

[startup+3.10187 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 27327
/proc/meminfo: memFree=1051752/2055920 swapFree=4180900/4192956
[pid=27326] ppid=27324 vsize=177944 CPUtime=3.09
/proc/27326/stat : 27326 (mxc-sat09) R 27324 27326 27289 0 -1 4194304 44497 0 0 0 289 20 0 0 25 0 1 0 158742979 182214656 36079 1992294400 134512640 135192793 4294956224 18446744073709551615 134567920 0 0 4096 0 0 0 0 17 1 0 0
/proc/27326/statm: 44486 36079 56 166 0 44317 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 177944

[startup+6.30119 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 27327
/proc/meminfo: memFree=1026096/2055920 swapFree=4180900/4192956
[pid=27326] ppid=27324 vsize=192712 CPUtime=6.27
/proc/27326/stat : 27326 (mxc-sat09) R 27324 27326 27289 0 -1 4194304 47590 0 0 0 605 22 0 0 25 0 1 0 158742979 197337088 39172 1992294400 134512640 135192793 4294956224 18446744073709551615 134567659 0 0 4096 0 0 0 0 17 0 0 0
/proc/27326/statm: 48178 39172 56 166 0 48009 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 192712

[startup+12.7018 s]
/proc/loadavg: 0.94 0.98 0.99 2/65 27327
/proc/meminfo: memFree=1005432/2055920 swapFree=4180900/4192956
[pid=27326] ppid=27324 vsize=210644 CPUtime=12.67
/proc/27326/stat : 27326 (mxc-sat09) R 27324 27326 27289 0 -1 4194304 52338 0 0 0 1242 25 0 0 25 0 1 0 158742979 215699456 43920 1992294400 134512640 135192793 4294956224 18446744073709551615 134575776 0 0 4096 0 0 0 0 17 0 0 0
/proc/27326/statm: 52661 43920 56 166 0 52492 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 210644

[startup+25.5011 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 27327
/proc/meminfo: memFree=982392/2055920 swapFree=4180900/4192956
[pid=27326] ppid=27324 vsize=238180 CPUtime=25.47
/proc/27326/stat : 27326 (mxc-sat09) R 27324 27326 27289 0 -1 4194304 57797 0 0 0 2519 28 0 0 25 0 1 0 158742979 243896320 49379 1992294400 134512640 135192793 4294956224 18446744073709551615 134567760 0 0 4096 0 0 0 0 17 0 0 0
/proc/27326/statm: 59545 49379 56 166 0 59376 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 238180

[startup+51.1017 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 27327
/proc/meminfo: memFree=996728/2055920 swapFree=4180900/4192956
[pid=27326] ppid=27324 vsize=216808 CPUtime=51.05
/proc/27326/stat : 27326 (mxc-sat09) R 27324 27326 27289 0 -1 4194304 58674 0 0 0 5077 28 0 0 25 0 1 0 158742979 222011392 45811 1992294400 134512640 135192793 4294956224 18446744073709551615 134533849 0 0 4096 0 0 0 0 17 0 0 0
/proc/27326/statm: 54202 45811 73 166 0 54033 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 216808

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 27327
/proc/meminfo: memFree=988536/2055920 swapFree=4180900/4192956
[pid=27326] ppid=27324 vsize=225420 CPUtime=102.23
/proc/27326/stat : 27326 (mxc-sat09) R 27324 27326 27289 0 -1 4194304 60758 0 0 0 10192 31 0 0 25 0 1 0 158742979 230830080 47895 1992294400 134512640 135192793 4294956224 18446744073709551615 134533920 0 0 4096 0 0 0 0 17 0 0 0
/proc/27326/statm: 56355 47895 73 166 0 56186 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 225420

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27327
/proc/meminfo: memFree=977144/2055920 swapFree=4180900/4192956
[pid=27326] ppid=27324 vsize=238248 CPUtime=162.2
/proc/27326/stat : 27326 (mxc-sat09) R 27324 27326 27289 0 -1 4194304 63601 0 0 0 16187 33 0 0 25 0 1 0 158742979 243965952 50738 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 0 0 0
/proc/27326/statm: 59562 50738 73 166 0 59393 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 238248

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27327
/proc/meminfo: memFree=973432/2055920 swapFree=4180900/4192956
[pid=27326] ppid=27324 vsize=242372 CPUtime=222.18
/proc/27326/stat : 27326 (mxc-sat09) R 27324 27326 27289 0 -1 4194304 64498 0 0 0 22184 34 0 0 25 0 1 0 158742979 248188928 51635 1992294400 134512640 135192793 4294956224 18446744073709551615 134533186 0 0 4096 0 0 0 0 17 0 0 0
/proc/27326/statm: 60593 51635 73 166 0 60424 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 242372

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27327
/proc/meminfo: memFree=966264/2055920 swapFree=4180900/4192956
[pid=27326] ppid=27324 vsize=249964 CPUtime=282.15
/proc/27326/stat : 27326 (mxc-sat09) R 27324 27326 27289 0 -1 4194304 66292 0 0 0 28179 36 0 0 25 0 1 0 158742979 255963136 53429 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 0 0 0
/proc/27326/statm: 62491 53429 73 166 0 62322 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 249964

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27327
/proc/meminfo: memFree=963192/2055920 swapFree=4180900/4192956
[pid=27326] ppid=27324 vsize=253424 CPUtime=342.12
/proc/27326/stat : 27326 (mxc-sat09) R 27324 27326 27289 0 -1 4194304 67048 0 0 0 34176 36 0 0 25 0 1 0 158742979 259506176 54185 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 0 0 0
/proc/27326/statm: 63356 54185 74 166 0 63187 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 253424

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27327
/proc/meminfo: memFree=960760/2055920 swapFree=4180900/4192956
[pid=27326] ppid=27324 vsize=256852 CPUtime=402.1
/proc/27326/stat : 27326 (mxc-sat09) R 27324 27326 27289 0 -1 4194304 67693 0 0 0 40173 37 0 0 25 0 1 0 158742979 263016448 54830 1992294400 134512640 135192793 4294956224 18446744073709551615 134550819 0 0 4096 0 0 0 0 17 0 0 0
/proc/27326/statm: 64213 54830 74 166 0 64044 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 256852

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27329
/proc/meminfo: memFree=959032/2055920 swapFree=4180900/4192956
[pid=27326] ppid=27324 vsize=258888 CPUtime=462.06
/proc/27326/stat : 27326 (mxc-sat09) R 27324 27326 27289 0 -1 4194304 68076 0 0 0 46169 37 0 0 25 0 1 0 158742979 265101312 55213 1992294400 134512640 135192793 4294956224 18446744073709551615 134534134 0 0 4096 0 0 0 0 17 0 0 0
/proc/27326/statm: 64722 55213 74 166 0 64553 0
Current children cumulated CPU time (s) 462.06
Current children cumulated vsize (KiB) 258888

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27329
/proc/meminfo: memFree=955512/2055920 swapFree=4180900/4192956
[pid=27326] ppid=27324 vsize=262476 CPUtime=522.04
/proc/27326/stat : 27326 (mxc-sat09) R 27324 27326 27289 0 -1 4194304 68964 0 0 0 52165 39 0 0 25 0 1 0 158742979 268775424 56101 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 0 0 0
/proc/27326/statm: 65619 56101 74 166 0 65450 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 262476

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27329
/proc/meminfo: memFree=954744/2055920 swapFree=4180900/4192956
[pid=27326] ppid=27324 vsize=263500 CPUtime=582.02
/proc/27326/stat : 27326 (mxc-sat09) R 27324 27326 27289 0 -1 4194304 69161 0 0 0 58163 39 0 0 25 0 1 0 158742979 269824000 56298 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 0 0 0
/proc/27326/statm: 65875 56298 74 166 0 65706 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 263500

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27329
/proc/meminfo: memFree=954104/2055920 swapFree=4180900/4192956
[pid=27326] ppid=27324 vsize=264012 CPUtime=641.99
/proc/27326/stat : 27326 (mxc-sat09) R 27324 27326 27289 0 -1 4194304 69318 0 0 0 64160 39 0 0 25 0 1 0 158742979 270348288 56455 1992294400 134512640 135192793 4294956224 18446744073709551615 134534267 0 0 4096 0 0 0 0 17 0 0 0
/proc/27326/statm: 66003 56455 74 166 0 65834 0
Current children cumulated CPU time (s) 641.99
Current children cumulated vsize (KiB) 264012

[startup+702.302 s]

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

[startup+9102.3 s]
/proc/loadavg: 1.09 1.03 1.00 2/65 27831
/proc/meminfo: memFree=686520/2055920 swapFree=4180900/4192956
[pid=27326] ppid=27324 vsize=587728 CPUtime=9097.83
/proc/27326/stat : 27326 (mxc-sat09) R 27324 27326 27289 0 -1 4194304 136036 0 0 0 909685 98 0 0 25 0 1 0 158742979 601833472 123084 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 0 0 0
/proc/27326/statm: 146932 123084 74 166 0 146763 0
Current children cumulated CPU time (s) 9097.83
Current children cumulated vsize (KiB) 587728

[startup+9162.3 s]
/proc/loadavg: 1.10 1.04 1.00 2/65 27831
/proc/meminfo: memFree=685304/2055920 swapFree=4180900/4192956
[pid=27326] ppid=27324 vsize=589136 CPUtime=9157.8
/proc/27326/stat : 27326 (mxc-sat09) R 27324 27326 27289 0 -1 4194304 136349 0 0 0 915682 98 0 0 25 0 1 0 158742979 603275264 123397 1992294400 134512640 135192793 4294956224 18446744073709551615 134534250 0 0 4096 0 0 0 0 17 0 0 0
/proc/27326/statm: 147284 123397 74 166 0 147115 0
Current children cumulated CPU time (s) 9157.8
Current children cumulated vsize (KiB) 589136

[startup+9222.3 s]
/proc/loadavg: 1.10 1.04 1.00 2/65 27831
/proc/meminfo: memFree=679992/2055920 swapFree=4180900/4192956
[pid=27326] ppid=27324 vsize=594896 CPUtime=9217.79
/proc/27326/stat : 27326 (mxc-sat09) R 27324 27326 27289 0 -1 4194304 137632 0 0 0 921680 99 0 0 25 0 1 0 158742979 609173504 124680 1992294400 134512640 135192793 4294956224 18446744073709551615 134533831 0 0 4096 0 0 0 0 17 0 0 0
/proc/27326/statm: 148724 124680 74 166 0 148555 0
Current children cumulated CPU time (s) 9217.79
Current children cumulated vsize (KiB) 594896

[startup+9282.3 s]
/proc/loadavg: 1.12 1.06 1.01 2/65 27831
/proc/meminfo: memFree=675320/2055920 swapFree=4180900/4192956
[pid=27326] ppid=27324 vsize=600524 CPUtime=9277.76
/proc/27326/stat : 27326 (mxc-sat09) R 27324 27326 27289 0 -1 4194304 138808 0 0 0 927676 100 0 0 25 0 1 0 158742979 614936576 125856 1992294400 134512640 135192793 4294956224 18446744073709551615 134549771 0 0 4096 0 0 0 0 17 0 0 0
/proc/27326/statm: 150131 125856 74 166 0 149962 0
Current children cumulated CPU time (s) 9277.76
Current children cumulated vsize (KiB) 600524

[startup+9342.31 s]
/proc/loadavg: 1.04 1.05 1.00 2/65 27831
/proc/meminfo: memFree=674936/2055920 swapFree=4180900/4192956
[pid=27326] ppid=27324 vsize=601036 CPUtime=9337.74
/proc/27326/stat : 27326 (mxc-sat09) R 27324 27326 27289 0 -1 4194304 138901 0 0 0 933674 100 0 0 25 0 1 0 158742979 615460864 125949 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 0 0 0
/proc/27326/statm: 150259 125949 74 166 0 150090 0
Current children cumulated CPU time (s) 9337.74
Current children cumulated vsize (KiB) 601036

[startup+9402.3 s]
/proc/loadavg: 1.01 1.04 1.00 2/65 27831
/proc/meminfo: memFree=674104/2055920 swapFree=4180900/4192956
[pid=27326] ppid=27324 vsize=602188 CPUtime=9397.71
/proc/27326/stat : 27326 (mxc-sat09) R 27324 27326 27289 0 -1 4194304 139118 0 0 0 939671 100 0 0 25 0 1 0 158742979 616640512 126166 1992294400 134512640 135192793 4294956224 18446744073709551615 134548118 0 0 4096 0 0 0 0 17 0 0 0
/proc/27326/statm: 150547 126166 74 166 0 150378 0
Current children cumulated CPU time (s) 9397.71
Current children cumulated vsize (KiB) 602188

[startup+9462.3 s]
/proc/loadavg: 1.00 1.03 1.00 2/65 27831
/proc/meminfo: memFree=671608/2055920 swapFree=4180900/4192956
[pid=27326] ppid=27324 vsize=605068 CPUtime=9457.67
/proc/27326/stat : 27326 (mxc-sat09) R 27324 27326 27289 0 -1 4194304 139746 0 0 0 945667 100 0 0 25 0 1 0 158742979 619589632 126794 1992294400 134512640 135192793 4294956224 18446744073709551615 134612751 0 0 4096 0 0 0 0 17 0 0 0
/proc/27326/statm: 151267 126794 74 166 0 151098 0
Current children cumulated CPU time (s) 9457.67
Current children cumulated vsize (KiB) 605068

[startup+9522.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 27831
/proc/meminfo: memFree=669176/2055920 swapFree=4180900/4192956
[pid=27326] ppid=27324 vsize=608720 CPUtime=9517.65
/proc/27326/stat : 27326 (mxc-sat09) R 27324 27326 27289 0 -1 4194304 140352 0 0 0 951664 101 0 0 25 0 1 0 158742979 623329280 127400 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 0 0 0
/proc/27326/statm: 152180 127400 74 166 0 152011 0
Current children cumulated CPU time (s) 9517.65
Current children cumulated vsize (KiB) 608720

[startup+9582.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 27831
/proc/meminfo: memFree=667000/2055920 swapFree=4180900/4192956
[pid=27326] ppid=27324 vsize=611536 CPUtime=9577.62
/proc/27326/stat : 27326 (mxc-sat09) R 27324 27326 27289 0 -1 4194304 140898 0 0 0 957661 101 0 0 25 0 1 0 158742979 626212864 127946 1992294400 134512640 135192793 4294956224 18446744073709551615 134533920 0 0 4096 0 0 0 0 17 0 0 0
/proc/27326/statm: 152884 127946 74 166 0 152715 0
Current children cumulated CPU time (s) 9577.62
Current children cumulated vsize (KiB) 611536

[startup+9642.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 27831
/proc/meminfo: memFree=667000/2055920 swapFree=4180900/4192956
[pid=27326] ppid=27324 vsize=611536 CPUtime=9637.59
/proc/27326/stat : 27326 (mxc-sat09) R 27324 27326 27289 0 -1 4194304 140904 0 0 0 963658 101 0 0 25 0 1 0 158742979 626212864 127952 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 0 0 0
/proc/27326/statm: 152884 127952 74 166 0 152715 0
Current children cumulated CPU time (s) 9637.59
Current children cumulated vsize (KiB) 611536

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27831
/proc/meminfo: memFree=662648/2055920 swapFree=4180900/4192956
[pid=27326] ppid=27324 vsize=617036 CPUtime=9697.57
/proc/27326/stat : 27326 (mxc-sat09) R 27324 27326 27289 0 -1 4194304 141958 0 0 0 969655 102 0 0 25 0 1 0 158742979 631844864 129006 1992294400 134512640 135192793 4294956224 18446744073709551615 134549686 0 0 4096 0 0 0 0 17 0 0 0
/proc/27326/statm: 154259 129006 74 166 0 154090 0
Current children cumulated CPU time (s) 9697.57
Current children cumulated vsize (KiB) 617036

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27831
/proc/meminfo: memFree=660216/2055920 swapFree=4180900/4192956
[pid=27326] ppid=27324 vsize=620108 CPUtime=9757.55
/proc/27326/stat : 27326 (mxc-sat09) R 27324 27326 27289 0 -1 4194304 142578 0 0 0 975652 103 0 0 25 0 1 0 158742979 634990592 129626 1992294400 134512640 135192793 4294956224 18446744073709551615 134550441 0 0 4096 0 0 0 0 17 0 0 0
/proc/27326/statm: 155027 129626 74 166 0 154858 0
Current children cumulated CPU time (s) 9757.55
Current children cumulated vsize (KiB) 620108

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27831
/proc/meminfo: memFree=659192/2055920 swapFree=4180900/4192956
[pid=27326] ppid=27324 vsize=621516 CPUtime=9817.52
/proc/27326/stat : 27326 (mxc-sat09) R 27324 27326 27289 0 -1 4194304 142834 0 0 0 981649 103 0 0 25 0 1 0 158742979 636432384 129882 1992294400 134512640 135192793 4294956224 18446744073709551615 134533804 0 0 4096 0 0 0 0 17 0 0 0
/proc/27326/statm: 155379 129882 74 166 0 155210 0
Current children cumulated CPU time (s) 9817.52
Current children cumulated vsize (KiB) 621516

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27831
/proc/meminfo: memFree=658616/2055920 swapFree=4180900/4192956
[pid=27326] ppid=27324 vsize=622284 CPUtime=9877.5
/proc/27326/stat : 27326 (mxc-sat09) R 27324 27326 27289 0 -1 4194304 142970 0 0 0 987647 103 0 0 25 0 1 0 158742979 637218816 130018 1992294400 134512640 135192793 4294956224 18446744073709551615 134551512 0 0 4096 0 0 0 0 17 0 0 0
/proc/27326/statm: 155571 130018 74 166 0 155402 0
Current children cumulated CPU time (s) 9877.5
Current children cumulated vsize (KiB) 622284

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27831
/proc/meminfo: memFree=658616/2055920 swapFree=4180900/4192956
[pid=27326] ppid=27324 vsize=622284 CPUtime=9937.47
/proc/27326/stat : 27326 (mxc-sat09) R 27324 27326 27289 0 -1 4194304 142973 0 0 0 993644 103 0 0 25 0 1 0 158742979 637218816 130021 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 0 0 0
/proc/27326/statm: 155571 130021 74 166 0 155402 0
Current children cumulated CPU time (s) 9937.47
Current children cumulated vsize (KiB) 622284

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27831
/proc/meminfo: memFree=658296/2055920 swapFree=4180900/4192956
[pid=27326] ppid=27324 vsize=622540 CPUtime=9997.44
/proc/27326/stat : 27326 (mxc-sat09) R 27324 27326 27289 0 -1 4194304 143051 0 0 0 999641 103 0 0 25 0 1 0 158742979 637480960 130099 1992294400 134512640 135192793 4294956224 18446744073709551615 134534231 0 0 4096 0 0 0 0 17 0 0 0
/proc/27326/statm: 155635 130099 74 166 0 155466 0
Current children cumulated CPU time (s) 9997.44
Current children cumulated vsize (KiB) 622540



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10004.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27831
/proc/meminfo: memFree=658296/2055920 swapFree=4180900/4192956
[pid=27326] ppid=27324 vsize=622540 CPUtime=10000
/proc/27326/stat : 27326 (mxc-sat09) R 27324 27326 27289 0 -1 4194304 143051 0 0 0 999901 103 0 0 25 0 1 0 158742979 637480960 130099 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 0 0 0
/proc/27326/statm: 155635 130099 74 166 0 155466 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 622540

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

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

[startup+10004.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27831
/proc/meminfo: memFree=658296/2055920 swapFree=4180900/4192956
[pid=27326] ppid=27324 vsize=622540 CPUtime=10000
/proc/27326/stat : 27326 (mxc-sat09) R 27324 27326 27289 0 -1 4194304 143051 0 0 0 999901 103 0 0 25 0 1 0 158742979 637480960 130099 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 0 0 0
/proc/27326/statm: 155635 130099 74 166 0 155466 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 622540

Child ended because it received signal 15 (SIGTERM)
Real time (s): 10005
CPU time (s): 10000.1
CPU user time (s): 9999.01
CPU system time (s): 1.12083
CPU usage (%): 99.9515
Max. virtual memory (cumulated for all children) (KiB): 622540

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

runsolver used 9.25259 second user time and 27.1389 second system time

The end

Launcher Data

Begin job on node27 at 2009-05-03 01:31:41
IDJOB=1774487
IDBENCH=70951
IDSOLVER=613
FILE ID=node27/1774487-1241307099
PBS_JOBID= 9225235
Free space on /tmp= 66264 MiB

SOLVER NAME= MXC 2009-03-10
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-cbmc-aes-d-r2-noholes.cnf
COMMAND LINE= HOME/mxc-sat09 -i BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1774487-1241307099/watcher-1774487-1241307099 -o /tmp/evaluation-result-1774487-1241307099/solver-1774487-1241307099 -C 10000 -W 12000 -M 1800  HOME/mxc-sat09 -i HOME/instance-1774487-1241307099.cnf

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

MD5SUM BENCH= 17bffac3a21734cf7ff7fa9ecba23d9d
RANDOM SEED=1554646979

node27.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		: 2800.234
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	: 5521.40
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		: 2800.234
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:       1179984 kB
Buffers:         77384 kB
Cached:         709812 kB
SwapCached:       5072 kB
Active:         112096 kB
Inactive:       683112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1179984 kB
SwapTotal:     4192956 kB
SwapFree:      4180900 kB
Dirty:           33936 kB
Writeback:           0 kB
Mapped:          13996 kB
Slab:            66700 kB
Committed_AS:   684008 kB
PageTables:       1372 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66264 MiB
End job on node27 at 2009-05-03 04:18:28