Trace number 1517241

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) 1200.05 1200.31

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/UNKNOWN/400/
unif-k3-r4.25-v400-c1700-S1375576340-029.cnf
MD5SUM1b93ff755afc24c2ba01a5f3cf1dc449
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark73.5298
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses1700
Sum of the clauses size5100
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31700
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

27.48/27.55	c starting MXC with:
27.48/27.55	c cnf_path = HOME/instance-1517241-1238282428.cnf
27.48/27.55	c restart_strategy = auto
27.48/27.55	c sign_strategy = cached
27.48/27.55	c use_preprocessing = -1
27.48/27.55	c output_implicant = 1
27.48/27.55	c timeout_seconds = 0
27.48/27.55	c running SatELite... done
27.48/27.55	c 15 vars eliminated
27.48/27.55	c received 0 units and 1687 clauses from SatELite
27.48/27.55	c 14 assignments made, starting to guess now
27.48/27.55	c ===================================[MXC]=====================================
27.48/27.55	c | Conflicts |                Clause Statistics                   |   Vars   |
27.48/27.55	c |           |    CARD     BIN      O3+      L3+   L3+Lim  Lit/CL |          |
27.48/27.55	c =============================================================================
27.48/27.55	c |         0 |       0       0     1687        0        0     nan |      400 |
27.48/27.55	c |       100 |       0       0     1687      100     1050    19.5 |      386 |
27.48/27.55	c |       210 |       0       0     1687      210     1105    19.5 |      386 |
27.48/27.55	c |       441 |       0       0     1687      441     1220    20.3 |      386 |
27.48/27.55	c |       805 |       0       0     1687      805     1402    20.1 |      386 |
27.48/27.55	c |      1315 |       0       0     1687     1315     1609    20.1 |      386 |
27.48/27.55	c |      1986 |       0       0     1687     1138     1754    19.3 |      386 |
27.48/27.55	c |      2834 |       0       0     1687     1046     1894    18.3 |      386 |
27.48/27.55	c |      3876 |       0       0     1687     1076     2031    17.8 |      386 |
27.48/27.55	c |      5132 |       0       0     1687     1259     2163    19.2 |      386 |
27.48/27.55	c |      6623 |       0       0     1687     1624     2292    19.0 |      386 |
27.48/27.55	c |      8373 |       0       0     1687     2201     2419    20.1 |      386 |
27.48/27.55	c |     10408 |       0       0     1687     1764     2543    18.3 |      386 |
27.48/27.55	c |     12756 |       0       0     1687     1490     2665    20.2 |      386 |
27.48/27.55	c |     15449 |       0       0     1687     1428     2786    19.5 |      386 |
27.48/27.55	c |     18521 |       0       0     1687     1629     2906    17.6 |      386 |
27.48/27.55	c |     22010 |       0       0     1687     2139     3025    18.0 |      386 |
27.48/27.55	c |     25958 |       0       0     1687     3009     3144    18.5 |      386 |
27.48/27.55	c |     30411 |       0       0     1687     2675     3262    17.9 |      386 |
27.48/27.55	c |     35419 |       0       0     1687     2707     3381    17.8 |      386 |
27.48/27.55	c |     41038 |       0       0     1687     3179     3499    18.1 |      386 |
27.48/27.55	c |     47329 |       0       0     1687     2356     3618    19.6 |      386 |
27.48/27.55	c |     54360 |       0       0     1687     2014     3737    18.6 |      386 |
27.48/27.55	c |     62205 |       0       0     1687     2243     3857    19.3 |      386 |
27.48/27.55	c |     70945 |       0       0     1687     3143     3978    19.1 |      386 |
27.48/27.55	c |     80669 |       0       0     1687     2769     4099    19.6 |      386 |
27.48/27.55	c |     91476 |       0       0     1687     3171     4222    18.4 |      386 |
27.48/27.55	c |    103474 |       0       0     1687     2302     4346    17.5 |      386 |
27.48/27.55	c |    116782 |       0       0     1687     2357     4471    16.9 |      386 |
27.48/27.55	c |    131532 |       0       0     1687     3493     4597    16.7 |      386 |
27.48/27.55	c |    147868 |       0       0     1687     3515     4726    17.4 |      386 |
27.48/27.55	c |    165948 |       0       0     1687     4845     4855    17.6 |      386 |
27.48/27.55	c |    185947 |       0       0     1687     2703     4987    16.6 |      386 |
27.48/27.55	c |    208057 |       0       0     1687     4603     5120    19.2 |      386 |
27.48/27.55	c |    232489 |       0       0     1687     3095     5255    17.9 |      386 |
27.48/27.55	c |    259475 |       0       0     1687     3444     5393    18.8 |      386 |
27.48/27.55	c |    289271 |       0       0     1687     3183     5532    16.9 |      386 |
27.48/27.55	c |    322158 |       0       0     1687     5271     5674    18.2 |      386 |
27.48/27.55	c |    358445 |       0       0     1687     4226     5818    18.3 |      386 |
27.48/27.55	c |    398472 |       0       0     1687     3008     5965    17.5 |      386 |
27.48/27.55	c |    442613 |       0       0     1687     4883     6114    18.6 |      386 |
27.48/27.55	c |    491279 |       0       0     1687     4039     6265    16.9 |      386 |
27.48/27.55	c |    544923 |       0       0     1687     3766  

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1517241-1238282428/watcher-1517241-1238282428 -o /tmp/evaluation-result-1517241-1238282428/solver-1517241-1238282428 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/mxc-sat09 -i HOME/instance-1517241-1238282428.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/68 17452
/proc/meminfo: memFree=732272/2055920 swapFree=4177828/4192956
[pid=17452] ppid=17450 vsize=980 CPUtime=0
/proc/17452/stat : 17452 (mxc-sat09) R 17450 17452 16986 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 1100904842 1003520 129 1992294400 134512640 135192793 4294956224 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 1 0 0
/proc/17452/statm: 245 131 56 166 0 76 0

