Trace number 1716794

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
march_hi hi? (TO) 1200.06 1200.42

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-09.cnf
MD5SUM50ed98553825ac1825482c1496260592
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark342.711
Satisfiable
(Un)Satisfiability was proved
Number of variables33582
Number of clauses160817
Sum of the clauses size423605
Maximum clause length4200
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2136464
Number of clauses of size 36536
Number of clauses of size 46374
Number of clauses of size 52328
Number of clauses of size over 59114

Solver Data

8.49/8.54	c main():: ***                                   [ march satisfiability solver ]                                   ***
8.49/8.54	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
8.49/8.54	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
8.49/8.54	c main()::
8.49/8.54	c initFormula():: searching for DIMACS p-line....
8.49/8.54	c initFormula():: the DIMACS p-line indicates a CNF of 33582 variables and 160817 clauses.
8.49/8.54	c parseCNF():: parsing....
8.49/8.54	c parseCNF():: the CNF contains 1 unary clauses.
8.49/8.54	c runParser():: parsing was successful, warming up engines...
8.49/8.54	c find_and_remove_tautogolies():: found and removed 5165 tautologies
8.49/8.54	c find_and_remove_tautogolies():: found and removed 305 tautologies
8.49/8.54	c simplify_formula():: removed 9 tautological, 36884 satisfied and 0 duplicate clauses
8.49/8.54	c preprocessing fase I completed:: there are now 23564 free variables and 123924 clauses.
8.49/8.54	c stat :: sign balance is biased by 1.121
8.49/8.54	c find_equivalence():: found 69 3-equivalences
8.49/8.54	c shorten_equivalence(): average equivalence length reduced from 3.000000 to 3.000000
8.49/8.54	c using k-SAT heuristics (size based diff)
8.49/8.54	c simplify_formula():: removed 0 tautological, 276 satisfied and 0 duplicate clauses
8.49/8.54	c simplify_formula():: removed 0 tautological, 0 satisfied and 11245 duplicate clauses
8.49/8.54	c resolvent_look() :: found 105762 resolvents
8.49/8.54	c main():: clause / variable ratio: ( 229686 / 33582 ) = 6.84
8.49/8.54	c longest clause has size 437
8.49/8.54	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
8.49/8.54	c number of free variables = 23564
8.49/8.54	c dynamic_preselect_setsize :: off
8.49/8.54	c main():: all systems go!
8.49/8.54	c |----------------------------------------------------------------|

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-1716794-1240620539/watcher-1716794-1240620539 -o /tmp/evaluation-result-1716794-1240620539/solver-1716794-1240620539 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_hi HOME/instance-1716794-1240620539.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: 0.91 0.96 1.00 3/64 18772
/proc/meminfo: memFree=1534480/2055920 swapFree=4192812/4192956
[pid=18772] ppid=18770 vsize=3552 CPUtime=0
/proc/18772/stat : 18772 (march_hi) R 18770 18772 18705 0 -1 4194304 537 0 0 0 0 0 0 0 18 0 1 0 90087543 3637248 522 1992294400 134512640 135197378 4294956240 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/18772/statm: 888 527 57 167 0 719 0

[startup+0.070916 s]
/proc/loadavg: 0.91 0.96 1.00 3/64 18772
/proc/meminfo: memFree=1534480/2055920 swapFree=4192812/4192956
[pid=18772] ppid=18770 vsize=5536 CPUtime=0.06
/proc/18772/stat : 18772 (march_hi) R 18770 18772 18705 0 -1 4194304 1139 0 0 0 6 0 0 0 18 0 1 0 90087543 5668864 1124 1992294400 134512640 135197378 4294956240 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 1 0 0
/proc/18772/statm: 1384 1124 57 167 0 1215 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5536

