Trace number 1736712

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.06 1200.84

General information on the benchmark

NameCRAFTED/parity-games/
instance_n7_i7_pp_ci_ce.cnf
MD5SUM5e0c3f55984f25e5ae39d5acbf3dab6b
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.53216
Satisfiable
(Un)Satisfiability was proved
Number of variables13041
Number of clauses134672
Sum of the clauses size442400
Maximum clause length42
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 225102
Number of clauses of size 363007
Number of clauses of size 435077
Number of clauses of size 58820
Number of clauses of size over 52666

Solver Data

31.17/31.26	c main():: ***                                   [ march satisfiability solver ]                                   ***
31.17/31.26	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
31.17/31.26	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
31.17/31.26	c main()::
31.17/31.26	c initFormula():: searching for DIMACS p-line....
31.17/31.26	c initFormula():: the DIMACS p-line indicates a CNF of 13041 variables and 134672 clauses.
31.17/31.26	c parseCNF():: parsing....
31.17/31.26	c parseCNF():: the CNF contains 0 unary clauses.
31.17/31.26	c runParser():: parsing was successful, warming up engines...
31.17/31.26	c find_and_remove_tautogolies():: found and removed 1755 tautologies
31.17/31.26	c find_and_remove_tautogolies():: found and removed 28 tautologies
31.17/31.26	c find_and_remove_tautogolies():: found and removed 21 tautologies
31.17/31.26	c find_and_remove_tautogolies():: found and removed 14 tautologies
31.17/31.26	c find_and_remove_tautogolies():: found and removed 7 tautologies
31.17/31.26	c simplify_formula():: removed 1008 tautological, 7469 satisfied and 8259 duplicate clauses
31.17/31.26	c preprocessing fase I completed:: there are now 10702 free variables and 117936 clauses.
31.17/31.26	c stat :: sign balance is biased by 6.581
31.17/31.26	c find_equivalence():: found 294 3-equivalences
31.17/31.26	c find_and_remove_tautogolies():: found and removed 126 tautologies
31.17/31.26	c find_and_remove_tautogolies():: found and removed 21 tautologies
31.17/31.26	c shorten_equivalence(): average equivalence length reduced from 3.000000 to 3.000000
31.17/31.26	c using k-SAT heuristics (size based diff)
31.17/31.26	c simplify_formula():: removed 0 tautological, 1176 satisfied and 0 duplicate clauses
31.17/31.26	c simplify_formula():: removed 0 tautological, 0 satisfied and 7066763 duplicate clauses
31.17/31.26	c resolvent_look() :: found 442435 resolvents
31.17/31.26	c main():: clause / variable ratio: ( 560371 / 13041 ) = 42.97
31.17/31.26	c longest clause has size 42
31.17/31.26	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
31.17/31.26	c number of free variables = 10555
31.17/31.26	c dynamic_preselect_setsize :: off
31.17/31.26	c main():: all systems go!
31.17/31.26	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/999) NodeCount: 353
44.15/44.27	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: 3767
148.43/148.70	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-1736712-1240812913/watcher-1736712-1240812913 -o /tmp/evaluation-result-1736712-1240812913/solver-1736712-1240812913 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_hi HOME/instance-1736712-1240812913.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.16 3/64 31975
/proc/meminfo: memFree=1627256/2055920 swapFree=4180704/4192956
[pid=31975] ppid=31973 vsize=2860 CPUtime=0
/proc/31975/stat : 31975 (march_hi) R 31973 31975 31604 0 -1 4194304 462 0 0 0 0 0 0 0 18 0 1 0 109324582 2928640 447 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 0 0 0
/proc/31975/statm: 715 447 57 167 0 546 0

[startup+0.094964 s]
/proc/loadavg: 1.00 1.00 1.16 3/64 31975
/proc/meminfo: memFree=1627256/2055920 swapFree=4180704/4192956
[pid=31975] ppid=31973 vsize=4048 CPUtime=0.09
/proc/31975/stat : 31975 (march_hi) R 31973 31975 31604 0 -1 4194304 803 0 0 0 9 0 0 0 18 0 1 0 109324582 4145152 788 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 0 0 0
/proc/31975/statm: 1012 788 57 167 0 843 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4048

