Trace number 1513489

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.42

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/160/
unif-k7-r85-v160-c13600-S432776913-077.cnf
MD5SUM7added98d83a731c0c62b4e7cbaf3442
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark6.23305
Satisfiable
(Un)Satisfiability was proved
Number of variables160
Number of clauses13600
Sum of the clauses size95200
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 513600

Solver Data

2.49/2.51	c main():: ***                                   [ march satisfiability solver ]                                   ***
2.49/2.51	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
2.49/2.51	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
2.49/2.51	c main()::
2.49/2.51	c initFormula():: searching for DIMACS p-line....
2.49/2.51	c full lookahead due to high density!
2.49/2.51	c initFormula():: the DIMACS p-line indicates a CNF of 160 variables and 13600 clauses.
2.49/2.51	c parseCNF():: parsing....
2.49/2.51	c parseCNF():: the CNF contains 0 unary clauses.
2.49/2.51	c runParser():: parsing was successful, warming up engines...
2.49/2.51	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
2.49/2.51	c preprocessing fase I completed:: there are now 160 free variables and 13600 clauses.
2.49/2.51	c stat :: sign balance is biased by 0.007
2.49/2.51	c using k-SAT heuristics (size based diff)
2.49/2.51	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
2.49/2.51	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
2.49/2.51	c main():: clause / variable ratio: ( 13600 / 160 ) = 85.00
2.49/2.51	c longest clause has size 7
2.49/2.51	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
2.49/2.51	c number of free variables = 160
2.49/2.51	c dynamic_preselect_setsize :: off
2.49/2.51	c main():: all systems go!
2.49/2.51	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/999) NodeCount: 218
2.70/2.75	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: 2647
4.00/4.01	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 |***************************************************************
c |****************************************************************| ( 2/999) NodeCount: 55547
28.49/28.59	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 |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 3/999) NodeCount: 891922
412.48/412.60	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 |******************************************
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:489) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1513489-1238218553/watcher-1513489-1238218553 -o /tmp/evaluation-result-1513489-1238218553/solver-1513489-1238218553 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_hi HOME/instance-1513489-1238218553.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.91 0.95 0.91 3/64 29204
/proc/meminfo: memFree=902880/2055920 swapFree=4178500/4192956
[pid=29204] ppid=29202 vsize=968 CPUtime=0
/proc/29204/stat : 29204 (march_hi) R 29202 29204 28349 0 -1 4194304 113 0 0 0 0 0 0 0 18 0 1 0 1094517634 991232 98 1992294400 134512640 135197378 4294956240 18446744073709551615 134568882 0 0 4096 0 0 0 0 17 1 0 0
/proc/29204/statm: 242 98 58 167 0 73 0

[startup+0.0992961 s]
/proc/loadavg: 0.91 0.95 0.91 3/64 29204
/proc/meminfo: memFree=902880/2055920 swapFree=4178500/4192956
[pid=29204] ppid=29202 vsize=2052 CPUtime=0.09
/proc/29204/stat : 29204 (march_hi) R 29202 29204 28349 0 -1 4194304 1652 0 0 0 9 0 0 0 18 0 1 0 1094517634 2101248 324 1992294400 134512640 135197378 4294956240 18446744073709551615 134564947 0 0 4096 0 0 0 0 17 1 0 0
/proc/29204/statm: 513 324 81 167 0 344 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2052

[startup+0.101295 s]
/proc/loadavg: 0.91 0.95 0.91 3/64 29204
/proc/meminfo: memFree=902880/2055920 swapFree=4178500/4192956
[pid=29204] ppid=29202 vsize=2052 CPUtime=0.09
/proc/29204/stat : 29204 (march_hi) R 29202 29204 28349 0 -1 4194304 1652 0 0 0 9 0 0 0 18 0 1 0 1094517634 2101248 324 1992294400 134512640 135197378 4294956240 18446744073709551615 134565030 0 0 4096 0 0 0 0 17 1 0 0
/proc/29204/statm: 513 324 81 167 0 344 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2052