[startup+0.101919 s]
/proc/loadavg: 0.91 0.96 1.00 3/64 18772
/proc/meminfo: memFree=1534480/2055920 swapFree=4192812/4192956
[pid=18772] ppid=18770 vsize=5932 CPUtime=0.09
/proc/18772/stat : 18772 (march_hi) R 18770 18772 18705 0 -1 4194304 1266 0 0 0 9 0 0 0 18 0 1 0 90087543 6074368 1251 1992294400 134512640 135197378 4294956240 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/18772/statm: 1483 1251 57 167 0 1314 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5932

[startup+0.301942 s]
/proc/loadavg: 0.91 0.96 1.00 3/64 18772
/proc/meminfo: memFree=1534480/2055920 swapFree=4192812/4192956
[pid=18772] ppid=18770 vsize=15264 CPUtime=0.29
/proc/18772/stat : 18772 (march_hi) R 18770 18772 18705 0 -1 4194304 2455 0 0 0 28 1 0 0 19 0 1 0 90087543 15630336 2439 1992294400 134512640 135197378 4294956240 18446744073709551615 134564947 0 0 4096 0 0 0 0 17 1 0 0
/proc/18772/statm: 3816 2439 61 167 0 3647 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15264

[startup+0.701987 s]
/proc/loadavg: 0.91 0.96 1.00 3/64 18772
/proc/meminfo: memFree=1534480/2055920 swapFree=4192812/4192956
[pid=18772] ppid=18770 vsize=16840 CPUtime=0.69
/proc/18772/stat : 18772 (march_hi) R 18770 18772 18705 0 -1 4194304 4831 0 0 0 67 2 0 0 22 0 1 0 90087543 17244160 2872 1992294400 134512640 135197378 4294956240 18446744073709551615 134702552 0 0 4096 0 0 0 0 17 1 0 0
/proc/18772/statm: 4210 2872 66 167 0 4041 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16840

[startup+1.50108 s]
/proc/loadavg: 0.91 0.96 1.00 2/65 18773
/proc/meminfo: memFree=1520712/2055920 swapFree=4192812/4192956
[pid=18772] ppid=18770 vsize=17092 CPUtime=1.48
/proc/18772/stat : 18772 (march_hi) R 18770 18772 18705 0 -1 4194304 11136 0 0 0 143 5 0 0 25 0 1 0 90087543 17502208 2920 1992294400 134512640 135197378 4294956240 18446744073709551615 134695342 0 0 4096 0 0 0 0 17 1 0 0
/proc/18772/statm: 4273 2920 78 167 0 4104 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 17092

[startup+3.10127 s]
/proc/loadavg: 0.91 0.96 1.00 2/65 18773
/proc/meminfo: memFree=1520136/2055920 swapFree=4192812/4192956
[pid=18772] ppid=18770 vsize=38312 CPUtime=3.08
/proc/18772/stat : 18772 (march_hi) R 18770 18772 18705 0 -1 4194304 18100 0 0 0 299 9 0 0 25 0 1 0 90087543 39231488 8221 1992294400 134512640 135197378 4294956240 18446744073709551615 134565038 0 0 4096 0 0 0 0 17 1 0 0
/proc/18772/statm: 9578 8221 79 167 0 9409 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 38312

[startup+6.30164 s]
/proc/loadavg: 0.92 0.96 1.00 2/65 18773
/proc/meminfo: memFree=1462216/2055920 swapFree=4192812/4192956
[pid=18772] ppid=18770 vsize=146512 CPUtime=6.29
/proc/18772/stat : 18772 (march_hi) R 18770 18772 18705 0 -1 4194304 58475 0 0 0 602 27 0 0 25 0 1 0 90087543 150028288 21631 1992294400 134512640 135197378 4294956240 18446744073709551615 134565003 0 0 4096 0 0 0 0 17 1 0 0
/proc/18772/statm: 36628 21631 84 167 0 36459 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 146512