[startup+0.101965 s]
/proc/loadavg: 1.00 1.00 1.16 3/64 31975
/proc/meminfo: memFree=1627256/2055920 swapFree=4180704/4192956
[pid=31975] ppid=31973 vsize=4048 CPUtime=0.09
/proc/31975/stat : 31975 (march_hi) R 31973 31975 31604 0 -1 4194304 830 0 0 0 9 0 0 0 18 0 1 0 109324582 4145152 815 1992294400 134512640 135197378 4294956224 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 0 0 0
/proc/31975/statm: 1012 815 57 167 0 843 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4048

[startup+0.302004 s]
/proc/loadavg: 1.00 1.00 1.16 3/64 31975
/proc/meminfo: memFree=1627256/2055920 swapFree=4180704/4192956
[pid=31975] ppid=31973 vsize=12168 CPUtime=0.29
/proc/31975/stat : 31975 (march_hi) R 31973 31975 31604 0 -1 4194304 2488 0 0 0 29 0 0 0 19 0 1 0 109324582 12460032 1810 1992294400 134512640 135197378 4294956224 18446744073709551615 134565212 0 0 4096 0 0 0 0 17 0 0 0
/proc/31975/statm: 3042 1810 64 167 0 2873 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12168

[startup+0.701079 s]
/proc/loadavg: 1.00 1.00 1.16 3/64 31975
/proc/meminfo: memFree=1627256/2055920 swapFree=4180704/4192956
[pid=31975] ppid=31973 vsize=15120 CPUtime=0.69
/proc/31975/stat : 31975 (march_hi) R 31973 31975 31604 0 -1 4194304 6075 0 0 0 67 2 0 0 23 0 1 0 109324582 15482880 2621 1992294400 134512640 135197378 4294956224 18446744073709551615 134560971 0 0 4096 0 0 0 0 17 0 0 0
/proc/31975/statm: 3780 2621 66 167 0 3611 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15120

[startup+1.50123 s]
/proc/loadavg: 1.00 1.00 1.16 2/65 31976
/proc/meminfo: memFree=1616816/2055920 swapFree=4180704/4192956
[pid=31975] ppid=31973 vsize=15300 CPUtime=1.49
/proc/31975/stat : 31975 (march_hi) R 31973 31975 31604 0 -1 4194304 6102 0 0 0 147 2 0 0 25 0 1 0 109324582 15667200 2647 1992294400 134512640 135197378 4294956224 18446744073709551615 134560353 0 0 4096 0 0 0 0 17 0 0 0
/proc/31975/statm: 3825 2647 66 167 0 3656 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15300

[startup+3.25561 s]
/proc/loadavg: 1.00 1.00 1.16 2/65 31976
/proc/meminfo: memFree=1616688/2055920 swapFree=4180704/4192956
[pid=31975] ppid=31973 vsize=26620 CPUtime=3.32
/proc/31975/stat : 31975 (march_hi) R 31973 31975 31604 0 -1 4194304 8489 0 0 0 329 3 0 0 25 0 1 0 109324582 27258880 5039 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 0 0 0
/proc/31975/statm: 6721 5136 79 167 0 6552 0
Current children cumulated CPU time (s) 3.32
Current children cumulated vsize (KiB) 26620

[startup+6.30117 s]
/proc/loadavg: 1.00 1.00 1.16 2/65 31976
/proc/meminfo: memFree=1578544/2055920 swapFree=4180704/4192956
[pid=31975] ppid=31973 vsize=58048 CPUtime=6.29
/proc/31975/stat : 31975 (march_hi) R 31973 31975 31604 0 -1 4194304 15625 0 0 0 623 6 0 0 25 0 1 0 109324582 59441152 12169 1992294400 134512640 135197378 4294956224 18446744073709551615 134578450 0 0 4096 0 0 0 0 17 0 0 0
/proc/31975/statm: 14512 12169 79 167 0 14343 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 58048

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 1.15 2/65 31976
/proc/meminfo: memFree=1520624/2055920 swapFree=4180704/4192956
[pid=31975] ppid=31973 vsize=152872 CPUtime=12.69
/proc/31975/stat : 31975 (march_hi) R 31973 31975 31604 0 -1 4194304 32655 0 0 0 1255 14 0 0 25 0 1 0 109324582 156540928 29199 1992294400 134512640 135197378 4294956224 18446744073709551615 134578096 0 0 4096 0 0 0 0 17 0 0 0
/proc/31975/statm: 38218 29199 79 167 0 38049 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 152872

