Trace number 1561020

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.07 1200.41

General information on the benchmark

NameCRAFTED/edgematching/
compact/em_7_3_6_cmp.cnf
MD5SUMc848a5766cfcc1d1c3f26c7818e48eb2
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark105.341
Satisfiable
(Un)Satisfiability was proved
Number of variables1473
Number of clauses11563
Sum of the clauses size37576
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22381
Number of clauses of size 37024
Number of clauses of size 4708
Number of clauses of size 51300
Number of clauses of size over 5150

Solver Data

0.59/0.68	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.59/0.68	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
0.59/0.68	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
0.59/0.68	c main()::
0.59/0.68	c initFormula():: searching for DIMACS p-line....
0.59/0.68	c initFormula():: the DIMACS p-line indicates a CNF of 1473 variables and 11563 clauses.
0.59/0.68	c parseCNF():: parsing....
0.59/0.68	c parseCNF():: the CNF contains 0 unary clauses.
0.59/0.68	c runParser():: parsing was successful, warming up engines...
0.59/0.68	c simplify_formula():: removed 0 tautological, 0 satisfied and 350 duplicate clauses
0.59/0.68	c preprocessing fase I completed:: there are now 1473 free variables and 11213 clauses.
0.59/0.68	c stat :: sign balance is biased by 2.611
0.59/0.68	c using k-SAT heuristics (size based diff)
0.59/0.68	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.59/0.68	c simplify_formula():: removed 0 tautological, 0 satisfied and 41375 duplicate clauses
0.59/0.68	c resolvent_look() :: found 132075 resolvents
0.59/0.68	c main():: clause / variable ratio: ( 143288 / 1473 ) = 97.28
0.59/0.68	c longest clause has size 25
0.59/0.68	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.59/0.68	c number of free variables = 1473
0.59/0.68	c dynamic_preselect_setsize :: off
0.59/0.68	c main():: all systems go!
0.59/0.68	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/999) NodeCount: 1562
10.99/11.04	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 1/999) NodeCount: 14791
121.06/121.10	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |*****************************************
c |******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
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-1561020-1238760250/watcher-1561020-1238760250 -o /tmp/evaluation-result-1561020-1238760250/solver-1561020-1238760250 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_hi HOME/instance-1561020-1238760250.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.04 3/80 19704
/proc/meminfo: memFree=1800396/2055920 swapFree=4163588/4192956
[pid=19704] ppid=19702 vsize=1100 CPUtime=0
/proc/19704/stat : 19704 (march_hi) R 19702 19704 19007 0 -1 4194304 141 0 0 0 0 0 0 0 20 0 1 0 1148688694 1126400 126 1992294400 134512640 135197378 4294956224 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 1 0 0
/proc/19704/statm: 275 126 57 167 0 106 0

[startup+0.0666111 s]
/proc/loadavg: 1.00 1.00 1.04 3/80 19704
/proc/meminfo: memFree=1800396/2055920 swapFree=4163588/4192956
[pid=19704] ppid=19702 vsize=2800 CPUtime=0.06
/proc/19704/stat : 19704 (march_hi) R 19702 19704 19007 0 -1 4194304 513 0 0 0 6 0 0 0 20 0 1 0 1148688694 2867200 490 1992294400 134512640 135197378 4294956224 18446744073709551615 134713215 0 0 4096 0 0 0 0 17 1 0 0
/proc/19704/statm: 700 490 79 167 0 531 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2800

[startup+0.101881 s]
/proc/loadavg: 1.00 1.00 1.04 3/80 19704
/proc/meminfo: memFree=1800396/2055920 swapFree=4163588/4192956
[pid=19704] ppid=19702 vsize=4756 CPUtime=0.09
/proc/19704/stat : 19704 (march_hi) R 19702 19704 19007 0 -1 4194304 926 0 0 0 9 0 0 0 20 0 1 0 1148688694 4870144 906 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/19704/statm: 1222 922 79 167 0 1053 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4756

[startup+0.301634 s]
/proc/loadavg: 1.00 1.00 1.04 3/80 19704
/proc/meminfo: memFree=1800396/2055920 swapFree=4163588/4192956
[pid=19704] ppid=19702 vsize=10336 CPUtime=0.29
/proc/19704/stat : 19704 (march_hi) R 19702 19704 19007 0 -1 4194304 2897 0 0 0 28 1 0 0 22 0 1 0 1148688694 10584064 2319 1992294400 134512640 135197378 4294956224 18446744073709551615 134565191 0 0 4096 0 0 0 0 17 1 0 0
/proc/19704/statm: 2584 2319 79 167 0 2415 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10336

