Trace number 1577840

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.2 1200.58

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_L100_coli.sat.cnf
MD5SUM370a08d01be1cc652e9a09ab1aafdced
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark183.559
Satisfiable
(Un)Satisfiability was proved
Number of variables315617
Number of clauses1522583
Sum of the clauses size4407119
Maximum clause length11
Minimum clause length1
Number of clauses of size 132077
Number of clauses of size 2403677
Number of clauses of size 3835608
Number of clauses of size 4197035
Number of clauses of size 553887
Number of clauses of size over 5299

Solver Data

443.24/443.43	c main():: ***                                   [ march satisfiability solver ]                                   ***
443.24/443.43	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
443.24/443.43	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
443.24/443.43	c main()::
443.24/443.43	c initFormula():: searching for DIMACS p-line....
443.24/443.43	c initFormula():: the DIMACS p-line indicates a CNF of 315617 variables and 1522583 clauses.
443.24/443.43	c parseCNF():: parsing....
443.24/443.43	c parseCNF():: the CNF contains 32077 unary clauses.
443.24/443.43	c runParser():: parsing was successful, warming up engines...
443.24/443.43	c find_and_remove_tautogolies():: found and removed 38493 tautologies
443.24/443.43	c find_and_remove_tautogolies():: found and removed 44 tautologies
443.24/443.43	c simplify_formula():: removed 71685 tautological, 346644 satisfied and 920 duplicate clauses
443.24/443.43	c preprocessing fase I completed:: there are now 207006 free variables and 1103334 clauses.
443.24/443.43	c stat :: sign balance is biased by 0.746
443.24/443.43	c using k-SAT heuristics (size based diff)
443.24/443.43	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
443.24/443.43	c find_and_remove_tautogolies():: found and removed 3 tautologies
443.24/443.43	c simplify_formula():: removed 18 tautological, 6 satisfied and 14327971 duplicate clauses
443.24/443.43	c resolvent_look() :: found 5266864 resolvents
443.24/443.43	c main():: clause / variable ratio: ( 6370198 / 315617 ) = 20.18
443.24/443.43	c longest clause has size 11
443.24/443.43	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
443.24/443.43	c number of free variables = 207003
443.24/443.43	c dynamic_preselect_setsize :: off
443.24/443.43	c main():: all systems go!
443.24/443.43	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-1577840-1241005126/watcher-1577840-1241005126 -o /tmp/evaluation-result-1577840-1241005126/solver-1577840-1241005126 -C 1200 -W 1800 -M 1800 HOME/march_hi HOME/instance-1577840-1241005126.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.91 1.84 1.41 3/64 14388
/proc/meminfo: memFree=848760/2055920 swapFree=4192812/4192956
[pid=14388] ppid=14386 vsize=8020 CPUtime=0
/proc/14388/stat : 14388 (march_hi) R 14386 14388 14033 0 -1 4194304 740 0 0 0 0 0 0 0 18 0 1 0 128545957 8212480 725 1992294400 134512640 135197378 4294956224 18446744073709551615 134568349 0 0 4096 0 0 0 0 17 1 0 0
/proc/14388/statm: 2005 731 57 167 0 1836 0

[startup+0.0417681 s]
/proc/loadavg: 1.91 1.84 1.41 3/64 14388
/proc/meminfo: memFree=848760/2055920 swapFree=4192812/4192956
[pid=14388] ppid=14386 vsize=27880 CPUtime=0.03
/proc/14388/stat : 14388 (march_hi) R 14386 14388 14033 0 -1 4194304 4583 0 0 0 1 2 0 0 18 0 1 0 128545957 28549120 4568 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/14388/statm: 6970 4573 57 167 0 6801 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 27880

[startup+0.101764 s]
/proc/loadavg: 1.91 1.84 1.41 3/64 14388
/proc/meminfo: memFree=848760/2055920 swapFree=4192812/4192956
[pid=14388] ppid=14386 vsize=37788 CPUtime=0.09
/proc/14388/stat : 14388 (march_hi) R 14386 14388 14033 0 -1 4194304 7571 0 0 0 6 3 0 0 18 0 1 0 128545957 38694912 7556 1992294400 134512640 135197378 4294956224 18446744073709551615 134674304 0 0 4096 0 0 0 0 17 1 0 0
/proc/14388/statm: 9447 7556 57 167 0 9278 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37788