[startup+25.5019 s]
/proc/loadavg: 1.00 1.00 1.15 2/65 31976
/proc/meminfo: memFree=1396592/2055920 swapFree=4180704/4192956
[pid=31975] ppid=31973 vsize=249608 CPUtime=25.47
/proc/31975/stat : 31975 (march_hi) R 31973 31975 31604 0 -1 4194304 107111 0 0 0 2501 46 0 0 25 0 1 0 109324582 255598592 57545 1992294400 134512640 135197378 4294956224 18446744073709551615 134565280 0 0 4096 0 0 0 0 17 0 0 0
/proc/31975/statm: 62402 57545 79 167 0 62233 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 249608

[startup+51.102 s]
/proc/loadavg: 1.00 1.00 1.15 2/65 31976
/proc/meminfo: memFree=1416240/2055920 swapFree=4180704/4192956
[pid=31975] ppid=31973 vsize=236968 CPUtime=51.02
/proc/31975/stat : 31975 (march_hi) R 31973 31975 31604 0 -1 4194304 117097 0 0 0 5050 52 0 0 25 0 1 0 109324582 242655232 52633 1992294400 134512640 135197378 4294956224 18446744073709551615 134572865 0 0 4096 0 0 0 0 17 0 0 0
/proc/31975/statm: 59242 52633 92 167 0 59073 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 236968

[startup+102.302 s]
/proc/loadavg: 1.00 1.00 1.14 2/65 31976
/proc/meminfo: memFree=1416048/2055920 swapFree=4180704/4192956
[pid=31975] ppid=31973 vsize=236984 CPUtime=102.18
/proc/31975/stat : 31975 (march_hi) R 31973 31975 31604 0 -1 4194304 117139 0 0 0 10166 52 0 0 25 0 1 0 109324582 242671616 52675 1992294400 134512640 135197378 4294956224 18446744073709551615 134603248 0 0 4096 0 0 0 0 17 0 0 0
/proc/31975/statm: 59246 52675 92 167 0 59077 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 236984

[startup+162.303 s]
/proc/loadavg: 1.00 1.00 1.13 2/65 31976
/proc/meminfo: memFree=1415984/2055920 swapFree=4180704/4192956
[pid=31975] ppid=31973 vsize=236984 CPUtime=162.13
/proc/31975/stat : 31975 (march_hi) R 31973 31975 31604 0 -1 4194304 117139 0 0 0 16161 52 0 0 25 0 1 0 109324582 242671616 52675 1992294400 134512640 135197378 4294956224 18446744073709551615 134573175 0 0 4096 0 0 0 0 17 0 0 0
/proc/31975/statm: 59246 52675 92 167 0 59077 0
Current children cumulated CPU time (s) 162.13
Current children cumulated vsize (KiB) 236984

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.11 2/65 31976
/proc/meminfo: memFree=1415792/2055920 swapFree=4180704/4192956
[pid=31975] ppid=31973 vsize=236984 CPUtime=222.08
/proc/31975/stat : 31975 (march_hi) R 31973 31975 31604 0 -1 4194304 117150 0 0 0 22156 52 0 0 25 0 1 0 109324582 242671616 52686 1992294400 134512640 135197378 4294956224 18446744073709551615 134603122 0 0 4096 0 0 0 0 17 1 0 0
/proc/31975/statm: 59246 52686 92 167 0 59077 0
Current children cumulated CPU time (s) 222.08
Current children cumulated vsize (KiB) 236984

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.10 2/65 31976
/proc/meminfo: memFree=1415792/2055920 swapFree=4180704/4192956
[pid=31975] ppid=31973 vsize=236984 CPUtime=282.04
/proc/31975/stat : 31975 (march_hi) R 31973 31975 31604 0 -1 4194304 117155 0 0 0 28152 52 0 0 25 0 1 0 109324582 242671616 52691 1992294400 134512640 135197378 4294956224 18446744073709551615 134603252 0 0 4096 0 0 0 0 17 0 0 0
/proc/31975/statm: 59246 52691 92 167 0 59077 0
Current children cumulated CPU time (s) 282.04
Current children cumulated vsize (KiB) 236984

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 31976
/proc/meminfo: memFree=1415728/2055920 swapFree=4180704/4192956
[pid=31975] ppid=31973 vsize=236984 CPUtime=342.02
/proc/31975/stat : 31975 (march_hi) R 31973 31975 31604 0 -1 4194304 117156 0 0 0 34149 53 0 0 25 0 1 0 109324582 242671616 52692 1992294400 134512640 135197378 4294956224 18446744073709551615 134603252 0 0 4096 0 0 0 0 17 0 0 0
/proc/31975/statm: 59246 52692 92 167 0 59077 0
Current children cumulated CPU time (s) 342.02
Current children cumulated vsize (KiB) 236984

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 31976
/proc/meminfo: memFree=1415728/2055920 swapFree=4180704/4192956
[pid=31975] ppid=31973 vsize=236984 CPUtime=401.99
/proc/31975/stat : 31975 (march_hi) R 31973 31975 31604 0 -1 4194304 117158 0 0 0 40146 53 0 0 25 0 1 0 109324582 242671616 52694 1992294400 134512640 135197378 4294956224 18446744073709551615 134539117 0 0 4096 0 0 0 0 17 0 0 0
/proc/31975/statm: 59246 52694 92 167 0 59077 0
Current children cumulated CPU time (s) 401.99
Current children cumulated vsize (KiB) 236984

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 31976
/proc/meminfo: memFree=1415728/2055920 swapFree=4180704/4192956
[pid=31975] ppid=31973 vsize=236984 CPUtime=461.95
/proc/31975/stat : 31975 (march_hi) R 31973 31975 31604 0 -1 4194304 117158 0 0 0 46142 53 0 0 25 0 1 0 109324582 242671616 52694 1992294400 134512640 135197378 4294956224 18446744073709551615 134603248 0 0 4096 0 0 0 0 17 0 0 0
/proc/31975/statm: 59246 52694 92 167 0 59077 0
Current children cumulated CPU time (s) 461.95
Current children cumulated vsize (KiB) 236984

