Trace number 1562788

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.09 1200.52

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_l46_lambda.cnf
MD5SUMeb4d0d02a25a8a84182ddd3b6d1fa8b5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark270.303
Satisfiable
(Un)Satisfiability was proved
Number of variables33090
Number of clauses165828
Sum of the clauses size478271
Maximum clause length9
Minimum clause length1
Number of clauses of size 14268
Number of clauses of size 241089
Number of clauses of size 397665
Number of clauses of size 415752
Number of clauses of size 56916
Number of clauses of size over 5138

Solver Data

9.69/9.79	c main():: ***                                   [ march satisfiability solver ]                                   ***
9.69/9.79	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
9.69/9.79	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
9.69/9.79	c main()::
9.69/9.79	c initFormula():: searching for DIMACS p-line....
9.69/9.79	c initFormula():: the DIMACS p-line indicates a CNF of 33090 variables and 165828 clauses.
9.69/9.79	c parseCNF():: parsing....
9.69/9.79	c parseCNF():: the CNF contains 4268 unary clauses.
9.69/9.79	c runParser():: parsing was successful, warming up engines...
9.69/9.79	c find_and_remove_tautogolies():: found and removed 4159 tautologies
9.69/9.79	c find_and_remove_tautogolies():: found and removed 2147 tautologies
9.69/9.79	c simplify_formula():: removed 3337 tautological, 29059 satisfied and 8493 duplicate clauses
9.69/9.79	c preprocessing fase I completed:: there are now 21452 free variables and 124939 clauses.
9.69/9.79	c stat :: sign balance is biased by 1.040
9.69/9.79	c find_equivalence():: found 2606 3-equivalences
9.69/9.79	c find_and_remove_tautogolies():: found and removed 90 tautologies
9.69/9.79	c shorten_equivalence(): average equivalence length reduced from 3.034976 to 3.000000
9.69/9.79	c using k-SAT heuristics (size based diff)
9.69/9.79	c simplify_formula():: removed 0 tautological, 10424 satisfied and 0 duplicate clauses
9.69/9.79	c simplify_formula():: removed 0 tautological, 0 satisfied and 412123 duplicate clauses
9.69/9.79	c resolvent_look() :: found 188920 resolvents
9.69/9.79	c main():: clause / variable ratio: ( 313859 / 33090 ) = 9.49
9.69/9.79	c longest clause has size 9
9.69/9.79	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
9.69/9.79	c number of free variables = 21362
9.69/9.79	c dynamic_preselect_setsize :: off
9.69/9.79	c main():: all systems go!
9.69/9.79	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-1562788-1240998299/watcher-1562788-1240998299 -o /tmp/evaluation-result-1562788-1240998299/solver-1562788-1240998299 -C 1200 -W 1800 -M 1800 HOME/march_hi HOME/instance-1562788-1240998299.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.98 1.51 0.87 3/64 10646
/proc/meminfo: memFree=1125872/2055920 swapFree=4181908/4192956
[pid=10646] ppid=10644 vsize=3708 CPUtime=0
/proc/10646/stat : 10646 (march_hi) R 10644 10646 10522 0 -1 4194304 560 0 0 0 0 0 0 0 18 0 1 0 127863192 3796992 545 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/10646/statm: 927 548 57 167 0 758 0

[startup+0.0726829 s]
/proc/loadavg: 1.98 1.51 0.87 3/64 10646
/proc/meminfo: memFree=1125872/2055920 swapFree=4181908/4192956
[pid=10646] ppid=10644 vsize=5420 CPUtime=0.06
/proc/10646/stat : 10646 (march_hi) R 10644 10646 10522 0 -1 4194304 1106 0 0 0 6 0 0 0 18 0 1 0 127863192 5550080 1091 1992294400 134512640 135197378 4294956224 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 1 0 0
/proc/10646/statm: 1355 1091 57 167 0 1186 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5420