[startup+0.301787 s]
/proc/loadavg: 1.91 1.84 1.41 3/64 14388
/proc/meminfo: memFree=848760/2055920 swapFree=4192812/4192956
[pid=14388] ppid=14386 vsize=40032 CPUtime=0.29
/proc/14388/stat : 14388 (march_hi) R 14386 14388 14033 0 -1 4194304 8269 0 0 0 26 3 0 0 19 0 1 0 128545957 40992768 8254 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/14388/statm: 10008 8254 57 167 0 9839 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 40032

[startup+0.70183 s]
/proc/loadavg: 1.91 1.84 1.41 3/64 14388
/proc/meminfo: memFree=848760/2055920 swapFree=4192812/4192956
[pid=14388] ppid=14386 vsize=44652 CPUtime=0.69
/proc/14388/stat : 14388 (march_hi) R 14386 14388 14033 0 -1 4194304 9662 0 0 0 65 4 0 0 22 0 1 0 128545957 45723648 9647 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/14388/statm: 11163 9647 57 167 0 10994 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 44652

[startup+1.50192 s]
/proc/loadavg: 1.91 1.84 1.41 2/65 14389
/proc/meminfo: memFree=805040/2055920 swapFree=4192812/4192956
[pid=14388] ppid=14386 vsize=53496 CPUtime=1.49
/proc/14388/stat : 14388 (march_hi) R 14386 14388 14033 0 -1 4194304 12401 0 0 0 142 7 0 0 25 0 1 0 128545957 54779904 12386 1992294400 134512640 135197378 4294956224 18446744073709551615 134568882 0 0 4096 0 0 0 0 17 1 0 0
/proc/14388/statm: 13374 12386 57 167 0 13205 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 53496

[startup+3.10109 s]
/proc/loadavg: 1.91 1.84 1.41 2/65 14389
/proc/meminfo: memFree=790448/2055920 swapFree=4192812/4192956
[pid=14388] ppid=14386 vsize=157192 CPUtime=3.08
/proc/14388/stat : 14388 (march_hi) R 14386 14388 14033 0 -1 4194304 29365 0 0 0 293 15 0 0 25 0 1 0 128545957 160964608 26223 1992294400 134512640 135197378 4294956224 18446744073709551615 134649181 0 0 4096 0 0 0 0 17 1 0 0
/proc/14388/statm: 39298 26223 64 167 0 39129 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 157192

[startup+6.30144 s]
/proc/loadavg: 1.84 1.82 1.40 2/65 14389
/proc/meminfo: memFree=719664/2055920 swapFree=4192812/4192956
[pid=14388] ppid=14386 vsize=180268 CPUtime=6.29
/proc/14388/stat : 14388 (march_hi) R 14386 14388 14033 0 -1 4194304 42581 0 0 0 608 21 0 0 25 0 1 0 128545957 184594432 32427 1992294400 134512640 135197378 4294956224 18446744073709551615 134560412 0 0 4096 0 0 0 0 17 1 0 0
/proc/14388/statm: 45067 32428 66 167 0 44898 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 180268

[startup+12.7011 s]
/proc/loadavg: 1.77 1.81 1.40 2/65 14389
/proc/meminfo: memFree=716400/2055920 swapFree=4192812/4192956
[pid=14388] ppid=14386 vsize=179912 CPUtime=12.69
/proc/14388/stat : 14388 (march_hi) R 14386 14388 14033 0 -1 4194304 54778 0 0 0 1242 27 0 0 25 0 1 0 128545957 184229888 32896 1992294400 134512640 135197378 4294956224 18446744073709551615 134560840 0 0 4096 0 0 0 0 17 1 0 0
/proc/14388/statm: 44978 32896 66 167 0 44809 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 179912