[startup+522.307 s]
/proc/loadavg: 1.00 1.00 1.07 2/65 31976
/proc/meminfo: memFree=1415728/2055920 swapFree=4180704/4192956
[pid=31975] ppid=31973 vsize=236984 CPUtime=521.93
/proc/31975/stat : 31975 (march_hi) R 31973 31975 31604 0 -1 4194304 117162 0 0 0 52140 53 0 0 25 0 1 0 109324582 242671616 52698 1992294400 134512640 135197378 4294956224 18446744073709551615 134603252 0 0 4096 0 0 0 0 17 0 0 0
/proc/31975/statm: 59246 52698 92 167 0 59077 0
Current children cumulated CPU time (s) 521.93
Current children cumulated vsize (KiB) 236984

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.07 2/65 31976
/proc/meminfo: memFree=1415664/2055920 swapFree=4180704/4192956
[pid=31975] ppid=31973 vsize=236984 CPUtime=581.89
/proc/31975/stat : 31975 (march_hi) R 31973 31975 31604 0 -1 4194304 117172 0 0 0 58136 53 0 0 25 0 1 0 109324582 242671616 52708 1992294400 134512640 135197378 4294956224 18446744073709551615 134603250 0 0 4096 0 0 0 0 17 1 0 0
/proc/31975/statm: 59246 52708 92 167 0 59077 0
Current children cumulated CPU time (s) 581.89
Current children cumulated vsize (KiB) 236984

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 31976
/proc/meminfo: memFree=1415600/2055920 swapFree=4180704/4192956
[pid=31975] ppid=31973 vsize=236984 CPUtime=641.83
/proc/31975/stat : 31975 (march_hi) R 31973 31975 31604 0 -1 4194304 117175 0 0 0 64130 53 0 0 25 0 1 0 109324582 242671616 52711 1992294400 134512640 135197378 4294956224 18446744073709551615 134603255 0 0 4096 0 0 0 0 17 0 0 0
/proc/31975/statm: 59246 52711 92 167 0 59077 0
Current children cumulated CPU time (s) 641.83
Current children cumulated vsize (KiB) 236984

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 31976
/proc/meminfo: memFree=1415472/2055920 swapFree=4180704/4192956
[pid=31975] ppid=31973 vsize=236984 CPUtime=701.8
/proc/31975/stat : 31975 (march_hi) R 31973 31975 31604 0 -1 4194304 117175 0 0 0 70127 53 0 0 25 0 1 0 109324582 242671616 52711 1992294400 134512640 135197378 4294956224 18446744073709551615 134603248 0 0 4096 0 0 0 0 17 0 0 0
/proc/31975/statm: 59246 52711 92 167 0 59077 0
Current children cumulated CPU time (s) 701.8
Current children cumulated vsize (KiB) 236984

