Trace number 1577476

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.18 1200.73

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_L80_coli.sat.cnf
MD5SUMeb71c8cb3482ee70f1c98af8944179ca
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark117.171
Satisfiable
(Un)Satisfiability was proved
Number of variables250567
Number of clauses1183233
Sum of the clauses size3415429
Maximum clause length11
Minimum clause length1
Number of clauses of size 126677
Number of clauses of size 2325257
Number of clauses of size 3631008
Number of clauses of size 4157675
Number of clauses of size 542377
Number of clauses of size over 5239

Solver Data

279.13/279.37	c main():: ***                                   [ march satisfiability solver ]                                   ***
279.13/279.37	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
279.13/279.37	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
279.13/279.37	c main()::
279.13/279.37	c initFormula():: searching for DIMACS p-line....
279.13/279.37	c initFormula():: the DIMACS p-line indicates a CNF of 250567 variables and 1183233 clauses.
279.13/279.37	c parseCNF():: parsing....
279.13/279.37	c parseCNF():: the CNF contains 26677 unary clauses.
279.13/279.37	c runParser():: parsing was successful, warming up engines...
279.13/279.37	c find_and_remove_tautogolies():: found and removed 30933 tautologies
279.13/279.37	c find_and_remove_tautogolies():: found and removed 44 tautologies
279.13/279.37	c simplify_formula():: removed 57285 tautological, 282924 satisfied and 920 duplicate clauses
279.13/279.37	c preprocessing fase I completed:: there are now 161396 free variables and 842104 clauses.
279.13/279.37	c stat :: sign balance is biased by 0.746
279.13/279.37	c using k-SAT heuristics (size based diff)
279.13/279.37	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
279.13/279.37	c find_and_remove_tautogolies():: found and removed 3 tautologies
279.13/279.37	c simplify_formula():: removed 18 tautological, 6 satisfied and 11466651 duplicate clauses
279.13/279.37	c resolvent_look() :: found 4247464 resolvents
279.13/279.37	c main():: clause / variable ratio: ( 5089568 / 250567 ) = 20.31
279.13/279.37	c longest clause has size 11
279.13/279.37	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
279.13/279.37	c number of free variables = 161393
279.13/279.37	c dynamic_preselect_setsize :: off
279.13/279.37	c main():: all systems go!
279.13/279.37	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-1577476-1241001678/watcher-1577476-1241001678 -o /tmp/evaluation-result-1577476-1241001678/solver-1577476-1241001678 -C 1200 -W 1800 -M 1800 HOME/march_hi HOME/instance-1577476-1241001678.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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.02 3/64 11592
/proc/meminfo: memFree=962504/2055920 swapFree=4180748/4192956
[pid=11592] ppid=11590 vsize=6440 CPUtime=0
/proc/11592/stat : 11592 (march_hi) R 11590 11592 11229 0 -1 4194304 804 0 0 0 0 0 0 0 18 0 1 0 128201418 6594560 789 1992294400 134512640 135197378 4294956224 18446744073709551615 134568349 0 0 4096 0 0 0 0 17 0 0 0
/proc/11592/statm: 1610 795 57 167 0 1441 0

[startup+0.085645 s]
/proc/loadavg: 1.00 1.00 1.02 3/64 11592
/proc/meminfo: memFree=962504/2055920 swapFree=4180748/4192956
[pid=11592] ppid=11590 vsize=30068 CPUtime=0.08
/proc/11592/stat : 11592 (march_hi) R 11590 11592 11229 0 -1 4194304 6042 0 0 0 6 2 0 0 18 0 1 0 128201418 30789632 6027 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 0 0 0
/proc/11592/statm: 7517 6027 57 167 0 7348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 30068

[startup+0.101646 s]
/proc/loadavg: 1.00 1.00 1.02 3/64 11592
/proc/meminfo: memFree=962504/2055920 swapFree=4180748/4192956
[pid=11592] ppid=11590 vsize=30332 CPUtime=0.09
/proc/11592/stat : 11592 (march_hi) R 11590 11592 11229 0 -1 4194304 6102 0 0 0 7 2 0 0 18 0 1 0 128201418 31059968 6087 1992294400 134512640 135197378 4294956224 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 0 0 0
/proc/11592/statm: 7583 6087 57 167 0 7414 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30332