[startup+0.301317 s]
/proc/loadavg: 0.91 0.95 0.91 3/64 29204
/proc/meminfo: memFree=902880/2055920 swapFree=4178500/4192956
[pid=29204] ppid=29202 vsize=2984 CPUtime=0.29
/proc/29204/stat : 29204 (march_hi) R 29202 29204 28349 0 -1 4194304 2234 0 0 0 29 0 0 0 19 0 1 0 1094517634 3055616 558 1992294400 134512640 135197378 4294956240 18446744073709551615 134539469 0 0 4096 0 0 0 0 17 1 0 0
/proc/29204/statm: 746 558 82 167 0 577 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2984

[startup+0.701363 s]
/proc/loadavg: 0.91 0.95 0.91 3/64 29204
/proc/meminfo: memFree=902880/2055920 swapFree=4178500/4192956
[pid=29204] ppid=29202 vsize=2984 CPUtime=0.69
/proc/29204/stat : 29204 (march_hi) R 29202 29204 28349 0 -1 4194304 2234 0 0 0 69 0 0 0 22 0 1 0 1094517634 3055616 558 1992294400 134512640 135197378 4294956240 18446744073709551615 134539466 0 0 4096 0 0 0 0 17 1 0 0
/proc/29204/statm: 746 558 82 167 0 577 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2984

[startup+1.50145 s]
/proc/loadavg: 0.91 0.95 0.91 2/65 29205
/proc/meminfo: memFree=900952/2055920 swapFree=4178500/4192956
[pid=29204] ppid=29202 vsize=2984 CPUtime=1.49
/proc/29204/stat : 29204 (march_hi) R 29202 29204 28349 0 -1 4194304 2234 0 0 0 149 0 0 0 25 0 1 0 1094517634 3055616 558 1992294400 134512640 135197378 4294956240 18446744073709551615 134539469 0 0 4096 0 0 0 0 17 1 0 0
/proc/29204/statm: 746 558 82 167 0 577 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2984

[startup+3.10164 s]
/proc/loadavg: 0.91 0.95 0.91 2/65 29205
/proc/meminfo: memFree=900824/2055920 swapFree=4178500/4192956
[pid=29204] ppid=29202 vsize=4852 CPUtime=3.1
/proc/29204/stat : 29204 (march_hi) R 29202 29204 28349 0 -1 4194304 2785 0 0 0 309 1 0 0 25 0 1 0 1094517634 4968448 908 1992294400 134512640 135197378 4294956240 18446744073709551615 134602616 0 0 4096 0 0 0 0 17 1 0 0
/proc/29204/statm: 1213 908 93 167 0 1044 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 4852

[startup+6.302 s]
/proc/loadavg: 0.92 0.95 0.91 2/65 29205
/proc/meminfo: memFree=899416/2055920 swapFree=4178500/4192956
[pid=29204] ppid=29202 vsize=4852 CPUtime=6.3
/proc/29204/stat : 29204 (march_hi) R 29202 29204 28349 0 -1 4194304 2785 0 0 0 629 1 0 0 25 0 1 0 1094517634 4968448 908 1992294400 134512640 135197378 4294956240 18446744073709551615 134603250 0 0 4096 0 0 0 0 17 1 0 0
/proc/29204/statm: 1213 908 93 167 0 1044 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 4852

[startup+12.7017 s]
/proc/loadavg: 1.01 0.97 0.92 2/65 29205
/proc/meminfo: memFree=899288/2055920 swapFree=4178500/4192956
[pid=29204] ppid=29202 vsize=4852 CPUtime=12.69
/proc/29204/stat : 29204 (march_hi) R 29202 29204 28349 0 -1 4194304 2786 0 0 0 1268 1 0 0 25 0 1 0 1094517634 4968448 909 1992294400 134512640 135197378 4294956240 18446744073709551615 134539102 0 0 4096 0 0 0 0 17 1 0 0
/proc/29204/statm: 1213 909 93 167 0 1044 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 4852

