Trace number 1735462

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.1 1200.51

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v2100c215164gyes2.cnf
MD5SUM5301921bbf5d6337937a0fa8d34aaf48
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2100
Number of clauses215164
Sum of the clauses size432288
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2215094
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 570

Solver Data

1.19/1.24	c main():: ***                                   [ march satisfiability solver ]                                   ***
1.19/1.24	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
1.19/1.24	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
1.19/1.24	c main()::
1.19/1.24	c initFormula():: searching for DIMACS p-line....
1.19/1.24	c full lookahead due to high density!
1.19/1.24	c initFormula():: the DIMACS p-line indicates a CNF of 2100 variables and 215164 clauses.
1.19/1.24	c parseCNF():: parsing....
1.19/1.24	c parseCNF():: the CNF contains 0 unary clauses.
1.19/1.24	c runParser():: parsing was successful, warming up engines...
1.19/1.24	c simplify_formula():: removed 0 tautological, 0 satisfied and 7704 duplicate clauses
1.19/1.24	c preprocessing fase I completed:: there are now 2100 free variables and 207460 clauses.
1.19/1.24	c stat :: sign balance is biased by 195.426
1.19/1.24	c using k-SAT heuristics (size based diff)
1.19/1.24	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
1.19/1.24	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
1.19/1.24	c main():: clause / variable ratio: ( 207460 / 2100 ) = 98.79
1.19/1.24	c longest clause has size 30
1.19/1.24	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
1.19/1.24	c number of free variables = 2100
1.19/1.24	c dynamic_preselect_setsize :: off
1.19/1.24	c main():: all systems go!
1.19/1.24	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/999) NodeCount: 349
2.69/2.79	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: 22082
51.47/51.54	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-1735462-1240802682/watcher-1735462-1240802682 -o /tmp/evaluation-result-1735462-1240802682/solver-1735462-1240802682 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_hi HOME/instance-1735462-1240802682.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: 0.99 0.98 0.99 3/64 5010
/proc/meminfo: memFree=1420984/2055920 swapFree=4192812/4192956
[pid=5010] ppid=5008 vsize=2656 CPUtime=0
/proc/5010/stat : 5010 (march_hi) R 5008 5010 4141 0 -1 4194304 344 0 0 0 0 0 0 0 18 0 1 0 108296651 2719744 329 1992294400 134512640 135197378 4294956224 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 1 0 0
/proc/5010/statm: 664 330 57 167 0 495 0