[startup+0.701675 s]
/proc/loadavg: 1.00 1.00 1.04 3/80 19704
/proc/meminfo: memFree=1800396/2055920 swapFree=4163588/4192956
[pid=19704] ppid=19702 vsize=25484 CPUtime=0.69
/proc/19704/stat : 19704 (march_hi) R 19702 19704 19007 0 -1 4194304 7639 0 0 0 66 3 0 0 25 0 1 0 1148688694 26095616 4497 1992294400 134512640 135197378 4294956224 18446744073709551615 134524871 0 0 4096 0 0 0 0 17 1 0 0
/proc/19704/statm: 6371 4497 89 167 0 6202 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25484

[startup+1.50176 s]
/proc/loadavg: 1.00 1.00 1.04 2/81 19705
/proc/meminfo: memFree=1782596/2055920 swapFree=4163588/4192956
[pid=19704] ppid=19702 vsize=25484 CPUtime=1.49
/proc/19704/stat : 19704 (march_hi) R 19702 19704 19007 0 -1 4194304 7943 0 0 0 146 3 0 0 25 0 1 0 1148688694 26095616 4801 1992294400 134512640 135197378 4294956224 18446744073709551615 134539302 0 0 4096 0 0 0 0 17 1 0 0
/proc/19704/statm: 6371 4801 92 167 0 6202 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25484

[startup+3.10192 s]
/proc/loadavg: 1.00 1.00 1.04 2/81 19705
/proc/meminfo: memFree=1780484/2055920 swapFree=4163588/4192956
[pid=19704] ppid=19702 vsize=25500 CPUtime=3.09
/proc/19704/stat : 19704 (march_hi) R 19702 19704 19007 0 -1 4194304 8217 0 0 0 306 3 0 0 25 0 1 0 1148688694 26112000 5075 1992294400 134512640 135197378 4294956224 18446744073709551615 134539117 0 0 4096 0 0 0 0 17 1 0 0
/proc/19704/statm: 6375 5075 92 167 0 6206 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25500

[startup+6.30125 s]
/proc/loadavg: 1.00 1.00 1.04 2/81 19705
/proc/meminfo: memFree=1780100/2055920 swapFree=4163588/4192956
[pid=19704] ppid=19702 vsize=25504 CPUtime=6.29
/proc/19704/stat : 19704 (march_hi) R 19702 19704 19007 0 -1 4194304 8220 0 0 0 626 3 0 0 25 0 1 0 1148688694 26116096 5078 1992294400 134512640 135197378 4294956224 18446744073709551615 134602814 0 0 4096 0 0 0 0 17 1 0 0
/proc/19704/statm: 6376 5078 92 167 0 6207 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 25504

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 1.04 2/81 19705
/proc/meminfo: memFree=1779988/2055920 swapFree=4163588/4192956
[pid=19704] ppid=19702 vsize=25504 CPUtime=12.69
/proc/19704/stat : 19704 (march_hi) R 19702 19704 19007 0 -1 4194304 8224 0 0 0 1266 3 0 0 25 0 1 0 1148688694 26116096 5082 1992294400 134512640 135197378 4294956224 18446744073709551615 134570830 0 0 4096 0 0 0 0 17 1 0 0
/proc/19704/statm: 6376 5082 92 167 0 6207 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 25504

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 1.04 2/81 19705
/proc/meminfo: memFree=1779924/2055920 swapFree=4163588/4192956
[pid=19704] ppid=19702 vsize=25504 CPUtime=25.49
/proc/19704/stat : 19704 (march_hi) R 19702 19704 19007 0 -1 4194304 8228 0 0 0 2546 3 0 0 25 0 1 0 1148688694 26116096 5086 1992294400 134512640 135197378 4294956224 18446744073709551615 134539117 0 0 4096 0 0 0 0 17 1 0 0
/proc/19704/statm: 6376 5086 92 167 0 6207 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 25504