[startup+0.101687 s]
/proc/loadavg: 1.98 1.51 0.87 3/64 10646
/proc/meminfo: memFree=1125872/2055920 swapFree=4181908/4192956
[pid=10646] ppid=10644 vsize=5816 CPUtime=0.09
/proc/10646/stat : 10646 (march_hi) R 10644 10646 10522 0 -1 4194304 1209 0 0 0 9 0 0 0 18 0 1 0 127863192 5955584 1194 1992294400 134512640 135197378 4294956224 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 1 0 0
/proc/10646/statm: 1454 1194 57 167 0 1285 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5816

[startup+0.301722 s]
/proc/loadavg: 1.98 1.51 0.87 3/64 10646
/proc/meminfo: memFree=1125872/2055920 swapFree=4181908/4192956
[pid=10646] ppid=10644 vsize=17728 CPUtime=0.29
/proc/10646/stat : 10646 (march_hi) R 10644 10646 10522 0 -1 4194304 3201 0 0 0 28 1 0 0 19 0 1 0 127863192 18153472 3019 1992294400 134512640 135197378 4294956224 18446744073709551615 134569225 0 0 4096 0 0 0 0 17 1 0 0
/proc/10646/statm: 4432 3019 61 167 0 4263 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17728

[startup+0.701792 s]
/proc/loadavg: 1.98 1.51 0.87 3/64 10646
/proc/meminfo: memFree=1125872/2055920 swapFree=4181908/4192956
[pid=10646] ppid=10644 vsize=19980 CPUtime=0.69
/proc/10646/stat : 10646 (march_hi) R 10644 10646 10522 0 -1 4194304 4396 0 0 0 67 2 0 0 22 0 1 0 127863192 20459520 3614 1992294400 134512640 135197378 4294956224 18446744073709551615 134695015 0 0 4096 0 0 0 0 17 1 0 0
/proc/10646/statm: 4995 3614 66 167 0 4826 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19980

[startup+1.50193 s]
/proc/loadavg: 1.98 1.51 0.87 2/65 10647
/proc/meminfo: memFree=1111208/2055920 swapFree=4181908/4192956
[pid=10646] ppid=10644 vsize=20032 CPUtime=1.49
/proc/10646/stat : 10646 (march_hi) R 10644 10646 10522 0 -1 4194304 4585 0 0 0 147 2 0 0 25 0 1 0 127863192 20512768 3656 1992294400 134512640 135197378 4294956224 18446744073709551615 134693722 0 0 4096 0 0 0 0 17 1 0 0
/proc/10646/statm: 5008 3656 76 167 0 4839 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20032

[startup+3.10121 s]
/proc/loadavg: 1.90 1.50 0.87 2/65 10647
/proc/meminfo: memFree=1108904/2055920 swapFree=4181908/4192956
[pid=10646] ppid=10644 vsize=24988 CPUtime=3.09
/proc/10646/stat : 10646 (march_hi) R 10644 10646 10522 0 -1 4194304 5763 0 0 0 306 3 0 0 25 0 1 0 127863192 25587712 4700 1992294400 134512640 135197378 4294956224 18446744073709551615 134695748 0 0 4096 0 0 0 0 17 1 0 0
/proc/10646/statm: 6247 4700 79 167 0 6078 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24988

[startup+6.30178 s]
/proc/loadavg: 1.90 1.50 0.87 2/65 10647
/proc/meminfo: memFree=1104808/2055920 swapFree=4181908/4192956
[pid=10646] ppid=10644 vsize=30468 CPUtime=6.29
/proc/10646/stat : 10646 (march_hi) R 10644 10646 10522 0 -1 4194304 7009 0 0 0 625 4 0 0 25 0 1 0 127863192 31199232 5946 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/10646/statm: 7617 5946 79 167 0 7448 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 30468

[startup+12.7019 s]
/proc/loadavg: 1.76 1.49 0.87 2/65 10647
/proc/meminfo: memFree=1067944/2055920 swapFree=4181908/4192956
[pid=10646] ppid=10644 vsize=95120 CPUtime=12.69
/proc/10646/stat : 10646 (march_hi) R 10644 10646 10522 0 -1 4194304 26853 0 0 0 1257 12 0 0 25 0 1 0 127863192 97402880 14662 1992294400 134512640 135197378 4294956224 18446744073709551615 134649035 0 0 4096 0 0 0 0 17 1 0 0
/proc/10646/statm: 23780 14662 92 167 0 23611 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 95120

