Trace number 1727217

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.03 1200.62

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-luckySeven.used-as.sat04-990.sat05-4196.reshuffled-07.cnf
MD5SUMbf3618cdbef11db03f2026bf209783fc
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark269.431
Satisfiable
(Un)Satisfiability was proved
Number of variables25493
Number of clauses1139180
Sum of the clauses size2298131
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21136319
Number of clauses of size 31
Number of clauses of size 41
Number of clauses of size 57
Number of clauses of size over 52852

Solver Data

19.28/19.31	c main():: ***                                   [ march satisfiability solver ]                                   ***
19.28/19.31	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
19.28/19.31	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
19.28/19.31	c main()::
19.28/19.31	c initFormula():: searching for DIMACS p-line....
19.28/19.31	c full lookahead due to high density!
19.28/19.31	c initFormula():: the DIMACS p-line indicates a CNF of 25493 variables and 1139180 clauses.
19.28/19.31	c parseCNF():: parsing....
19.28/19.31	c parseCNF():: the CNF contains 0 unary clauses.
19.28/19.31	c runParser():: parsing was successful, warming up engines...
19.28/19.31	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
19.28/19.31	c preprocessing fase I completed:: there are now 25493 free variables and 1139180 clauses.
19.28/19.31	c stat :: sign balance is biased by 87.160
19.28/19.31	c using k-SAT heuristics (size based diff)
19.28/19.31	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
19.28/19.31	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
19.28/19.31	c main():: clause / variable ratio: ( 1139180 / 25493 ) = 44.69
19.28/19.31	c longest clause has size 10
19.28/19.31	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
19.28/19.31	c number of free variables = 25493
19.28/19.31	c dynamic_preselect_setsize :: off
19.28/19.31	c main():: all systems go!
19.28/19.31	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-1727217-1240722318/watcher-1727217-1240722318 -o /tmp/evaluation-result-1727217-1240722318/solver-1727217-1240722318 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_hi HOME/instance-1727217-1240722318.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.92 0.98 0.99 3/64 32729
/proc/meminfo: memFree=1749192/2055920 swapFree=4181440/4192956
[pid=32729] ppid=32727 vsize=10272 CPUtime=0
/proc/32729/stat : 32729 (march_hi) R 32727 32729 29223 0 -1 4194304 1250 0 0 0 0 0 0 0 18 0 1 0 100260425 10518528 1235 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 0 0 0
/proc/32729/statm: 2601 1238 58 167 0 2432 0