[startup+25.5012 s]
/proc/loadavg: 1.00 0.97 0.92 2/65 29205
/proc/meminfo: memFree=898136/2055920 swapFree=4178500/4192956
[pid=29204] ppid=29202 vsize=6388 CPUtime=25.49
/proc/29204/stat : 29204 (march_hi) R 29202 29204 28349 0 -1 4194304 3078 0 0 0 2548 1 0 0 25 0 1 0 1094517634 6541312 1201 1992294400 134512640 135197378 4294956240 18446744073709551615 134603250 0 0 4096 0 0 0 0 17 1 0 0
/proc/29204/statm: 1597 1201 93 167 0 1428 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 6388

[startup+51.1011 s]
/proc/loadavg: 1.00 0.97 0.92 2/65 29205
/proc/meminfo: memFree=896792/2055920 swapFree=4178500/4192956
[pid=29204] ppid=29202 vsize=8304 CPUtime=51.07
/proc/29204/stat : 29204 (march_hi) R 29202 29204 28349 0 -1 4194304 3398 0 0 0 5106 1 0 0 25 0 1 0 1094517634 8503296 1521 1992294400 134512640 135197378 4294956240 18446744073709551615 134524890 0 0 4096 0 0 0 0 17 1 0 0
/proc/29204/statm: 2076 1521 93 167 0 1907 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 8304

[startup+102.305 s]
/proc/loadavg: 1.11 1.00 0.93 2/65 29205
/proc/meminfo: memFree=894296/2055920 swapFree=4178500/4192956
[pid=29204] ppid=29202 vsize=10028 CPUtime=102.27
/proc/29204/stat : 29204 (march_hi) R 29202 29204 28349 0 -1 4194304 4037 0 0 0 10225 2 0 0 25 0 1 0 1094517634 10268672 2160 1992294400 134512640 135197378 4294956240 18446744073709551615 134550686 0 0 4096 0 0 0 0 17 1 0 0
/proc/29204/statm: 2507 2160 93 167 0 2338 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 10028

[startup+162.302 s]
/proc/loadavg: 1.14 1.03 0.94 2/65 29205
/proc/meminfo: memFree=891160/2055920 swapFree=4178500/4192956
[pid=29204] ppid=29202 vsize=16496 CPUtime=162.25
/proc/29204/stat : 29204 (march_hi) R 29202 29204 28349 0 -1 4194304 4807 0 0 0 16222 3 0 0 25 0 1 0 1094517634 16891904 2930 1992294400 134512640 135197378 4294956240 18446744073709551615 134539117 0 0 4096 0 0 0 0 17 1 0 0
/proc/29204/statm: 4124 2930 93 167 0 3955 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 16496

[startup+222.302 s]
/proc/loadavg: 1.15 1.05 0.95 2/65 29205
/proc/meminfo: memFree=888024/2055920 swapFree=4178500/4192956
[pid=29204] ppid=29202 vsize=16496 CPUtime=222.23
/proc/29204/stat : 29204 (march_hi) R 29202 29204 28349 0 -1 4194304 5575 0 0 0 22220 3 0 0 25 0 1 0 1094517634 16891904 3698 1992294400 134512640 135197378 4294956240 18446744073709551615 134539469 0 0 4096 0 0 0 0 17 1 0 0
/proc/29204/statm: 4124 3698 93 167 0 3955 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 16496

[startup+282.301 s]
/proc/loadavg: 1.09 1.05 0.96 2/65 29205
/proc/meminfo: memFree=884888/2055920 swapFree=4178500/4192956
[pid=29204] ppid=29202 vsize=22316 CPUtime=282.21
/proc/29204/stat : 29204 (march_hi) R 29202 29204 28349 0 -1 4194304 6356 0 0 0 28217 4 0 0 25 0 1 0 1094517634 22851584 4479 1992294400 134512640 135197378 4294956240 18446744073709551615 134526727 0 0 4096 0 0 0 0 17 1 0 0
/proc/29204/statm: 5579 4479 93 167 0 5410 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 22316