[startup+25.5025 s]
/proc/loadavg: 1.60 1.77 1.39 2/65 14389
/proc/meminfo: memFree=686512/2055920 swapFree=4192812/4192956
[pid=14388] ppid=14386 vsize=212272 CPUtime=25.48
/proc/14388/stat : 14388 (march_hi) R 14386 14388 14033 0 -1 4194304 83877 0 0 0 2508 40 0 0 25 0 1 0 128545957 217366528 40628 1992294400 134512640 135197378 4294956224 18446744073709551615 134539457 0 0 4096 0 0 0 0 17 1 0 0
/proc/14388/statm: 53068 40628 80 167 0 52899 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 212272

[startup+51.1023 s]
/proc/loadavg: 1.46 1.72 1.39 2/65 14389
/proc/meminfo: memFree=663792/2055920 swapFree=4192812/4192956
[pid=14388] ppid=14386 vsize=246896 CPUtime=51.06
/proc/14388/stat : 14388 (march_hi) R 14386 14388 14033 0 -1 4194304 89969 0 0 0 5063 43 0 0 25 0 1 0 128545957 252821504 46720 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/14388/statm: 61724 46720 80 167 0 61555 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 246896

[startup+102.306 s]
/proc/loadavg: 1.26 1.62 1.37 2/65 14389
/proc/meminfo: memFree=604976/2055920 swapFree=4192812/4192956
[pid=14388] ppid=14386 vsize=319396 CPUtime=102.25
/proc/14388/stat : 14388 (march_hi) R 14386 14388 14033 0 -1 4194304 104303 0 0 0 10176 49 0 0 25 0 1 0 128545957 327061504 61054 1992294400 134512640 135197378 4294956224 18446744073709551615 134578450 0 0 4096 0 0 0 0 17 1 0 0
/proc/14388/statm: 79849 61054 80 167 0 79680 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 319396

[startup+162.302 s]
/proc/loadavg: 1.16 1.52 1.35 2/65 14389
/proc/meminfo: memFree=551088/2055920 swapFree=4192812/4192956
[pid=14388] ppid=14386 vsize=359656 CPUtime=162.23
/proc/14388/stat : 14388 (march_hi) R 14386 14388 14033 0 -1 4194304 117697 0 0 0 16167 56 0 0 25 0 1 0 128545957 368287744 74448 1992294400 134512640 135197378 4294956224 18446744073709551615 134539457 0 0 4096 0 0 0 0 17 1 0 0
/proc/14388/statm: 89914 74448 80 167 0 89745 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 359656

[startup+222.303 s]
/proc/loadavg: 1.11 1.44 1.33 2/65 14389
/proc/meminfo: memFree=511984/2055920 swapFree=4192812/4192956
[pid=14388] ppid=14386 vsize=388036 CPUtime=222.21
/proc/14388/stat : 14388 (march_hi) R 14386 14388 14033 0 -1 4194304 127574 0 0 0 22161 60 0 0 25 0 1 0 128545957 397348864 84325 1992294400 134512640 135197378 4294956224 18446744073709551615 134578126 0 0 4096 0 0 0 0 17 1 0 0
/proc/14388/statm: 97009 84325 80 167 0 96840 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 388036

[startup+282.302 s]
/proc/loadavg: 1.09 1.37 1.31 2/65 14389
/proc/meminfo: memFree=472688/2055920 swapFree=4192812/4192956
[pid=14388] ppid=14386 vsize=482348 CPUtime=282.19
/proc/14388/stat : 14388 (march_hi) R 14386 14388 14033 0 -1 4194304 137207 0 0 0 28155 64 0 0 25 0 1 0 128545957 493924352 93958 1992294400 134512640 135197378 4294956224 18446744073709551615 134578135 0 0 4096 0 0 0 0 17 1 0 0
/proc/14388/statm: 120587 93958 80 167 0 120418 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 482348