[startup+0.049362 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 32729
/proc/meminfo: memFree=1749192/2055920 swapFree=4181440/4192956
[pid=32729] ppid=32727 vsize=12260 CPUtime=0.04
/proc/32729/stat : 32729 (march_hi) R 32727 32729 29223 0 -1 4194304 1839 0 0 0 3 1 0 0 18 0 1 0 100260425 12554240 1824 1992294400 134512640 135197378 4294956224 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 0 0 0
/proc/32729/statm: 3065 1824 58 167 0 2896 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 12260

[startup+0.101367 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 32729
/proc/meminfo: memFree=1749192/2055920 swapFree=4181440/4192956
[pid=32729] ppid=32727 vsize=12920 CPUtime=0.09
/proc/32729/stat : 32729 (march_hi) R 32727 32729 29223 0 -1 4194304 2078 0 0 0 8 1 0 0 18 0 1 0 100260425 13230080 2063 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 0 0 0
/proc/32729/statm: 3230 2063 58 167 0 3061 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12920

[startup+0.301397 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 32729
/proc/meminfo: memFree=1749192/2055920 swapFree=4181440/4192956
[pid=32729] ppid=32727 vsize=15956 CPUtime=0.3
/proc/32729/stat : 32729 (march_hi) R 32727 32729 29223 0 -1 4194304 2998 0 0 0 28 2 0 0 20 0 1 0 100260425 16338944 2984 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 0 0 0
/proc/32729/statm: 3989 2985 58 167 0 3820 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 15956

[startup+0.701456 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 32729
/proc/meminfo: memFree=1749192/2055920 swapFree=4181440/4192956
[pid=32729] ppid=32727 vsize=21896 CPUtime=0.69
/proc/32729/stat : 32729 (march_hi) R 32727 32729 29223 0 -1 4194304 4843 0 0 0 66 3 0 0 24 0 1 0 100260425 22421504 4828 1992294400 134512640 135197378 4294956224 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 0 0 0
/proc/32729/statm: 5474 4829 58 167 0 5305 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21896

[startup+1.50157 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 32730
/proc/meminfo: memFree=1726464/2055920 swapFree=4181440/4192956
[pid=32729] ppid=32727 vsize=75196 CPUtime=1.49
/proc/32729/stat : 32729 (march_hi) R 32727 32729 29223 0 -1 4194304 12270 0 0 0 143 6 0 0 25 0 1 0 100260425 77000704 9780 1992294400 134512640 135197378 4294956224 18446744073709551615 134693777 0 0 4096 0 0 0 0 17 0 0 0
/proc/32729/statm: 18799 9780 62 167 0 18630 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 75196

[startup+3.10181 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 32730
/proc/meminfo: memFree=1714368/2055920 swapFree=4181440/4192956
[pid=32729] ppid=32727 vsize=75848 CPUtime=3.09
/proc/32729/stat : 32729 (march_hi) R 32727 32729 29223 0 -1 4194304 14576 0 0 0 302 7 0 0 25 0 1 0 100260425 77668352 9859 1992294400 134512640 135197378 4294956224 18446744073709551615 134560764 0 0 4096 0 0 0 0 17 0 0 0
/proc/32729/statm: 18962 9859 66 167 0 18793 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 75848

[startup+6.30128 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 32730
/proc/meminfo: memFree=1697024/2055920 swapFree=4181440/4192956
[pid=32729] ppid=32727 vsize=94724 CPUtime=6.29
/proc/32729/stat : 32729 (march_hi) R 32727 32729 29223 0 -1 4194304 38815 0 0 0 611 18 0 0 25 0 1 0 100260425 96997376 14672 1992294400 134512640 135197378 4294956224 18446744073709551615 134560981 0 0 4096 0 0 0 0 17 0 0 0
/proc/32729/statm: 23681 14672 80 167 0 23512 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 94724

[startup+12.7012 s]
/proc/loadavg: 0.94 0.98 0.99 2/65 32730
/proc/meminfo: memFree=1711936/2055920 swapFree=4181440/4192956
[pid=32729] ppid=32727 vsize=75348 CPUtime=12.69
/proc/32729/stat : 32729 (march_hi) R 32727 32729 29223 0 -1 4194304 69732 0 0 0 1237 32 0 0 25 0 1 0 100260425 77156352 9856 1992294400 134512640 135197378 4294956224 18446744073709551615 134569221 0 0 4096 0 0 0 0 17 0 0 0
/proc/32729/statm: 18837 9856 83 167 0 18668 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 75348

[startup+25.5011 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 32730
/proc/meminfo: memFree=1685632/2055920 swapFree=4181440/4192956
[pid=32729] ppid=32727 vsize=149660 CPUtime=25.47
/proc/32729/stat : 32729 (march_hi) R 32727 32729 29223 0 -1 4194304 101156 0 0 0 2501 46 0 0 25 0 1 0 100260425 153251840 16475 1992294400 134512640 135197378 4294956224 18446744073709551615 134541501 0 0 4096 0 0 0 0 17 0 0 0
/proc/32729/statm: 37415 16475 93 167 0 37246 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 149660

[startup+51.1019 s]
/proc/loadavg: 0.97 0.98 0.99 2/65 32730
/proc/meminfo: memFree=1684992/2055920 swapFree=4181440/4192956
[pid=32729] ppid=32727 vsize=150496 CPUtime=51.06
/proc/32729/stat : 32729 (march_hi) R 32727 32729 29223 0 -1 4194304 101331 0 0 0 5060 46 0 0 25 0 1 0 100260425 154107904 16650 1992294400 134512640 135197378 4294956224 18446744073709551615 134541425 0 0 4096 0 0 0 0 17 0 0 0
/proc/32729/statm: 37624 16650 93 167 0 37455 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 150496

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 32730
/proc/meminfo: memFree=1684608/2055920 swapFree=4181440/4192956
[pid=32729] ppid=32727 vsize=150752 CPUtime=102.22
/proc/32729/stat : 32729 (march_hi) R 32727 32729 29223 0 -1 4194304 101409 0 0 0 10175 47 0 0 25 0 1 0 100260425 154370048 16728 1992294400 134512640 135197378 4294956224 18446744073709551615 134541433 0 0 4096 0 0 0 0 17 0 0 0
/proc/32729/statm: 37688 16728 93 167 0 37519 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 150752

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32730
/proc/meminfo: memFree=1684224/2055920 swapFree=4181440/4192956
[pid=32729] ppid=32727 vsize=151056 CPUtime=162.19
/proc/32729/stat : 32729 (march_hi) R 32727 32729 29223 0 -1 4194304 101491 0 0 0 16172 47 0 0 25 0 1 0 100260425 154681344 16810 1992294400 134512640 135197378 4294956224 18446744073709551615 134541557 0 0 4096 0 0 0 0 17 0 0 0
/proc/32729/statm: 37764 16810 93 167 0 37595 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 151056

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32730
/proc/meminfo: memFree=1684096/2055920 swapFree=4181440/4192956
[pid=32729] ppid=32727 vsize=151208 CPUtime=222.16
/proc/32729/stat : 32729 (march_hi) R 32727 32729 29223 0 -1 4194304 101524 0 0 0 22169 47 0 0 25 0 1 0 100260425 154836992 16843 1992294400 134512640 135197378 4294956224 18446744073709551615 134541501 0 0 4096 0 0 0 0 17 0 0 0
/proc/32729/statm: 37802 16843 93 167 0 37633 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 151208

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32730
/proc/meminfo: memFree=1683904/2055920 swapFree=4181440/4192956
[pid=32729] ppid=32727 vsize=151436 CPUtime=282.13
/proc/32729/stat : 32729 (march_hi) R 32727 32729 29223 0 -1 4194304 101556 0 0 0 28166 47 0 0 25 0 1 0 100260425 155070464 16875 1992294400 134512640 135197378 4294956224 18446744073709551615 134541464 0 0 4096 0 0 0 0 17 0 0 0
/proc/32729/statm: 37859 16875 93 167 0 37690 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 151436

[startup+342.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32730
/proc/meminfo: memFree=1683776/2055920 swapFree=4181440/4192956
[pid=32729] ppid=32727 vsize=151436 CPUtime=342.11
/proc/32729/stat : 32729 (march_hi) R 32727 32729 29223 0 -1 4194304 101589 0 0 0 34164 47 0 0 25 0 1 0 100260425 155070464 16908 1992294400 134512640 135197378 4294956224 18446744073709551615 134541522 0 0 4096 0 0 0 0 17 0 0 0
/proc/32729/statm: 37859 16908 93 167 0 37690 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 151436

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32730
/proc/meminfo: memFree=1683584/2055920 swapFree=4181440/4192956
[pid=32729] ppid=32727 vsize=151776 CPUtime=402.08
/proc/32729/stat : 32729 (march_hi) R 32727 32729 29223 0 -1 4194304 101621 0 0 0 40161 47 0 0 25 0 1 0 100260425 155418624 16940 1992294400 134512640 135197378 4294956224 18446744073709551615 134541433 0 0 4096 0 0 0 0 17 0 0 0
/proc/32729/statm: 37944 16940 93 167 0 37775 0
Current children cumulated CPU time (s) 402.08
Current children cumulated vsize (KiB) 151776

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32730
/proc/meminfo: memFree=1683456/2055920 swapFree=4181440/4192956
[pid=32729] ppid=32727 vsize=151776 CPUtime=462.05
/proc/32729/stat : 32729 (march_hi) R 32727 32729 29223 0 -1 4194304 101654 0 0 0 46158 47 0 0 25 0 1 0 100260425 155418624 16973 1992294400 134512640 135197378 4294956224 18446744073709551615 134541538 0 0 4096 0 0 0 0 17 0 0 0
/proc/32729/statm: 37944 16973 93 167 0 37775 0
Current children cumulated CPU time (s) 462.05
Current children cumulated vsize (KiB) 151776

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32730
/proc/meminfo: memFree=1683392/2055920 swapFree=4181440/4192956
[pid=32729] ppid=32727 vsize=152288 CPUtime=522.02
/proc/32729/stat : 32729 (march_hi) R 32727 32729 29223 0 -1 4194304 101686 0 0 0 52155 47 0 0 25 0 1 0 100260425 155942912 17005 1992294400 134512640 135197378 4294956224 18446744073709551615 134541433 0 0 4096 0 0 0 0 17 0 0 0
/proc/32729/statm: 38072 17005 93 167 0 37903 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 152288

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32730
/proc/meminfo: memFree=1683264/2055920 swapFree=4181440/4192956
[pid=32729] ppid=32727 vsize=152288 CPUtime=582
/proc/32729/stat : 32729 (march_hi) R 32727 32729 29223 0 -1 4194304 101719 0 0 0 58153 47 0 0 25 0 1 0 100260425 155942912 17038 1992294400 134512640 135197378 4294956224 18446744073709551615 134541433 0 0 4096 0 0 0 0 17 0 0 0
/proc/32729/statm: 38072 17038 93 167 0 37903 0
Current children cumulated CPU time (s) 582
Current children cumulated vsize (KiB) 152288

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32730
/proc/meminfo: memFree=1683072/2055920 swapFree=4181440/4192956
[pid=32729] ppid=32727 vsize=152288 CPUtime=641.97
/proc/32729/stat : 32729 (march_hi) R 32727 32729 29223 0 -1 4194304 101751 0 0 0 64150 47 0 0 25 0 1 0 100260425 155942912 17070 1992294400 134512640 135197378 4294956224 18446744073709551615 134541433 0 0 4096 0 0 0 0 17 0 0 0
/proc/32729/statm: 38072 17070 93 167 0 37903 0
Current children cumulated CPU time (s) 641.97
Current children cumulated vsize (KiB) 152288

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32730
/proc/meminfo: memFree=1682816/2055920 swapFree=4181440/4192956
[pid=32729] ppid=32727 vsize=152288 CPUtime=701.94
/proc/32729/stat : 32729 (march_hi) R 32727 32729 29223 0 -1 4194304 101783 0 0 0 70147 47 0 0 25 0 1 0 100260425 155942912 17102 1992294400 134512640 135197378 4294956224 18446744073709551615 134541464 0 0 4096 0 0 0 0 17 0 0 0
/proc/32729/statm: 38072 17102 93 167 0 37903 0
Current children cumulated CPU time (s) 701.94
Current children cumulated vsize (KiB) 152288

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32730
/proc/meminfo: memFree=1682624/2055920 swapFree=4181440/4192956
[pid=32729] ppid=32727 vsize=153052 CPUtime=761.92
/proc/32729/stat : 32729 (march_hi) R 32727 32729 29223 0 -1 4194304 101814 0 0 0 76144 48 0 0 25 0 1 0 100260425 156725248 17133 1992294400 134512640 135197378 4294956224 18446744073709551615 134541450 0 0 4096 0 0 0 0 17 0 0 0
/proc/32729/statm: 38263 17133 93 167 0 38094 0
Current children cumulated CPU time (s) 761.92
Current children cumulated vsize (KiB) 153052

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32730
/proc/meminfo: memFree=1682432/2055920 swapFree=4181440/4192956
[pid=32729] ppid=32727 vsize=153184 CPUtime=821.88
/proc/32729/stat : 32729 (march_hi) R 32727 32729 29223 0 -1 4194304 101876 0 0 0 82140 48 0 0 25 0 1 0 100260425 156860416 17195 1992294400 134512640 135197378 4294956224 18446744073709551615 134541450 0 0 4096 0 0 0 0 17 0 0 0
/proc/32729/statm: 38296 17195 93 167 0 38127 0
Current children cumulated CPU time (s) 821.88
Current children cumulated vsize (KiB) 153184

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32730
/proc/meminfo: memFree=1682176/2055920 swapFree=4181440/4192956
[pid=32729] ppid=32727 vsize=153316 CPUtime=881.86
/proc/32729/stat : 32729 (march_hi) R 32727 32729 29223 0 -1 4194304 101929 0 0 0 88138 48 0 0 25 0 1 0 100260425 156995584 17248 1992294400 134512640 135197378 4294956224 18446744073709551615 134541501 0 0 4096 0 0 0 0 17 0 0 0
/proc/32729/statm: 38329 17248 93 167 0 38160 0
Current children cumulated CPU time (s) 881.86
Current children cumulated vsize (KiB) 153316

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32730
/proc/meminfo: memFree=1682048/2055920 swapFree=4181440/4192956
[pid=32729] ppid=32727 vsize=153316 CPUtime=941.83
/proc/32729/stat : 32729 (march_hi) R 32727 32729 29223 0 -1 4194304 101965 0 0 0 94135 48 0 0 25 0 1 0 100260425 156995584 17284 1992294400 134512640 135197378 4294956224 18446744073709551615 134541433 0 0 4096 0 0 0 0 17 0 0 0
/proc/32729/statm: 38329 17284 93 167 0 38160 0
Current children cumulated CPU time (s) 941.83
Current children cumulated vsize (KiB) 153316

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32730
/proc/meminfo: memFree=1681792/2055920 swapFree=4181440/4192956
[pid=32729] ppid=32727 vsize=153316 CPUtime=1001.8
/proc/32729/stat : 32729 (march_hi) R 32727 32729 29223 0 -1 4194304 102009 0 0 0 100132 48 0 0 25 0 1 0 100260425 156995584 17328 1992294400 134512640 135197378 4294956224 18446744073709551615 134541433 0 0 4096 0 0 0 0 17 0 0 0
/proc/32729/statm: 38329 17328 93 167 0 38160 0
Current children cumulated CPU time (s) 1001.8
Current children cumulated vsize (KiB) 153316

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32730
/proc/meminfo: memFree=1681664/2055920 swapFree=4181440/4192956
[pid=32729] ppid=32727 vsize=153448 CPUtime=1061.76
/proc/32729/stat : 32729 (march_hi) R 32727 32729 29223 0 -1 4194304 102055 0 0 0 106128 48 0 0 25 0 1 0 100260425 157130752 17374 1992294400 134512640 135197378 4294956224 18446744073709551615 134541538 0 0 4096 0 0 0 0 17 0 0 0
/proc/32729/statm: 38362 17374 93 167 0 38193 0
Current children cumulated CPU time (s) 1061.76
Current children cumulated vsize (KiB) 153448

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32730
/proc/meminfo: memFree=1681344/2055920 swapFree=4181440/4192956
[pid=32729] ppid=32727 vsize=153580 CPUtime=1121.73
/proc/32729/stat : 32729 (march_hi) R 32727 32729 29223 0 -1 4194304 102118 0 0 0 112125 48 0 0 25 0 1 0 100260425 157265920 17437 1992294400 134512640 135197378 4294956224 18446744073709551615 134541450 0 0 4096 0 0 0 0 17 0 0 0
/proc/32729/statm: 38395 17437 93 167 0 38226 0
Current children cumulated CPU time (s) 1121.73
Current children cumulated vsize (KiB) 153580

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32730
/proc/meminfo: memFree=1681152/2055920 swapFree=4181440/4192956
[pid=32729] ppid=32727 vsize=154732 CPUtime=1181.72
/proc/32729/stat : 32729 (march_hi) R 32727 32729 29223 0 -1 4194304 102153 0 0 0 118123 49 0 0 25 0 1 0 100260425 158445568 17472 1992294400 134512640 135197378 4294956224 18446744073709551615 134541448 0 0 4096 0 0 0 0 17 0 0 0
/proc/32729/statm: 38683 17472 93 167 0 38514 0
Current children cumulated CPU time (s) 1181.72
Current children cumulated vsize (KiB) 154732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32730
/proc/meminfo: memFree=1681088/2055920 swapFree=4181440/4192956
[pid=32729] ppid=32727 vsize=154732 CPUtime=1200.01
/proc/32729/stat : 32729 (march_hi) R 32727 32729 29223 0 -1 4194304 102163 0 0 0 119952 49 0 0 25 0 1 0 100260425 158445568 17482 1992294400 134512640 135197378 4294956224 18446744073709551615 134541450 0 0 4096 0 0 0 0 17 0 0 0
/proc/32729/statm: 38683 17482 93 167 0 38514 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 154732

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.62
CPU time (s): 1200.03
CPU user time (s): 1199.53
CPU system time (s): 0.501923
CPU usage (%): 99.9509
Max. virtual memory (cumulated for all children) (KiB): 154732

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

runsolver used 0.942856 second user time and 3.43448 second system time

The end

Launcher Data

Begin job on node39 at 2009-04-26 07:05:20
IDJOB=1727217
IDBENCH=24632
IDSOLVER=521
FILE ID=node39/1727217-1240722318
PBS_JOBID= 9186860
Free space on /tmp= 66332 MiB

SOLVER NAME= march_hi hi
BENCH NAME= SAT07/crafted/Hard/contest05/phnf/phnf-size10-exclusive-luckySeven.used-as.sat04-990.sat05-4196.reshuffled-07.cnf
COMMAND LINE= HOME/march_hi BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1727217-1240722318/watcher-1727217-1240722318 -o /tmp/evaluation-result-1727217-1240722318/solver-1727217-1240722318 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/march_hi HOME/instance-1727217-1240722318.cnf

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

MD5SUM BENCH= bf3618cdbef11db03f2026bf209783fc
RANDOM SEED=354701246

node39.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.281
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.281
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:       1751336 kB
Buffers:         26472 kB
Cached:         220980 kB
SwapCached:       6324 kB
Active:         133016 kB
Inactive:       123336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1751336 kB
SwapTotal:     4192956 kB
SwapFree:      4181440 kB
Dirty:           16604 kB
Writeback:           0 kB
Mapped:          13548 kB
Slab:            34228 kB
Committed_AS:   457648 kB
PageTables:       1380 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= 66328 MiB
End job on node39 at 2009-04-26 07:25:23