[startup+762.302 s]
/proc/loadavg: 1.00 1.00 1.05 2/65 31976
/proc/meminfo: memFree=1415408/2055920 swapFree=4180704/4192956
[pid=31975] ppid=31973 vsize=236984 CPUtime=761.73
/proc/31975/stat : 31975 (march_hi) R 31973 31975 31604 0 -1 4194304 117178 0 0 0 76120 53 0 0 25 0 1 0 109324582 242671616 52714 1992294400 134512640 135197378 4294956224 18446744073709551615 134539469 0 0 4096 0 0 0 0 17 1 0 0
/proc/31975/statm: 59246 52714 92 167 0 59077 0
Current children cumulated CPU time (s) 761.73
Current children cumulated vsize (KiB) 236984

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.04 2/65 31976
/proc/meminfo: memFree=1415408/2055920 swapFree=4180704/4192956
[pid=31975] ppid=31973 vsize=236984 CPUtime=821.7
/proc/31975/stat : 31975 (march_hi) R 31973 31975 31604 0 -1 4194304 117182 0 0 0 82117 53 0 0 25 0 1 0 109324582 242671616 52718 1992294400 134512640 135197378 4294956224 18446744073709551615 134603248 0 0 4096 0 0 0 0 17 0 0 0
/proc/31975/statm: 59246 52718 92 167 0 59077 0
Current children cumulated CPU time (s) 821.7
Current children cumulated vsize (KiB) 236984

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.04 2/65 31976
/proc/meminfo: memFree=1415408/2055920 swapFree=4180704/4192956
[pid=31975] ppid=31973 vsize=236984 CPUtime=881.67
/proc/31975/stat : 31975 (march_hi) R 31973 31975 31604 0 -1 4194304 117182 0 0 0 88114 53 0 0 25 0 1 0 109324582 242671616 52718 1992294400 134512640 135197378 4294956224 18446744073709551615 134602887 0 0 4096 0 0 0 0 17 0 0 0
/proc/31975/statm: 59246 52718 92 167 0 59077 0
Current children cumulated CPU time (s) 881.67
Current children cumulated vsize (KiB) 236984

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.03 2/65 31976
/proc/meminfo: memFree=1415408/2055920 swapFree=4180704/4192956
[pid=31975] ppid=31973 vsize=236984 CPUtime=941.64
/proc/31975/stat : 31975 (march_hi) R 31973 31975 31604 0 -1 4194304 117182 0 0 0 94111 53 0 0 25 0 1 0 109324582 242671616 52718 1992294400 134512640 135197378 4294956224 18446744073709551615 134603250 0 0 4096 0 0 0 0 17 1 0 0
/proc/31975/statm: 59246 52718 92 167 0 59077 0
Current children cumulated CPU time (s) 941.64
Current children cumulated vsize (KiB) 236984

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.03 2/65 31976
/proc/meminfo: memFree=1415408/2055920 swapFree=4180704/4192956
[pid=31975] ppid=31973 vsize=236984 CPUtime=1001.6
/proc/31975/stat : 31975 (march_hi) R 31973 31975 31604 0 -1 4194304 117183 0 0 0 100107 53 0 0 25 0 1 0 109324582 242671616 52719 1992294400 134512640 135197378 4294956224 18446744073709551615 134603252 0 0 4096 0 0 0 0 17 0 0 0
/proc/31975/statm: 59246 52719 92 167 0 59077 0
Current children cumulated CPU time (s) 1001.6
Current children cumulated vsize (KiB) 236984

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.02 2/65 31976
/proc/meminfo: memFree=1415344/2055920 swapFree=4180704/4192956
[pid=31975] ppid=31973 vsize=236984 CPUtime=1061.58
/proc/31975/stat : 31975 (march_hi) R 31973 31975 31604 0 -1 4194304 117185 0 0 0 106105 53 0 0 25 0 1 0 109324582 242671616 52721 1992294400 134512640 135197378 4294956224 18446744073709551615 134603248 0 0 4096 0 0 0 0 17 0 0 0
/proc/31975/statm: 59246 52721 92 167 0 59077 0
Current children cumulated CPU time (s) 1061.58
Current children cumulated vsize (KiB) 236984

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/65 31976
/proc/meminfo: memFree=1415280/2055920 swapFree=4180704/4192956
[pid=31975] ppid=31973 vsize=236984 CPUtime=1121.55
/proc/31975/stat : 31975 (march_hi) R 31973 31975 31604 0 -1 4194304 117185 0 0 0 112102 53 0 0 25 0 1 0 109324582 242671616 52721 1992294400 134512640 135197378 4294956224 18446744073709551615 134603255 0 0 4096 0 0 0 0 17 0 0 0
/proc/31975/statm: 59246 52721 92 167 0 59077 0
Current children cumulated CPU time (s) 1121.55
Current children cumulated vsize (KiB) 236984