[startup+12.7014 s]
/proc/loadavg: 0.93 0.96 1.00 2/65 18773
/proc/meminfo: memFree=1442896/2055920 swapFree=4192812/4192956
[pid=18772] ppid=18770 vsize=150112 CPUtime=12.68
/proc/18772/stat : 18772 (march_hi) R 18770 18772 18705 0 -1 4194304 87310 0 0 0 1227 41 0 0 25 0 1 0 90087543 153714688 22832 1992294400 134512640 135197378 4294956240 18446744073709551615 134525534 0 0 4096 0 0 0 0 17 1 0 0
/proc/18772/statm: 37528 22832 87 167 0 37359 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 150112

[startup+25.5019 s]
/proc/loadavg: 0.94 0.96 1.00 2/65 18773
/proc/meminfo: memFree=1436304/2055920 swapFree=4192812/4192956
[pid=18772] ppid=18770 vsize=153920 CPUtime=25.48
/proc/18772/stat : 18772 (march_hi) R 18770 18772 18705 0 -1 4194304 88987 0 0 0 2506 42 0 0 25 0 1 0 90087543 157614080 24509 1992294400 134512640 135197378 4294956240 18446744073709551615 134572898 0 0 4096 0 0 0 0 17 1 0 0
/proc/18772/statm: 38480 24509 89 167 0 38311 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 153920

[startup+51.1018 s]
/proc/loadavg: 0.96 0.97 1.00 2/65 18773
/proc/meminfo: memFree=1433104/2055920 swapFree=4192812/4192956
[pid=18772] ppid=18770 vsize=154784 CPUtime=51.07
/proc/18772/stat : 18772 (march_hi) R 18770 18772 18705 0 -1 4194304 89796 0 0 0 5064 43 0 0 25 0 1 0 90087543 158498816 25318 1992294400 134512640 135197378 4294956240 18446744073709551615 134603255 0 0 4096 0 0 0 0 17 1 0 0
/proc/18772/statm: 38696 25318 89 167 0 38527 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 154784