[startup+0.301668 s]
/proc/loadavg: 1.00 1.00 1.02 3/64 11592
/proc/meminfo: memFree=962504/2055920 swapFree=4180748/4192956
[pid=11592] ppid=11590 vsize=32708 CPUtime=0.29
/proc/11592/stat : 11592 (march_hi) R 11590 11592 11229 0 -1 4194304 6850 0 0 0 27 2 0 0 20 0 1 0 128201418 33492992 6835 1992294400 134512640 135197378 4294956224 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 0 0 0
/proc/11592/statm: 8177 6835 57 167 0 8008 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32708

[startup+0.701714 s]
/proc/loadavg: 1.00 1.00 1.02 3/64 11592
/proc/meminfo: memFree=962504/2055920 swapFree=4180748/4192956
[pid=11592] ppid=11590 vsize=37592 CPUtime=0.69
/proc/11592/stat : 11592 (march_hi) R 11590 11592 11229 0 -1 4194304 8341 0 0 0 66 3 0 0 24 0 1 0 128201418 38494208 8326 1992294400 134512640 135197378 4294956224 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 0 0 0
/proc/11592/statm: 9398 8326 57 167 0 9229 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 37592

[startup+1.5018 s]
/proc/loadavg: 1.00 1.00 1.02 2/65 11593
/proc/meminfo: memFree=924864/2055920 swapFree=4180748/4192956
[pid=11592] ppid=11590 vsize=47096 CPUtime=1.49
/proc/11592/stat : 11592 (march_hi) R 11590 11592 11229 0 -1 4194304 11273 0 0 0 143 6 0 0 25 0 1 0 128201418 48226304 11258 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 0 0 0
/proc/11592/statm: 11774 11258 57 167 0 11605 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 47096

[startup+3.10199 s]
/proc/loadavg: 1.00 1.00 1.02 2/65 11593
/proc/meminfo: memFree=876480/2055920 swapFree=4180748/4192956
[pid=11592] ppid=11590 vsize=123260 CPUtime=3.09
/proc/11592/stat : 11592 (march_hi) R 11590 11592 11229 0 -1 4194304 24910 0 0 0 297 12 0 0 25 0 1 0 128201418 126218240 21544 1992294400 134512640 135197378 4294956224 18446744073709551615 134687964 0 0 4096 0 0 0 0 17 0 0 0
/proc/11592/statm: 30815 21544 64 167 0 30646 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 123260

[startup+6.30235 s]
/proc/loadavg: 1.00 1.00 1.02 2/65 11593
/proc/meminfo: memFree=867776/2055920 swapFree=4180748/4192956
[pid=11592] ppid=11590 vsize=137568 CPUtime=6.28
/proc/11592/stat : 11592 (march_hi) R 11590 11592 11229 0 -1 4194304 35252 0 0 0 612 16 0 0 25 0 1 0 128201418 140869632 25161 1992294400 134512640 135197378 4294956224 18446744073709551615 134560973 0 0 4096 0 0 0 0 17 0 0 0
/proc/11592/statm: 34392 25161 66 167 0 34223 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 137568

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 1.02 2/65 11593
/proc/meminfo: memFree=866880/2055920 swapFree=4180748/4192956
[pid=11592] ppid=11590 vsize=136660 CPUtime=12.68
/proc/11592/stat : 11592 (march_hi) R 11590 11592 11229 0 -1 4194304 48845 0 0 0 1245 23 0 0 25 0 1 0 128201418 139939840 24395 1992294400 134512640 135197378 4294956224 18446744073709551615 134694893 0 0 4096 0 0 0 0 17 1 0 0
/proc/11592/statm: 34165 24395 77 167 0 33996 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 136660

