Trace number 1727535

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.05 1200.53

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-all.used-as.sat04-986.sat05-4198.reshuffled-07.cnf
MD5SUM73bcef7c584867538ae0bed90374a7ab
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 variables61649
Number of clauses3157120
Sum of the clauses size6361883
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23150117
Number of clauses of size 31
Number of clauses of size 413
Number of clauses of size 58
Number of clauses of size over 56981

Solver Data

64.66/64.74	c main():: ***                                   [ march satisfiability solver ]                                   ***
64.66/64.74	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
64.66/64.74	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
64.66/64.74	c main()::
64.66/64.74	c initFormula():: searching for DIMACS p-line....
64.66/64.74	c full lookahead due to high density!
64.66/64.74	c initFormula():: the DIMACS p-line indicates a CNF of 61649 variables and 3157120 clauses.
64.66/64.74	c parseCNF():: parsing....
64.66/64.74	c parseCNF():: the CNF contains 0 unary clauses.
64.66/64.74	c runParser():: parsing was successful, warming up engines...
64.66/64.74	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
64.66/64.74	c preprocessing fase I completed:: there are now 61649 free variables and 3157120 clauses.
64.66/64.74	c stat :: sign balance is biased by 100.214
64.66/64.74	c using k-SAT heuristics (size based diff)
64.66/64.74	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
64.66/64.74	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
64.66/64.74	c main():: clause / variable ratio: ( 3157120 / 61649 ) = 51.21
64.66/64.74	c longest clause has size 10
64.66/64.74	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
64.66/64.74	c number of free variables = 61649
64.66/64.74	c dynamic_preselect_setsize :: off
64.66/64.74	c main():: all systems go!
64.66/64.74	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-1727535-1240725965/watcher-1727535-1240725965 -o /tmp/evaluation-result-1727535-1240725965/solver-1727535-1240725965 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_hi HOME/instance-1727535-1240725965.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.97 0.99 3/64 24220
/proc/meminfo: memFree=1313808/2055920 swapFree=4192812/4192956
[pid=24220] ppid=24218 vsize=13416 CPUtime=0
/proc/24220/stat : 24220 (march_hi) R 24218 24220 23993 0 -1 4194304 822 0 0 0 0 0 0 0 18 0 1 0 100631301 13737984 807 1992294400 134512640 135197378 4294956240 18446744073709551615 134568349 0 0 4096 0 0 0 0 17 0 0 0
/proc/24220/statm: 3354 814 59 167 0 3185 0

[startup+0.0946031 s]
/proc/loadavg: 0.92 0.97 0.99 3/64 24220
/proc/meminfo: memFree=1313808/2055920 swapFree=4192812/4192956
[pid=24220] ppid=24218 vsize=31276 CPUtime=0.08
/proc/24220/stat : 24220 (march_hi) R 24218 24220 23993 0 -1 4194304 4616 0 0 0 7 1 0 0 18 0 1 0 100631301 32026624 4601 1992294400 134512640 135197378 4294956240 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 0 0 0
/proc/24220/statm: 7819 4601 58 167 0 7650 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 31276

[startup+0.101602 s]
/proc/loadavg: 0.92 0.97 0.99 3/64 24220
/proc/meminfo: memFree=1313808/2055920 swapFree=4192812/4192956
[pid=24220] ppid=24218 vsize=31408 CPUtime=0.09
/proc/24220/stat : 24220 (march_hi) R 24218 24220 23993 0 -1 4194304 4648 0 0 0 8 1 0 0 18 0 1 0 100631301 32161792 4633 1992294400 134512640 135197378 4294956240 18446744073709551615 134697335 0 0 4096 0 0 0 0 17 0 0 0
/proc/24220/statm: 7852 4633 58 167 0 7683 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31408