[startup+25.5012 s]
/proc/loadavg: 1.64 1.47 0.87 2/65 10647
/proc/meminfo: memFree=1057768/2055920 swapFree=4181908/4192956
[pid=10646] ppid=10644 vsize=104988 CPUtime=25.48
/proc/10646/stat : 10646 (march_hi) R 10644 10646 10522 0 -1 4194304 29210 0 0 0 2535 13 0 0 25 0 1 0 127863192 107507712 17019 1992294400 134512640 135197378 4294956224 18446744073709551615 134590295 0 0 4096 0 0 0 0 17 1 0 0
/proc/10646/statm: 26247 17019 92 167 0 26078 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 104988

[startup+51.1017 s]
/proc/loadavg: 1.42 1.43 0.88 2/65 10647
/proc/meminfo: memFree=1055208/2055920 swapFree=4181908/4192956
[pid=10646] ppid=10644 vsize=107532 CPUtime=51.07
/proc/10646/stat : 10646 (march_hi) R 10644 10646 10522 0 -1 4194304 29852 0 0 0 5093 14 0 0 25 0 1 0 127863192 110112768 17661 1992294400 134512640 135197378 4294956224 18446744073709551615 134572855 0 0 4096 0 0 0 0 17 1 0 0
/proc/10646/statm: 26883 17661 92 167 0 26714 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 107532

[startup+102.306 s]
/proc/loadavg: 1.17 1.36 0.88 2/65 10647
/proc/meminfo: memFree=1054504/2055920 swapFree=4181908/4192956
[pid=10646] ppid=10644 vsize=108320 CPUtime=102.26
/proc/10646/stat : 10646 (march_hi) R 10644 10646 10522 0 -1 4194304 30030 0 0 0 10211 15 0 0 25 0 1 0 127863192 110919680 17839 1992294400 134512640 135197378 4294956224 18446744073709551615 134548512 0 0 4096 0 0 0 0 17 1 0 0
/proc/10646/statm: 27080 17839 92 167 0 26911 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 108320

[startup+162.301 s]
/proc/loadavg: 1.06 1.29 0.89 2/65 10647
/proc/meminfo: memFree=1054056/2055920 swapFree=4181908/4192956
[pid=10646] ppid=10644 vsize=108676 CPUtime=162.23
/proc/10646/stat : 10646 (march_hi) R 10644 10646 10522 0 -1 4194304 30131 0 0 0 16208 15 0 0 25 0 1 0 127863192 111284224 17940 1992294400 134512640 135197378 4294956224 18446744073709551615 134553339 0 0 4096 0 0 0 0 17 1 0 0
/proc/10646/statm: 27169 17940 92 167 0 27000 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 108676

[startup+222.302 s]
/proc/loadavg: 1.02 1.23 0.89 2/65 10647
/proc/meminfo: memFree=1053608/2055920 swapFree=4181908/4192956
[pid=10646] ppid=10644 vsize=109132 CPUtime=222.21
/proc/10646/stat : 10646 (march_hi) R 10644 10646 10522 0 -1 4194304 30239 0 0 0 22206 15 0 0 25 0 1 0 127863192 111751168 18048 1992294400 134512640 135197378 4294956224 18446744073709551615 134572870 0 0 4096 0 0 0 0 17 1 0 0
/proc/10646/statm: 27283 18048 92 167 0 27114 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 109132

[startup+282.301 s]
/proc/loadavg: 1.01 1.19 0.90 2/65 10647
/proc/meminfo: memFree=1053224/2055920 swapFree=4181908/4192956
[pid=10646] ppid=10644 vsize=109492 CPUtime=282.19
/proc/10646/stat : 10646 (march_hi) R 10644 10646 10522 0 -1 4194304 30319 0 0 0 28204 15 0 0 25 0 1 0 127863192 112119808 18128 1992294400 134512640 135197378 4294956224 18446744073709551615 134572898 0 0 4096 0 0 0 0 17 1 0 0
/proc/10646/statm: 27373 18128 92 167 0 27204 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 109492