[startup+342.303 s]
/proc/loadavg: 1.12 1.33 1.30 2/65 14389
/proc/meminfo: memFree=366448/2055920 swapFree=4192812/4192956
[pid=14388] ppid=14386 vsize=554024 CPUtime=342.17
/proc/14388/stat : 14388 (march_hi) R 14386 14388 14033 0 -1 4194304 163902 0 0 0 34140 77 0 0 25 0 1 0 128545957 567320576 120653 1992294400 134512640 135197378 4294956224 18446744073709551615 134578098 0 0 4096 0 0 0 0 17 1 0 0
/proc/14388/statm: 138506 120653 80 167 0 138337 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 554024

[startup+402.301 s]
/proc/loadavg: 1.09 1.28 1.28 2/65 14389
/proc/meminfo: memFree=150832/2055920 swapFree=4192812/4192956
[pid=14388] ppid=14386 vsize=760536 CPUtime=402.16
/proc/14388/stat : 14388 (march_hi) R 14386 14388 14033 0 -1 4194304 303214 0 0 0 40076 140 0 0 25 0 1 0 128545957 778788864 178310 1992294400 134512640 135197378 4294956224 18446744073709551615 134565466 0 0 4096 0 0 0 0 17 1 0 0
/proc/14388/statm: 190134 178310 80 167 0 189965 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 760536

[startup+462.302 s]
/proc/loadavg: 1.03 1.23 1.26 2/65 14389
/proc/meminfo: memFree=15088/2055920 swapFree=4191900/4192956
[pid=14388] ppid=14386 vsize=1417648 CPUtime=462.13
/proc/14388/stat : 14388 (march_hi) R 14386 14388 14033 0 -1 4194304 407025 0 0 0 46029 184 0 0 25 0 1 0 128545957 1451671552 249175 1992294400 134512640 135197378 4294956224 18446744073709551615 134602884 0 0 4096 0 0 0 0 17 1 0 0
/proc/14388/statm: 354412 249175 92 167 0 354243 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 1417648

[startup+522.301 s]
/proc/loadavg: 1.01 1.19 1.24 2/65 14389
/proc/meminfo: memFree=15472/2055920 swapFree=4191900/4192956
[pid=14388] ppid=14386 vsize=1417648 CPUtime=522.12
/proc/14388/stat : 14388 (march_hi) R 14386 14388 14033 0 -1 4194304 413869 0 0 0 52024 188 0 0 25 0 1 0 128545957 1451671552 256019 1992294400 134512640 135197378 4294956224 18446744073709551615 134570914 0 0 4096 0 0 0 0 17 1 0 0
/proc/14388/statm: 354412 256019 92 167 0 354243 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 1417648

[startup+582.302 s]
/proc/loadavg: 1.00 1.15 1.23 2/65 14389
/proc/meminfo: memFree=15664/2055920 swapFree=4191900/4192956
[pid=14388] ppid=14386 vsize=1417688 CPUtime=582.1
/proc/14388/stat : 14388 (march_hi) R 14386 14388 14033 0 -1 4194304 414233 0 0 0 58022 188 0 0 25 0 1 0 128545957 1451712512 256383 1992294400 134512640 135197378 4294956224 18446744073709551615 134541433 0 0 4096 0 0 0 0 17 1 0 0
/proc/14388/statm: 354422 256383 92 167 0 354253 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 1417688

[startup+642.301 s]
/proc/loadavg: 1.00 1.12 1.21 2/65 14389
/proc/meminfo: memFree=15024/2055920 swapFree=4191900/4192956
[pid=14388] ppid=14386 vsize=1417724 CPUtime=642.09
/proc/14388/stat : 14388 (march_hi) R 14386 14388 14033 0 -1 4194304 414391 0 0 0 64020 189 0 0 25 0 1 0 128545957 1451749376 256541 1992294400 134512640 135197378 4294956224 18446744073709551615 134541433 0 0 4096 0 0 0 0 17 1 0 0
/proc/14388/statm: 354431 256541 92 167 0 354262 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 1417724