[startup+51.1019 s]
/proc/loadavg: 1.00 1.00 1.04 2/81 19705
/proc/meminfo: memFree=1779924/2055920 swapFree=4163588/4192956
[pid=19704] ppid=19702 vsize=25504 CPUtime=51.08
/proc/19704/stat : 19704 (march_hi) R 19702 19704 19007 0 -1 4194304 8230 0 0 0 5105 3 0 0 25 0 1 0 1148688694 26116096 5088 1992294400 134512640 135197378 4294956224 18446744073709551615 134524890 0 0 4096 0 0 0 0 17 1 0 0
/proc/19704/statm: 6376 5088 92 167 0 6207 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 25504

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.03 2/81 19705
/proc/meminfo: memFree=1779540/2055920 swapFree=4163588/4192956
[pid=19704] ppid=19702 vsize=25808 CPUtime=102.27
/proc/19704/stat : 19704 (march_hi) R 19702 19704 19007 0 -1 4194304 8303 0 0 0 10224 3 0 0 25 0 1 0 1148688694 26427392 5161 1992294400 134512640 135197378 4294956224 18446744073709551615 134572901 0 0 4096 0 0 0 0 17 1 0 0
/proc/19704/statm: 6452 5161 92 167 0 6283 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 25808

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.03 2/81 19705
/proc/meminfo: memFree=1779292/2055920 swapFree=4163588/4192956
[pid=19704] ppid=19702 vsize=25960 CPUtime=162.24
/proc/19704/stat : 19704 (march_hi) R 19702 19704 19007 0 -1 4194304 8348 0 0 0 16221 3 0 0 25 0 1 0 1148688694 26583040 5206 1992294400 134512640 135197378 4294956224 18446744073709551615 134548733 0 0 4096 0 0 0 0 17 1 0 0
/proc/19704/statm: 6490 5206 92 167 0 6321 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 25960

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.02 2/81 19705
/proc/meminfo: memFree=1779100/2055920 swapFree=4163588/4192956
[pid=19704] ppid=19702 vsize=26188 CPUtime=222.23
/proc/19704/stat : 19704 (march_hi) R 19702 19704 19007 0 -1 4194304 8401 0 0 0 22220 3 0 0 25 0 1 0 1148688694 26816512 5259 1992294400 134512640 135197378 4294956224 18446744073709551615 134539102 0 0 4096 0 0 0 0 17 1 0 0
/proc/19704/statm: 6547 5259 92 167 0 6378 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 26188

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.01 2/81 19705
/proc/meminfo: memFree=1778844/2055920 swapFree=4163588/4192956
[pid=19704] ppid=19702 vsize=26528 CPUtime=282.21
/proc/19704/stat : 19704 (march_hi) R 19702 19704 19007 0 -1 4194304 8444 0 0 0 28218 3 0 0 25 0 1 0 1148688694 27164672 5302 1992294400 134512640 135197378 4294956224 18446744073709551615 134539117 0 0 4096 0 0 0 0 17 1 0 0
/proc/19704/statm: 6632 5302 92 167 0 6463 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 26528

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.01 2/81 19705
/proc/meminfo: memFree=1778332/2055920 swapFree=4163588/4192956
[pid=19704] ppid=19702 vsize=27036 CPUtime=342.19
/proc/19704/stat : 19704 (march_hi) R 19702 19704 19007 0 -1 4194304 8570 0 0 0 34216 3 0 0 25 0 1 0 1148688694 27684864 5428 1992294400 134512640 135197378 4294956224 18446744073709551615 134572901 0 0 4096 0 0 0 0 17 1 0 0
/proc/19704/statm: 6759 5428 92 167 0 6590 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 27036

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 19706
/proc/meminfo: memFree=1777884/2055920 swapFree=4163588/4192956
[pid=19704] ppid=19702 vsize=27548 CPUtime=402.17
/proc/19704/stat : 19704 (march_hi) R 19702 19704 19007 0 -1 4194304 8634 0 0 0 40214 3 0 0 25 0 1 0 1148688694 28209152 5492 1992294400 134512640 135197378 4294956224 18446744073709551615 134603248 0 0 4096 0 0 0 0 17 1 0 0
/proc/19704/statm: 6887 5492 92 167 0 6718 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 27548

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 19706
/proc/meminfo: memFree=1777756/2055920 swapFree=4163588/4192956
[pid=19704] ppid=19702 vsize=27548 CPUtime=462.15
/proc/19704/stat : 19704 (march_hi) R 19702 19704 19007 0 -1 4194304 8691 0 0 0 46212 3 0 0 25 0 1 0 1148688694 28209152 5549 1992294400 134512640 135197378 4294956224 18446744073709551615 134550709 0 0 4096 0 0 0 0 17 1 0 0
/proc/19704/statm: 6887 5549 92 167 0 6718 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 27548

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 19706
/proc/meminfo: memFree=1777436/2055920 swapFree=4163588/4192956
[pid=19704] ppid=19702 vsize=28312 CPUtime=522.15
/proc/19704/stat : 19704 (march_hi) R 19702 19704 19007 0 -1 4194304 8755 0 0 0 52211 4 0 0 25 0 1 0 1148688694 28991488 5613 1992294400 134512640 135197378 4294956224 18446744073709551615 134603248 0 0 4096 0 0 0 0 17 1 0 0
/proc/19704/statm: 7078 5613 92 167 0 6909 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 28312

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 19706
/proc/meminfo: memFree=1777116/2055920 swapFree=4163588/4192956
[pid=19704] ppid=19702 vsize=28820 CPUtime=582.13
/proc/19704/stat : 19704 (march_hi) R 19702 19704 19007 0 -1 4194304 8817 0 0 0 58209 4 0 0 25 0 1 0 1148688694 29511680 5675 1992294400 134512640 135197378 4294956224 18446744073709551615 134524864 0 0 4096 0 0 0 0 17 1 0 0
/proc/19704/statm: 7205 5675 92 167 0 7036 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 28820

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 19706
/proc/meminfo: memFree=1776860/2055920 swapFree=4163588/4192956
[pid=19704] ppid=19702 vsize=28820 CPUtime=642.12
/proc/19704/stat : 19704 (march_hi) R 19702 19704 19007 0 -1 4194304 8880 0 0 0 64208 4 0 0 25 0 1 0 1148688694 29511680 5738 1992294400 134512640 135197378 4294956224 18446744073709551615 134603248 0 0 4096 0 0 0 0 17 1 0 0
/proc/19704/statm: 7205 5738 92 167 0 7036 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 28820

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 19706
/proc/meminfo: memFree=1776604/2055920 swapFree=4163588/4192956
[pid=19704] ppid=19702 vsize=28820 CPUtime=702.09
/proc/19704/stat : 19704 (march_hi) R 19702 19704 19007 0 -1 4194304 8935 0 0 0 70205 4 0 0 25 0 1 0 1148688694 29511680 5793 1992294400 134512640 135197378 4294956224 18446744073709551615 134550715 0 0 4096 0 0 0 0 17 1 0 0
/proc/19704/statm: 7205 5793 92 167 0 7036 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 28820

