Trace number 1556132

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.04 1200.43

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitsarray/
countbitsarray32_32.cnf
MD5SUMb7a07371a2da4a8c8bef63c213dd1e15
Bench CategoryAPPLICATION (applications 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 variables72202
Number of clauses213533
Sum of the clauses size498241
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2142354
Number of clauses of size 371177
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

2.69/2.76	c main():: ***                                   [ march satisfiability solver ]                                   ***
2.69/2.76	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
2.69/2.76	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
2.69/2.76	c main()::
2.69/2.76	c initFormula():: searching for DIMACS p-line....
2.69/2.76	c initFormula():: the DIMACS p-line indicates a CNF of 72202 variables and 213533 clauses.
2.69/2.76	c parseCNF():: parsing....
2.69/2.76	c parseCNF():: the CNF contains 2 unary clauses.
2.69/2.76	c runParser():: parsing was successful, warming up engines...
2.69/2.76	c simplify_formula():: removed 0 tautological, 4 satisfied and 0 duplicate clauses
2.69/2.76	c preprocessing fase I completed:: there are now 72200 free variables and 213529 clauses.
2.69/2.76	c stat :: sign balance is biased by 0.100
2.69/2.76	c using 3-SAT heuristics (occurence based diff)
2.69/2.76	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
2.69/2.76	c simplify_formula():: removed 0 tautological, 0 satisfied and 960 duplicate clauses
2.69/2.76	c resolvent_look() :: found 960 resolvents
2.69/2.76	c lessRedundantTransformation():: nothing to be done.
2.69/2.76	c transformTo3SAT():: you gave me 72202 variables and 214489 clauses.
2.69/2.76	c transformTo3SAT():: by the way, the maximal clause length before transformation was 3.
2.69/2.76	c transformTo3SAT():: I will add 0 variables and 0 clauses!
2.69/2.76	c transformTo3SAT():: the transformation yielded 72202 variabels and 214489 clauses.
2.69/2.76	c main():: clause / variable ratio: ( 214489 / 72202 ) = 2.97
2.69/2.76	c longest clause has size 3
2.69/2.76	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
2.69/2.76	c number of free variables = 72200
2.69/2.76	c dynamic_preselect_setsize :: off
2.69/2.76	c main():: all systems go!
2.69/2.76	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-1556132-1238746534/watcher-1556132-1238746534 -o /tmp/evaluation-result-1556132-1238746534/solver-1556132-1238746534 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_hi HOME/instance-1556132-1238746534.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.08 3/64 32528
/proc/meminfo: memFree=1072488/2055920 swapFree=4178464/4192956
[pid=32528] ppid=32526 vsize=4720 CPUtime=0
/proc/32528/stat : 32528 (march_hi) R 32526 32528 32243 0 -1 4194304 575 0 0 0 0 0 0 0 18 0 1 0 1147319465 4833280 560 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/32528/statm: 1180 562 57 167 0 1011 0

[startup+0.0166399 s]
/proc/loadavg: 1.00 1.00 1.08 3/64 32528
/proc/meminfo: memFree=1072488/2055920 swapFree=4178464/4192956
[pid=32528] ppid=32526 vsize=8080 CPUtime=0
/proc/32528/stat : 32528 (march_hi) R 32526 32528 32243 0 -1 4194304 1641 0 0 0 0 0 0 0 18 0 1 0 1147319465 8273920 1626 1992294400 134512640 135197378 4294956224 18446744073709551615 134848787 0 0 4096 0 0 0 0 17 1 0 0
/proc/32528/statm: 2020 1626 57 167 0 1851 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8080

[startup+0.101653 s]
/proc/loadavg: 1.00 1.00 1.08 3/64 32528
/proc/meminfo: memFree=1072488/2055920 swapFree=4178464/4192956
[pid=32528] ppid=32526 vsize=9136 CPUtime=0.09
/proc/32528/stat : 32528 (march_hi) R 32526 32528 32243 0 -1 4194304 1968 0 0 0 9 0 0 0 18 0 1 0 1147319465 9355264 1953 1992294400 134512640 135197378 4294956224 18446744073709551615 134851953 0 0 4096 0 0 0 0 17 1 0 0
/proc/32528/statm: 2284 1953 57 167 0 2115 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9136

[startup+0.301686 s]
/proc/loadavg: 1.00 1.00 1.08 3/64 32528
/proc/meminfo: memFree=1072488/2055920 swapFree=4178464/4192956
[pid=32528] ppid=32526 vsize=22956 CPUtime=0.29
/proc/32528/stat : 32528 (march_hi) R 32526 32528 32243 0 -1 4194304 3892 0 0 0 28 1 0 0 19 0 1 0 1147319465 23506944 3875 1992294400 134512640 135197378 4294956224 18446744073709551615 134529789 0 0 4096 0 0 0 0 17 1 0 0
/proc/32528/statm: 5739 3880 59 167 0 5570 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22956

[startup+0.701752 s]
/proc/loadavg: 1.00 1.00 1.08 3/64 32528
/proc/meminfo: memFree=1072488/2055920 swapFree=4178464/4192956
[pid=32528] ppid=32526 vsize=24284 CPUtime=0.69
/proc/32528/stat : 32528 (march_hi) R 32526 32528 32243 0 -1 4194304 9859 0 0 0 65 4 0 0 22 0 1 0 1147319465 24866816 4088 1992294400 134512640 135197378 4294956224 18446744073709551615 134565207 0 0 4096 0 0 0 0 17 1 0 0
/proc/32528/statm: 6071 4088 66 167 0 5902 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24284

[startup+1.50188 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 32529
/proc/meminfo: memFree=1049120/2055920 swapFree=4178464/4192956
[pid=32528] ppid=32526 vsize=24412 CPUtime=1.49
/proc/32528/stat : 32528 (march_hi) R 32526 32528 32243 0 -1 4194304 24312 0 0 0 139 10 0 0 25 0 1 0 1147319465 24997888 4165 1992294400 134512640 135197378 4294956224 18446744073709551615 134649302 0 0 4096 0 0 0 0 17 1 0 0
/proc/32528/statm: 6103 4165 80 167 0 5934 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24412

[startup+3.10115 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 32529
/proc/meminfo: memFree=1054560/2055920 swapFree=4178464/4192956
[pid=32528] ppid=32526 vsize=121664 CPUtime=3.09
/proc/32528/stat : 32528 (march_hi) R 32526 32528 32243 0 -1 4194304 49466 0 0 0 289 20 0 0 25 0 1 0 1147319465 124583936 15257 1992294400 134512640 135197378 4294956224 18446744073709551615 134603846 0 0 4096 0 0 0 0 17 1 0 0
/proc/32528/statm: 30416 15257 91 167 0 30247 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 121664

[startup+6.30169 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 32529
/proc/meminfo: memFree=967592/2055920 swapFree=4178464/4192956
[pid=32528] ppid=32526 vsize=122072 CPUtime=6.29
/proc/32528/stat : 32528 (march_hi) R 32526 32528 32243 0 -1 4194304 61263 0 0 0 604 25 0 0 25 0 1 0 1147319465 125001728 27054 1992294400 134512640 135197378 4294956224 18446744073709551615 134541916 0 0 4096 0 0 0 0 17 1 0 0
/proc/32528/statm: 30518 27054 91 167 0 30349 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 122072

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 32529
/proc/meminfo: memFree=964008/2055920 swapFree=4178464/4192956
[pid=32528] ppid=32526 vsize=122204 CPUtime=12.69
/proc/32528/stat : 32528 (march_hi) R 32526 32528 32243 0 -1 4194304 61294 0 0 0 1243 26 0 0 25 0 1 0 1147319465 125136896 27085 1992294400 134512640 135197378 4294956224 18446744073709551615 134541714 0 0 4096 0 0 0 0 17 1 0 0
/proc/32528/statm: 30551 27085 91 167 0 30382 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 122204

[startup+25.5019 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 32529
/proc/meminfo: memFree=963752/2055920 swapFree=4178464/4192956
[pid=32528] ppid=32526 vsize=122524 CPUtime=25.49
/proc/32528/stat : 32528 (march_hi) R 32526 32528 32243 0 -1 4194304 61362 0 0 0 2523 26 0 0 25 0 1 0 1147319465 125464576 27153 1992294400 134512640 135197378 4294956224 18446744073709551615 134541257 0 0 4096 0 0 0 0 17 1 0 0
/proc/32528/statm: 30631 27153 91 167 0 30462 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 122524

[startup+51.1012 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 32529
/proc/meminfo: memFree=963624/2055920 swapFree=4178464/4192956
[pid=32528] ppid=32526 vsize=122524 CPUtime=51.07
/proc/32528/stat : 32528 (march_hi) R 32526 32528 32243 0 -1 4194304 61385 0 0 0 5081 26 0 0 25 0 1 0 1147319465 125464576 27176 1992294400 134512640 135197378 4294956224 18446744073709551615 134541268 0 0 4096 0 0 0 0 17 1 0 0
/proc/32528/statm: 30631 27176 91 167 0 30462 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 122524

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.07 2/65 32529
/proc/meminfo: memFree=963304/2055920 swapFree=4178464/4192956
[pid=32528] ppid=32526 vsize=122980 CPUtime=102.26
/proc/32528/stat : 32528 (march_hi) R 32526 32528 32243 0 -1 4194304 61481 0 0 0 10200 26 0 0 25 0 1 0 1147319465 125931520 27272 1992294400 134512640 135197378 4294956224 18446744073709551615 134570751 0 0 4096 0 0 0 0 17 1 0 0
/proc/32528/statm: 30745 27272 91 167 0 30576 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 122980

[startup+162.303 s]
/proc/loadavg: 1.00 1.00 1.07 2/65 32529
/proc/meminfo: memFree=962984/2055920 swapFree=4178464/4192956
[pid=32528] ppid=32526 vsize=123344 CPUtime=162.24
/proc/32528/stat : 32528 (march_hi) R 32526 32528 32243 0 -1 4194304 61567 0 0 0 16198 26 0 0 25 0 1 0 1147319465 126304256 27358 1992294400 134512640 135197378 4294956224 18446744073709551615 134541677 0 0 4096 0 0 0 0 17 1 0 0
/proc/32528/statm: 30836 27358 91 167 0 30667 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 123344

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 32529
/proc/meminfo: memFree=962728/2055920 swapFree=4178464/4192956
[pid=32528] ppid=32526 vsize=123684 CPUtime=222.21
/proc/32528/stat : 32528 (march_hi) R 32526 32528 32243 0 -1 4194304 61620 0 0 0 22195 26 0 0 25 0 1 0 1147319465 126652416 27411 1992294400 134512640 135197378 4294956224 18446744073709551615 134541631 0 0 4096 0 0 0 0 17 1 0 0
/proc/32528/statm: 30921 27411 91 167 0 30752 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 123684

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.05 2/65 32529
/proc/meminfo: memFree=962472/2055920 swapFree=4178464/4192956
[pid=32528] ppid=32526 vsize=123816 CPUtime=282.19
/proc/32528/stat : 32528 (march_hi) R 32526 32528 32243 0 -1 4194304 61672 0 0 0 28193 26 0 0 25 0 1 0 1147319465 126787584 27463 1992294400 134512640 135197378 4294956224 18446744073709551615 134541677 0 0 4096 0 0 0 0 17 1 0 0
/proc/32528/statm: 30954 27463 91 167 0 30785 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 123816

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.05 2/65 32529
/proc/meminfo: memFree=962280/2055920 swapFree=4178464/4192956
[pid=32528] ppid=32526 vsize=124328 CPUtime=342.17
/proc/32528/stat : 32528 (march_hi) R 32526 32528 32243 0 -1 4194304 61723 0 0 0 34191 26 0 0 25 0 1 0 1147319465 127311872 27514 1992294400 134512640 135197378 4294956224 18446744073709551615 134541714 0 0 4096 0 0 0 0 17 1 0 0
/proc/32528/statm: 31082 27514 91 167 0 30913 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 124328

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.04 2/65 32529
/proc/meminfo: memFree=962024/2055920 swapFree=4178464/4192956
[pid=32528] ppid=32526 vsize=124332 CPUtime=402.15
/proc/32528/stat : 32528 (march_hi) R 32526 32528 32243 0 -1 4194304 61776 0 0 0 40189 26 0 0 25 0 1 0 1147319465 127315968 27567 1992294400 134512640 135197378 4294956224 18446744073709551615 134541631 0 0 4096 0 0 0 0 17 1 0 0
/proc/32528/statm: 31083 27567 91 167 0 30914 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 124332

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.04 2/65 32529
/proc/meminfo: memFree=961768/2055920 swapFree=4178464/4192956
[pid=32528] ppid=32526 vsize=124332 CPUtime=462.14
/proc/32528/stat : 32528 (march_hi) R 32526 32528 32243 0 -1 4194304 61826 0 0 0 46187 27 0 0 25 0 1 0 1147319465 127315968 27617 1992294400 134512640 135197378 4294956224 18446744073709551615 134541617 0 0 4096 0 0 0 0 17 1 0 0
/proc/32528/statm: 31083 27617 91 167 0 30914 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 124332

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.03 2/65 32529
/proc/meminfo: memFree=961704/2055920 swapFree=4178464/4192956
[pid=32528] ppid=32526 vsize=125096 CPUtime=522.12
/proc/32528/stat : 32528 (march_hi) R 32526 32528 32243 0 -1 4194304 61877 0 0 0 52185 27 0 0 25 0 1 0 1147319465 128098304 27668 1992294400 134512640 135197378 4294956224 18446744073709551615 134541376 0 0 4096 0 0 0 0 17 1 0 0
/proc/32528/statm: 31274 27668 91 167 0 31105 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 125096

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.03 2/65 32529
/proc/meminfo: memFree=961512/2055920 swapFree=4178464/4192956
[pid=32528] ppid=32526 vsize=125096 CPUtime=582.1
/proc/32528/stat : 32528 (march_hi) R 32526 32528 32243 0 -1 4194304 61928 0 0 0 58183 27 0 0 25 0 1 0 1147319465 128098304 27719 1992294400 134512640 135197378 4294956224 18446744073709551615 134541708 0 0 4096 0 0 0 0 17 1 0 0
/proc/32528/statm: 31274 27719 91 167 0 31105 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 125096

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.02 2/65 32529
/proc/meminfo: memFree=961256/2055920 swapFree=4178464/4192956
[pid=32528] ppid=32526 vsize=125096 CPUtime=642.08
/proc/32528/stat : 32528 (march_hi) R 32526 32528 32243 0 -1 4194304 61979 0 0 0 64181 27 0 0 25 0 1 0 1147319465 128098304 27770 1992294400 134512640 135197378 4294956224 18446744073709551615 134541631 0 0 4096 0 0 0 0 17 1 0 0
/proc/32528/statm: 31274 27770 91 167 0 31105 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 125096

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.01 2/65 32529
/proc/meminfo: memFree=961128/2055920 swapFree=4178464/4192956
[pid=32528] ppid=32526 vsize=125096 CPUtime=702.06
/proc/32528/stat : 32528 (march_hi) R 32526 32528 32243 0 -1 4194304 62029 0 0 0 70179 27 0 0 25 0 1 0 1147319465 128098304 27820 1992294400 134512640 135197378 4294956224 18446744073709551615 134541677 0 0 4096 0 0 0 0 17 1 0 0
/proc/32528/statm: 31274 27820 91 167 0 31105 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 125096

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.01 2/65 32529
/proc/meminfo: memFree=960872/2055920 swapFree=4178464/4192956
[pid=32528] ppid=32526 vsize=126248 CPUtime=762.04
/proc/32528/stat : 32528 (march_hi) R 32526 32528 32243 0 -1 4194304 62080 0 0 0 76177 27 0 0 25 0 1 0 1147319465 129277952 27871 1992294400 134512640 135197378 4294956224 18446744073709551615 134541631 0 0 4096 0 0 0 0 17 1 0 0
/proc/32528/statm: 31562 27871 91 167 0 31393 0
Current children cumulated CPU time (s) 762.04
Current children cumulated vsize (KiB) 126248

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32529
/proc/meminfo: memFree=960680/2055920 swapFree=4178464/4192956
[pid=32528] ppid=32526 vsize=126248 CPUtime=822.02
/proc/32528/stat : 32528 (march_hi) R 32526 32528 32243 0 -1 4194304 62131 0 0 0 82175 27 0 0 25 0 1 0 1147319465 129277952 27922 1992294400 134512640 135197378 4294956224 18446744073709551615 134541629 0 0 4096 0 0 0 0 17 1 0 0
/proc/32528/statm: 31562 27922 91 167 0 31393 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 126248

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32529
/proc/meminfo: memFree=960488/2055920 swapFree=4178464/4192956
[pid=32528] ppid=32526 vsize=126248 CPUtime=882.01
/proc/32528/stat : 32528 (march_hi) R 32526 32528 32243 0 -1 4194304 62182 0 0 0 88173 28 0 0 25 0 1 0 1147319465 129277952 27973 1992294400 134512640 135197378 4294956224 18446744073709551615 134570839 0 0 4096 0 0 0 0 17 1 0 0
/proc/32528/statm: 31562 27973 91 167 0 31393 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 126248

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32529
/proc/meminfo: memFree=960232/2055920 swapFree=4178464/4192956
[pid=32528] ppid=32526 vsize=126248 CPUtime=941.99
/proc/32528/stat : 32528 (march_hi) R 32526 32528 32243 0 -1 4194304 62232 0 0 0 94171 28 0 0 25 0 1 0 1147319465 129277952 28023 1992294400 134512640 135197378 4294956224 18446744073709551615 134541631 0 0 4096 0 0 0 0 17 1 0 0
/proc/32528/statm: 31562 28023 91 167 0 31393 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 126248

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32529
/proc/meminfo: memFree=960040/2055920 swapFree=4178464/4192956
[pid=32528] ppid=32526 vsize=126248 CPUtime=1001.97
/proc/32528/stat : 32528 (march_hi) R 32526 32528 32243 0 -1 4194304 62283 0 0 0 100169 28 0 0 25 0 1 0 1147319465 129277952 28074 1992294400 134512640 135197378 4294956224 18446744073709551615 134541680 0 0 4096 0 0 0 0 17 1 0 0
/proc/32528/statm: 31562 28074 91 167 0 31393 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 126248

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32529
/proc/meminfo: memFree=959784/2055920 swapFree=4178464/4192956
[pid=32528] ppid=32526 vsize=127972 CPUtime=1061.95
/proc/32528/stat : 32528 (march_hi) R 32526 32528 32243 0 -1 4194304 62343 0 0 0 106167 28 0 0 25 0 1 0 1147319465 131043328 28134 1992294400 134512640 135197378 4294956224 18446744073709551615 134541631 0 0 4096 0 0 0 0 17 1 0 0
/proc/32528/statm: 31993 28134 91 167 0 31824 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 127972

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32529
/proc/meminfo: memFree=959656/2055920 swapFree=4178464/4192956
[pid=32528] ppid=32526 vsize=127972 CPUtime=1121.93
/proc/32528/stat : 32528 (march_hi) R 32526 32528 32243 0 -1 4194304 62393 0 0 0 112165 28 0 0 25 0 1 0 1147319465 131043328 28184 1992294400 134512640 135197378 4294956224 18446744073709551615 134541641 0 0 4096 0 0 0 0 17 1 0 0
/proc/32528/statm: 31993 28184 91 167 0 31824 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 127972

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32529
/proc/meminfo: memFree=959400/2055920 swapFree=4178464/4192956
[pid=32528] ppid=32526 vsize=127972 CPUtime=1181.91
/proc/32528/stat : 32528 (march_hi) R 32526 32528 32243 0 -1 4194304 62442 0 0 0 118163 28 0 0 25 0 1 0 1147319465 131043328 28233 1992294400 134512640 135197378 4294956224 18446744073709551615 134541661 0 0 4096 0 0 0 0 17 1 0 0
/proc/32528/statm: 31993 28233 91 167 0 31824 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 127972



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32529
/proc/meminfo: memFree=959336/2055920 swapFree=4178464/4192956
[pid=32528] ppid=32526 vsize=127972 CPUtime=1200.01
/proc/32528/stat : 32528 (march_hi) R 32526 32528 32243 0 -1 4194304 62457 0 0 0 119973 28 0 0 25 0 1 0 1147319465 131043328 28248 1992294400 134512640 135197378 4294956224 18446744073709551615 134541677 0 0 4096 0 0 0 0 17 1 0 0
/proc/32528/statm: 31993 28248 91 167 0 31824 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 127972

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.43
CPU time (s): 1200.04
CPU user time (s): 1199.73
CPU system time (s): 0.303953
CPU usage (%): 99.9677
Max. virtual memory (cumulated for all children) (KiB): 127972

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

runsolver used 1.41179 second user time and 2.6616 second system time

The end

Launcher Data

Begin job on node15 at 2009-04-03 10:15:34
IDJOB=1556132
IDBENCH=70813
IDSOLVER=521
FILE ID=node15/1556132-1238746534
PBS_JOBID= 9086110
Free space on /tmp= 66476 MiB

SOLVER NAME= march_hi hi
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitsarray/countbitsarray32_32.cnf
COMMAND LINE= HOME/march_hi BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1556132-1238746534/watcher-1556132-1238746534 -o /tmp/evaluation-result-1556132-1238746534/solver-1556132-1238746534 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/march_hi HOME/instance-1556132-1238746534.cnf

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

MD5SUM BENCH= b7a07371a2da4a8c8bef63c213dd1e15
RANDOM SEED=1777341518

node15.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.286
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.286
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:       1072968 kB
Buffers:         99596 kB
Cached:         778792 kB
SwapCached:       8332 kB
Active:         262868 kB
Inactive:       625468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1072968 kB
SwapTotal:     4192956 kB
SwapFree:      4178464 kB
Dirty:            4300 kB
Writeback:           0 kB
Mapped:          15664 kB
Slab:            80576 kB
Committed_AS:  3147316 kB
PageTables:       1464 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= 66472 MiB
End job on node15 at 2009-04-03 10:35:36