[startup+702.302 s]
/proc/loadavg: 1.00 1.10 1.19 2/65 14389
/proc/meminfo: memFree=14960/2055920 swapFree=4191900/4192956
[pid=14388] ppid=14386 vsize=1417724 CPUtime=702.06
/proc/14388/stat : 14388 (march_hi) R 14386 14388 14033 0 -1 4194304 414414 0 0 0 70017 189 0 0 25 0 1 0 128545957 1451749376 256564 1992294400 134512640 135197378 4294956224 18446744073709551615 134597730 0 0 4096 0 0 0 0 17 1 0 0
/proc/14388/statm: 354431 256564 92 167 0 354262 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 1417724

[startup+762.305 s]
/proc/loadavg: 1.00 1.08 1.18 2/65 14389
/proc/meminfo: memFree=16240/2055920 swapFree=4191900/4192956
[pid=14388] ppid=14386 vsize=1417724 CPUtime=762.05
/proc/14388/stat : 14388 (march_hi) R 14386 14388 14033 0 -1 4194304 414461 0 0 0 76016 189 0 0 25 0 1 0 128545957 1451749376 256611 1992294400 134512640 135197378 4294956224 18446744073709551615 134541433 0 0 4096 0 0 0 0 17 1 0 0
/proc/14388/statm: 354431 256611 92 167 0 354262 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 1417724

[startup+822.302 s]
/proc/loadavg: 1.00 1.06 1.16 2/65 14389
/proc/meminfo: memFree=16432/2055920 swapFree=4191900/4192956
[pid=14388] ppid=14386 vsize=1417724 CPUtime=822.03
/proc/14388/stat : 14388 (march_hi) R 14386 14388 14033 0 -1 4194304 414467 0 0 0 82013 190 0 0 25 0 1 0 128545957 1451749376 256617 1992294400 134512640 135197378 4294956224 18446744073709551615 134541464 0 0 4096 0 0 0 0 17 1 0 0
/proc/14388/statm: 354431 256617 92 167 0 354262 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 1417724

[startup+882.301 s]
/proc/loadavg: 1.00 1.05 1.15 2/65 14389
/proc/meminfo: memFree=16432/2055920 swapFree=4191900/4192956
[pid=14388] ppid=14386 vsize=1417724 CPUtime=882.01
/proc/14388/stat : 14388 (march_hi) R 14386 14388 14033 0 -1 4194304 414467 0 0 0 88011 190 0 0 25 0 1 0 128545957 1451749376 256617 1992294400 134512640 135197378 4294956224 18446744073709551615 134541501 0 0 4096 0 0 0 0 17 1 0 0
/proc/14388/statm: 354431 256617 92 167 0 354262 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 1417724

[startup+942.302 s]
/proc/loadavg: 1.00 1.03 1.14 2/65 14389
/proc/meminfo: memFree=16368/2055920 swapFree=4191900/4192956
[pid=14388] ppid=14386 vsize=1417724 CPUtime=941.99
/proc/14388/stat : 14388 (march_hi) R 14386 14388 14033 0 -1 4194304 414471 0 0 0 94009 190 0 0 25 0 1 0 128545957 1451749376 256621 1992294400 134512640 135197378 4294956224 18446744073709551615 134713223 0 0 4096 0 0 0 0 17 1 0 0
/proc/14388/statm: 354431 256621 92 167 0 354262 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 1417724

[startup+1002.3 s]
/proc/loadavg: 1.00 1.03 1.13 2/65 14389
/proc/meminfo: memFree=16304/2055920 swapFree=4191900/4192956
[pid=14388] ppid=14386 vsize=1417724 CPUtime=1001.97
/proc/14388/stat : 14388 (march_hi) R 14386 14388 14033 0 -1 4194304 414471 0 0 0 100007 190 0 0 25 0 1 0 128545957 1451749376 256621 1992294400 134512640 135197378 4294956224 18446744073709551615 134541501 0 0 4096 0 0 0 0 17 1 0 0
/proc/14388/statm: 354431 256621 92 167 0 354262 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 1417724

