Trace number 1728277

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

General information on the benchmark

Namecrafted/Hard/contest05/others/
sgp_5-6-8.sat05-2669.reshuffled-07.cnf
MD5SUM4064da8380443613a08af89e2e77b8a2
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 variables58560
Number of clauses778800
Sum of the clauses size1766280
Maximum clause length48
Minimum clause length1
Number of clauses of size 196
Number of clauses of size 2599208
Number of clauses of size 3177096
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52400

Solver Data

15.07/15.20	c main():: ***                                   [ march satisfiability solver ]                                   ***
15.07/15.20	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
15.07/15.20	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
15.07/15.20	c main()::
15.07/15.20	c initFormula():: searching for DIMACS p-line....
15.07/15.20	c full lookahead due to high density!
15.07/15.20	c initFormula():: the DIMACS p-line indicates a CNF of 58560 variables and 778800 clauses.
15.07/15.20	c parseCNF():: parsing....
15.07/15.20	c parseCNF():: the CNF contains 96 unary clauses.
15.07/15.20	c runParser():: parsing was successful, warming up engines...
15.07/15.20	c simplify_formula():: removed 0 tautological, 335040 satisfied and 0 duplicate clauses
15.07/15.20	c preprocessing fase I completed:: there are now 29376 free variables and 443760 clauses.
15.07/15.20	c stat :: sign balance is biased by 7.008
15.07/15.20	c using k-SAT heuristics (size based diff)
15.07/15.20	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
15.07/15.20	c simplify_formula():: removed 0 tautological, 0 satisfied and 81696 duplicate clauses
15.07/15.20	c resolvent_look() :: found 48384 resolvents
15.07/15.20	c main():: clause / variable ratio: ( 492144 / 58560 ) = 8.40
15.07/15.20	c longest clause has size 48
15.07/15.20	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
15.07/15.20	c number of free variables = 29376
15.07/15.20	c dynamic_preselect_setsize :: off
15.07/15.20	c main():: all systems go!
15.07/15.20	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-1728277-1240734964/watcher-1728277-1240734964 -o /tmp/evaluation-result-1728277-1240734964/solver-1728277-1240734964 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_hi HOME/instance-1728277-1240734964.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 29430
/proc/meminfo: memFree=1700872/2055920 swapFree=4179608/4192956
[pid=29430] ppid=29428 vsize=4112 CPUtime=0
/proc/29430/stat : 29430 (march_hi) R 29428 29430 29049 0 -1 4194304 776 0 0 0 0 0 0 0 18 0 1 0 101522774 4210688 761 1992294400 134512640 135197378 4294956224 18446744073709551615 134568349 0 0 4096 0 0 0 0 17 0 0 0
/proc/29430/statm: 1028 767 58 167 0 859 0