[startup+342.302 s]
/proc/loadavg: 1.00 1.15 0.91 2/65 10647
/proc/meminfo: memFree=1052904/2055920 swapFree=4181908/4192956
[pid=10646] ppid=10644 vsize=109624 CPUtime=342.17
/proc/10646/stat : 10646 (march_hi) R 10644 10646 10522 0 -1 4194304 30383 0 0 0 34201 16 0 0 25 0 1 0 127863192 112254976 18192 1992294400 134512640 135197378 4294956224 18446744073709551615 134548743 0 0 4096 0 0 0 0 17 1 0 0
/proc/10646/statm: 27406 18192 92 167 0 27237 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 109624

[startup+402.301 s]
/proc/loadavg: 1.00 1.12 0.91 2/65 10647
/proc/meminfo: memFree=1052712/2055920 swapFree=4181908/4192956
[pid=10646] ppid=10644 vsize=110096 CPUtime=402.15
/proc/10646/stat : 10646 (march_hi) R 10644 10646 10522 0 -1 4194304 30438 0 0 0 40199 16 0 0 25 0 1 0 127863192 112738304 18247 1992294400 134512640 135197378 4294956224 18446744073709551615 134572878 0 0 4096 0 0 0 0 17 1 0 0
/proc/10646/statm: 27524 18247 92 167 0 27355 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 110096

[startup+462.301 s]
/proc/loadavg: 1.00 1.10 0.91 2/65 10647
/proc/meminfo: memFree=1052520/2055920 swapFree=4181908/4192956
[pid=10646] ppid=10644 vsize=110228 CPUtime=462.13
/proc/10646/stat : 10646 (march_hi) R 10644 10646 10522 0 -1 4194304 30491 0 0 0 46197 16 0 0 25 0 1 0 127863192 112873472 18300 1992294400 134512640 135197378 4294956224 18446744073709551615 134572898 0 0 4096 0 0 0 0 17 1 0 0
/proc/10646/statm: 27557 18300 92 167 0 27388 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 110228

[startup+522.302 s]
/proc/loadavg: 1.00 1.08 0.91 2/65 10647
/proc/meminfo: memFree=1052328/2055920 swapFree=4181908/4192956
[pid=10646] ppid=10644 vsize=110740 CPUtime=522.11
/proc/10646/stat : 10646 (march_hi) R 10644 10646 10522 0 -1 4194304 30537 0 0 0 52195 16 0 0 25 0 1 0 127863192 113397760 18346 1992294400 134512640 135197378 4294956224 18446744073709551615 134525583 0 0 4096 0 0 0 0 17 1 0 0
/proc/10646/statm: 27685 18346 92 167 0 27516 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 110740

[startup+582.301 s]
/proc/loadavg: 1.00 1.06 0.91 2/65 10647
/proc/meminfo: memFree=1052136/2055920 swapFree=4181908/4192956
[pid=10646] ppid=10644 vsize=110872 CPUtime=582.08
/proc/10646/stat : 10646 (march_hi) R 10644 10646 10522 0 -1 4194304 30583 0 0 0 58192 16 0 0 25 0 1 0 127863192 113532928 18392 1992294400 134512640 135197378 4294956224 18446744073709551615 134649170 0 0 4096 0 0 0 0 17 1 0 0
/proc/10646/statm: 27718 18392 92 167 0 27549 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 110872

[startup+642.302 s]
/proc/loadavg: 1.00 1.05 0.91 2/65 10647
/proc/meminfo: memFree=1051944/2055920 swapFree=4181908/4192956
[pid=10646] ppid=10644 vsize=110872 CPUtime=642.06
/proc/10646/stat : 10646 (march_hi) R 10644 10646 10522 0 -1 4194304 30627 0 0 0 64190 16 0 0 25 0 1 0 127863192 113532928 18436 1992294400 134512640 135197378 4294956224 18446744073709551615 134553454 0 0 4096 0 0 0 0 17 1 0 0
/proc/10646/statm: 27718 18436 92 167 0 27549 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 110872