[startup+1062.3 s]
/proc/loadavg: 1.00 1.02 1.12 2/65 14389
/proc/meminfo: memFree=16304/2055920 swapFree=4191900/4192956
[pid=14388] ppid=14386 vsize=1417724 CPUtime=1061.95
/proc/14388/stat : 14388 (march_hi) R 14386 14388 14033 0 -1 4194304 414471 0 0 0 106005 190 0 0 25 0 1 0 128545957 1451749376 256621 1992294400 134512640 135197378 4294956224 18446744073709551615 134649527 0 0 4096 0 0 0 0 17 1 0 0
/proc/14388/statm: 354431 256621 92 167 0 354262 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 1417724

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.11 2/65 14389
/proc/meminfo: memFree=16304/2055920 swapFree=4191900/4192956
[pid=14388] ppid=14386 vsize=1417724 CPUtime=1121.94
/proc/14388/stat : 14388 (march_hi) R 14386 14388 14033 0 -1 4194304 414471 0 0 0 112004 190 0 0 25 0 1 0 128545957 1451749376 256621 1992294400 134512640 135197378 4294956224 18446744073709551615 134570914 0 0 4096 0 0 0 0 17 1 0 0
/proc/14388/statm: 354431 256621 92 167 0 354262 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 1417724

[startup+1182.3 s]
/proc/loadavg: 1.00 1.01 1.09 2/65 14389
/proc/meminfo: memFree=16304/2055920 swapFree=4191900/4192956
[pid=14388] ppid=14386 vsize=1417724 CPUtime=1181.93
/proc/14388/stat : 14388 (march_hi) R 14386 14388 14033 0 -1 4194304 414471 0 0 0 118002 191 0 0 25 0 1 0 128545957 1451749376 256621 1992294400 134512640 135197378 4294956224 18446744073709551615 134524945 0 0 4096 0 0 0 0 17 1 0 0
/proc/14388/statm: 354431 256621 92 167 0 354262 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 1417724



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.01 1.09 2/65 14389
/proc/meminfo: memFree=16304/2055920 swapFree=4191900/4192956
[pid=14388] ppid=14386 vsize=1417724 CPUtime=1200.02
/proc/14388/stat : 14388 (march_hi) R 14386 14388 14033 0 -1 4194304 414471 0 0 0 119811 191 0 0 25 0 1 0 128545957 1451749376 256621 1992294400 134512640 135197378 4294956224 18446744073709551615 134550767 0 0 4096 0 0 0 0 17 1 0 0
/proc/14388/statm: 354431 256621 92 167 0 354262 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 1417724

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

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

[startup+1200.51 s]
/proc/loadavg: 1.00 1.01 1.09 2/65 14389
/proc/meminfo: memFree=16304/2055920 swapFree=4191900/4192956
[pid=14388] ppid=14386 vsize=0 CPUtime=1200.12
/proc/14388/stat : 14388 (march_hi) R 14386 14388 14033 0 -1 4195332 414471 0 0 0 119811 201 0 0 25 0 1 0 128545957 0 0 1992294400 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/14388/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.12
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.58
CPU time (s): 1200.2
CPU user time (s): 1198.12
CPU system time (s): 2.08268
CPU usage (%): 99.9689
Max. virtual memory (cumulated for all children) (KiB): 1417724

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

runsolver used 0.897863 second user time and 2.56861 second system time

The end

Launcher Data

Begin job on node21 at 2009-04-29 13:38:48
IDJOB=1577840
IDBENCH=70967
IDSOLVER=521
FILE ID=node21/1577840-1241005126
PBS_JOBID= 9204846
Free space on /tmp= 66404 MiB

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

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

MD5SUM BENCH= 370a08d01be1cc652e9a09ab1aafdced
RANDOM SEED=1556534218

node21.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.233
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.233
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:        849176 kB
Buffers:         79784 kB
Cached:        1022156 kB
SwapCached:          0 kB
Active:         408680 kB
Inactive:       707216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        849176 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           30844 kB
Writeback:           0 kB
Mapped:          23716 kB
Slab:            76840 kB
Committed_AS:   611484 kB
PageTables:       1376 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= 66404 MiB
End job on node21 at 2009-04-29 13:58:50