[startup+342.301 s]
/proc/loadavg: 1.14 1.07 0.97 2/65 29205
/proc/meminfo: memFree=881688/2055920 swapFree=4178500/4192956
[pid=29204] ppid=29202 vsize=22316 CPUtime=342.19
/proc/29204/stat : 29204 (march_hi) R 29202 29204 28349 0 -1 4194304 7144 0 0 0 34215 4 0 0 25 0 1 0 1094517634 22851584 5267 1992294400 134512640 135197378 4294956240 18446744073709551615 134592702 0 0 4096 0 0 0 0 17 1 0 0
/proc/29204/statm: 5579 5267 93 167 0 5410 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 22316

[startup+402.301 s]
/proc/loadavg: 1.12 1.07 0.97 2/65 29205
/proc/meminfo: memFree=878616/2055920 swapFree=4178500/4192956
[pid=29204] ppid=29202 vsize=31048 CPUtime=402.17
/proc/29204/stat : 29204 (march_hi) R 29202 29204 28349 0 -1 4194304 7912 0 0 0 40212 5 0 0 25 0 1 0 1094517634 31793152 6035 1992294400 134512640 135197378 4294956240 18446744073709551615 134524842 0 0 4096 0 0 0 0 17 1 0 0
/proc/29204/statm: 7762 6035 93 167 0 7593 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 31048

[startup+462.302 s]
/proc/loadavg: 1.11 1.07 0.98 2/65 29205
/proc/meminfo: memFree=875672/2055920 swapFree=4178500/4192956
[pid=29204] ppid=29202 vsize=31048 CPUtime=462.16
/proc/29204/stat : 29204 (march_hi) R 29202 29204 28349 0 -1 4194304 8646 0 0 0 46210 6 0 0 25 0 1 0 1094517634 31793152 6769 1992294400 134512640 135197378 4294956240 18446744073709551615 134603225 0 0 4096 0 0 0 0 17 1 0 0
/proc/29204/statm: 7762 6769 93 167 0 7593 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 31048

[startup+522.302 s]
/proc/loadavg: 1.04 1.06 0.98 2/65 29205
/proc/meminfo: memFree=872536/2055920 swapFree=4178500/4192956
[pid=29204] ppid=29202 vsize=44144 CPUtime=522.14
/proc/29204/stat : 29204 (march_hi) R 29202 29204 28349 0 -1 4194304 9418 0 0 0 52207 7 0 0 25 0 1 0 1094517634 45203456 7541 1992294400 134512640 135197378 4294956240 18446744073709551615 134603250 0 0 4096 0 0 0 0 17 1 0 0
/proc/29204/statm: 11036 7541 93 167 0 10867 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 44144

[startup+582.302 s]
/proc/loadavg: 1.01 1.04 0.98 2/65 29207
/proc/meminfo: memFree=869400/2055920 swapFree=4178500/4192956
[pid=29204] ppid=29202 vsize=44144 CPUtime=582.12
/proc/29204/stat : 29204 (march_hi) R 29202 29204 28349 0 -1 4194304 10193 0 0 0 58204 8 0 0 25 0 1 0 1094517634 45203456 8316 1992294400 134512640 135197378 4294956240 18446744073709551615 134603250 0 0 4096 0 0 0 0 17 1 0 0
/proc/29204/statm: 11036 8316 93 167 0 10867 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 44144

[startup+642.301 s]
/proc/loadavg: 1.06 1.05 0.98 2/65 29207
/proc/meminfo: memFree=866392/2055920 swapFree=4178500/4192956
[pid=29204] ppid=29202 vsize=44144 CPUtime=642.11
/proc/29204/stat : 29204 (march_hi) R 29202 29204 28349 0 -1 4194304 10967 0 0 0 64202 9 0 0 25 0 1 0 1094517634 45203456 9090 1992294400 134512640 135197378 4294956240 18446744073709551615 134548733 0 0 4096 0 0 0 0 17 1 0 0
/proc/29204/statm: 11036 9090 93 167 0 10867 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 44144

