Trace number 1577580

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.22 1200.76

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_L90_coli.sat.cnf
MD5SUMa9e7651569c1b43a1021c78982fb4e6b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark143.456
Satisfiable
(Un)Satisfiability was proved
Number of variables282842
Number of clauses1350458
Sum of the clauses size3903824
Maximum clause length11
Minimum clause length1
Number of clauses of size 129377
Number of clauses of size 2364467
Number of clauses of size 3730908
Number of clauses of size 4177355
Number of clauses of size 548082
Number of clauses of size over 5269

Solver Data

342.61/342.84	c main():: ***                                   [ march satisfiability solver ]                                   ***
342.61/342.84	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
342.61/342.84	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
342.61/342.84	c main()::
342.61/342.84	c initFormula():: searching for DIMACS p-line....
342.61/342.84	c initFormula():: the DIMACS p-line indicates a CNF of 282842 variables and 1350458 clauses.
342.61/342.84	c parseCNF():: parsing....
342.61/342.84	c parseCNF():: the CNF contains 29377 unary clauses.
342.61/342.84	c runParser():: parsing was successful, warming up engines...
342.61/342.84	c find_and_remove_tautogolies():: found and removed 34713 tautologies
342.61/342.84	c find_and_remove_tautogolies():: found and removed 44 tautologies
342.61/342.84	c simplify_formula():: removed 64485 tautological, 314784 satisfied and 920 duplicate clauses
342.61/342.84	c preprocessing fase I completed:: there are now 183951 free variables and 970269 clauses.
342.61/342.84	c stat :: sign balance is biased by 0.746
342.61/342.84	c using k-SAT heuristics (size based diff)
342.61/342.84	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
342.61/342.84	c find_and_remove_tautogolies():: found and removed 3 tautologies
342.61/342.84	c simplify_formula():: removed 18 tautological, 6 satisfied and 12897311 duplicate clauses
342.61/342.84	c resolvent_look() :: found 4757164 resolvents
342.61/342.84	c main():: clause / variable ratio: ( 5727433 / 282842 ) = 20.25
342.61/342.84	c longest clause has size 11
342.61/342.84	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
342.61/342.84	c number of free variables = 183948
342.61/342.84	c dynamic_preselect_setsize :: off
342.61/342.84	c main():: all systems go!
342.61/342.84	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-1577580-1241002876/watcher-1577580-1241002876 -o /tmp/evaluation-result-1577580-1241002876/solver-1577580-1241002876 -C 1200 -W 1800 -M 1800 HOME/march_hi HOME/instance-1577580-1241002876.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: 0.92 0.98 0.99 3/64 12085
/proc/meminfo: memFree=637888/2055920 swapFree=4192812/4192956
[pid=12085] ppid=12083 vsize=7220 CPUtime=0
/proc/12085/stat : 12085 (march_hi) R 12083 12085 11804 0 -1 4194304 812 0 0 0 0 0 0 0 18 0 1 0 128314874 7393280 797 1992294400 134512640 135197378 4294956224 18446744073709551615 134568349 0 0 4096 0 0 0 0 17 0 0 0
/proc/12085/statm: 1805 803 57 167 0 1636 0