[startup+762.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 19706
/proc/meminfo: memFree=1776284/2055920 swapFree=4163588/4192956
[pid=19704] ppid=19702 vsize=29972 CPUtime=762.08
/proc/19704/stat : 19704 (march_hi) R 19702 19704 19007 0 -1 4194304 9004 0 0 0 76204 4 0 0 25 0 1 0 1148688694 30691328 5862 1992294400 134512640 135197378 4294956224 18446744073709551615 134548733 0 0 4096 0 0 0 0 17 1 0 0
/proc/19704/statm: 7493 5862 92 167 0 7324 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 29972

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 19706
/proc/meminfo: memFree=1775900/2055920 swapFree=4163588/4192956
[pid=19704] ppid=19702 vsize=29972 CPUtime=822.06
/proc/19704/stat : 19704 (march_hi) R 19702 19704 19007 0 -1 4194304 9075 0 0 0 82202 4 0 0 25 0 1 0 1148688694 30691328 5933 1992294400 134512640 135197378 4294956224 18446744073709551615 134550665 0 0 4096 0 0 0 0 17 1 0 0
/proc/19704/statm: 7493 5933 92 167 0 7324 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 29972

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 19706
/proc/meminfo: memFree=1775644/2055920 swapFree=4163588/4192956
[pid=19704] ppid=19702 vsize=29972 CPUtime=882.04
/proc/19704/stat : 19704 (march_hi) R 19702 19704 19007 0 -1 4194304 9141 0 0 0 88200 4 0 0 25 0 1 0 1148688694 30691328 5999 1992294400 134512640 135197378 4294956224 18446744073709551615 134550709 0 0 4096 0 0 0 0 17 1 0 0
/proc/19704/statm: 7493 5999 92 167 0 7324 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 29972

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 19706
/proc/meminfo: memFree=1775388/2055920 swapFree=4163588/4192956
[pid=19704] ppid=19702 vsize=29972 CPUtime=942.02
/proc/19704/stat : 19704 (march_hi) R 19702 19704 19007 0 -1 4194304 9197 0 0 0 94198 4 0 0 25 0 1 0 1148688694 30691328 6055 1992294400 134512640 135197378 4294956224 18446744073709551615 134524878 0 0 4096 0 0 0 0 17 1 0 0
/proc/19704/statm: 7493 6055 92 167 0 7324 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 29972

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 19706
/proc/meminfo: memFree=1775068/2055920 swapFree=4163588/4192956
[pid=19704] ppid=19702 vsize=29972 CPUtime=1002
/proc/19704/stat : 19704 (march_hi) R 19702 19704 19007 0 -1 4194304 9261 0 0 0 100196 4 0 0 25 0 1 0 1148688694 30691328 6119 1992294400 134512640 135197378 4294956224 18446744073709551615 134550709 0 0 4096 0 0 0 0 17 1 0 0
/proc/19704/statm: 7493 6119 92 167 0 7324 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 29972

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 19706
/proc/meminfo: memFree=1774812/2055920 swapFree=4163588/4192956
[pid=19704] ppid=19702 vsize=30988 CPUtime=1061.99
/proc/19704/stat : 19704 (march_hi) R 19702 19704 19007 0 -1 4194304 9324 0 0 0 106195 4 0 0 25 0 1 0 1148688694 31731712 6182 1992294400 134512640 135197378 4294956224 18446744073709551615 134524945 0 0 4096 0 0 0 0 17 1 0 0
/proc/19704/statm: 7747 6182 92 167 0 7578 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 30988

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 19706
/proc/meminfo: memFree=1774556/2055920 swapFree=4163588/4192956
[pid=19704] ppid=19702 vsize=30988 CPUtime=1121.97
/proc/19704/stat : 19704 (march_hi) R 19702 19704 19007 0 -1 4194304 9388 0 0 0 112193 4 0 0 25 0 1 0 1148688694 31731712 6246 1992294400 134512640 135197378 4294956224 18446744073709551615 134539114 0 0 4096 0 0 0 0 17 1 0 0
/proc/19704/statm: 7747 6246 92 167 0 7578 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 30988

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 19706
/proc/meminfo: memFree=1774236/2055920 swapFree=4163588/4192956
[pid=19704] ppid=19702 vsize=32712 CPUtime=1181.95
/proc/19704/stat : 19704 (march_hi) R 19702 19704 19007 0 -1 4194304 9455 0 0 0 118191 4 0 0 25 0 1 0 1148688694 33497088 6313 1992294400 134512640 135197378 4294956224 18446744073709551615 134541522 0 0 4096 0 0 0 0 17 1 0 0
/proc/19704/statm: 8178 6313 92 167 0 8009 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 32712



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 19706
/proc/meminfo: memFree=1774108/2055920 swapFree=4163588/4192956
[pid=19704] ppid=19702 vsize=32712 CPUtime=1200.05
/proc/19704/stat : 19704 (march_hi) R 19702 19704 19007 0 -1 4194304 9473 0 0 0 120001 4 0 0 25 0 1 0 1148688694 33497088 6331 1992294400 134512640 135197378 4294956224 18446744073709551615 134548721 0 0 4096 0 0 0 0 17 1 0 0
/proc/19704/statm: 8178 6331 92 167 0 8009 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 32712

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.41
CPU time (s): 1200.07
CPU user time (s): 1200.02
CPU system time (s): 0.053991
CPU usage (%): 99.9718
Max. virtual memory (cumulated for all children) (KiB): 32712

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

runsolver used 1.60376 second user time and 3.88341 second system time

The end

Launcher Data

Begin job on node90 at 2009-04-03 14:04:10
IDJOB=1561020
IDBENCH=70907
IDSOLVER=521
FILE ID=node90/1561020-1238760250
PBS_JOBID= 9085445
Free space on /tmp= 66532 MiB

SOLVER NAME= march_hi hi
BENCH NAME= SAT09/APPLICATIONS/edgematching/compact/em_7_3_6_cmp.cnf
COMMAND LINE= HOME/march_hi BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1561020-1238760250/watcher-1561020-1238760250 -o /tmp/evaluation-result-1561020-1238760250/solver-1561020-1238760250 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/march_hi HOME/instance-1561020-1238760250.cnf

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

MD5SUM BENCH= c848a5766cfcc1d1c3f26c7818e48eb2
RANDOM SEED=416417028

node90.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.234
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.234
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1800812 kB
Buffers:         26296 kB
Cached:         138064 kB
SwapCached:      18628 kB
Active:          70044 kB
Inactive:       117664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1800812 kB
SwapTotal:     4192956 kB
SwapFree:      4163588 kB
Dirty:             980 kB
Writeback:           0 kB
Mapped:          25816 kB
Slab:            51624 kB
Committed_AS:  2655220 kB
PageTables:       2676 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= 66532 MiB
End job on node90 at 2009-04-03 14:24:13