[startup+0.011683 s]
/proc/loadavg: 1.00 1.00 1.00 3/68 17452
/proc/meminfo: memFree=732272/2055920 swapFree=4177828/4192956
[pid=17452] ppid=17450 vsize=1244 CPUtime=0
/proc/17452/stat : 17452 (mxc-sat09) R 17450 17452 16986 0 -1 4194304 213 0 0 0 0 0 0 0 18 0 1 0 1100904842 1273856 199 1992294400 134512640 135192793 4294956224 18446744073709551615 134552986 0 0 4096 0 0 0 0 17 1 0 0
/proc/17452/statm: 311 199 72 166 0 142 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1244

[startup+0.101689 s]
/proc/loadavg: 1.00 1.00 1.00 3/68 17452
/proc/meminfo: memFree=732272/2055920 swapFree=4177828/4192956
[pid=17452] ppid=17450 vsize=1640 CPUtime=0.09
/proc/17452/stat : 17452 (mxc-sat09) R 17450 17452 16986 0 -1 4194304 301 0 0 0 9 0 0 0 18 0 1 0 1100904842 1679360 287 1992294400 134512640 135192793 4294956224 18446744073709551615 134551083 0 0 4096 0 0 0 0 17 1 0 0
/proc/17452/statm: 410 287 73 166 0 241 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1640

[startup+0.301701 s]
/proc/loadavg: 1.00 1.00 1.00 3/68 17452
/proc/meminfo: memFree=732272/2055920 swapFree=4177828/4192956
[pid=17452] ppid=17450 vsize=1772 CPUtime=0.29
/proc/17452/stat : 17452 (mxc-sat09) R 17450 17452 16986 0 -1 4194304 357 0 0 0 29 0 0 0 19 0 1 0 1100904842 1814528 343 1992294400 134512640 135192793 4294956224 18446744073709551615 134534215 0 0 4096 0 0 0 0 17 1 0 0
/proc/17452/statm: 443 343 73 166 0 274 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1772