[startup+25.5015 s]
/proc/loadavg: 1.00 1.00 1.02 2/65 11593
/proc/meminfo: memFree=839616/2055920 swapFree=4180748/4192956
[pid=11592] ppid=11590 vsize=178084 CPUtime=25.47
/proc/11592/stat : 11592 (march_hi) R 11590 11592 11229 0 -1 4194304 64333 0 0 0 2518 29 0 0 25 0 1 0 128201418 182358016 32855 1992294400 134512640 135197378 4294956224 18446744073709551615 134578126 0 0 4096 0 0 0 0 17 0 0 0
/proc/11592/statm: 44521 32855 80 167 0 44352 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 178084

[startup+51.1014 s]
/proc/loadavg: 1.00 1.00 1.02 2/65 11593
/proc/meminfo: memFree=783040/2055920 swapFree=4180748/4192956
[pid=11592] ppid=11590 vsize=223376 CPUtime=51.04
/proc/11592/stat : 11592 (march_hi) R 11590 11592 11229 0 -1 4194304 76423 0 0 0 5069 35 0 0 25 0 1 0 128201418 228737024 44945 1992294400 134512640 135197378 4294956224 18446744073709551615 134578131 0 0 4096 0 0 0 0 17 0 0 0
/proc/11592/statm: 55844 44945 80 167 0 55675 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 223376

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.01 2/65 11593
/proc/meminfo: memFree=727296/2055920 swapFree=4180748/4192956
[pid=11592] ppid=11590 vsize=296800 CPUtime=102.21
/proc/11592/stat : 11592 (march_hi) R 11590 11592 11229 0 -1 4194304 90295 0 0 0 10181 40 0 0 25 0 1 0 128201418 303923200 58817 1992294400 134512640 135197378 4294956224 18446744073709551615 134539471 0 0 4096 0 0 0 0 17 0 0 0
/proc/11592/statm: 74200 58817 80 167 0 74031 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 296800

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.01 2/65 11593
/proc/meminfo: memFree=664384/2055920 swapFree=4180748/4192956
[pid=11592] ppid=11590 vsize=342868 CPUtime=162.18
/proc/11592/stat : 11592 (march_hi) R 11590 11592 11229 0 -1 4194304 106008 0 0 0 16171 47 0 0 25 0 1 0 128201418 351096832 74530 1992294400 134512640 135197378 4294956224 18446744073709551615 134578135 0 0 4096 0 0 0 0 17 0 0 0
/proc/11592/statm: 85717 74530 80 167 0 85548 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 342868

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11593
/proc/meminfo: memFree=532416/2055920 swapFree=4180748/4192956
[pid=11592] ppid=11590 vsize=497240 CPUtime=222.16
/proc/11592/stat : 11592 (march_hi) R 11590 11592 11229 0 -1 4194304 139121 0 0 0 22155 61 0 0 25 0 1 0 128201418 509173760 107643 1992294400 134512640 135197378 4294956224 18446744073709551615 134578126 0 0 4096 0 0 0 0 17 0 0 0
/proc/11592/statm: 124310 107643 80 167 0 124141 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 497240

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11593
/proc/meminfo: memFree=156480/2055920 swapFree=4180748/4192956
[pid=11592] ppid=11590 vsize=1148316 CPUtime=282.14
/proc/11592/stat : 11592 (march_hi) R 11590 11592 11229 0 -1 4194304 387405 0 0 0 28051 163 0 0 25 0 1 0 128201418 1175875584 201200 1992294400 134512640 135197378 4294956224 18446744073709551615 134524945 0 0 4096 0 0 0 0 17 0 0 0
/proc/11592/statm: 287079 201200 90 167 0 286910 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 1148316

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11593
/proc/meminfo: memFree=131712/2055920 swapFree=4180748/4192956
[pid=11592] ppid=11590 vsize=1148316 CPUtime=342.11
/proc/11592/stat : 11592 (march_hi) R 11590 11592 11229 0 -1 4194304 393564 0 0 0 34045 166 0 0 25 0 1 0 128201418 1175875584 207359 1992294400 134512640 135197378 4294956224 18446744073709551615 134603252 0 0 4096 0 0 0 0 17 0 0 0
/proc/11592/statm: 287079 207359 92 167 0 286910 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 1148316

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11593
/proc/meminfo: memFree=113792/2055920 swapFree=4180748/4192956
[pid=11592] ppid=11590 vsize=1148348 CPUtime=402.09
/proc/11592/stat : 11592 (march_hi) R 11590 11592 11229 0 -1 4194304 398050 0 0 0 40041 168 0 0 25 0 1 0 128201418 1175908352 211845 1992294400 134512640 135197378 4294956224 18446744073709551615 134541546 0 0 4096 0 0 0 0 17 0 0 0
/proc/11592/statm: 287087 211845 92 167 0 286918 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 1148348

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11593
/proc/meminfo: memFree=113216/2055920 swapFree=4180748/4192956
[pid=11592] ppid=11590 vsize=1148380 CPUtime=462.07
/proc/11592/stat : 11592 (march_hi) R 11590 11592 11229 0 -1 4194304 398207 0 0 0 46038 169 0 0 25 0 1 0 128201418 1175941120 212002 1992294400 134512640 135197378 4294956224 18446744073709551615 134541522 0 0 4096 0 0 0 0 17 0 0 0
/proc/11592/statm: 287095 212002 92 167 0 286926 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 1148380

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11593
/proc/meminfo: memFree=113152/2055920 swapFree=4180748/4192956
[pid=11592] ppid=11590 vsize=1148380 CPUtime=522.04
/proc/11592/stat : 11592 (march_hi) R 11590 11592 11229 0 -1 4194304 398226 0 0 0 52035 169 0 0 25 0 1 0 128201418 1175941120 212021 1992294400 134512640 135197378 4294956224 18446744073709551615 134603252 0 0 4096 0 0 0 0 17 0 0 0
/proc/11592/statm: 287095 212021 92 167 0 286926 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 1148380

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11593
/proc/meminfo: memFree=113088/2055920 swapFree=4180748/4192956
[pid=11592] ppid=11590 vsize=1148380 CPUtime=582.01
/proc/11592/stat : 11592 (march_hi) R 11590 11592 11229 0 -1 4194304 398247 0 0 0 58032 169 0 0 25 0 1 0 128201418 1175941120 212042 1992294400 134512640 135197378 4294956224 18446744073709551615 134539304 0 0 4096 0 0 0 0 17 0 0 0
/proc/11592/statm: 287095 212042 92 167 0 286926 0
Current children cumulated CPU time (s) 582.01
Current children cumulated vsize (KiB) 1148380

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11593
/proc/meminfo: memFree=113088/2055920 swapFree=4180748/4192956
[pid=11592] ppid=11590 vsize=1148380 CPUtime=641.99
/proc/11592/stat : 11592 (march_hi) R 11590 11592 11229 0 -1 4194304 398248 0 0 0 64030 169 0 0 25 0 1 0 128201418 1175941120 212043 1992294400 134512640 135197378 4294956224 18446744073709551615 134541433 0 0 4096 0 0 0 0 17 0 0 0
/proc/11592/statm: 287095 212043 92 167 0 286926 0
Current children cumulated CPU time (s) 641.99
Current children cumulated vsize (KiB) 1148380

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11593
/proc/meminfo: memFree=112960/2055920 swapFree=4180748/4192956
[pid=11592] ppid=11590 vsize=1148380 CPUtime=701.96
/proc/11592/stat : 11592 (march_hi) R 11590 11592 11229 0 -1 4194304 398252 0 0 0 70027 169 0 0 25 0 1 0 128201418 1175941120 212047 1992294400 134512640 135197378 4294956224 18446744073709551615 134541433 0 0 4096 0 0 0 0 17 0 0 0
/proc/11592/statm: 287095 212047 92 167 0 286926 0
Current children cumulated CPU time (s) 701.96
Current children cumulated vsize (KiB) 1148380

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11593
/proc/meminfo: memFree=112896/2055920 swapFree=4180748/4192956
[pid=11592] ppid=11590 vsize=1148380 CPUtime=761.94
/proc/11592/stat : 11592 (march_hi) R 11590 11592 11229 0 -1 4194304 398253 0 0 0 76025 169 0 0 25 0 1 0 128201418 1175941120 212048 1992294400 134512640 135197378 4294956224 18446744073709551615 134572685 0 0 4096 0 0 0 0 17 0 0 0
/proc/11592/statm: 287095 212048 92 167 0 286926 0
Current children cumulated CPU time (s) 761.94
Current children cumulated vsize (KiB) 1148380

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11593
/proc/meminfo: memFree=112896/2055920 swapFree=4180748/4192956
[pid=11592] ppid=11590 vsize=1148380 CPUtime=821.92
/proc/11592/stat : 11592 (march_hi) R 11590 11592 11229 0 -1 4194304 398259 0 0 0 82023 169 0 0 25 0 1 0 128201418 1175941120 212054 1992294400 134512640 135197378 4294956224 18446744073709551615 134570914 0 0 4096 0 0 0 0 17 0 0 0
/proc/11592/statm: 287095 212054 92 167 0 286926 0
Current children cumulated CPU time (s) 821.92
Current children cumulated vsize (KiB) 1148380

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11593
/proc/meminfo: memFree=112896/2055920 swapFree=4180748/4192956
[pid=11592] ppid=11590 vsize=1148380 CPUtime=881.89
/proc/11592/stat : 11592 (march_hi) R 11590 11592 11229 0 -1 4194304 398261 0 0 0 88020 169 0 0 25 0 1 0 128201418 1175941120 212056 1992294400 134512640 135197378 4294956224 18446744073709551615 134541471 0 0 4096 0 0 0 0 17 0 0 0
/proc/11592/statm: 287095 212056 92 167 0 286926 0
Current children cumulated CPU time (s) 881.89
Current children cumulated vsize (KiB) 1148380

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11593
/proc/meminfo: memFree=112896/2055920 swapFree=4180748/4192956
[pid=11592] ppid=11590 vsize=1148380 CPUtime=941.87
/proc/11592/stat : 11592 (march_hi) R 11590 11592 11229 0 -1 4194304 398264 0 0 0 94018 169 0 0 25 0 1 0 128201418 1175941120 212059 1992294400 134512640 135197378 4294956224 18446744073709551615 134541448 0 0 4096 0 0 0 0 17 0 0 0
/proc/11592/statm: 287095 212059 92 167 0 286926 0
Current children cumulated CPU time (s) 941.87
Current children cumulated vsize (KiB) 1148380

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11593
/proc/meminfo: memFree=112896/2055920 swapFree=4180748/4192956
[pid=11592] ppid=11590 vsize=1148380 CPUtime=1001.84
/proc/11592/stat : 11592 (march_hi) R 11590 11592 11229 0 -1 4194304 398264 0 0 0 100015 169 0 0 25 0 1 0 128201418 1175941120 212059 1992294400 134512640 135197378 4294956224 18446744073709551615 134541501 0 0 4096 0 0 0 0 17 0 0 0
/proc/11592/statm: 287095 212059 92 167 0 286926 0
Current children cumulated CPU time (s) 1001.84
Current children cumulated vsize (KiB) 1148380

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11593
/proc/meminfo: memFree=112896/2055920 swapFree=4180748/4192956
[pid=11592] ppid=11590 vsize=1148380 CPUtime=1061.82
/proc/11592/stat : 11592 (march_hi) R 11590 11592 11229 0 -1 4194304 398264 0 0 0 106013 169 0 0 25 0 1 0 128201418 1175941120 212059 1992294400 134512640 135197378 4294956224 18446744073709551615 134541466 0 0 4096 0 0 0 0 17 0 0 0
/proc/11592/statm: 287095 212059 92 167 0 286926 0
Current children cumulated CPU time (s) 1061.82
Current children cumulated vsize (KiB) 1148380

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11593
/proc/meminfo: memFree=112896/2055920 swapFree=4180748/4192956
[pid=11592] ppid=11590 vsize=1148380 CPUtime=1121.8
/proc/11592/stat : 11592 (march_hi) R 11590 11592 11229 0 -1 4194304 398265 0 0 0 112011 169 0 0 25 0 1 0 128201418 1175941120 212060 1992294400 134512640 135197378 4294956224 18446744073709551615 134541464 0 0 4096 0 0 0 0 17 0 0 0
/proc/11592/statm: 287095 212060 92 167 0 286926 0
Current children cumulated CPU time (s) 1121.8
Current children cumulated vsize (KiB) 1148380

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11593
/proc/meminfo: memFree=112896/2055920 swapFree=4180748/4192956
[pid=11592] ppid=11590 vsize=1148380 CPUtime=1181.77
/proc/11592/stat : 11592 (march_hi) R 11590 11592 11229 0 -1 4194304 398266 0 0 0 118008 169 0 0 25 0 1 0 128201418 1175941120 212061 1992294400 134512640 135197378 4294956224 18446744073709551615 134572870 0 0 4096 0 0 0 0 17 0 0 0
/proc/11592/statm: 287095 212061 92 167 0 286926 0
Current children cumulated CPU time (s) 1181.77
Current children cumulated vsize (KiB) 1148380



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11599
/proc/meminfo: memFree=112696/2055920 swapFree=4180748/4192956
[pid=11592] ppid=11590 vsize=1148380 CPUtime=1200.04
/proc/11592/stat : 11592 (march_hi) R 11590 11592 11229 0 -1 4194304 398266 0 0 0 119835 169 0 0 25 0 1 0 128201418 1175941120 212061 1992294400 134512640 135197378 4294956224 18446744073709551615 134603252 0 0 4096 0 0 0 0 17 0 0 0
/proc/11592/statm: 287095 212061 92 167 0 286926 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 1148380

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

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