[startup+0.101849 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 5010
/proc/meminfo: memFree=1420984/2055920 swapFree=4192812/4192956
[pid=5010] ppid=5008 vsize=4108 CPUtime=0.09
/proc/5010/stat : 5010 (march_hi) R 5008 5010 4141 0 -1 4194304 816 0 0 0 9 0 0 0 18 0 1 0 108296651 4206592 801 1992294400 134512640 135197378 4294956224 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 1 0 0
/proc/5010/statm: 1027 801 57 167 0 858 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4108

[startup+0.202869 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 5010
/proc/meminfo: memFree=1420984/2055920 swapFree=4192812/4192956
[pid=5010] ppid=5008 vsize=5692 CPUtime=0.19
/proc/5010/stat : 5010 (march_hi) R 5008 5010 4141 0 -1 4194304 1300 0 0 0 19 0 0 0 18 0 1 0 108296651 5828608 1285 1992294400 134512640 135197378 4294956224 18446744073709551615 134568882 0 0 4096 0 0 0 0 17 1 0 0
/proc/5010/statm: 1423 1285 57 167 0 1254 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 5692

[startup+0.302888 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 5010
/proc/meminfo: memFree=1420984/2055920 swapFree=4192812/4192956
[pid=5010] ppid=5008 vsize=14572 CPUtime=0.29
/proc/5010/stat : 5010 (march_hi) R 5008 5010 4141 0 -1 4194304 2360 0 0 0 28 1 0 0 19 0 1 0 108296651 14921728 1721 1992294400 134512640 135197378 4294956224 18446744073709551615 134649162 0 0 4096 0 0 0 0 17 1 0 0
/proc/5010/statm: 3643 1722 64 167 0 3474 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14572

[startup+0.701964 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 5010
/proc/meminfo: memFree=1420984/2055920 swapFree=4192812/4192956
[pid=5010] ppid=5008 vsize=14500 CPUtime=0.69
/proc/5010/stat : 5010 (march_hi) R 5008 5010 4141 0 -1 4194304 9505 0 0 0 65 4 0 0 22 0 1 0 108296651 14848000 1668 1992294400 134512640 135197378 4294956224 18446744073709551615 134713223 0 0 4096 0 0 0 0 17 1 0 0
/proc/5010/statm: 3625 1668 81 167 0 3456 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14500

[startup+1.50112 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 5011
/proc/meminfo: memFree=1413552/2055920 swapFree=4192812/4192956
[pid=5010] ppid=5008 vsize=24316 CPUtime=1.49
/proc/5010/stat : 5010 (march_hi) R 5008 5010 4141 0 -1 4194304 16793 0 0 0 141 8 0 0 25 0 1 0 108296651 24899584 2666 1992294400 134512640 135197378 4294956224 18446744073709551615 134539327 0 0 4096 0 0 0 0 17 1 0 0
/proc/5010/statm: 6079 2666 89 167 0 5910 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24316

[startup+3.10142 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 5011
/proc/meminfo: memFree=1410416/2055920 swapFree=4192812/4192956
[pid=5010] ppid=5008 vsize=24760 CPUtime=3.09
/proc/5010/stat : 5010 (march_hi) R 5008 5010 4141 0 -1 4194304 16908 0 0 0 301 8 0 0 25 0 1 0 108296651 25354240 2781 1992294400 134512640 135197378 4294956224 18446744073709551615 134550700 0 0 4096 0 0 0 0 17 1 0 0
/proc/5010/statm: 6190 2781 92 167 0 6021 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24760

[startup+6.30103 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 5011
/proc/meminfo: memFree=1409648/2055920 swapFree=4192812/4192956
[pid=5010] ppid=5008 vsize=25024 CPUtime=6.29
/proc/5010/stat : 5010 (march_hi) R 5008 5010 4141 0 -1 4194304 16981 0 0 0 621 8 0 0 25 0 1 0 108296651 25624576 2854 1992294400 134512640 135197378 4294956224 18446744073709551615 134541450 0 0 4096 0 0 0 0 17 1 0 0
/proc/5010/statm: 6256 2854 92 167 0 6087 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 25024

[startup+12.7013 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 5011
/proc/meminfo: memFree=1409208/2055920 swapFree=4192812/4192956
[pid=5010] ppid=5008 vsize=25388 CPUtime=12.68
/proc/5010/stat : 5010 (march_hi) R 5008 5010 4141 0 -1 4194304 17067 0 0 0 1260 8 0 0 25 0 1 0 108296651 25997312 2940 1992294400 134512640 135197378 4294956224 18446744073709551615 134539266 0 0 4096 0 0 0 0 17 1 0 0
/proc/5010/statm: 6347 2940 92 167 0 6178 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 25388

[startup+25.5017 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 5011
/proc/meminfo: memFree=1408504/2055920 swapFree=4192812/4192956
[pid=5010] ppid=5008 vsize=26184 CPUtime=25.48
/proc/5010/stat : 5010 (march_hi) R 5008 5010 4141 0 -1 4194304 17240 0 0 0 2540 8 0 0 25 0 1 0 108296651 26812416 3112 1992294400 134512640 135197378 4294956224 18446744073709551615 134548514 0 0 4096 0 0 0 0 17 1 0 0
/proc/5010/statm: 6546 3112 92 167 0 6377 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 26184

[startup+51.1026 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 5011
/proc/meminfo: memFree=1407224/2055920 swapFree=4192812/4192956
[pid=5010] ppid=5008 vsize=27932 CPUtime=51.08
/proc/5010/stat : 5010 (march_hi) R 5008 5010 4141 0 -1 4194304 17596 0 0 0 5099 9 0 0 25 0 1 0 108296651 28602368 3468 1992294400 134512640 135197378 4294956224 18446744073709551615 134541448 0 0 4096 0 0 0 0 17 1 0 0
/proc/5010/statm: 6983 3468 92 167 0 6814 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 27932

[startup+102.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 5011
/proc/meminfo: memFree=1404984/2055920 swapFree=4192812/4192956
[pid=5010] ppid=5008 vsize=30316 CPUtime=102.25
/proc/5010/stat : 5010 (march_hi) R 5008 5010 4141 0 -1 4194304 18118 0 0 0 10216 9 0 0 25 0 1 0 108296651 31043584 3990 1992294400 134512640 135197378 4294956224 18446744073709551615 134541466 0 0 4096 0 0 0 0 17 1 0 0
/proc/5010/statm: 7579 3990 92 167 0 7410 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 30316

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 5011
/proc/meminfo: memFree=1403192/2055920 swapFree=4192812/4192956
[pid=5010] ppid=5008 vsize=32564 CPUtime=162.23
/proc/5010/stat : 5010 (march_hi) R 5008 5010 4141 0 -1 4194304 18558 0 0 0 16213 10 0 0 25 0 1 0 108296651 33345536 4430 1992294400 134512640 135197378 4294956224 18446744073709551615 134548531 0 0 4096 0 0 0 0 17 1 0 0
/proc/5010/statm: 8141 4430 92 167 0 7972 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 32564

[startup+222.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 5011
/proc/meminfo: memFree=1401656/2055920 swapFree=4192812/4192956
[pid=5010] ppid=5008 vsize=34112 CPUtime=222.21
/proc/5010/stat : 5010 (march_hi) R 5008 5010 4141 0 -1 4194304 18929 0 0 0 22211 10 0 0 25 0 1 0 108296651 34930688 4801 1992294400 134512640 135197378 4294956224 18446744073709551615 134539323 0 0 4096 0 0 0 0 17 1 0 0
/proc/5010/statm: 8528 4801 92 167 0 8359 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 34112

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 5011
/proc/meminfo: memFree=1400248/2055920 swapFree=4192812/4192956
[pid=5010] ppid=5008 vsize=36152 CPUtime=282.2
/proc/5010/stat : 5010 (march_hi) R 5008 5010 4141 0 -1 4194304 19283 0 0 0 28209 11 0 0 25 0 1 0 108296651 37019648 5155 1992294400 134512640 135197378 4294956224 18446744073709551615 134550715 0 0 4096 0 0 0 0 17 1 0 0
/proc/5010/statm: 9038 5155 92 167 0 8869 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 36152

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 5011
/proc/meminfo: memFree=1398904/2055920 swapFree=4192812/4192956
[pid=5010] ppid=5008 vsize=38008 CPUtime=342.17
/proc/5010/stat : 5010 (march_hi) R 5008 5010 4141 0 -1 4194304 19618 0 0 0 34206 11 0 0 25 0 1 0 108296651 38920192 5490 1992294400 134512640 135197378 4294956224 18446744073709551615 134539269 0 0 4096 0 0 0 0 17 1 0 0
/proc/5010/statm: 9502 5490 92 167 0 9333 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 38008

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 5011
/proc/meminfo: memFree=1397688/2055920 swapFree=4192812/4192956
[pid=5010] ppid=5008 vsize=38140 CPUtime=402.15
/proc/5010/stat : 5010 (march_hi) R 5008 5010 4141 0 -1 4194304 19928 0 0 0 40204 11 0 0 25 0 1 0 108296651 39055360 5800 1992294400 134512640 135197378 4294956224 18446744073709551615 134539309 0 0 4096 0 0 0 0 17 1 0 0
/proc/5010/statm: 9535 5800 92 167 0 9366 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 38140

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 5011
/proc/meminfo: memFree=1396472/2055920 swapFree=4192812/4192956
[pid=5010] ppid=5008 vsize=40860 CPUtime=462.13
/proc/5010/stat : 5010 (march_hi) R 5008 5010 4141 0 -1 4194304 20232 0 0 0 46201 12 0 0 25 0 1 0 108296651 41840640 6104 1992294400 134512640 135197378 4294956224 18446744073709551615 134541450 0 0 4096 0 0 0 0 17 1 0 0
/proc/5010/statm: 10215 6104 92 167 0 10046 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 40860

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 5011
/proc/meminfo: memFree=1395320/2055920 swapFree=4192812/4192956
[pid=5010] ppid=5008 vsize=40860 CPUtime=522.11
/proc/5010/stat : 5010 (march_hi) R 5008 5010 4141 0 -1 4194304 20526 0 0 0 52199 12 0 0 25 0 1 0 108296651 41840640 6398 1992294400 134512640 135197378 4294956224 18446744073709551615 134556707 0 0 4096 0 0 0 0 17 1 0 0
/proc/5010/statm: 10215 6398 92 167 0 10046 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 40860

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 5011
/proc/meminfo: memFree=1393976/2055920 swapFree=4192812/4192956
[pid=5010] ppid=5008 vsize=44812 CPUtime=582.08
/proc/5010/stat : 5010 (march_hi) R 5008 5010 4141 0 -1 4194304 20837 0 0 0 58196 12 0 0 25 0 1 0 108296651 45887488 6709 1992294400 134512640 135197378 4294956224 18446744073709551615 134541466 0 0 4096 0 0 0 0 17 1 0 0
/proc/5010/statm: 11203 6709 92 167 0 11034 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 44812

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 5011
/proc/meminfo: memFree=1392952/2055920 swapFree=4192812/4192956
[pid=5010] ppid=5008 vsize=44812 CPUtime=642.07
/proc/5010/stat : 5010 (march_hi) R 5008 5010 4141 0 -1 4194304 21115 0 0 0 64194 13 0 0 25 0 1 0 108296651 45887488 6987 1992294400 134512640 135197378 4294956224 18446744073709551615 134603831 0 0 4096 0 0 0 0 17 1 0 0
/proc/5010/statm: 11203 6987 92 167 0 11034 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 44812

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 5011
/proc/meminfo: memFree=1391800/2055920 swapFree=4192812/4192956
[pid=5010] ppid=5008 vsize=48824 CPUtime=702.04
/proc/5010/stat : 5010 (march_hi) R 5008 5010 4141 0 -1 4194304 21385 0 0 0 70191 13 0 0 25 0 1 0 108296651 49995776 7257 1992294400 134512640 135197378 4294956224 18446744073709551615 134570777 0 0 4096 0 0 0 0 17 1 0 0
/proc/5010/statm: 12206 7257 92 167 0 12037 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 48824

[startup+762.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 5011
/proc/meminfo: memFree=1390520/2055920 swapFree=4192812/4192956
[pid=5010] ppid=5008 vsize=48824 CPUtime=762.03
/proc/5010/stat : 5010 (march_hi) R 5008 5010 4141 0 -1 4194304 21685 0 0 0 76189 14 0 0 25 0 1 0 108296651 49995776 7557 1992294400 134512640 135197378 4294956224 18446744073709551615 134541458 0 0 4096 0 0 0 0 17 1 0 0
/proc/5010/statm: 12206 7557 92 167 0 12037 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 48824

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 5011
/proc/meminfo: memFree=1389560/2055920 swapFree=4192812/4192956
[pid=5010] ppid=5008 vsize=48824 CPUtime=822.01
/proc/5010/stat : 5010 (march_hi) R 5008 5010 4141 0 -1 4194304 21987 0 0 0 82187 14 0 0 25 0 1 0 108296651 49995776 7859 1992294400 134512640 135197378 4294956224 18446744073709551615 134524899 0 0 4096 0 0 0 0 17 1 0 0
/proc/5010/statm: 12206 7859 92 167 0 12037 0
Current children cumulated CPU time (s) 822.01
Current children cumulated vsize (KiB) 48824

[startup+882.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 5013
/proc/meminfo: memFree=1388408/2055920 swapFree=4192812/4192956
[pid=5010] ppid=5008 vsize=48824 CPUtime=881.99
/proc/5010/stat : 5010 (march_hi) R 5008 5010 4141 0 -1 4194304 22271 0 0 0 88184 15 0 0 25 0 1 0 108296651 49995776 8143 1992294400 134512640 135197378 4294956224 18446744073709551615 134541466 0 0 4096 0 0 0 0 17 1 0 0
/proc/5010/statm: 12206 8143 92 167 0 12037 0
Current children cumulated CPU time (s) 881.99
Current children cumulated vsize (KiB) 48824

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 5013
/proc/meminfo: memFree=1387448/2055920 swapFree=4192812/4192956
[pid=5010] ppid=5008 vsize=48956 CPUtime=941.96
/proc/5010/stat : 5010 (march_hi) R 5008 5010 4141 0 -1 4194304 22511 0 0 0 94181 15 0 0 25 0 1 0 108296651 50130944 8383 1992294400 134512640 135197378 4294956224 18446744073709551615 134524881 0 0 4096 0 0 0 0 17 1 0 0
/proc/5010/statm: 12239 8383 92 167 0 12070 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 48956

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 5013
/proc/meminfo: memFree=1385784/2055920 swapFree=4192812/4192956
[pid=5010] ppid=5008 vsize=54776 CPUtime=1001.95
/proc/5010/stat : 5010 (march_hi) R 5008 5010 4141 0 -1 4194304 22905 0 0 0 100179 16 0 0 25 0 1 0 108296651 56090624 8777 1992294400 134512640 135197378 4294956224 18446744073709551615 134524862 0 0 4096 0 0 0 0 17 1 0 0
/proc/5010/statm: 13694 8777 92 167 0 13525 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 54776

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 5013
/proc/meminfo: memFree=1384376/2055920 swapFree=4192812/4192956
[pid=5010] ppid=5008 vsize=62416 CPUtime=1061.92
/proc/5010/stat : 5010 (march_hi) R 5008 5010 4141 0 -1 4194304 23263 0 0 0 106176 16 0 0 25 0 1 0 108296651 63913984 9135 1992294400 134512640 135197378 4294956224 18446744073709551615 134548531 0 0 4096 0 0 0 0 17 1 0 0
/proc/5010/statm: 15604 9135 92 167 0 15435 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 62416

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 5013
/proc/meminfo: memFree=1382904/2055920 swapFree=4192812/4192956
[pid=5010] ppid=5008 vsize=62416 CPUtime=1121.9
/proc/5010/stat : 5010 (march_hi) R 5008 5010 4141 0 -1 4194304 23610 0 0 0 112173 17 0 0 25 0 1 0 108296651 63913984 9482 1992294400 134512640 135197378 4294956224 18446744073709551615 134541466 0 0 4096 0 0 0 0 17 1 0 0
/proc/5010/statm: 15604 9482 92 167 0 15435 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 62416

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 5013
/proc/meminfo: memFree=1381496/2055920 swapFree=4192812/4192956
[pid=5010] ppid=5008 vsize=62416 CPUtime=1181.89
/proc/5010/stat : 5010 (march_hi) R 5008 5010 4141 0 -1 4194304 23994 0 0 0 118171 18 0 0 25 0 1 0 108296651 63913984 9866 1992294400 134512640 135197378 4294956224 18446744073709551615 134548516 0 0 4096 0 0 0 0 17 1 0 0
/proc/5010/statm: 15604 9866 92 167 0 15435 0
Current children cumulated CPU time (s) 1181.89
Current children cumulated vsize (KiB) 62416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 5013
/proc/meminfo: memFree=1381048/2055920 swapFree=4192812/4192956
[pid=5010] ppid=5008 vsize=62416 CPUtime=1200.08
/proc/5010/stat : 5010 (march_hi) R 5008 5010 4141 0 -1 4194304 24096 0 0 0 119990 18 0 0 25 0 1 0 108296651 63913984 9968 1992294400 134512640 135197378 4294956224 18446744073709551615 134550651 0 0 4096 0 0 0 0 17 1 0 0
/proc/5010/statm: 15604 9968 92 167 0 15435 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 62416

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.51
CPU time (s): 1200.1
CPU user time (s): 1199.91
CPU system time (s): 0.188971
CPU usage (%): 99.9653
Max. virtual memory (cumulated for all children) (KiB): 62416

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

runsolver used 0.798878 second user time and 2.55361 second system time

The end

Launcher Data

Begin job on node38 at 2009-04-27 05:24:42
IDJOB=1735462
IDBENCH=71428
IDSOLVER=521
FILE ID=node38/1735462-1240802682
PBS_JOBID= 9187356
Free space on /tmp= 66396 MiB

SOLVER NAME= march_hi hi
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v2100c215164gyes2.cnf
COMMAND LINE= HOME/march_hi BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1735462-1240802682/watcher-1735462-1240802682 -o /tmp/evaluation-result-1735462-1240802682/solver-1735462-1240802682 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/march_hi HOME/instance-1735462-1240802682.cnf

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

MD5SUM BENCH= 5301921bbf5d6337937a0fa8d34aaf48
RANDOM SEED=907960377

node38.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.265
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.265
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:       1421400 kB
Buffers:         71428 kB
Cached:         479712 kB
SwapCached:          0 kB
Active:         248596 kB
Inactive:       316432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1421400 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3504 kB
Writeback:           0 kB
Mapped:          23684 kB
Slab:            55416 kB
Committed_AS:   547708 kB
PageTables:       1456 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= 66396 MiB
End job on node38 at 2009-04-27 05:44:45