[startup+0.301619 s]
/proc/loadavg: 0.92 0.97 0.99 3/64 24220
/proc/meminfo: memFree=1313808/2055920 swapFree=4192812/4192956
[pid=24220] ppid=24218 vsize=34312 CPUtime=0.29
/proc/24220/stat : 24220 (march_hi) R 24218 24220 23993 0 -1 4194304 5593 0 0 0 27 2 0 0 19 0 1 0 100631301 35135488 5578 1992294400 134512640 135197378 4294956240 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 0 0 0
/proc/24220/statm: 8578 5579 58 167 0 8409 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34312

[startup+0.701654 s]
/proc/loadavg: 0.92 0.97 0.99 3/64 24220
/proc/meminfo: memFree=1313808/2055920 swapFree=4192812/4192956
[pid=24220] ppid=24218 vsize=40384 CPUtime=0.69
/proc/24220/stat : 24220 (march_hi) R 24218 24220 23993 0 -1 4194304 7463 0 0 0 65 4 0 0 23 0 1 0 100631301 41353216 7448 1992294400 134512640 135197378 4294956240 18446744073709551615 134857124 0 0 4096 0 0 0 0 17 1 0 0
/proc/24220/statm: 10096 7448 58 167 0 9927 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 40384

[startup+1.50172 s]
/proc/loadavg: 0.92 0.97 0.99 2/65 24221
/proc/meminfo: memFree=1280072/2055920 swapFree=4192812/4192956
[pid=24220] ppid=24218 vsize=52264 CPUtime=1.49
/proc/24220/stat : 24220 (march_hi) R 24218 24220 23993 0 -1 4194304 11166 0 0 0 143 6 0 0 25 0 1 0 100631301 53518336 11151 1992294400 134512640 135197378 4294956240 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 0 0 0
/proc/24220/statm: 13066 11152 58 167 0 12897 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 52264