[startup+702.301 s]
/proc/loadavg: 1.02 1.04 0.98 2/65 29207
/proc/meminfo: memFree=862872/2055920 swapFree=4178500/4192956
[pid=29204] ppid=29202 vsize=45032 CPUtime=702.09
/proc/29204/stat : 29204 (march_hi) R 29202 29204 28349 0 -1 4194304 11856 0 0 0 70200 9 0 0 25 0 1 0 1094517634 46112768 9979 1992294400 134512640 135197378 4294956240 18446744073709551615 134539253 0 0 4096 0 0 0 0 17 1 0 0
/proc/29204/statm: 11258 9979 93 167 0 11089 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 45032

[startup+762.306 s]
/proc/loadavg: 1.00 1.03 0.98 2/65 29207
/proc/meminfo: memFree=859928/2055920 swapFree=4178500/4192956
[pid=29204] ppid=29202 vsize=45032 CPUtime=762.08
/proc/29204/stat : 29204 (march_hi) R 29202 29204 28349 0 -1 4194304 12587 0 0 0 76198 10 0 0 25 0 1 0 1094517634 46112768 10710 1992294400 134512640 135197378 4294956240 18446744073709551615 134550680 0 0 4096 0 0 0 0 17 1 0 0
/proc/29204/statm: 11258 10710 93 167 0 11089 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 45032

[startup+822.302 s]
/proc/loadavg: 1.00 1.02 0.98 2/65 29207
/proc/meminfo: memFree=856920/2055920 swapFree=4178500/4192956
[pid=29204] ppid=29202 vsize=64676 CPUtime=822.05
/proc/29204/stat : 29204 (march_hi) R 29202 29204 28349 0 -1 4194304 13351 0 0 0 82195 10 0 0 25 0 1 0 1094517634 66228224 11474 1992294400 134512640 135197378 4294956240 18446744073709551615 134550715 0 0 4096 0 0 0 0 17 1 0 0
/proc/29204/statm: 16169 11474 93 167 0 16000 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 64676

[startup+882.301 s]
/proc/loadavg: 1.00 1.02 0.98 2/65 29207
/proc/meminfo: memFree=853784/2055920 swapFree=4178500/4192956
[pid=29204] ppid=29202 vsize=64676 CPUtime=882.03
/proc/29204/stat : 29204 (march_hi) R 29202 29204 28349 0 -1 4194304 14122 0 0 0 88192 11 0 0 25 0 1 0 1094517634 66228224 12245 1992294400 134512640 135197378 4294956240 18446744073709551615 134524864 0 0 4096 0 0 0 0 17 1 0 0
/proc/29204/statm: 16169 12245 93 167 0 16000 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 64676