[startup+702.301 s]
/proc/loadavg: 1.00 1.04 0.91 2/65 10647
/proc/meminfo: memFree=1051752/2055920 swapFree=4181908/4192956
[pid=10646] ppid=10644 vsize=110872 CPUtime=702.04
/proc/10646/stat : 10646 (march_hi) R 10644 10646 10522 0 -1 4194304 30673 0 0 0 70188 16 0 0 25 0 1 0 127863192 113532928 18482 1992294400 134512640 135197378 4294956224 18446744073709551615 134570839 0 0 4096 0 0 0 0 17 1 0 0
/proc/10646/statm: 27718 18482 92 167 0 27549 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 110872

[startup+762.306 s]
/proc/loadavg: 1.00 1.03 0.91 2/65 10647
/proc/meminfo: memFree=1051624/2055920 swapFree=4181908/4192956
[pid=10646] ppid=10644 vsize=111768 CPUtime=762.03
/proc/10646/stat : 10646 (march_hi) R 10644 10646 10522 0 -1 4194304 30718 0 0 0 76186 17 0 0 25 0 1 0 127863192 114450432 18527 1992294400 134512640 135197378 4294956224 18446744073709551615 134553271 0 0 4096 0 0 0 0 17 1 0 0
/proc/10646/statm: 27942 18527 92 167 0 27773 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 111768

[startup+822.301 s]
/proc/loadavg: 1.00 1.02 0.91 2/65 10647
/proc/meminfo: memFree=1051560/2055920 swapFree=4181908/4192956
[pid=10646] ppid=10644 vsize=111900 CPUtime=822
/proc/10646/stat : 10646 (march_hi) R 10644 10646 10522 0 -1 4194304 30768 0 0 0 82183 17 0 0 25 0 1 0 127863192 114585600 18577 1992294400 134512640 135197378 4294956224 18446744073709551615 134540901 0 0 4096 0 0 0 0 17 1 0 0
/proc/10646/statm: 27975 18577 92 167 0 27806 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 111900

[startup+882.303 s]
/proc/loadavg: 1.00 1.01 0.91 2/65 10647
/proc/meminfo: memFree=1051432/2055920 swapFree=4181908/4192956
[pid=10646] ppid=10644 vsize=111900 CPUtime=881.98
/proc/10646/stat : 10646 (march_hi) R 10644 10646 10522 0 -1 4194304 30809 0 0 0 88181 17 0 0 25 0 1 0 127863192 114585600 18618 1992294400 134512640 135197378 4294956224 18446744073709551615 134713223 0 0 4096 0 0 0 0 17 1 0 0
/proc/10646/statm: 27975 18618 92 167 0 27806 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 111900