[startup+3.10185 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 24221
/proc/meminfo: memFree=1259080/2055920 swapFree=4192812/4192956
[pid=24220] ppid=24218 vsize=76816 CPUtime=3.09
/proc/24220/stat : 24220 (march_hi) R 24218 24220 23993 0 -1 4194304 18829 0 0 0 299 10 0 0 25 0 1 0 100631301 78659584 18814 1992294400 134512640 135197378 4294956240 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 0 0 0
/proc/24220/statm: 19204 18815 58 167 0 19035 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 76816

[startup+6.30111 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 24221
/proc/meminfo: memFree=1217480/2055920 swapFree=4192812/4192956
[pid=24220] ppid=24218 vsize=206072 CPUtime=6.29
/proc/24220/stat : 24220 (march_hi) R 24218 24220 23993 0 -1 4194304 35038 0 0 0 612 17 0 0 25 0 1 0 100631301 211017728 25183 1992294400 134512640 135197378 4294956240 18446744073709551615 134713215 0 0 4096 0 0 0 0 17 0 0 0
/proc/24220/statm: 51518 25183 65 167 0 51349 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 206072

[startup+12.7016 s]
/proc/loadavg: 0.94 0.97 0.99 2/65 24221
/proc/meminfo: memFree=1207688/2055920 swapFree=4192812/4192956
[pid=24220] ppid=24218 vsize=259548 CPUtime=12.68
/proc/24220/stat : 24220 (march_hi) R 24218 24220 23993 0 -1 4194304 66430 0 0 0 1237 31 0 0 25 0 1 0 100631301 265777152 40108 1992294400 134512640 135197378 4294956240 18446744073709551615 134560953 0 0 4096 0 0 0 0 17 1 0 0
/proc/24220/statm: 64887 40108 66 167 0 64718 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 259548

[startup+25.5017 s]
/proc/loadavg: 0.95 0.97 0.99 2/65 24221
/proc/meminfo: memFree=1155080/2055920 swapFree=4192812/4192956
[pid=24220] ppid=24218 vsize=259284 CPUtime=25.47
/proc/24220/stat : 24220 (march_hi) R 24218 24220 23993 0 -1 4194304 133059 0 0 0 2486 61 0 0 25 0 1 0 100631301 265506816 40062 1992294400 134512640 135197378 4294956240 18446744073709551615 134560953 0 0 4096 0 0 0 0 17 0 0 0
/proc/24220/statm: 64821 40062 80 167 0 64652 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 259284

[startup+51.1018 s]
/proc/loadavg: 0.96 0.97 0.99 2/65 24221
/proc/meminfo: memFree=1155080/2055920 swapFree=4192812/4192956
[pid=24220] ppid=24218 vsize=259284 CPUtime=51.07
/proc/24220/stat : 24220 (march_hi) R 24218 24220 23993 0 -1 4194304 222279 0 0 0 5006 101 0 0 25 0 1 0 100631301 265506816 40065 1992294400 134512640 135197378 4294956240 18446744073709551615 134560968 0 0 4096 0 0 0 0 17 0 0 0
/proc/24220/statm: 64821 40065 83 167 0 64652 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 259284

[startup+102.306 s]
/proc/loadavg: 0.98 0.97 0.99 2/65 24221
/proc/meminfo: memFree=1139656/2055920 swapFree=4192812/4192956
[pid=24220] ppid=24218 vsize=400296 CPUtime=102.25
/proc/24220/stat : 24220 (march_hi) R 24218 24220 23993 0 -1 4194304 277576 0 0 0 10098 127 0 0 25 0 1 0 100631301 409903104 43915 1992294400 134512640 135197378 4294956240 18446744073709551615 134548478 0 0 4096 0 0 0 0 17 0 0 0
/proc/24220/statm: 100074 43915 93 167 0 99905 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 400296

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 24221
/proc/meminfo: memFree=1139144/2055920 swapFree=4192812/4192956
[pid=24220] ppid=24218 vsize=400692 CPUtime=162.22
/proc/24220/stat : 24220 (march_hi) R 24218 24220 23993 0 -1 4194304 277697 0 0 0 16094 128 0 0 25 0 1 0 100631301 410308608 44036 1992294400 134512640 135197378 4294956240 18446744073709551615 134572898 0 0 4096 0 0 0 0 17 0 0 0
/proc/24220/statm: 100173 44036 93 167 0 100004 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 400692

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 24221
/proc/meminfo: memFree=1139080/2055920 swapFree=4192812/4192956
[pid=24220] ppid=24218 vsize=400836 CPUtime=222.2
/proc/24220/stat : 24220 (march_hi) R 24218 24220 23993 0 -1 4194304 277722 0 0 0 22092 128 0 0 25 0 1 0 100631301 410456064 44061 1992294400 134512640 135197378 4294956240 18446744073709551615 134541538 0 0 4096 0 0 0 0 17 0 0 0
/proc/24220/statm: 100209 44061 93 167 0 100040 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 400836

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 24221
/proc/meminfo: memFree=1139016/2055920 swapFree=4192812/4192956
[pid=24220] ppid=24218 vsize=400836 CPUtime=282.18
/proc/24220/stat : 24220 (march_hi) R 24218 24220 23993 0 -1 4194304 277737 0 0 0 28090 128 0 0 25 0 1 0 100631301 410456064 44076 1992294400 134512640 135197378 4294956240 18446744073709551615 134713223 0 0 4096 0 0 0 0 17 0 0 0
/proc/24220/statm: 100209 44076 93 167 0 100040 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 400836

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 24221
/proc/meminfo: memFree=1138952/2055920 swapFree=4192812/4192956
[pid=24220] ppid=24218 vsize=400836 CPUtime=342.15
/proc/24220/stat : 24220 (march_hi) R 24218 24220 23993 0 -1 4194304 277737 0 0 0 34087 128 0 0 25 0 1 0 100631301 410456064 44076 1992294400 134512640 135197378 4294956240 18446744073709551615 134541536 0 0 4096 0 0 0 0 17 0 0 0
/proc/24220/statm: 100209 44076 93 167 0 100040 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 400836

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 24221
/proc/meminfo: memFree=1138760/2055920 swapFree=4192812/4192956
[pid=24220] ppid=24218 vsize=401012 CPUtime=402.13
/proc/24220/stat : 24220 (march_hi) R 24218 24220 23993 0 -1 4194304 277772 0 0 0 40085 128 0 0 25 0 1 0 100631301 410636288 44111 1992294400 134512640 135197378 4294956240 18446744073709551615 134541433 0 0 4096 0 0 0 0 17 0 0 0
/proc/24220/statm: 100253 44111 93 167 0 100084 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 401012

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 24221
/proc/meminfo: memFree=1138696/2055920 swapFree=4192812/4192956
[pid=24220] ppid=24218 vsize=401144 CPUtime=462.1
/proc/24220/stat : 24220 (march_hi) R 24218 24220 23993 0 -1 4194304 277796 0 0 0 46082 128 0 0 25 0 1 0 100631301 410771456 44135 1992294400 134512640 135197378 4294956240 18446744073709551615 134541536 0 0 4096 0 0 0 0 17 0 0 0
/proc/24220/statm: 100286 44135 93 167 0 100117 0
Current children cumulated CPU time (s) 462.1
Current children cumulated vsize (KiB) 401144

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 24221
/proc/meminfo: memFree=1137352/2055920 swapFree=4192812/4192956
[pid=24220] ppid=24218 vsize=402384 CPUtime=522.07
/proc/24220/stat : 24220 (march_hi) R 24218 24220 23993 0 -1 4194304 278140 0 0 0 52079 128 0 0 25 0 1 0 100631301 412041216 44479 1992294400 134512640 135197378 4294956240 18446744073709551615 134541536 0 0 4096 0 0 0 0 17 0 0 0
/proc/24220/statm: 100596 44479 93 167 0 100427 0
Current children cumulated CPU time (s) 522.07
Current children cumulated vsize (KiB) 402384

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 24221
/proc/meminfo: memFree=1136840/2055920 swapFree=4192812/4192956
[pid=24220] ppid=24218 vsize=402804 CPUtime=582.05
/proc/24220/stat : 24220 (march_hi) R 24218 24220 23993 0 -1 4194304 278254 0 0 0 58077 128 0 0 25 0 1 0 100631301 412471296 44593 1992294400 134512640 135197378 4294956240 18446744073709551615 134541425 0 0 4096 0 0 0 0 17 0 0 0
/proc/24220/statm: 100701 44593 93 167 0 100532 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 402804

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 24221
/proc/meminfo: memFree=1136584/2055920 swapFree=4192812/4192956
[pid=24220] ppid=24218 vsize=403072 CPUtime=642.04
/proc/24220/stat : 24220 (march_hi) R 24218 24220 23993 0 -1 4194304 278327 0 0 0 64076 128 0 0 25 0 1 0 100631301 412745728 44666 1992294400 134512640 135197378 4294956240 18446744073709551615 134541536 0 0 4096 0 0 0 0 17 0 0 0
/proc/24220/statm: 100768 44666 93 167 0 100599 0
Current children cumulated CPU time (s) 642.04
Current children cumulated vsize (KiB) 403072

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 24221
/proc/meminfo: memFree=1136520/2055920 swapFree=4192812/4192956
[pid=24220] ppid=24218 vsize=403072 CPUtime=702.01
/proc/24220/stat : 24220 (march_hi) R 24218 24220 23993 0 -1 4194304 278333 0 0 0 70073 128 0 0 25 0 1 0 100631301 412745728 44672 1992294400 134512640 135197378 4294956240 18446744073709551615 134541450 0 0 4096 0 0 0 0 17 0 0 0
/proc/24220/statm: 100768 44672 93 167 0 100599 0
Current children cumulated CPU time (s) 702.01
Current children cumulated vsize (KiB) 403072

[startup+762.307 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 24221
/proc/meminfo: memFree=1136200/2055920 swapFree=4192812/4192956
[pid=24220] ppid=24218 vsize=403564 CPUtime=761.99
/proc/24220/stat : 24220 (march_hi) R 24218 24220 23993 0 -1 4194304 278402 0 0 0 76071 128 0 0 25 0 1 0 100631301 413249536 44741 1992294400 134512640 135197378 4294956240 18446744073709551615 134649009 0 0 4096 0 0 0 0 17 0 0 0
/proc/24220/statm: 100891 44741 93 167 0 100722 0
Current children cumulated CPU time (s) 761.99
Current children cumulated vsize (KiB) 403564

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 24221
/proc/meminfo: memFree=1136200/2055920 swapFree=4192812/4192956
[pid=24220] ppid=24218 vsize=403564 CPUtime=821.96
/proc/24220/stat : 24220 (march_hi) R 24218 24220 23993 0 -1 4194304 278411 0 0 0 82068 128 0 0 25 0 1 0 100631301 413249536 44750 1992294400 134512640 135197378 4294956240 18446744073709551615 134541450 0 0 4096 0 0 0 0 17 0 0 0
/proc/24220/statm: 100891 44750 93 167 0 100722 0
Current children cumulated CPU time (s) 821.96
Current children cumulated vsize (KiB) 403564

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 24221
/proc/meminfo: memFree=1134664/2055920 swapFree=4192812/4192956
[pid=24220] ppid=24218 vsize=405008 CPUtime=881.94
/proc/24220/stat : 24220 (march_hi) R 24218 24220 23993 0 -1 4194304 278810 0 0 0 88065 129 0 0 25 0 1 0 100631301 414728192 45149 1992294400 134512640 135197378 4294956240 18446744073709551615 134572901 0 0 4096 0 0 0 0 17 0 0 0
/proc/24220/statm: 101252 45149 93 167 0 101083 0
Current children cumulated CPU time (s) 881.94
Current children cumulated vsize (KiB) 405008

[startup+942.301 s]
/proc/loadavg: 1.04 0.99 0.99 2/65 24221
/proc/meminfo: memFree=1134280/2055920 swapFree=4192812/4192956
[pid=24220] ppid=24218 vsize=405412 CPUtime=941.92
/proc/24220/stat : 24220 (march_hi) R 24218 24220 23993 0 -1 4194304 278904 0 0 0 94063 129 0 0 25 0 1 0 100631301 415141888 45243 1992294400 134512640 135197378 4294956240 18446744073709551615 134541501 0 0 4096 0 0 0 0 17 0 0 0
/proc/24220/statm: 101353 45243 93 167 0 101184 0
Current children cumulated CPU time (s) 941.92
Current children cumulated vsize (KiB) 405412

[startup+1002.3 s]
/proc/loadavg: 1.05 1.00 1.00 2/65 24221
/proc/meminfo: memFree=1134024/2055920 swapFree=4192812/4192956
[pid=24220] ppid=24218 vsize=405548 CPUtime=1001.89
/proc/24220/stat : 24220 (march_hi) R 24218 24220 23993 0 -1 4194304 278975 0 0 0 100060 129 0 0 25 0 1 0 100631301 415281152 45314 1992294400 134512640 135197378 4294956240 18446744073709551615 134541425 0 0 4096 0 0 0 0 17 0 0 0
/proc/24220/statm: 101387 45314 93 167 0 101218 0
Current children cumulated CPU time (s) 1001.89
Current children cumulated vsize (KiB) 405548

[startup+1062.3 s]
/proc/loadavg: 1.02 1.00 1.00 2/65 24221
/proc/meminfo: memFree=1133896/2055920 swapFree=4192812/4192956
[pid=24220] ppid=24218 vsize=405680 CPUtime=1061.86
/proc/24220/stat : 24220 (march_hi) R 24218 24220 23993 0 -1 4194304 279003 0 0 0 106057 129 0 0 25 0 1 0 100631301 415416320 45342 1992294400 134512640 135197378 4294956240 18446744073709551615 134649156 0 0 4096 0 0 0 0 17 0 0 0
/proc/24220/statm: 101420 45342 93 167 0 101251 0
Current children cumulated CPU time (s) 1061.86
Current children cumulated vsize (KiB) 405680

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24221
/proc/meminfo: memFree=1133384/2055920 swapFree=4192812/4192956
[pid=24220] ppid=24218 vsize=406364 CPUtime=1121.84
/proc/24220/stat : 24220 (march_hi) R 24218 24220 23993 0 -1 4194304 279126 0 0 0 112055 129 0 0 25 0 1 0 100631301 416116736 45465 1992294400 134512640 135197378 4294956240 18446744073709551615 134541464 0 0 4096 0 0 0 0 17 0 0 0
/proc/24220/statm: 101591 45465 93 167 0 101422 0
Current children cumulated CPU time (s) 1121.84
Current children cumulated vsize (KiB) 406364

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24221
/proc/meminfo: memFree=1133384/2055920 swapFree=4192812/4192956
[pid=24220] ppid=24218 vsize=406364 CPUtime=1181.82
/proc/24220/stat : 24220 (march_hi) R 24218 24220 23993 0 -1 4194304 279134 0 0 0 118053 129 0 0 25 0 1 0 100631301 416116736 45473 1992294400 134512640 135197378 4294956240 18446744073709551615 134541433 0 0 4096 0 0 0 0 17 0 0 0
/proc/24220/statm: 101591 45473 93 167 0 101422 0
Current children cumulated CPU time (s) 1181.82
Current children cumulated vsize (KiB) 406364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24221
/proc/meminfo: memFree=1133384/2055920 swapFree=4192812/4192956
[pid=24220] ppid=24218 vsize=406364 CPUtime=1200.01
/proc/24220/stat : 24220 (march_hi) R 24218 24220 23993 0 -1 4194304 279136 0 0 0 119872 129 0 0 25 0 1 0 100631301 416116736 45475 1992294400 134512640 135197378 4294956240 18446744073709551615 134570918 0 0 4096 0 0 0 0 17 0 0 0
/proc/24220/statm: 101591 45475 93 167 0 101422 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 406364

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

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24221
/proc/meminfo: memFree=1133384/2055920 swapFree=4192812/4192956
[pid=24220] ppid=24218 vsize=406364 CPUtime=1200.01
/proc/24220/stat : 24220 (march_hi) R 24218 24220 23993 0 -1 4194304 279136 0 0 0 119872 129 0 0 25 0 1 0 100631301 416116736 45475 1992294400 134512640 135197378 4294956240 18446744073709551615 134570918 0 0 4096 0 0 0 0 17 0 0 0
/proc/24220/statm: 101591 45475 93 167 0 101422 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 406364

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.53
CPU time (s): 1200.05
CPU user time (s): 1198.73
CPU system time (s): 1.3258
CPU usage (%): 99.9601
Max. virtual memory (cumulated for all children) (KiB): 408856

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

runsolver used 1.07984 second user time and 3.2945 second system time

The end

Launcher Data

Begin job on node3 at 2009-04-26 08:06:13
IDJOB=1727535
IDBENCH=24640
IDSOLVER=521
FILE ID=node3/1727535-1240725965
PBS_JOBID= 9186892
Free space on /tmp= 66024 MiB

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

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

MD5SUM BENCH= 73bcef7c584867538ae0bed90374a7ab
RANDOM SEED=786692487

node3.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.212
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.212
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:       1314288 kB
Buffers:         61708 kB
Cached:         589384 kB
SwapCached:        144 kB
Active:         250752 kB
Inactive:       415476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1314288 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           46340 kB
Writeback:           0 kB
Mapped:          23676 kB
Slab:            61468 kB
Committed_AS:   378120 kB
PageTables:       1372 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= 66024 MiB
End job on node3 at 2009-04-26 08:26:15