[startup+1200.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11599
/proc/meminfo: memFree=112696/2055920 swapFree=4180748/4192956
[pid=11592] ppid=11590 vsize=0 CPUtime=1200.14
/proc/11592/stat : 11592 (march_hi) R 11590 11592 11229 0 -1 4195332 398266 0 0 0 119835 179 0 0 25 0 1 0 128201418 0 0 1992294400 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/11592/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.14
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.73
CPU time (s): 1200.18
CPU user time (s): 1198.36
CPU system time (s): 1.82472
CPU usage (%): 99.9542
Max. virtual memory (cumulated for all children) (KiB): 1148380

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

runsolver used 1.11283 second user time and 3.2615 second system time

The end

Launcher Data

Begin job on node23 at 2009-04-29 12:41:19
IDJOB=1577476
IDBENCH=70960
IDSOLVER=521
FILE ID=node23/1577476-1241001678
PBS_JOBID= 9204844
Free space on /tmp= 66464 MiB

SOLVER NAME= march_hi hi
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_3_L80_coli.sat.cnf
COMMAND LINE= HOME/march_hi BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1577476-1241001678/watcher-1577476-1241001678 -o /tmp/evaluation-result-1577476-1241001678/solver-1577476-1241001678 -C 1200 -W 1800 -M 1800  HOME/march_hi HOME/instance-1577476-1241001678.cnf

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

MD5SUM BENCH= eb71c8cb3482ee70f1c98af8944179ca
RANDOM SEED=927484723

node23.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.238
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.238
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:        962984 kB
Buffers:         89404 kB
Cached:         911716 kB
SwapCached:       6232 kB
Active:         420456 kB
Inactive:       589300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        962984 kB
SwapTotal:     4192956 kB
SwapFree:      4180748 kB
Dirty:           23968 kB
Writeback:           0 kB
Mapped:          14128 kB
Slab:            69180 kB
Committed_AS:   598540 kB
PageTables:       1388 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= 66464 MiB
End job on node23 at 2009-04-29 13:01:22