[startup+942.302 s]
/proc/loadavg: 1.00 1.01 0.91 2/65 10647
/proc/meminfo: memFree=1051240/2055920 swapFree=4181908/4192956
[pid=10646] ppid=10644 vsize=111900 CPUtime=941.96
/proc/10646/stat : 10646 (march_hi) R 10644 10646 10522 0 -1 4194304 30855 0 0 0 94178 18 0 0 25 0 1 0 127863192 114585600 18664 1992294400 134512640 135197378 4294956224 18446744073709551615 134713223 0 0 4096 0 0 0 0 17 1 0 0
/proc/10646/statm: 27975 18664 92 167 0 27806 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 111900

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 10653
/proc/meminfo: memFree=1050984/2055920 swapFree=4181908/4192956
[pid=10646] ppid=10644 vsize=112032 CPUtime=1001.93
/proc/10646/stat : 10646 (march_hi) R 10644 10646 10522 0 -1 4194304 30906 0 0 0 100175 18 0 0 25 0 1 0 127863192 114720768 18715 1992294400 134512640 135197378 4294956224 18446744073709551615 134540901 0 0 4096 0 0 0 0 17 1 0 0
/proc/10646/statm: 28008 18715 92 167 0 27839 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 112032

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 10653
/proc/meminfo: memFree=1049960/2055920 swapFree=4181908/4192956
[pid=10646] ppid=10644 vsize=112996 CPUtime=1061.91
/proc/10646/stat : 10646 (march_hi) R 10644 10646 10522 0 -1 4194304 31170 0 0 0 106173 18 0 0 25 0 1 0 127863192 115707904 18979 1992294400 134512640 135197378 4294956224 18446744073709551615 134616138 0 0 4096 0 0 0 0 17 1 0 0
/proc/10646/statm: 28249 18979 92 167 0 28080 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 112996

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 10653
/proc/meminfo: memFree=1049192/2055920 swapFree=4181908/4192956
[pid=10646] ppid=10644 vsize=114676 CPUtime=1121.89
/proc/10646/stat : 10646 (march_hi) R 10644 10646 10522 0 -1 4194304 31331 0 0 0 112170 19 0 0 25 0 1 0 127863192 117428224 19140 1992294400 134512640 135197378 4294956224 18446744073709551615 134572901 0 0 4096 0 0 0 0 17 1 0 0
/proc/10646/statm: 28669 19140 92 167 0 28500 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 114676

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 10653
/proc/meminfo: memFree=1048936/2055920 swapFree=4181908/4192956
[pid=10646] ppid=10644 vsize=114808 CPUtime=1181.87
/proc/10646/stat : 10646 (march_hi) R 10644 10646 10522 0 -1 4194304 31418 0 0 0 118168 19 0 0 25 0 1 0 127863192 117563392 19227 1992294400 134512640 135197378 4294956224 18446744073709551615 134615916 0 0 4096 0 0 0 0 17 1 0 0
/proc/10646/statm: 28702 19227 92 167 0 28533 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 114808



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 10653
/proc/meminfo: memFree=1048808/2055920 swapFree=4181908/4192956
[pid=10646] ppid=10644 vsize=114808 CPUtime=1200.07
/proc/10646/stat : 10646 (march_hi) R 10644 10646 10522 0 -1 4194304 31442 0 0 0 119988 19 0 0 25 0 1 0 127863192 117563392 19251 1992294400 134512640 135197378 4294956224 18446744073709551615 134548518 0 0 4096 0 0 0 0 17 1 0 0
/proc/10646/statm: 28702 19251 92 167 0 28533 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 114808

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

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 10653
/proc/meminfo: memFree=1048808/2055920 swapFree=4181908/4192956
[pid=10646] ppid=10644 vsize=114808 CPUtime=1200.07
/proc/10646/stat : 10646 (march_hi) R 10644 10646 10522 0 -1 4194304 31442 0 0 0 119988 19 0 0 25 0 1 0 127863192 117563392 19251 1992294400 134512640 135197378 4294956224 18446744073709551615 134548518 0 0 4096 0 0 0 0 17 1 0 0
/proc/10646/statm: 28702 19251 92 167 0 28533 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 114808

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.52
CPU time (s): 1200.09
CPU user time (s): 1199.88
CPU system time (s): 0.208968
CPU usage (%): 99.9643
Max. virtual memory (cumulated for all children) (KiB): 114808

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

runsolver used 0.901862 second user time and 2.44463 second system time

The end

Launcher Data

Begin job on node18 at 2009-04-29 11:44:59
IDJOB=1562788
IDBENCH=70941
IDSOLVER=521
FILE ID=node18/1562788-1240998299
PBS_JOBID= 9204849
Free space on /tmp= 66316 MiB

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

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

MD5SUM BENCH= eb4d0d02a25a8a84182ddd3b6d1fa8b5
RANDOM SEED=1109658061

node18.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.280
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.280
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:       1126352 kB
Buffers:         86492 kB
Cached:         748628 kB
SwapCached:       4952 kB
Active:         315872 kB
Inactive:       527216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1126352 kB
SwapTotal:     4192956 kB
SwapFree:      4181908 kB
Dirty:            3812 kB
Writeback:           0 kB
Mapped:          14080 kB
Slab:            72504 kB
Committed_AS:   556028 kB
PageTables:       1372 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= 66312 MiB
End job on node18 at 2009-04-29 12:05:02