[startup+0.701728 s]
/proc/loadavg: 1.00 1.00 1.00 3/68 17452
/proc/meminfo: memFree=732272/2055920 swapFree=4177828/4192956
[pid=17452] ppid=17450 vsize=2168 CPUtime=0.69
/proc/17452/stat : 17452 (mxc-sat09) R 17450 17452 16986 0 -1 4194304 432 0 0 0 69 0 0 0 22 0 1 0 1100904842 2220032 418 1992294400 134512640 135192793 4294956224 18446744073709551615 134534173 0 0 4096 0 0 0 0 17 1 0 0
/proc/17452/statm: 542 418 73 166 0 373 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2168

[startup+1.50178 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 17453
/proc/meminfo: memFree=730728/2055920 swapFree=4177828/4192956
[pid=17452] ppid=17450 vsize=2432 CPUtime=1.49
/proc/17452/stat : 17452 (mxc-sat09) R 17450 17452 16986 0 -1 4194304 509 0 0 0 149 0 0 0 25 0 1 0 1100904842 2490368 495 1992294400 134512640 135192793 4294956224 18446744073709551615 134533858 0 0 4096 0 0 0 0 17 1 0 0
/proc/17452/statm: 608 495 73 166 0 439 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2432

[startup+3.10189 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 17453
/proc/meminfo: memFree=730152/2055920 swapFree=4177828/4192956
[pid=17452] ppid=17450 vsize=2960 CPUtime=3.09
/proc/17452/stat : 17452 (mxc-sat09) R 17450 17452 16986 0 -1 4194304 634 0 0 0 309 0 0 0 25 0 1 0 1100904842 3031040 620 1992294400 134512640 135192793 4294956224 18446744073709551615 134533933 0 0 4096 0 0 0 0 17 1 0 0
/proc/17452/statm: 740 620 73 166 0 571 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2960

[startup+6.3011 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 17453
/proc/meminfo: memFree=729384/2055920 swapFree=4177828/4192956
[pid=17452] ppid=17450 vsize=3528 CPUtime=6.29
/proc/17452/stat : 17452 (mxc-sat09) R 17450 17452 16986 0 -1 4194304 782 0 0 0 629 0 0 0 25 0 1 0 1100904842 3612672 768 1992294400 134512640 135192793 4294956224 18446744073709551615 134533367 0 0 4096 0 0 0 0 17 1 0 0
/proc/17452/statm: 882 768 73 166 0 713 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3528

[startup+12.7015 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 17453
/proc/meminfo: memFree=728424/2055920 swapFree=4177828/4192956
[pid=17452] ppid=17450 vsize=4460 CPUtime=12.69
/proc/17452/stat : 17452 (mxc-sat09) R 17450 17452 16986 0 -1 4194304 1005 0 0 0 1269 0 0 0 25 0 1 0 1100904842 4567040 991 1992294400 134512640 135192793 4294956224 18446744073709551615 134549817 0 0 4096 0 0 0 0 17 1 0 0
/proc/17452/statm: 1115 991 73 166 0 946 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 4460

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 17453
/proc/meminfo: memFree=727464/2055920 swapFree=4177828/4192956
[pid=17452] ppid=17450 vsize=5416 CPUtime=25.48
/proc/17452/stat : 17452 (mxc-sat09) R 17450 17452 16986 0 -1 4194304 1217 0 0 0 2548 0 0 0 25 0 1 0 1100904842 5545984 1203 1992294400 134512640 135192793 4294956224 18446744073709551615 134534231 0 0 4096 0 0 0 0 17 1 0 0
/proc/17452/statm: 1354 1203 73 166 0 1185 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 5416

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 17453
/proc/meminfo: memFree=725992/2055920 swapFree=4177828/4192956
[pid=17452] ppid=17450 vsize=6936 CPUtime=51.07
/proc/17452/stat : 17452 (mxc-sat09) R 17450 17452 16986 0 -1 4194304 1576 0 0 0 5107 0 0 0 25 0 1 0 1100904842 7102464 1562 1992294400 134512640 135192793 4294956224 18446744073709551615 134533920 0 0 4096 0 0 0 0 17 1 0 0
/proc/17452/statm: 1734 1562 73 166 0 1565 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 6936

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 17453
/proc/meminfo: memFree=724136/2055920 swapFree=4177828/4192956
[pid=17452] ppid=17450 vsize=9148 CPUtime=102.27
/proc/17452/stat : 17452 (mxc-sat09) R 17450 17452 16986 0 -1 4194304 2029 0 0 0 10226 1 0 0 25 0 1 0 1100904842 9367552 2015 1992294400 134512640 135192793 4294956224 18446744073709551615 134534267 0 0 4096 0 0 0 0 17 1 0 0
/proc/17452/statm: 2287 2015 73 166 0 2118 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 9148

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 17453
/proc/meminfo: memFree=722344/2055920 swapFree=4177828/4192956
[pid=17452] ppid=17450 vsize=11112 CPUtime=162.26
/proc/17452/stat : 17452 (mxc-sat09) R 17450 17452 16986 0 -1 4194304 2468 0 0 0 16224 2 0 0 25 0 1 0 1100904842 11378688 2454 1992294400 134512640 135192793 4294956224 18446744073709551615 134534231 0 0 4096 0 0 0 0 17 1 0 0
/proc/17452/statm: 2778 2454 73 166 0 2609 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 11112

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 17453
/proc/meminfo: memFree=721192/2055920 swapFree=4177828/4192956
[pid=17452] ppid=17450 vsize=12344 CPUtime=222.24
/proc/17452/stat : 17452 (mxc-sat09) R 17450 17452 16986 0 -1 4194304 2748 0 0 0 22222 2 0 0 25 0 1 0 1100904842 12640256 2734 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/17452/statm: 3086 2734 73 166 0 2917 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 12344

[startup+282.302 s]
/proc/loadavg: 1.09 1.03 1.01 2/69 17453
/proc/meminfo: memFree=720168/2055920 swapFree=4177828/4192956
[pid=17452] ppid=17450 vsize=13536 CPUtime=282.23
/proc/17452/stat : 17452 (mxc-sat09) R 17450 17452 16986 0 -1 4194304 3008 0 0 0 28221 2 0 0 25 0 1 0 1100904842 13860864 2994 1992294400 134512640 135192793 4294956224 18446744073709551615 134533849 0 0 4096 0 0 0 0 17 1 0 0
/proc/17452/statm: 3384 2994 73 166 0 3215 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 13536

[startup+342.302 s]
/proc/loadavg: 1.03 1.02 1.00 2/69 17453
/proc/meminfo: memFree=719272/2055920 swapFree=4177828/4192956
[pid=17452] ppid=17450 vsize=14432 CPUtime=342.21
/proc/17452/stat : 17452 (mxc-sat09) R 17450 17452 16986 0 -1 4194304 3222 0 0 0 34219 2 0 0 25 0 1 0 1100904842 14778368 3208 1992294400 134512640 135192793 4294956224 18446744073709551615 134549771 0 0 4096 0 0 0 0 17 1 0 0
/proc/17452/statm: 3608 3208 73 166 0 3439 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 14432

[startup+402.302 s]
/proc/loadavg: 1.01 1.02 1.00 2/69 17453
/proc/meminfo: memFree=718440/2055920 swapFree=4177828/4192956
[pid=17452] ppid=17450 vsize=15232 CPUtime=402.2
/proc/17452/stat : 17452 (mxc-sat09) R 17450 17452 16986 0 -1 4194304 3430 0 0 0 40218 2 0 0 25 0 1 0 1100904842 15597568 3416 1992294400 134512640 135192793 4294956224 18446744073709551615 134533900 0 0 4096 0 0 0 0 17 1 0 0
/proc/17452/statm: 3808 3416 73 166 0 3639 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 15232

[startup+462.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/69 17453
/proc/meminfo: memFree=717736/2055920 swapFree=4177828/4192956
[pid=17452] ppid=17450 vsize=16048 CPUtime=462.19
/proc/17452/stat : 17452 (mxc-sat09) R 17450 17452 16986 0 -1 4194304 3622 0 0 0 46216 3 0 0 25 0 1 0 1100904842 16433152 3608 1992294400 134512640 135192793 4294956224 18446744073709551615 134550383 0 0 4096 0 0 0 0 17 1 0 0
/proc/17452/statm: 4012 3608 73 166 0 3843 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 16048

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 17453
/proc/meminfo: memFree=716904/2055920 swapFree=4177828/4192956
[pid=17452] ppid=17450 vsize=17056 CPUtime=522.18
/proc/17452/stat : 17452 (mxc-sat09) R 17450 17452 16986 0 -1 4194304 3808 0 0 0 52215 3 0 0 25 0 1 0 1100904842 17465344 3794 1992294400 134512640 135192793 4294956224 18446744073709551615 134533920 0 0 4096 0 0 0 0 17 1 0 0
/proc/17452/statm: 4264 3794 73 166 0 4095 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 17056

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 17453
/proc/meminfo: memFree=716392/2055920 swapFree=4177828/4192956
[pid=17452] ppid=17450 vsize=17764 CPUtime=582.16
/proc/17452/stat : 17452 (mxc-sat09) R 17450 17452 16986 0 -1 4194304 3956 0 0 0 58213 3 0 0 25 0 1 0 1100904842 18190336 3942 1992294400 134512640 135192793 4294956224 18446744073709551615 134534390 0 0 4096 0 0 0 0 17 1 0 0
/proc/17452/statm: 4441 3942 73 166 0 4272 0
Current children cumulated CPU time (s) 582.16
Current children cumulated vsize (KiB) 17764

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 17453
/proc/meminfo: memFree=715880/2055920 swapFree=4177828/4192956
[pid=17452] ppid=17450 vsize=18376 CPUtime=642.15
/proc/17452/stat : 17452 (mxc-sat09) R 17450 17452 16986 0 -1 4194304 4093 0 0 0 64212 3 0 0 25 0 1 0 1100904842 18817024 4079 1992294400 134512640 135192793 4294956224 18446744073709551615 134534224 0 0 4096 0 0 0 0 17 1 0 0
/proc/17452/statm: 4594 4079 73 166 0 4425 0
Current children cumulated CPU time (s) 642.15
Current children cumulated vsize (KiB) 18376

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 17453
/proc/meminfo: memFree=714984/2055920 swapFree=4177828/4192956
[pid=17452] ppid=17450 vsize=19332 CPUtime=702.13
/proc/17452/stat : 17452 (mxc-sat09) R 17450 17452 16986 0 -1 4194304 4303 0 0 0 70210 3 0 0 25 0 1 0 1100904842 19795968 4289 1992294400 134512640 135192793 4294956224 18446744073709551615 134534215 0 0 4096 0 0 0 0 17 1 0 0
/proc/17452/statm: 4833 4289 73 166 0 4664 0
Current children cumulated CPU time (s) 702.13
Current children cumulated vsize (KiB) 19332

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 17453
/proc/meminfo: memFree=714280/2055920 swapFree=4177828/4192956
[pid=17452] ppid=17450 vsize=20164 CPUtime=762.12
/proc/17452/stat : 17452 (mxc-sat09) R 17450 17452 16986 0 -1 4194304 4486 0 0 0 76209 3 0 0 25 0 1 0 1100904842 20647936 4472 1992294400 134512640 135192793 4294956224 18446744073709551615 134549684 0 0 4096 0 0 0 0 17 1 0 0
/proc/17452/statm: 5041 4472 73 166 0 4872 0
Current children cumulated CPU time (s) 762.12
Current children cumulated vsize (KiB) 20164

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 17453
/proc/meminfo: memFree=713448/2055920 swapFree=4177828/4192956
[pid=17452] ppid=17450 vsize=21132 CPUtime=822.11
/proc/17452/stat : 17452 (mxc-sat09) R 17450 17452 16986 0 -1 4194304 4680 0 0 0 82207 4 0 0 25 0 1 0 1100904842 21639168 4666 1992294400 134512640 135192793 4294956224 18446744073709551615 134533227 0 0 4096 0 0 0 0 17 1 0 0
/proc/17452/statm: 5283 4666 73 166 0 5114 0
Current children cumulated CPU time (s) 822.11
Current children cumulated vsize (KiB) 21132

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 17453
/proc/meminfo: memFree=713064/2055920 swapFree=4177828/4192956
[pid=17452] ppid=17450 vsize=21516 CPUtime=882.1
/proc/17452/stat : 17452 (mxc-sat09) R 17450 17452 16986 0 -1 4194304 4785 0 0 0 88206 4 0 0 25 0 1 0 1100904842 22032384 4771 1992294400 134512640 135192793 4294956224 18446744073709551615 134534335 0 0 4096 0 0 0 0 17 1 0 0
/proc/17452/statm: 5379 4771 73 166 0 5210 0
Current children cumulated CPU time (s) 882.1
Current children cumulated vsize (KiB) 21516

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 17454
/proc/meminfo: memFree=712488/2055920 swapFree=4177828/4192956
[pid=17452] ppid=17450 vsize=22056 CPUtime=942.09
/proc/17452/stat : 17452 (mxc-sat09) R 17450 17452 16986 0 -1 4194304 4876 0 0 0 94204 5 0 0 25 0 1 0 1100904842 22585344 4862 1992294400 134512640 135192793 4294956224 18446744073709551615 134534303 0 0 4096 0 0 0 0 17 1 0 0
/proc/17452/statm: 5514 4862 73 166 0 5345 0
Current children cumulated CPU time (s) 942.09
Current children cumulated vsize (KiB) 22056

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 17455
/proc/meminfo: memFree=712232/2055920 swapFree=4177828/4192956
[pid=17452] ppid=17450 vsize=22600 CPUtime=1002.07
/proc/17452/stat : 17452 (mxc-sat09) R 17450 17452 16986 0 -1 4194304 4983 0 0 0 100202 5 0 0 25 0 1 0 1100904842 23142400 4969 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/17452/statm: 5650 4969 73 166 0 5481 0
Current children cumulated CPU time (s) 1002.07
Current children cumulated vsize (KiB) 22600

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 17455
/proc/meminfo: memFree=711784/2055920 swapFree=4177828/4192956
[pid=17452] ppid=17450 vsize=23176 CPUtime=1062.06
/proc/17452/stat : 17452 (mxc-sat09) R 17450 17452 16986 0 -1 4194304 5098 0 0 0 106201 5 0 0 25 0 1 0 1100904842 23732224 5084 1992294400 134512640 135192793 4294956224 18446744073709551615 134534215 0 0 4096 0 0 0 0 17 1 0 0
/proc/17452/statm: 5794 5084 73 166 0 5625 0
Current children cumulated CPU time (s) 1062.06
Current children cumulated vsize (KiB) 23176

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 17455
/proc/meminfo: memFree=711208/2055920 swapFree=4177828/4192956
[pid=17452] ppid=17450 vsize=23720 CPUtime=1122.04
/proc/17452/stat : 17452 (mxc-sat09) R 17450 17452 16986 0 -1 4194304 5225 0 0 0 112199 5 0 0 25 0 1 0 1100904842 24289280 5211 1992294400 134512640 135192793 4294956224 18446744073709551615 134534267 0 0 4096 0 0 0 0 17 1 0 0
/proc/17452/statm: 5930 5211 73 166 0 5761 0
Current children cumulated CPU time (s) 1122.04
Current children cumulated vsize (KiB) 23720

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 17455
/proc/meminfo: memFree=710760/2055920 swapFree=4177828/4192956
[pid=17452] ppid=17450 vsize=24440 CPUtime=1182.03
/proc/17452/stat : 17452 (mxc-sat09) R 17450 17452 16986 0 -1 4194304 5352 0 0 0 118198 5 0 0 25 0 1 0 1100904842 25026560 5338 1992294400 134512640 135192793 4294956224 18446744073709551615 134533851 0 0 4096 0 0 0 0 17 1 0 0
/proc/17452/statm: 6110 5338 73 166 0 5941 0
Current children cumulated CPU time (s) 1182.03
Current children cumulated vsize (KiB) 24440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 17455
/proc/meminfo: memFree=710696/2055920 swapFree=4177828/4192956
[pid=17452] ppid=17450 vsize=24600 CPUtime=1200.03
/proc/17452/stat : 17452 (mxc-sat09) R 17450 17452 16986 0 -1 4194304 5372 0 0 0 119998 5 0 0 25 0 1 0 1100904842 25190400 5358 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/17452/statm: 6150 5358 73 166 0 5981 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 24600

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

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

[startup+1200.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 17455
/proc/meminfo: memFree=710696/2055920 swapFree=4177828/4192956
[pid=17452] ppid=17450 vsize=24600 CPUtime=1200.03
/proc/17452/stat : 17452 (mxc-sat09) R 17450 17452 16986 0 -1 4194304 5372 0 0 0 119998 5 0 0 25 0 1 0 1100904842 25190400 5358 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/17452/statm: 6150 5358 73 166 0 5981 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 24600

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.31
CPU time (s): 1200.05
CPU user time (s): 1199.98
CPU system time (s): 0.06199
CPU usage (%): 99.978
Max. virtual memory (cumulated for all children) (KiB): 24600

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

runsolver used 1.36479 second user time and 3.01254 second system time

The end

Launcher Data

Begin job on node52 at 2009-03-29 00:20:28
IDJOB=1517241
IDBENCH=70580
IDSOLVER=504
FILE ID=node52/1517241-1238282428
PBS_JOBID= 9060883
Free space on /tmp= 66324 MiB

SOLVER NAME= MXC 2009-03-10
BENCH NAME= SAT09/RANDOM/MEDIUM/3SAT/UNKNOWN/400/unif-k3-r4.25-v400-c1700-S1375576340-029.cnf
COMMAND LINE= HOME/mxc-sat09 -i BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1517241-1238282428/watcher-1517241-1238282428 -o /tmp/evaluation-result-1517241-1238282428/solver-1517241-1238282428 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/mxc-sat09 -i HOME/instance-1517241-1238282428.cnf

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

MD5SUM BENCH= 1b93ff755afc24c2ba01a5f3cf1dc449
RANDOM SEED=1370522382

node52.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.230
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.230
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:        732688 kB
Buffers:         91864 kB
Cached:        1137360 kB
SwapCached:       7968 kB
Active:         133248 kB
Inactive:      1106004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        732688 kB
SwapTotal:     4192956 kB
SwapFree:      4177828 kB
Dirty:             740 kB
Writeback:           0 kB
Mapped:          15704 kB
Slab:            69520 kB
Committed_AS:  2976276 kB
PageTables:       1736 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= 66324 MiB
End job on node52 at 2009-03-29 00:40:31