[startup+0.0778519 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 29430
/proc/meminfo: memFree=1700872/2055920 swapFree=4179608/4192956
[pid=29430] ppid=29428 vsize=12332 CPUtime=0.07
/proc/29430/stat : 29430 (march_hi) R 29428 29430 29049 0 -1 4194304 2195 0 0 0 7 0 0 0 18 0 1 0 101522774 12627968 2180 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 0 0 0
/proc/29430/statm: 3083 2180 58 167 0 2914 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 12332

[startup+0.102853 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 29430
/proc/meminfo: memFree=1700872/2055920 swapFree=4179608/4192956
[pid=29430] ppid=29428 vsize=12596 CPUtime=0.09
/proc/29430/stat : 29430 (march_hi) R 29428 29430 29049 0 -1 4194304 2300 0 0 0 9 0 0 0 18 0 1 0 101522774 12898304 2285 1992294400 134512640 135197378 4294956224 18446744073709551615 134857156 0 0 4096 0 0 0 0 17 0 0 0
/proc/29430/statm: 3149 2285 58 167 0 2980 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12596

[startup+0.301875 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 29430
/proc/meminfo: memFree=1700872/2055920 swapFree=4179608/4192956
[pid=29430] ppid=29428 vsize=15368 CPUtime=0.29
/proc/29430/stat : 29430 (march_hi) R 29428 29430 29049 0 -1 4194304 3136 0 0 0 28 1 0 0 19 0 1 0 101522774 15736832 3121 1992294400 134512640 135197378 4294956224 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 0 0 0
/proc/29430/statm: 3842 3121 58 167 0 3673 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15368

[startup+0.702929 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 29430
/proc/meminfo: memFree=1700872/2055920 swapFree=4179608/4192956
[pid=29430] ppid=29428 vsize=20648 CPUtime=0.69
/proc/29430/stat : 29430 (march_hi) R 29428 29430 29049 0 -1 4194304 4805 0 0 0 67 2 0 0 23 0 1 0 101522774 21143552 4790 1992294400 134512640 135197378 4294956224 18446744073709551615 134851437 0 0 4096 0 0 0 0 17 1 0 0
/proc/29430/statm: 5162 4790 58 167 0 4993 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20648

[startup+1.50201 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 29431
/proc/meminfo: memFree=1668608/2055920 swapFree=4179608/4192956
[pid=29430] ppid=29428 vsize=54136 CPUtime=1.48
/proc/29430/stat : 29430 (march_hi) R 29428 29430 29049 0 -1 4194304 10339 0 0 0 144 4 0 0 25 0 1 0 101522774 55435264 7022 1992294400 134512640 135197378 4294956224 18446744073709551615 134565239 0 0 4096 0 0 0 0 17 0 0 0
/proc/29430/statm: 13534 7022 65 167 0 13365 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 54136

[startup+3.10121 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 29431
/proc/meminfo: memFree=1670592/2055920 swapFree=4179608/4192956
[pid=29430] ppid=29428 vsize=54944 CPUtime=3.08
/proc/29430/stat : 29430 (march_hi) R 29428 29430 29049 0 -1 4194304 15915 0 0 0 301 7 0 0 25 0 1 0 101522774 56262656 7527 1992294400 134512640 135197378 4294956224 18446744073709551615 134569221 0 0 4096 0 0 0 0 17 1 0 0
/proc/29430/statm: 13736 7527 67 167 0 13567 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 54944

[startup+6.30155 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 29431
/proc/meminfo: memFree=1668032/2055920 swapFree=4179608/4192956
[pid=29430] ppid=29428 vsize=61616 CPUtime=6.27
/proc/29430/stat : 29430 (march_hi) R 29428 29430 29049 0 -1 4194304 30074 0 0 0 615 12 0 0 25 0 1 0 101522774 63094784 9209 1992294400 134512640 135197378 4294956224 18446744073709551615 134560984 0 0 4096 0 0 0 0 17 0 0 0
/proc/29430/statm: 15404 9209 77 167 0 15235 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 61616

[startup+12.7013 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 29431
/proc/meminfo: memFree=1635840/2055920 swapFree=4179608/4192956
[pid=29430] ppid=29428 vsize=179108 CPUtime=12.67
/proc/29430/stat : 29430 (march_hi) R 29428 29430 29049 0 -1 4194304 67370 0 0 0 1239 28 0 0 25 0 1 0 101522774 183406592 20426 1992294400 134512640 135197378 4294956224 18446744073709551615 134560353 0 0 4096 0 0 0 0 17 0 0 0
/proc/29430/statm: 44777 20426 88 167 0 44608 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 179108

[startup+25.5017 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 29431
/proc/meminfo: memFree=1609152/2055920 swapFree=4179608/4192956
[pid=29430] ppid=29428 vsize=185148 CPUtime=25.47
/proc/29430/stat : 29430 (march_hi) R 29428 29430 29049 0 -1 4194304 87184 0 0 0 2510 37 0 0 25 0 1 0 101522774 189591552 22943 1992294400 134512640 135197378 4294956224 18446744073709551615 134524899 0 0 4096 0 0 0 0 17 0 0 0
/proc/29430/statm: 46287 22943 90 167 0 46118 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 185148

[startup+51.1016 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 29431
/proc/meminfo: memFree=1608768/2055920 swapFree=4179608/4192956
[pid=29430] ppid=29428 vsize=185148 CPUtime=51.05
/proc/29430/stat : 29430 (march_hi) R 29428 29430 29049 0 -1 4194304 87265 0 0 0 5068 37 0 0 25 0 1 0 101522774 189591552 23024 1992294400 134512640 135197378 4294956224 18446744073709551615 134524890 0 0 4096 0 0 0 0 17 0 0 0
/proc/29430/statm: 46287 23024 93 167 0 46118 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 185148

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 29431
/proc/meminfo: memFree=1601536/2055920 swapFree=4179608/4192956
[pid=29430] ppid=29428 vsize=185300 CPUtime=102.23
/proc/29430/stat : 29430 (march_hi) R 29428 29430 29049 0 -1 4194304 89139 0 0 0 10185 38 0 0 25 0 1 0 101522774 189747200 24898 1992294400 134512640 135197378 4294956224 18446744073709551615 134539119 0 0 4096 0 0 0 0 17 0 0 0
/proc/29430/statm: 46325 24898 93 167 0 46156 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 185300

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29431
/proc/meminfo: memFree=1597248/2055920 swapFree=4179608/4192956
[pid=29430] ppid=29428 vsize=187232 CPUtime=162.21
/proc/29430/stat : 29430 (march_hi) R 29428 29430 29049 0 -1 4194304 90161 0 0 0 16183 38 0 0 25 0 1 0 101522774 191725568 25920 1992294400 134512640 135197378 4294956224 18446744073709551615 134649205 0 0 4096 0 0 0 0 17 0 0 0
/proc/29430/statm: 46808 25920 93 167 0 46639 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 187232

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29433
/proc/meminfo: memFree=1596928/2055920 swapFree=4179608/4192956
[pid=29430] ppid=29428 vsize=187388 CPUtime=222.18
/proc/29430/stat : 29430 (march_hi) R 29428 29430 29049 0 -1 4194304 90205 0 0 0 22180 38 0 0 25 0 1 0 101522774 191885312 25964 1992294400 134512640 135197378 4294956224 18446744073709551615 134572872 0 0 4096 0 0 0 0 17 0 0 0
/proc/29430/statm: 46847 25964 93 167 0 46678 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 187388

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29433
/proc/meminfo: memFree=1596864/2055920 swapFree=4179608/4192956
[pid=29430] ppid=29428 vsize=187548 CPUtime=282.15
/proc/29430/stat : 29430 (march_hi) R 29428 29430 29049 0 -1 4194304 90243 0 0 0 28177 38 0 0 25 0 1 0 101522774 192049152 26002 1992294400 134512640 135197378 4294956224 18446744073709551615 134570914 0 0 4096 0 0 0 0 17 0 0 0
/proc/29430/statm: 46887 26002 93 167 0 46718 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 187548

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29433
/proc/meminfo: memFree=1596800/2055920 swapFree=4179608/4192956
[pid=29430] ppid=29428 vsize=187548 CPUtime=342.13
/proc/29430/stat : 29430 (march_hi) R 29428 29430 29049 0 -1 4194304 90281 0 0 0 34175 38 0 0 25 0 1 0 101522774 192049152 26040 1992294400 134512640 135197378 4294956224 18446744073709551615 134541493 0 0 4096 0 0 0 0 17 0 0 0
/proc/29430/statm: 46887 26040 93 167 0 46718 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 187548

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29433
/proc/meminfo: memFree=1596608/2055920 swapFree=4179608/4192956
[pid=29430] ppid=29428 vsize=187936 CPUtime=402.1
/proc/29430/stat : 29430 (march_hi) R 29428 29430 29049 0 -1 4194304 90330 0 0 0 40172 38 0 0 25 0 1 0 101522774 192446464 26089 1992294400 134512640 135197378 4294956224 18446744073709551615 134572855 0 0 4096 0 0 0 0 17 0 0 0
/proc/29430/statm: 46984 26089 93 167 0 46815 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 187936

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29433
/proc/meminfo: memFree=1596608/2055920 swapFree=4179608/4192956
[pid=29430] ppid=29428 vsize=187936 CPUtime=462.07
/proc/29430/stat : 29430 (march_hi) R 29428 29430 29049 0 -1 4194304 90341 0 0 0 46169 38 0 0 25 0 1 0 101522774 192446464 26100 1992294400 134512640 135197378 4294956224 18446744073709551615 134541433 0 0 4096 0 0 0 0 17 0 0 0
/proc/29430/statm: 46984 26100 93 167 0 46815 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 187936

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29433
/proc/meminfo: memFree=1596480/2055920 swapFree=4179608/4192956
[pid=29430] ppid=29428 vsize=187936 CPUtime=522.04
/proc/29430/stat : 29430 (march_hi) R 29428 29430 29049 0 -1 4194304 90351 0 0 0 52166 38 0 0 25 0 1 0 101522774 192446464 26110 1992294400 134512640 135197378 4294956224 18446744073709551615 134541425 0 0 4096 0 0 0 0 17 0 0 0
/proc/29430/statm: 46984 26110 93 167 0 46815 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 187936

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29433
/proc/meminfo: memFree=1596416/2055920 swapFree=4179608/4192956
[pid=29430] ppid=29428 vsize=188392 CPUtime=582.02
/proc/29430/stat : 29430 (march_hi) R 29428 29430 29049 0 -1 4194304 90362 0 0 0 58164 38 0 0 25 0 1 0 101522774 192913408 26121 1992294400 134512640 135197378 4294956224 18446744073709551615 134603122 0 0 4096 0 0 0 0 17 0 0 0
/proc/29430/statm: 47098 26121 93 167 0 46929 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 188392

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29433
/proc/meminfo: memFree=1596352/2055920 swapFree=4179608/4192956
[pid=29430] ppid=29428 vsize=188392 CPUtime=641.99
/proc/29430/stat : 29430 (march_hi) R 29428 29430 29049 0 -1 4194304 90372 0 0 0 64161 38 0 0 25 0 1 0 101522774 192913408 26131 1992294400 134512640 135197378 4294956224 18446744073709551615 134541433 0 0 4096 0 0 0 0 17 0 0 0
/proc/29430/statm: 47098 26131 93 167 0 46929 0
Current children cumulated CPU time (s) 641.99
Current children cumulated vsize (KiB) 188392

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29433
/proc/meminfo: memFree=1596224/2055920 swapFree=4179608/4192956
[pid=29430] ppid=29428 vsize=188392 CPUtime=701.97
/proc/29430/stat : 29430 (march_hi) R 29428 29430 29049 0 -1 4194304 90382 0 0 0 70159 38 0 0 25 0 1 0 101522774 192913408 26141 1992294400 134512640 135197378 4294956224 18446744073709551615 134541433 0 0 4096 0 0 0 0 17 0 0 0
/proc/29430/statm: 47098 26141 93 167 0 46929 0
Current children cumulated CPU time (s) 701.97
Current children cumulated vsize (KiB) 188392

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29433
/proc/meminfo: memFree=1596096/2055920 swapFree=4179608/4192956
[pid=29430] ppid=29428 vsize=188392 CPUtime=761.95
/proc/29430/stat : 29430 (march_hi) R 29428 29430 29049 0 -1 4194304 90393 0 0 0 76157 38 0 0 25 0 1 0 101522774 192913408 26152 1992294400 134512640 135197378 4294956224 18446744073709551615 134541546 0 0 4096 0 0 0 0 17 0 0 0
/proc/29430/statm: 47098 26152 93 167 0 46929 0
Current children cumulated CPU time (s) 761.95
Current children cumulated vsize (KiB) 188392

[startup+822.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29433
/proc/meminfo: memFree=1595968/2055920 swapFree=4179608/4192956
[pid=29430] ppid=29428 vsize=188392 CPUtime=821.9
/proc/29430/stat : 29430 (march_hi) R 29428 29430 29049 0 -1 4194304 90425 0 0 0 82152 38 0 0 25 0 1 0 101522774 192913408 26184 1992294400 134512640 135197378 4294956224 18446744073709551615 134572883 0 0 4096 0 0 0 0 17 0 0 0
/proc/29430/statm: 47098 26184 93 167 0 46929 0
Current children cumulated CPU time (s) 821.9
Current children cumulated vsize (KiB) 188392

[startup+882.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29433
/proc/meminfo: memFree=1595904/2055920 swapFree=4179608/4192956
[pid=29430] ppid=29428 vsize=188392 CPUtime=881.88
/proc/29430/stat : 29430 (march_hi) R 29428 29430 29049 0 -1 4194304 90436 0 0 0 88149 39 0 0 25 0 1 0 101522774 192913408 26195 1992294400 134512640 135197378 4294956224 18446744073709551615 134713209 0 0 4096 0 0 0 0 17 0 0 0
/proc/29430/statm: 47098 26195 93 167 0 46929 0
Current children cumulated CPU time (s) 881.88
Current children cumulated vsize (KiB) 188392

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29433
/proc/meminfo: memFree=1595840/2055920 swapFree=4179608/4192956
[pid=29430] ppid=29428 vsize=188392 CPUtime=941.86
/proc/29430/stat : 29430 (march_hi) R 29428 29430 29049 0 -1 4194304 90447 0 0 0 94147 39 0 0 25 0 1 0 101522774 192913408 26206 1992294400 134512640 135197378 4294956224 18446744073709551615 134541450 0 0 4096 0 0 0 0 17 0 0 0
/proc/29430/statm: 47098 26206 93 167 0 46929 0
Current children cumulated CPU time (s) 941.86
Current children cumulated vsize (KiB) 188392

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29433
/proc/meminfo: memFree=1595776/2055920 swapFree=4179608/4192956
[pid=29430] ppid=29428 vsize=188392 CPUtime=1001.82
/proc/29430/stat : 29430 (march_hi) R 29428 29430 29049 0 -1 4194304 90461 0 0 0 100143 39 0 0 25 0 1 0 101522774 192913408 26220 1992294400 134512640 135197378 4294956224 18446744073709551615 134541501 0 0 4096 0 0 0 0 17 0 0 0
/proc/29430/statm: 47098 26220 93 167 0 46929 0
Current children cumulated CPU time (s) 1001.82
Current children cumulated vsize (KiB) 188392

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29433
/proc/meminfo: memFree=1595648/2055920 swapFree=4179608/4192956
[pid=29430] ppid=29428 vsize=188392 CPUtime=1061.8
/proc/29430/stat : 29430 (march_hi) R 29428 29430 29049 0 -1 4194304 90477 0 0 0 106141 39 0 0 25 0 1 0 101522774 192913408 26236 1992294400 134512640 135197378 4294956224 18446744073709551615 134541464 0 0 4096 0 0 0 0 17 0 0 0
/proc/29430/statm: 47098 26236 93 167 0 46929 0
Current children cumulated CPU time (s) 1061.8
Current children cumulated vsize (KiB) 188392

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29433
/proc/meminfo: memFree=1594944/2055920 swapFree=4179608/4192956
[pid=29430] ppid=29428 vsize=189416 CPUtime=1121.78
/proc/29430/stat : 29430 (march_hi) R 29428 29430 29049 0 -1 4194304 90657 0 0 0 112139 39 0 0 25 0 1 0 101522774 193961984 26416 1992294400 134512640 135197378 4294956224 18446744073709551615 134570880 0 0 4096 0 0 0 0 17 0 0 0
/proc/29430/statm: 47354 26416 93 167 0 47185 0
Current children cumulated CPU time (s) 1121.78
Current children cumulated vsize (KiB) 189416

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29433
/proc/meminfo: memFree=1594880/2055920 swapFree=4179608/4192956
[pid=29430] ppid=29428 vsize=189416 CPUtime=1181.75
/proc/29430/stat : 29430 (march_hi) R 29428 29430 29049 0 -1 4194304 90668 0 0 0 118136 39 0 0 25 0 1 0 101522774 193961984 26427 1992294400 134512640 135197378 4294956224 18446744073709551615 134541501 0 0 4096 0 0 0 0 17 0 0 0
/proc/29430/statm: 47354 26427 93 167 0 47185 0
Current children cumulated CPU time (s) 1181.75
Current children cumulated vsize (KiB) 189416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29433
/proc/meminfo: memFree=1594880/2055920 swapFree=4179608/4192956
[pid=29430] ppid=29428 vsize=189416 CPUtime=1200.04
/proc/29430/stat : 29430 (march_hi) R 29428 29430 29049 0 -1 4194304 90673 0 0 0 119965 39 0 0 25 0 1 0 101522774 193961984 26432 1992294400 134512640 135197378 4294956224 18446744073709551615 134541395 0 0 4096 0 0 0 0 17 0 0 0
/proc/29430/statm: 47354 26432 93 167 0 47185 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 189416

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.07
CPU user time (s): 1199.66
CPU system time (s): 0.407937
CPU usage (%): 99.9538
Max. virtual memory (cumulated for all children) (KiB): 204816

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

runsolver used 1.10183 second user time and 2.23366 second system time

The end

Launcher Data

Begin job on node63 at 2009-04-26 10:36:06
IDJOB=1728277
IDBENCH=24667
IDSOLVER=521
FILE ID=node63/1728277-1240734964
PBS_JOBID= 9186936
Free space on /tmp= 66332 MiB

SOLVER NAME= march_hi hi
BENCH NAME= SAT07/crafted/Hard/contest05/others/sgp_5-6-8.sat05-2669.reshuffled-07.cnf
COMMAND LINE= HOME/march_hi BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1728277-1240734964/watcher-1728277-1240734964 -o /tmp/evaluation-result-1728277-1240734964/solver-1728277-1240734964 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/march_hi HOME/instance-1728277-1240734964.cnf

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

MD5SUM BENCH= 4064da8380443613a08af89e2e77b8a2
RANDOM SEED=573710197

node63.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.236
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.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1701288 kB
Buffers:         28144 kB
Cached:         252540 kB
SwapCached:       6480 kB
Active:         112480 kB
Inactive:       177452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1701288 kB
SwapTotal:     4192956 kB
SwapFree:      4179608 kB
Dirty:           13172 kB
Writeback:           0 kB
Mapped:          14908 kB
Slab:            50444 kB
Committed_AS:   560116 kB
PageTables:       1452 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= 66332 MiB
End job on node63 at 2009-04-26 10:56:09