[startup+102.306 s]
/proc/loadavg: 0.98 0.97 1.00 2/65 18773
/proc/meminfo: memFree=1431632/2055920 swapFree=4192812/4192956
[pid=18772] ppid=18770 vsize=156156 CPUtime=102.26
/proc/18772/stat : 18772 (march_hi) R 18770 18772 18705 0 -1 4194304 90144 0 0 0 10183 43 0 0 25 0 1 0 90087543 159903744 25666 1992294400 134512640 135197378 4294956240 18446744073709551615 134603255 0 0 4096 0 0 0 0 17 1 0 0
/proc/18772/statm: 39039 25666 89 167 0 38870 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 156156

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 1.00 3/65 18773
/proc/meminfo: memFree=1431504/2055920 swapFree=4192812/4192956
[pid=18772] ppid=18770 vsize=156288 CPUtime=162.24
/proc/18772/stat : 18772 (march_hi) R 18770 18772 18705 0 -1 4194304 90169 0 0 0 16181 43 0 0 25 0 1 0 90087543 160038912 25691 1992294400 134512640 135197378 4294956240 18446744073709551615 134603248 0 0 4096 0 0 0 0 17 1 0 0
/proc/18772/statm: 39072 25691 89 167 0 38903 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 156288

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 1.00 2/65 18773
/proc/meminfo: memFree=1431184/2055920 swapFree=4192812/4192956
[pid=18772] ppid=18770 vsize=156452 CPUtime=222.23
/proc/18772/stat : 18772 (march_hi) R 18770 18772 18705 0 -1 4194304 90242 0 0 0 22179 44 0 0 25 0 1 0 90087543 160206848 25764 1992294400 134512640 135197378 4294956240 18446744073709551615 134603255 0 0 4096 0 0 0 0 17 1 0 0
/proc/18772/statm: 39113 25764 89 167 0 38944 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 156452

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 1.00 2/65 18773
/proc/meminfo: memFree=1430800/2055920 swapFree=4192812/4192956
[pid=18772] ppid=18770 vsize=156596 CPUtime=282.21
/proc/18772/stat : 18772 (march_hi) R 18770 18772 18705 0 -1 4194304 90328 0 0 0 28177 44 0 0 25 0 1 0 90087543 160354304 25850 1992294400 134512640 135197378 4294956240 18446744073709551615 134570830 0 0 4096 0 0 0 0 17 1 0 0
/proc/18772/statm: 39149 25850 89 167 0 38980 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 156596

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 1.00 2/65 18773
/proc/meminfo: memFree=1429840/2055920 swapFree=4192812/4192956
[pid=18772] ppid=18770 vsize=157440 CPUtime=342.19
/proc/18772/stat : 18772 (march_hi) R 18770 18772 18705 0 -1 4194304 90560 0 0 0 34174 45 0 0 25 0 1 0 90087543 161218560 26082 1992294400 134512640 135197378 4294956240 18446744073709551615 134570918 0 0 4096 0 0 0 0 17 1 0 0
/proc/18772/statm: 39360 26082 89 167 0 39191 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 157440

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 1.00 2/65 18773
/proc/meminfo: memFree=1429520/2055920 swapFree=4192812/4192956
[pid=18772] ppid=18770 vsize=157580 CPUtime=402.17
/proc/18772/stat : 18772 (march_hi) R 18770 18772 18705 0 -1 4194304 90638 0 0 0 40172 45 0 0 25 0 1 0 90087543 161361920 26160 1992294400 134512640 135197378 4294956240 18446744073709551615 134603252 0 0 4096 0 0 0 0 17 1 0 0
/proc/18772/statm: 39395 26160 89 167 0 39226 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 157580

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 1.00 2/65 18773
/proc/meminfo: memFree=1429136/2055920 swapFree=4192812/4192956
[pid=18772] ppid=18770 vsize=158016 CPUtime=462.15
/proc/18772/stat : 18772 (march_hi) R 18770 18772 18705 0 -1 4194304 90727 0 0 0 46170 45 0 0 25 0 1 0 90087543 161808384 26249 1992294400 134512640 135197378 4294956240 18446744073709551615 134525506 0 0 4096 0 0 0 0 17 1 0 0
/proc/18772/statm: 39504 26249 89 167 0 39335 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 158016

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 1.00 2/65 18773
/proc/meminfo: memFree=1429072/2055920 swapFree=4192812/4192956
[pid=18772] ppid=18770 vsize=158168 CPUtime=522.13
/proc/18772/stat : 18772 (march_hi) R 18770 18772 18705 0 -1 4194304 90755 0 0 0 52168 45 0 0 25 0 1 0 90087543 161964032 26277 1992294400 134512640 135197378 4294956240 18446744073709551615 134525543 0 0 4096 0 0 0 0 17 1 0 0
/proc/18772/statm: 39542 26277 89 167 0 39373 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 158168

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 1.00 2/65 18773
/proc/meminfo: memFree=1428944/2055920 swapFree=4192812/4192956
[pid=18772] ppid=18770 vsize=158396 CPUtime=582.11
/proc/18772/stat : 18772 (march_hi) R 18770 18772 18705 0 -1 4194304 90780 0 0 0 58166 45 0 0 25 0 1 0 90087543 162197504 26302 1992294400 134512640 135197378 4294956240 18446744073709551615 134603831 0 0 4096 0 0 0 0 17 1 0 0
/proc/18772/statm: 39599 26302 89 167 0 39430 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 158396

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 1.00 2/65 18773
/proc/meminfo: memFree=1428816/2055920 swapFree=4192812/4192956
[pid=18772] ppid=18770 vsize=158396 CPUtime=642.11
/proc/18772/stat : 18772 (march_hi) R 18770 18772 18705 0 -1 4194304 90805 0 0 0 64165 46 0 0 25 0 1 0 90087543 162197504 26327 1992294400 134512640 135197378 4294956240 18446744073709551615 134525534 0 0 4096 0 0 0 0 17 1 0 0
/proc/18772/statm: 39599 26327 89 167 0 39430 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 158396

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 1.00 2/65 18773
/proc/meminfo: memFree=1428752/2055920 swapFree=4192812/4192956
[pid=18772] ppid=18770 vsize=158736 CPUtime=702.08
/proc/18772/stat : 18772 (march_hi) R 18770 18772 18705 0 -1 4194304 90834 0 0 0 70162 46 0 0 25 0 1 0 90087543 162545664 26356 1992294400 134512640 135197378 4294956240 18446744073709551615 134548733 0 0 4096 0 0 0 0 17 1 0 0
/proc/18772/statm: 39684 26356 89 167 0 39515 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 158736

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 1.00 2/65 18779
/proc/meminfo: memFree=1428560/2055920 swapFree=4192812/4192956
[pid=18772] ppid=18770 vsize=158736 CPUtime=762.06
/proc/18772/stat : 18772 (march_hi) R 18770 18772 18705 0 -1 4194304 90859 0 0 0 76160 46 0 0 25 0 1 0 90087543 162545664 26381 1992294400 134512640 135197378 4294956240 18446744073709551615 134553215 0 0 4096 0 0 0 0 17 1 0 0
/proc/18772/statm: 39684 26381 89 167 0 39515 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 158736

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 1.00 2/65 18779
/proc/meminfo: memFree=1428496/2055920 swapFree=4192812/4192956
[pid=18772] ppid=18770 vsize=158736 CPUtime=822.05
/proc/18772/stat : 18772 (march_hi) R 18770 18772 18705 0 -1 4194304 90887 0 0 0 82158 47 0 0 25 0 1 0 90087543 162545664 26409 1992294400 134512640 135197378 4294956240 18446744073709551615 134539119 0 0 4096 0 0 0 0 17 1 0 0
/proc/18772/statm: 39684 26409 89 167 0 39515 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 158736

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 1.00 2/65 18779
/proc/meminfo: memFree=1428368/2055920 swapFree=4192812/4192956
[pid=18772] ppid=18770 vsize=158736 CPUtime=882.02
/proc/18772/stat : 18772 (march_hi) R 18770 18772 18705 0 -1 4194304 90912 0 0 0 88155 47 0 0 25 0 1 0 90087543 162545664 26434 1992294400 134512640 135197378 4294956240 18446744073709551615 134713207 0 0 4096 0 0 0 0 17 1 0 0
/proc/18772/statm: 39684 26434 89 167 0 39515 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 158736

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 1.00 2/65 18779
/proc/meminfo: memFree=1428240/2055920 swapFree=4192812/4192956
[pid=18772] ppid=18770 vsize=159248 CPUtime=942.01
/proc/18772/stat : 18772 (march_hi) R 18770 18772 18705 0 -1 4194304 90939 0 0 0 94154 47 0 0 25 0 1 0 90087543 163069952 26461 1992294400 134512640 135197378 4294956240 18446744073709551615 134525543 0 0 4096 0 0 0 0 17 1 0 0
/proc/18772/statm: 39812 26461 89 167 0 39643 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 159248

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 1.00 2/65 18779
/proc/meminfo: memFree=1428176/2055920 swapFree=4192812/4192956
[pid=18772] ppid=18770 vsize=159248 CPUtime=1001.99
/proc/18772/stat : 18772 (march_hi) R 18770 18772 18705 0 -1 4194304 90962 0 0 0 100152 47 0 0 25 0 1 0 90087543 163069952 26484 1992294400 134512640 135197378 4294956240 18446744073709551615 134572901 0 0 4096 0 0 0 0 17 1 0 0
/proc/18772/statm: 39812 26484 89 167 0 39643 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 159248

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 1.00 2/65 18779
/proc/meminfo: memFree=1427984/2055920 swapFree=4192812/4192956
[pid=18772] ppid=18770 vsize=159248 CPUtime=1061.98
/proc/18772/stat : 18772 (march_hi) R 18770 18772 18705 0 -1 4194304 90993 0 0 0 106150 48 0 0 25 0 1 0 90087543 163069952 26515 1992294400 134512640 135197378 4294956240 18446744073709551615 134525543 0 0 4096 0 0 0 0 17 1 0 0
/proc/18772/statm: 39812 26515 89 167 0 39643 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 159248

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 1.00 2/65 18779
/proc/meminfo: memFree=1427920/2055920 swapFree=4192812/4192956
[pid=18772] ppid=18770 vsize=159248 CPUtime=1121.96
/proc/18772/stat : 18772 (march_hi) R 18770 18772 18705 0 -1 4194304 91023 0 0 0 112148 48 0 0 25 0 1 0 90087543 163069952 26545 1992294400 134512640 135197378 4294956240 18446744073709551615 134525543 0 0 4096 0 0 0 0 17 1 0 0
/proc/18772/statm: 39812 26545 89 167 0 39643 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 159248

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 1.00 2/65 18779
/proc/meminfo: memFree=1427792/2055920 swapFree=4192812/4192956
[pid=18772] ppid=18770 vsize=160012 CPUtime=1181.94
/proc/18772/stat : 18772 (march_hi) R 18770 18772 18705 0 -1 4194304 91049 0 0 0 118146 48 0 0 25 0 1 0 90087543 163852288 26571 1992294400 134512640 135197378 4294956240 18446744073709551615 134525543 0 0 4096 0 0 0 0 17 1 0 0
/proc/18772/statm: 40003 26571 89 167 0 39834 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 160012



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 1.00 2/65 18779
/proc/meminfo: memFree=1427728/2055920 swapFree=4192812/4192956
[pid=18772] ppid=18770 vsize=160012 CPUtime=1200.03
/proc/18772/stat : 18772 (march_hi) R 18770 18772 18705 0 -1 4194304 91056 0 0 0 119955 48 0 0 25 0 1 0 90087543 163852288 26578 1992294400 134512640 135197378 4294956240 18446744073709551615 134553215 0 0 4096 0 0 0 0 17 1 0 0
/proc/18772/statm: 40003 26578 89 167 0 39834 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 160012

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): 1200.42
CPU time (s): 1200.06
CPU user time (s): 1199.56
CPU system time (s): 0.504923
CPU usage (%): 99.9701
Max. virtual memory (cumulated for all children) (KiB): 190896

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

runsolver used 1.00885 second user time and 2.39563 second system time

The end

Launcher Data

Begin job on node11 at 2009-04-25 02:48:59
IDJOB=1716794
IDBENCH=20390
IDSOLVER=521
FILE ID=node11/1716794-1240620539
PBS_JOBID= 9186325
Free space on /tmp= 66072 MiB

SOLVER NAME= march_hi hi
BENCH NAME= SAT07/industrial/fuhs/medium/AProVE07-09.cnf
COMMAND LINE= HOME/march_hi BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1716794-1240620539/watcher-1716794-1240620539 -o /tmp/evaluation-result-1716794-1240620539/solver-1716794-1240620539 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/march_hi HOME/instance-1716794-1240620539.cnf

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

MD5SUM BENCH= 50ed98553825ac1825482c1496260592
RANDOM SEED=872464274

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1534896 kB
Buffers:         53220 kB
Cached:         387004 kB
SwapCached:        144 kB
Active:         138416 kB
Inactive:       315828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1534896 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3588 kB
Writeback:           0 kB
Mapped:          23632 kB
Slab:            52708 kB
Committed_AS:   293056 kB
PageTables:       1448 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= 66072 MiB
End job on node11 at 2009-04-25 03:09:01