[startup+942.301 s]
/proc/loadavg: 1.00 1.01 0.98 2/65 29207
/proc/meminfo: memFree=850712/2055920 swapFree=4178500/4192956
[pid=29204] ppid=29202 vsize=64676 CPUtime=942.01
/proc/29204/stat : 29204 (march_hi) R 29202 29204 28349 0 -1 4194304 14900 0 0 0 94190 11 0 0 25 0 1 0 1094517634 66228224 13023 1992294400 134512640 135197378 4294956240 18446744073709551615 134539114 0 0 4096 0 0 0 0 17 1 0 0
/proc/29204/statm: 16169 13023 93 167 0 16000 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 64676

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 29207
/proc/meminfo: memFree=847512/2055920 swapFree=4178500/4192956
[pid=29204] ppid=29202 vsize=64676 CPUtime=1002
/proc/29204/stat : 29204 (march_hi) R 29202 29204 28349 0 -1 4194304 15690 0 0 0 100188 12 0 0 25 0 1 0 1094517634 66228224 13813 1992294400 134512640 135197378 4294956240 18446744073709551615 134603196 0 0 4096 0 0 0 0 17 1 0 0
/proc/29204/statm: 16169 13813 93 167 0 16000 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 64676

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 29207
/proc/meminfo: memFree=844376/2055920 swapFree=4178500/4192956
[pid=29204] ppid=29202 vsize=64676 CPUtime=1061.98
/proc/29204/stat : 29204 (march_hi) R 29202 29204 28349 0 -1 4194304 16476 0 0 0 106185 13 0 0 25 0 1 0 1094517634 66228224 14599 1992294400 134512640 135197378 4294956240 18446744073709551615 134603248 0 0 4096 0 0 0 0 17 1 0 0
/proc/29204/statm: 16169 14599 93 167 0 16000 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 64676

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 29207
/proc/meminfo: memFree=841368/2055920 swapFree=4178500/4192956
[pid=29204] ppid=29202 vsize=64676 CPUtime=1121.96
/proc/29204/stat : 29204 (march_hi) R 29202 29204 28349 0 -1 4194304 17215 0 0 0 112183 13 0 0 25 0 1 0 1094517634 66228224 15338 1992294400 134512640 135197378 4294956240 18446744073709551615 134603255 0 0 4096 0 0 0 0 17 1 0 0
/proc/29204/statm: 16169 15338 93 167 0 16000 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 64676

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 29207
/proc/meminfo: memFree=838168/2055920 swapFree=4178500/4192956
[pid=29204] ppid=29202 vsize=94144 CPUtime=1181.94
/proc/29204/stat : 29204 (march_hi) R 29202 29204 28349 0 -1 4194304 17987 0 0 0 118180 14 0 0 25 0 1 0 1094517634 96403456 16110 1992294400 134512640 135197378 4294956240 18446744073709551615 134539105 0 0 4096 0 0 0 0 17 1 0 0
/proc/29204/statm: 23536 16110 93 167 0 23367 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 94144



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 29207
/proc/meminfo: memFree=837208/2055920 swapFree=4178500/4192956
[pid=29204] ppid=29202 vsize=94144 CPUtime=1200.04
/proc/29204/stat : 29204 (march_hi) R 29202 29204 28349 0 -1 4194304 18225 0 0 0 119990 14 0 0 25 0 1 0 1094517634 96403456 16348 1992294400 134512640 135197378 4294956240 18446744073709551615 134550715 0 0 4096 0 0 0 0 17 1 0 0
/proc/29204/statm: 23536 16348 93 167 0 23367 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 94144

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.42
CPU time (s): 1200.07
CPU user time (s): 1199.91
CPU system time (s): 0.159975
CPU usage (%): 99.9709
Max. virtual memory (cumulated for all children) (KiB): 94144

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

runsolver used 1.08883 second user time and 2.21366 second system time

The end

Launcher Data

Begin job on node62 at 2009-03-28 06:35:53
IDJOB=1513489
IDBENCH=70267
IDSOLVER=521
FILE ID=node62/1513489-1238218553
PBS_JOBID= 9060504
Free space on /tmp= 66352 MiB

SOLVER NAME= march_hi hi
BENCH NAME= SAT09/RANDOM/LARGE/7SAT/UNKNOWN/160/unif-k7-r85-v160-c13600-S432776913-077.cnf
COMMAND LINE= HOME/march_hi BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1513489-1238218553/watcher-1513489-1238218553 -o /tmp/evaluation-result-1513489-1238218553/solver-1513489-1238218553 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/march_hi HOME/instance-1513489-1238218553.cnf

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

MD5SUM BENCH= 7added98d83a731c0c62b4e7cbaf3442
RANDOM SEED=1772366733

node62.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.232
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.232
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:        903360 kB
Buffers:         75792 kB
Cached:         992420 kB
SwapCached:       7616 kB
Active:         283220 kB
Inactive:       794280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        903360 kB
SwapTotal:     4192956 kB
SwapFree:      4178500 kB
Dirty:            1152 kB
Writeback:           0 kB
Mapped:          14976 kB
Slab:            60820 kB
Committed_AS:  2679516 kB
PageTables:       1460 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66352 MiB
End job on node62 at 2009-03-28 06:55:56