[startup+1182.31 s]
/proc/loadavg: 1.00 1.00 1.01 2/65 31976
/proc/meminfo: memFree=1415344/2055920 swapFree=4180704/4192956
[pid=31975] ppid=31973 vsize=236984 CPUtime=1181.52
/proc/31975/stat : 31975 (march_hi) R 31973 31975 31604 0 -1 4194304 117185 0 0 0 118099 53 0 0 25 0 1 0 109324582 242671616 52721 1992294400 134512640 135197378 4294956224 18446744073709551615 134553209 0 0 4096 0 0 0 0 17 0 0 0
/proc/31975/statm: 59246 52721 92 167 0 59077 0
Current children cumulated CPU time (s) 1181.52
Current children cumulated vsize (KiB) 236984



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.8 s]
/proc/loadavg: 1.00 1.00 1.01 2/65 31976
/proc/meminfo: memFree=1415280/2055920 swapFree=4180704/4192956
[pid=31975] ppid=31973 vsize=236984 CPUtime=1200.02
/proc/31975/stat : 31975 (march_hi) R 31973 31975 31604 0 -1 4194304 117185 0 0 0 119949 53 0 0 25 0 1 0 109324582 242671616 52721 1992294400 134512640 135197378 4294956224 18446744073709551615 134553209 0 0 4096 0 0 0 0 17 0 0 0
/proc/31975/statm: 59246 52721 92 167 0 59077 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 236984

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

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

[startup+1200.8 s]
/proc/loadavg: 1.00 1.00 1.01 2/65 31976
/proc/meminfo: memFree=1415280/2055920 swapFree=4180704/4192956
[pid=31975] ppid=31973 vsize=236984 CPUtime=1200.02
/proc/31975/stat : 31975 (march_hi) R 31973 31975 31604 0 -1 4194304 117185 0 0 0 119949 53 0 0 25 0 1 0 109324582 242671616 52721 1992294400 134512640 135197378 4294956224 18446744073709551615 134553209 0 0 4096 0 0 0 0 17 0 0 0
/proc/31975/statm: 59246 52721 92 167 0 59077 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 236984

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.84
CPU time (s): 1200.06
CPU user time (s): 1199.49
CPU system time (s): 0.570913
CPU usage (%): 99.9354
Max. virtual memory (cumulated for all children) (KiB): 286452

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

runsolver used 1.05984 second user time and 3.45947 second system time

The end

Launcher Data

Begin job on node28 at 2009-04-27 08:15:13
IDJOB=1736712
IDBENCH=71631
IDSOLVER=521
FILE ID=node28/1736712-1240812913
PBS_JOBID= 9187418
Free space on /tmp= 66340 MiB

SOLVER NAME= march_hi hi
BENCH NAME= SAT09/CRAFTED/parity-games/instance_n7_i7_pp_ci_ce.cnf
COMMAND LINE= HOME/march_hi BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1736712-1240812913/watcher-1736712-1240812913 -o /tmp/evaluation-result-1736712-1240812913/solver-1736712-1240812913 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/march_hi HOME/instance-1736712-1240812913.cnf

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

MD5SUM BENCH= 5e0c3f55984f25e5ae39d5acbf3dab6b
RANDOM SEED=1604705666

node28.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.261
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.261
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:       1627736 kB
Buffers:         46652 kB
Cached:         302628 kB
SwapCached:       5476 kB
Active:          98252 kB
Inactive:       259660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1627736 kB
SwapTotal:     4192956 kB
SwapFree:      4180704 kB
Dirty:            3520 kB
Writeback:           0 kB
Mapped:          14308 kB
Slab:            56120 kB
Committed_AS:   491452 kB
PageTables:       1420 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= 66340 MiB
End job on node28 at 2009-04-27 08:35:16