[startup+0.032501 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 12085
/proc/meminfo: memFree=637888/2055920 swapFree=4192812/4192956
[pid=12085] ppid=12083 vsize=23916 CPUtime=0.02
/proc/12085/stat : 12085 (march_hi) R 12083 12085 11804 0 -1 4194304 3774 0 0 0 1 1 0 0 18 0 1 0 128314874 24489984 3759 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 0 0 0
/proc/12085/statm: 6012 3763 57 167 0 5843 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 23916

[startup+0.101507 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 12085
/proc/meminfo: memFree=637888/2055920 swapFree=4192812/4192956
[pid=12085] ppid=12083 vsize=34100 CPUtime=0.09
/proc/12085/stat : 12085 (march_hi) R 12083 12085 11804 0 -1 4194304 6840 0 0 0 6 3 0 0 18 0 1 0 128314874 34918400 6825 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 0 0 0
/proc/12085/statm: 8525 6825 57 167 0 8356 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34100

[startup+0.301525 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 12085
/proc/meminfo: memFree=637888/2055920 swapFree=4192812/4192956
[pid=12085] ppid=12083 vsize=36476 CPUtime=0.29
/proc/12085/stat : 12085 (march_hi) R 12083 12085 11804 0 -1 4194304 7595 0 0 0 26 3 0 0 19 0 1 0 128314874 37351424 7580 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 0 0 0
/proc/12085/statm: 9119 7580 57 167 0 8950 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36476

[startup+0.701565 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 12085
/proc/meminfo: memFree=637888/2055920 swapFree=4192812/4192956
[pid=12085] ppid=12083 vsize=41360 CPUtime=0.69
/proc/12085/stat : 12085 (march_hi) R 12083 12085 11804 0 -1 4194304 9097 0 0 0 64 5 0 0 23 0 1 0 128314874 42352640 9082 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 0 0 0
/proc/12085/statm: 10340 9082 57 167 0 10171 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 41360

[startup+1.50164 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 12086
/proc/meminfo: memFree=597176/2055920 swapFree=4192812/4192956
[pid=12085] ppid=12083 vsize=50864 CPUtime=1.49
/proc/12085/stat : 12085 (march_hi) R 12083 12085 11804 0 -1 4194304 11999 0 0 0 142 7 0 0 25 0 1 0 128314874 52084736 11984 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 0 0 0
/proc/12085/statm: 12716 11984 57 167 0 12547 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 50864

[startup+3.10179 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 12086
/proc/meminfo: memFree=557048/2055920 swapFree=4192812/4192956
[pid=12085] ppid=12083 vsize=139908 CPUtime=3.09
/proc/12085/stat : 12085 (march_hi) R 12083 12085 11804 0 -1 4194304 26578 0 0 0 296 13 0 0 25 0 1 0 128314874 143265792 23769 1992294400 134512640 135197378 4294956224 18446744073709551615 134565226 0 0 4096 0 0 0 0 17 0 0 0
/proc/12085/statm: 34977 23769 64 167 0 34808 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 139908

[startup+6.30109 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 12086
/proc/meminfo: memFree=520824/2055920 swapFree=4192812/4192956
[pid=12085] ppid=12083 vsize=149540 CPUtime=6.29
/proc/12085/stat : 12085 (march_hi) R 12083 12085 11804 0 -1 4194304 38376 0 0 0 611 18 0 0 25 0 1 0 128314874 153128960 26875 1992294400 134512640 135197378 4294956224 18446744073709551615 134649057 0 0 4096 0 0 0 0 17 0 0 0
/proc/12085/statm: 37385 26875 66 167 0 37216 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 149540

[startup+12.7017 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 12086
/proc/meminfo: memFree=526712/2055920 swapFree=4192812/4192956
[pid=12085] ppid=12083 vsize=155592 CPUtime=12.68
/proc/12085/stat : 12085 (march_hi) R 12083 12085 11804 0 -1 4194304 51401 0 0 0 1244 24 0 0 25 0 1 0 128314874 159326208 27264 1992294400 134512640 135197378 4294956224 18446744073709551615 134560777 0 0 4096 0 0 0 0 17 0 0 0
/proc/12085/statm: 38898 27264 77 167 0 38729 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 155592

[startup+25.5019 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 12086
/proc/meminfo: memFree=497848/2055920 swapFree=4192812/4192956
[pid=12085] ppid=12083 vsize=184484 CPUtime=25.49
/proc/12085/stat : 12085 (march_hi) R 12083 12085 11804 0 -1 4194304 71058 0 0 0 2516 33 0 0 25 0 1 0 128314874 188911616 35073 1992294400 134512640 135197378 4294956224 18446744073709551615 134539469 0 0 4096 0 0 0 0 17 0 0 0
/proc/12085/statm: 46121 35073 80 167 0 45952 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 184484

[startup+51.1013 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 12086
/proc/meminfo: memFree=441912/2055920 swapFree=4192812/4192956
[pid=12085] ppid=12083 vsize=243924 CPUtime=51.06
/proc/12085/stat : 12085 (march_hi) R 12083 12085 11804 0 -1 4194304 85165 0 0 0 5068 38 0 0 25 0 1 0 128314874 249778176 49180 1992294400 134512640 135197378 4294956224 18446744073709551615 134539469 0 0 4096 0 0 0 0 17 0 0 0
/proc/12085/statm: 60981 49180 80 167 0 60812 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 243924

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 12086
/proc/meminfo: memFree=385848/2055920 swapFree=4192812/4192956
[pid=12085] ppid=12083 vsize=317348 CPUtime=102.24
/proc/12085/stat : 12085 (march_hi) R 12083 12085 11804 0 -1 4194304 99060 0 0 0 10181 43 0 0 25 0 1 0 128314874 324964352 63075 1992294400 134512640 135197378 4294956224 18446744073709551615 134578126 0 0 4096 0 0 0 0 17 0 0 0
/proc/12085/statm: 79337 63075 80 167 0 79168 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 317348

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12086
/proc/meminfo: memFree=360440/2055920 swapFree=4192812/4192956
[pid=12085] ppid=12083 vsize=336224 CPUtime=162.22
/proc/12085/stat : 12085 (march_hi) R 12083 12085 11804 0 -1 4194304 105634 0 0 0 16176 46 0 0 25 0 1 0 128314874 344293376 69649 1992294400 134512640 135197378 4294956224 18446744073709551615 134578135 0 0 4096 0 0 0 0 17 0 0 0
/proc/12085/statm: 84056 69649 80 167 0 83887 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 336224

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12086
/proc/meminfo: memFree=300408/2055920 swapFree=4192812/4192956
[pid=12085] ppid=12083 vsize=445584 CPUtime=222.19
/proc/12085/stat : 12085 (march_hi) R 12083 12085 11804 0 -1 4194304 120329 0 0 0 22168 51 0 0 25 0 1 0 128314874 456278016 84344 1992294400 134512640 135197378 4294956224 18446744073709551615 134578117 0 0 4096 0 0 0 0 17 0 0 0
/proc/12085/statm: 111396 84344 80 167 0 111227 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 445584

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12086
/proc/meminfo: memFree=134200/2055920 swapFree=4192812/4192956
[pid=12085] ppid=12083 vsize=558312 CPUtime=282.16
/proc/12085/stat : 12085 (march_hi) R 12083 12085 11804 0 -1 4194304 162458 0 0 0 28150 66 0 0 25 0 1 0 128314874 571711488 126473 1992294400 134512640 135197378 4294956224 18446744073709551615 134578131 0 0 4096 0 0 0 0 17 0 0 0
/proc/12085/statm: 139578 126473 80 167 0 139409 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 558312

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12086
/proc/meminfo: memFree=16448/2055920 swapFree=4192812/4192956
[pid=12085] ppid=12083 vsize=1289136 CPUtime=342.11
/proc/12085/stat : 12085 (march_hi) R 12083 12085 11804 0 -1 4194304 427493 0 0 0 34031 180 0 0 25 0 1 0 128314874 1320075264 218937 1992294400 134512640 135197378 4294956224 18446744073709551615 134600426 0 0 4096 0 0 0 0 17 1 0 0
/proc/12085/statm: 322284 218937 87 167 0 322115 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 1289136

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12086
/proc/meminfo: memFree=15680/2055920 swapFree=4192812/4192956
[pid=12085] ppid=12083 vsize=1310564 CPUtime=402.08
/proc/12085/stat : 12085 (march_hi) R 12083 12085 11804 0 -1 4194304 446316 0 0 0 40020 188 0 0 25 0 1 0 128314874 1342017536 237760 1992294400 134512640 135197378 4294956224 18446744073709551615 134603252 0 0 4096 0 0 0 0 17 0 0 0
/proc/12085/statm: 327641 237760 92 167 0 327472 0
Current children cumulated CPU time (s) 402.08
Current children cumulated vsize (KiB) 1310564

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12086
/proc/meminfo: memFree=15040/2055920 swapFree=4192812/4192956
[pid=12085] ppid=12083 vsize=1310584 CPUtime=462.06
/proc/12085/stat : 12085 (march_hi) R 12083 12085 11804 0 -1 4194304 451243 0 0 0 46016 190 0 0 25 0 1 0 128314874 1342038016 242687 1992294400 134512640 135197378 4294956224 18446744073709551615 134541433 0 0 4096 0 0 0 0 17 0 0 0
/proc/12085/statm: 327646 242687 92 167 0 327477 0
Current children cumulated CPU time (s) 462.06
Current children cumulated vsize (KiB) 1310584

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12086
/proc/meminfo: memFree=15744/2055920 swapFree=4192812/4192956
[pid=12085] ppid=12083 vsize=1310624 CPUtime=522.04
/proc/12085/stat : 12085 (march_hi) R 12083 12085 11804 0 -1 4194304 451450 0 0 0 52014 190 0 0 25 0 1 0 128314874 1342078976 242894 1992294400 134512640 135197378 4294956224 18446744073709551615 134570901 0 0 4096 0 0 0 0 17 0 0 0
/proc/12085/statm: 327656 242894 92 167 0 327487 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 1310624

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12086
/proc/meminfo: memFree=15424/2055920 swapFree=4192812/4192956
[pid=12085] ppid=12083 vsize=1310636 CPUtime=582.03
/proc/12085/stat : 12085 (march_hi) R 12083 12085 11804 0 -1 4194304 451521 0 0 0 58012 191 0 0 25 0 1 0 128314874 1342091264 242965 1992294400 134512640 135197378 4294956224 18446744073709551615 134541522 0 0 4096 0 0 0 0 17 0 0 0
/proc/12085/statm: 327659 242965 92 167 0 327490 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 1310636

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12086
/proc/meminfo: memFree=15360/2055920 swapFree=4192812/4192956
[pid=12085] ppid=12083 vsize=1310636 CPUtime=642.01
/proc/12085/stat : 12085 (march_hi) R 12083 12085 11804 0 -1 4194304 451533 0 0 0 64010 191 0 0 25 0 1 0 128314874 1342091264 242977 1992294400 134512640 135197378 4294956224 18446744073709551615 134597295 0 0 4096 0 0 0 0 17 0 0 0
/proc/12085/statm: 327659 242977 92 167 0 327490 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 1310636

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12086
/proc/meminfo: memFree=15360/2055920 swapFree=4192812/4192956
[pid=12085] ppid=12083 vsize=1310636 CPUtime=701.98
/proc/12085/stat : 12085 (march_hi) R 12083 12085 11804 0 -1 4194304 451540 0 0 0 70007 191 0 0 25 0 1 0 128314874 1342091264 242984 1992294400 134512640 135197378 4294956224 18446744073709551615 134541433 0 0 4096 0 0 0 0 17 0 0 0
/proc/12085/statm: 327659 242984 92 167 0 327490 0
Current children cumulated CPU time (s) 701.98
Current children cumulated vsize (KiB) 1310636

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12086
/proc/meminfo: memFree=15296/2055920 swapFree=4192812/4192956
[pid=12085] ppid=12083 vsize=1310636 CPUtime=761.96
/proc/12085/stat : 12085 (march_hi) R 12083 12085 11804 0 -1 4194304 451542 0 0 0 76005 191 0 0 25 0 1 0 128314874 1342091264 242986 1992294400 134512640 135197378 4294956224 18446744073709551615 134524947 0 0 4096 0 0 0 0 17 0 0 0
/proc/12085/statm: 327659 242986 92 167 0 327490 0
Current children cumulated CPU time (s) 761.96
Current children cumulated vsize (KiB) 1310636

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12086
/proc/meminfo: memFree=15232/2055920 swapFree=4192812/4192956
[pid=12085] ppid=12083 vsize=1310636 CPUtime=821.93
/proc/12085/stat : 12085 (march_hi) R 12083 12085 11804 0 -1 4194304 451554 0 0 0 82002 191 0 0 25 0 1 0 128314874 1342091264 242998 1992294400 134512640 135197378 4294956224 18446744073709551615 134572901 0 0 4096 0 0 0 0 17 0 0 0
/proc/12085/statm: 327659 242998 92 167 0 327490 0
Current children cumulated CPU time (s) 821.93
Current children cumulated vsize (KiB) 1310636

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12086
/proc/meminfo: memFree=15296/2055920 swapFree=4192812/4192956
[pid=12085] ppid=12083 vsize=1310636 CPUtime=881.91
/proc/12085/stat : 12085 (march_hi) R 12083 12085 11804 0 -1 4194304 451559 0 0 0 88000 191 0 0 25 0 1 0 128314874 1342091264 243003 1992294400 134512640 135197378 4294956224 18446744073709551615 134570901 0 0 4096 0 0 0 0 17 0 0 0
/proc/12085/statm: 327659 243003 92 167 0 327490 0
Current children cumulated CPU time (s) 881.91
Current children cumulated vsize (KiB) 1310636

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12086
/proc/meminfo: memFree=15296/2055920 swapFree=4192812/4192956
[pid=12085] ppid=12083 vsize=1310636 CPUtime=941.89
/proc/12085/stat : 12085 (march_hi) R 12083 12085 11804 0 -1 4194304 451560 0 0 0 93998 191 0 0 25 0 1 0 128314874 1342091264 243004 1992294400 134512640 135197378 4294956224 18446744073709551615 134649073 0 0 4096 0 0 0 0 17 0 0 0
/proc/12085/statm: 327659 243004 92 167 0 327490 0
Current children cumulated CPU time (s) 941.89
Current children cumulated vsize (KiB) 1310636

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12086
/proc/meminfo: memFree=15296/2055920 swapFree=4192812/4192956
[pid=12085] ppid=12083 vsize=1310636 CPUtime=1001.86
/proc/12085/stat : 12085 (march_hi) R 12083 12085 11804 0 -1 4194304 451562 0 0 0 99995 191 0 0 25 0 1 0 128314874 1342091264 243006 1992294400 134512640 135197378 4294956224 18446744073709551615 134541443 0 0 4096 0 0 0 0 17 0 0 0
/proc/12085/statm: 327659 243006 92 167 0 327490 0
Current children cumulated CPU time (s) 1001.86
Current children cumulated vsize (KiB) 1310636

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12086
/proc/meminfo: memFree=15296/2055920 swapFree=4192812/4192956
[pid=12085] ppid=12083 vsize=1310636 CPUtime=1061.84
/proc/12085/stat : 12085 (march_hi) R 12083 12085 11804 0 -1 4194304 451562 0 0 0 105993 191 0 0 25 0 1 0 128314874 1342091264 243006 1992294400 134512640 135197378 4294956224 18446744073709551615 134541536 0 0 4096 0 0 0 0 17 0 0 0
/proc/12085/statm: 327659 243006 92 167 0 327490 0
Current children cumulated CPU time (s) 1061.84
Current children cumulated vsize (KiB) 1310636

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12086
/proc/meminfo: memFree=15232/2055920 swapFree=4192812/4192956
[pid=12085] ppid=12083 vsize=1310636 CPUtime=1121.79
/proc/12085/stat : 12085 (march_hi) R 12083 12085 11804 0 -1 4194304 451563 0 0 0 111988 191 0 0 25 0 1 0 128314874 1342091264 243007 1992294400 134512640 135197378 4294956224 18446744073709551615 134541433 0 0 4096 0 0 0 0 17 0 0 0
/proc/12085/statm: 327659 243007 92 167 0 327490 0
Current children cumulated CPU time (s) 1121.79
Current children cumulated vsize (KiB) 1310636

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12086
/proc/meminfo: memFree=15168/2055920 swapFree=4192812/4192956
[pid=12085] ppid=12083 vsize=1310636 CPUtime=1181.76
/proc/12085/stat : 12085 (march_hi) R 12083 12085 11804 0 -1 4194304 451567 0 0 0 117985 191 0 0 25 0 1 0 128314874 1342091264 243011 1992294400 134512640 135197378 4294956224 18446744073709551615 134541464 0 0 4096 0 0 0 0 17 0 0 0
/proc/12085/statm: 327659 243011 92 167 0 327490 0
Current children cumulated CPU time (s) 1181.76
Current children cumulated vsize (KiB) 1310636



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12086
/proc/meminfo: memFree=15168/2055920 swapFree=4192812/4192956
[pid=12085] ppid=12083 vsize=1310636 CPUtime=1200.06
/proc/12085/stat : 12085 (march_hi) R 12083 12085 11804 0 -1 4194304 451567 0 0 0 119815 191 0 0 25 0 1 0 128314874 1342091264 243011 1992294400 134512640 135197378 4294956224 18446744073709551615 134541501 0 0 4096 0 0 0 0 17 0 0 0
/proc/12085/statm: 327659 243011 92 167 0 327490 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 1310636

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: 0.99 0.98 0.99 2/65 12086
/proc/meminfo: memFree=15168/2055920 swapFree=4192812/4192956
[pid=12085] ppid=12083 vsize=0 CPUtime=1200.16
/proc/12085/stat : 12085 (march_hi) R 12083 12085 11804 0 -1 4195332 451567 0 0 0 119815 201 0 0 25 0 1 0 128314874 0 0 1992294400 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/12085/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.16
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.76
CPU time (s): 1200.22
CPU user time (s): 1198.15
CPU system time (s): 2.06869
CPU usage (%): 99.955
Max. virtual memory (cumulated for all children) (KiB): 1310636

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

runsolver used 1.04584 second user time and 3.33249 second system time

The end

Launcher Data

Begin job on node61 at 2009-04-29 13:01:17
IDJOB=1577580
IDBENCH=70962
IDSOLVER=521
FILE ID=node61/1577580-1241002876
PBS_JOBID= 9204809
Free space on /tmp= 66504 MiB

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

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

MD5SUM BENCH= a9e7651569c1b43a1021c78982fb4e6b
RANDOM SEED=478155857

node61.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.216
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.216
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:        638304 kB
Buffers:         30540 kB
Cached:        1302940 kB
SwapCached:          0 kB
Active:          91420 kB
Inactive:      1255884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        638304 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           27416 kB
Writeback:           0 kB
Mapped:          23592 kB
Slab:            56404 kB
Committed_AS:   577152 kB
PageTables:       1368 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66504 MiB
End job on node61 at 2009-04-29 13:21:20