Trace number 1580024

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.09 1200.66

General information on the benchmark

NameAPPLICATIONS/diagnosis/
ACG-20-10p1.cnf
MD5SUM31a85166c16c74a5f2dcee32f2093a67
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 variables381708
Number of clauses1632906
Sum of the clauses size3841867
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 21226633
Number of clauses of size 3327764
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

Solver Data

21.17/21.27	c main():: ***                                   [ march satisfiability solver ]                                   ***
21.17/21.27	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
21.17/21.27	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
21.17/21.27	c main()::
21.17/21.27	c initFormula():: searching for DIMACS p-line....
21.17/21.27	c initFormula():: the DIMACS p-line indicates a CNF of 381708 variables and 1632906 clauses.
21.17/21.27	c parseCNF():: parsing....
21.17/21.27	c parseCNF():: the CNF contains 13149 unary clauses.
21.17/21.27	c runParser():: parsing was successful, warming up engines...
21.17/21.27	c find_and_remove_tautogolies():: found and removed 3266 tautologies
21.17/21.27	c find_and_remove_tautogolies():: found and removed 2150 tautologies
21.17/21.27	c simplify_formula():: removed 0 tautological, 328594 satisfied and 38141 duplicate clauses
21.17/21.27	c preprocessing fase I completed:: there are now 318806 free variables and 1266171 clauses.
21.17/21.27	c stat :: sign balance is biased by 0.275
21.17/21.27	c using k-SAT heuristics (size based diff)
21.17/21.27	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
21.17/21.27	c simplify_formula():: removed 0 tautological, 0 satisfied and 40 duplicate clauses
21.17/21.27	c resolvent_look() :: found 1514 resolvents
21.17/21.27	c main():: clause / variable ratio: ( 1267685 / 381708 ) = 3.32
21.17/21.27	c longest clause has size 10
21.17/21.27	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
21.17/21.27	c number of free variables = 318806
21.17/21.27	c dynamic_preselect_setsize :: off
21.17/21.27	c main():: all systems go!
21.17/21.27	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-1580024-1238914036/watcher-1580024-1238914036 -o /tmp/evaluation-result-1580024-1238914036/solver-1580024-1238914036 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_hi HOME/instance-1580024-1238914036.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 25817
/proc/meminfo: memFree=1341240/2055920 swapFree=4176708/4192956
[pid=25817] ppid=25815 vsize=8708 CPUtime=0
/proc/25817/stat : 25817 (march_hi) R 25815 25817 25688 0 -1 4194304 818 0 0 0 0 0 0 0 18 0 1 0 1164065997 8916992 803 1992294400 134512640 135197378 4294956240 18446744073709551615 134568349 0 0 4096 0 0 0 0 17 0 0 0
/proc/25817/statm: 2177 808 58 167 0 2008 0

[startup+0.0666721 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 25817
/proc/meminfo: memFree=1341240/2055920 swapFree=4176708/4192956
[pid=25817] ppid=25815 vsize=37688 CPUtime=0.06
/proc/25817/stat : 25817 (march_hi) R 25815 25817 25688 0 -1 4194304 7241 0 0 0 4 2 0 0 18 0 1 0 1164065997 38592512 7226 1992294400 134512640 135197378 4294956240 18446744073709551615 134568480 0 0 4096 0 0 0 0 17 0 0 0
/proc/25817/statm: 9422 7230 58 167 0 9253 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 37688

[startup+0.101675 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 25817
/proc/meminfo: memFree=1341240/2055920 swapFree=4176708/4192956
[pid=25817] ppid=25815 vsize=43748 CPUtime=0.09
/proc/25817/stat : 25817 (march_hi) R 25815 25817 25688 0 -1 4194304 8871 0 0 0 6 3 0 0 18 0 1 0 1164065997 44797952 8856 1992294400 134512640 135197378 4294956240 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 0 0 0
/proc/25817/statm: 10937 8856 58 167 0 10768 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43748

[startup+0.301691 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 25817
/proc/meminfo: memFree=1341240/2055920 swapFree=4176708/4192956
[pid=25817] ppid=25815 vsize=46652 CPUtime=0.29
/proc/25817/stat : 25817 (march_hi) R 25815 25817 25688 0 -1 4194304 9794 0 0 0 26 3 0 0 19 0 1 0 1164065997 47771648 9779 1992294400 134512640 135197378 4294956240 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 0 0 0
/proc/25817/statm: 11663 9779 58 167 0 11494 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 46652

[startup+0.701736 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 25817
/proc/meminfo: memFree=1341240/2055920 swapFree=4176708/4192956
[pid=25817] ppid=25815 vsize=51932 CPUtime=0.69
/proc/25817/stat : 25817 (march_hi) R 25815 25817 25688 0 -1 4194304 11416 0 0 0 64 5 0 0 23 0 1 0 1164065997 53178368 11401 1992294400 134512640 135197378 4294956240 18446744073709551615 134851953 0 0 4096 0 0 0 0 17 1 0 0
/proc/25817/statm: 12983 11401 58 167 0 12814 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 51932

[startup+1.50181 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 25818
/proc/meminfo: memFree=1290480/2055920 swapFree=4176708/4192956
[pid=25817] ppid=25815 vsize=62360 CPUtime=1.48
/proc/25817/stat : 25817 (march_hi) R 25815 25817 25688 0 -1 4194304 14643 0 0 0 141 7 0 0 25 0 1 0 1164065997 63856640 14628 1992294400 134512640 135197378 4294956240 18446744073709551615 134849257 0 0 4096 0 0 0 0 17 1 0 0
/proc/25817/statm: 15590 14628 58 167 0 15421 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 62360

[startup+3.10195 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 25818
/proc/meminfo: memFree=1274096/2055920 swapFree=4176708/4192956
[pid=25817] ppid=25815 vsize=169228 CPUtime=3.08
/proc/25817/stat : 25817 (march_hi) R 25815 25817 25688 0 -1 4194304 31941 0 0 0 293 15 0 0 25 0 1 0 1164065997 173289472 28472 1992294400 134512640 135197378 4294956240 18446744073709551615 134565214 0 0 4096 0 0 0 0 17 1 0 0
/proc/25817/statm: 42307 28472 65 167 0 42138 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 169228

[startup+6.30122 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 25818
/proc/meminfo: memFree=1210864/2055920 swapFree=4176708/4192956
[pid=25817] ppid=25815 vsize=189356 CPUtime=6.28
/proc/25817/stat : 25817 (march_hi) R 25815 25817 25688 0 -1 4194304 45392 0 0 0 607 21 0 0 25 0 1 0 1164065997 193900544 34486 1992294400 134512640 135197378 4294956240 18446744073709551615 134688148 0 0 4096 0 0 0 0 17 0 0 0
/proc/25817/statm: 47339 34486 67 167 0 47170 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 189356

[startup+12.7028 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25818
/proc/meminfo: memFree=1212272/2055920 swapFree=4176708/4192956
[pid=25817] ppid=25815 vsize=187912 CPUtime=12.67
/proc/25817/stat : 25817 (march_hi) R 25815 25817 25688 0 -1 4194304 69290 0 0 0 1235 32 0 0 25 0 1 0 1164065997 192421888 33090 1992294400 134512640 135197378 4294956240 18446744073709551615 134560412 0 0 4096 0 0 0 0 17 0 0 0
/proc/25817/statm: 46978 33091 80 167 0 46809 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 187912

[startup+25.5019 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25818
/proc/meminfo: memFree=1021168/2055920 swapFree=4176708/4192956
[pid=25817] ppid=25815 vsize=714148 CPUtime=25.47
/proc/25817/stat : 25817 (march_hi) R 25815 25817 25688 0 -1 4194304 141381 0 0 0 2485 62 0 0 25 0 1 0 1164065997 731287552 80021 1992294400 134512640 135197378 4294956240 18446744073709551615 134539266 0 0 4096 0 0 0 0 17 0 0 0
/proc/25817/statm: 178537 80021 89 167 0 178368 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 714148

[startup+51.1012 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25818
/proc/meminfo: memFree=1021232/2055920 swapFree=4176708/4192956
[pid=25817] ppid=25815 vsize=714148 CPUtime=51.05
/proc/25817/stat : 25817 (march_hi) R 25815 25817 25688 0 -1 4194304 141381 0 0 0 5043 62 0 0 25 0 1 0 1164065997 731287552 80021 1992294400 134512640 135197378 4294956240 18446744073709551615 134539261 0 0 4096 0 0 0 0 17 0 0 0
/proc/25817/statm: 178537 80021 89 167 0 178368 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 714148

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25818
/proc/meminfo: memFree=1020400/2055920 swapFree=4176708/4192956
[pid=25817] ppid=25815 vsize=715140 CPUtime=102.23
/proc/25817/stat : 25817 (march_hi) R 25815 25817 25688 0 -1 4194304 141625 0 0 0 10161 62 0 0 25 0 1 0 1164065997 732303360 80265 1992294400 134512640 135197378 4294956240 18446744073709551615 134524945 0 0 4096 0 0 0 0 17 0 0 0
/proc/25817/statm: 178785 80265 91 167 0 178616 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 715140

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25818
/proc/meminfo: memFree=1016752/2055920 swapFree=4176708/4192956
[pid=25817] ppid=25815 vsize=716880 CPUtime=162.2
/proc/25817/stat : 25817 (march_hi) R 25815 25817 25688 0 -1 4194304 142547 0 0 0 16158 62 0 0 25 0 1 0 1164065997 734085120 81187 1992294400 134512640 135197378 4294956240 18446744073709551615 134539449 0 0 4096 0 0 0 0 17 0 0 0
/proc/25817/statm: 179220 81187 91 167 0 179051 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 716880

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25818
/proc/meminfo: memFree=1009392/2055920 swapFree=4176708/4192956
[pid=25817] ppid=25815 vsize=723892 CPUtime=222.17
/proc/25817/stat : 25817 (march_hi) R 25815 25817 25688 0 -1 4194304 144424 0 0 0 22153 64 0 0 25 0 1 0 1164065997 741265408 83022 1992294400 134512640 135197378 4294956240 18446744073709551615 134572901 0 0 4096 0 0 0 0 17 0 0 0
/proc/25817/statm: 180973 83022 91 167 0 180804 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 723892

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25818
/proc/meminfo: memFree=1006000/2055920 swapFree=4176708/4192956
[pid=25817] ppid=25815 vsize=723940 CPUtime=282.14
/proc/25817/stat : 25817 (march_hi) R 25815 25817 25688 0 -1 4194304 145259 0 0 0 28150 64 0 0 25 0 1 0 1164065997 741314560 83857 1992294400 134512640 135197378 4294956240 18446744073709551615 134572691 0 0 4096 0 0 0 0 17 0 0 0
/proc/25817/statm: 180985 83857 91 167 0 180816 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 723940

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25818
/proc/meminfo: memFree=1002864/2055920 swapFree=4176708/4192956
[pid=25817] ppid=25815 vsize=732828 CPUtime=342.11
/proc/25817/stat : 25817 (march_hi) R 25815 25817 25688 0 -1 4194304 146104 0 0 0 34147 64 0 0 25 0 1 0 1164065997 750415872 84630 1992294400 134512640 135197378 4294956240 18446744073709551615 134541433 0 0 4096 0 0 0 0 17 0 0 0
/proc/25817/statm: 183207 84630 91 167 0 183038 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 732828

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25818
/proc/meminfo: memFree=995504/2055920 swapFree=4176708/4192956
[pid=25817] ppid=25815 vsize=737808 CPUtime=402.07
/proc/25817/stat : 25817 (march_hi) R 25815 25817 25688 0 -1 4194304 148697 0 0 0 40141 66 0 0 25 0 1 0 1164065997 755515392 86521 1992294400 134512640 135197378 4294956240 18446744073709551615 134550653 0 0 4096 0 0 0 0 17 0 0 0
/proc/25817/statm: 184452 86521 91 167 0 184283 0
Current children cumulated CPU time (s) 402.07
Current children cumulated vsize (KiB) 737808

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25818
/proc/meminfo: memFree=987824/2055920 swapFree=4176708/4192956
[pid=25817] ppid=25815 vsize=742920 CPUtime=462.05
/proc/25817/stat : 25817 (march_hi) R 25815 25817 25688 0 -1 4194304 150572 0 0 0 46138 67 0 0 25 0 1 0 1164065997 760750080 88396 1992294400 134512640 135197378 4294956240 18446744073709551615 134548478 0 0 4096 0 0 0 0 17 0 0 0
/proc/25817/statm: 185730 88396 91 167 0 185561 0
Current children cumulated CPU time (s) 462.05
Current children cumulated vsize (KiB) 742920

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25818
/proc/meminfo: memFree=980720/2055920 swapFree=4176708/4192956
[pid=25817] ppid=25815 vsize=764404 CPUtime=522.03
/proc/25817/stat : 25817 (march_hi) R 25815 25817 25688 0 -1 4194304 152336 0 0 0 52135 68 0 0 25 0 1 0 1164065997 782749696 90160 1992294400 134512640 135197378 4294956240 18446744073709551615 134541425 0 0 4096 0 0 0 0 17 0 0 0
/proc/25817/statm: 191101 90160 91 167 0 190932 0
Current children cumulated CPU time (s) 522.03
Current children cumulated vsize (KiB) 764404

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25818
/proc/meminfo: memFree=974640/2055920 swapFree=4176708/4192956
[pid=25817] ppid=25815 vsize=768624 CPUtime=582.01
/proc/25817/stat : 25817 (march_hi) R 25815 25817 25688 0 -1 4194304 153869 0 0 0 58131 70 0 0 25 0 1 0 1164065997 787070976 91693 1992294400 134512640 135197378 4294956240 18446744073709551615 134541433 0 0 4096 0 0 0 0 17 0 0 0
/proc/25817/statm: 192156 91693 91 167 0 191987 0
Current children cumulated CPU time (s) 582.01
Current children cumulated vsize (KiB) 768624

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25818
/proc/meminfo: memFree=970480/2055920 swapFree=4176708/4192956
[pid=25817] ppid=25815 vsize=772012 CPUtime=641.99
/proc/25817/stat : 25817 (march_hi) R 25815 25817 25688 0 -1 4194304 154894 0 0 0 64129 70 0 0 25 0 1 0 1164065997 790540288 92718 1992294400 134512640 135197378 4294956240 18446744073709551615 134541425 0 0 4096 0 0 0 0 17 0 0 0
/proc/25817/statm: 193003 92718 91 167 0 192834 0
Current children cumulated CPU time (s) 641.99
Current children cumulated vsize (KiB) 772012

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25818
/proc/meminfo: memFree=965168/2055920 swapFree=4176708/4192956
[pid=25817] ppid=25815 vsize=776504 CPUtime=701.95
/proc/25817/stat : 25817 (march_hi) R 25815 25817 25688 0 -1 4194304 156305 0 0 0 70124 71 0 0 25 0 1 0 1164065997 795140096 94129 1992294400 134512640 135197378 4294956240 18446744073709551615 134572891 0 0 4096 0 0 0 0 17 0 0 0
/proc/25817/statm: 194126 94129 91 167 0 193957 0
Current children cumulated CPU time (s) 701.95
Current children cumulated vsize (KiB) 776504

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25818
/proc/meminfo: memFree=964336/2055920 swapFree=4176708/4192956
[pid=25817] ppid=25815 vsize=776776 CPUtime=761.93
/proc/25817/stat : 25817 (march_hi) R 25815 25817 25688 0 -1 4194304 156408 0 0 0 76122 71 0 0 25 0 1 0 1164065997 795418624 94232 1992294400 134512640 135197378 4294956240 18446744073709551615 134572685 0 0 4096 0 0 0 0 17 0 0 0
/proc/25817/statm: 194194 94232 91 167 0 194025 0
Current children cumulated CPU time (s) 761.93
Current children cumulated vsize (KiB) 776776

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25818
/proc/meminfo: memFree=964144/2055920 swapFree=4176708/4192956
[pid=25817] ppid=25815 vsize=777088 CPUtime=821.89
/proc/25817/stat : 25817 (march_hi) R 25815 25817 25688 0 -1 4194304 156455 0 0 0 82118 71 0 0 25 0 1 0 1164065997 795738112 94279 1992294400 134512640 135197378 4294956240 18446744073709551615 134541493 0 0 4096 0 0 0 0 17 1 0 0
/proc/25817/statm: 194272 94279 91 167 0 194103 0
Current children cumulated CPU time (s) 821.89
Current children cumulated vsize (KiB) 777088

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25824
/proc/meminfo: memFree=964016/2055920 swapFree=4176708/4192956
[pid=25817] ppid=25815 vsize=777088 CPUtime=881.86
/proc/25817/stat : 25817 (march_hi) R 25815 25817 25688 0 -1 4194304 156481 0 0 0 88114 72 0 0 25 0 1 0 1164065997 795738112 94305 1992294400 134512640 135197378 4294956240 18446744073709551615 134550950 0 0 4096 0 0 0 0 17 0 0 0
/proc/25817/statm: 194272 94305 91 167 0 194103 0
Current children cumulated CPU time (s) 881.86
Current children cumulated vsize (KiB) 777088

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25824
/proc/meminfo: memFree=964016/2055920 swapFree=4176708/4192956
[pid=25817] ppid=25815 vsize=777088 CPUtime=941.82
/proc/25817/stat : 25817 (march_hi) R 25815 25817 25688 0 -1 4194304 156486 0 0 0 94110 72 0 0 25 0 1 0 1164065997 795738112 94310 1992294400 134512640 135197378 4294956240 18446744073709551615 134541536 0 0 4096 0 0 0 0 17 0 0 0
/proc/25817/statm: 194272 94310 91 167 0 194103 0
Current children cumulated CPU time (s) 941.82
Current children cumulated vsize (KiB) 777088

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25824
/proc/meminfo: memFree=963952/2055920 swapFree=4176708/4192956
[pid=25817] ppid=25815 vsize=777240 CPUtime=1001.81
/proc/25817/stat : 25817 (march_hi) R 25815 25817 25688 0 -1 4194304 156493 0 0 0 100109 72 0 0 25 0 1 0 1164065997 795893760 94317 1992294400 134512640 135197378 4294956240 18446744073709551615 134539302 0 0 4096 0 0 0 0 17 0 0 0
/proc/25817/statm: 194310 94317 91 167 0 194141 0
Current children cumulated CPU time (s) 1001.81
Current children cumulated vsize (KiB) 777240

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25824
/proc/meminfo: memFree=963952/2055920 swapFree=4176708/4192956
[pid=25817] ppid=25815 vsize=777240 CPUtime=1061.79
/proc/25817/stat : 25817 (march_hi) R 25815 25817 25688 0 -1 4194304 156493 0 0 0 106107 72 0 0 25 0 1 0 1164065997 795893760 94317 1992294400 134512640 135197378 4294956240 18446744073709551615 134548478 0 0 4096 0 0 0 0 17 0 0 0
/proc/25817/statm: 194310 94317 91 167 0 194141 0
Current children cumulated CPU time (s) 1061.79
Current children cumulated vsize (KiB) 777240

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25824
/proc/meminfo: memFree=963888/2055920 swapFree=4176708/4192956
[pid=25817] ppid=25815 vsize=777240 CPUtime=1121.76
/proc/25817/stat : 25817 (march_hi) R 25815 25817 25688 0 -1 4194304 156498 0 0 0 112104 72 0 0 25 0 1 0 1164065997 795893760 94322 1992294400 134512640 135197378 4294956240 18446744073709551615 134548488 0 0 4096 0 0 0 0 17 0 0 0
/proc/25817/statm: 194310 94322 91 167 0 194141 0
Current children cumulated CPU time (s) 1121.76
Current children cumulated vsize (KiB) 777240

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25824
/proc/meminfo: memFree=963824/2055920 swapFree=4176708/4192956
[pid=25817] ppid=25815 vsize=777240 CPUtime=1181.73
/proc/25817/stat : 25817 (march_hi) R 25815 25817 25688 0 -1 4194304 156501 0 0 0 118101 72 0 0 25 0 1 0 1164065997 795893760 94325 1992294400 134512640 135197378 4294956240 18446744073709551615 134548473 0 0 4096 0 0 0 0 17 0 0 0
/proc/25817/statm: 194310 94325 91 167 0 194141 0
Current children cumulated CPU time (s) 1181.73
Current children cumulated vsize (KiB) 777240



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25824
/proc/meminfo: memFree=963824/2055920 swapFree=4176708/4192956
[pid=25817] ppid=25815 vsize=777240 CPUtime=1200.02
/proc/25817/stat : 25817 (march_hi) R 25815 25817 25688 0 -1 4194304 156501 0 0 0 119930 72 0 0 25 0 1 0 1164065997 795893760 94325 1992294400 134512640 135197378 4294956240 18446744073709551615 134541433 0 0 4096 0 0 0 0 17 0 0 0
/proc/25817/statm: 194310 94325 91 167 0 194141 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 777240

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.66
CPU time (s): 1200.09
CPU user time (s): 1199.31
CPU system time (s): 0.779881
CPU usage (%): 99.9523
Max. virtual memory (cumulated for all children) (KiB): 777240

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

runsolver used 0.991849 second user time and 3.38549 second system time

The end

Launcher Data

Begin job on node50 at 2009-04-05 08:47:19
IDJOB=1580024
IDBENCH=71009
IDSOLVER=521
FILE ID=node50/1580024-1238914036
PBS_JOBID= 9101375
Free space on /tmp= 66492 MiB

SOLVER NAME= march_hi hi
BENCH NAME= SAT09/APPLICATIONS/diagnosis/ACG-20-10p1.cnf
COMMAND LINE= HOME/march_hi BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1580024-1238914036/watcher-1580024-1238914036 -o /tmp/evaluation-result-1580024-1238914036/solver-1580024-1238914036 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/march_hi HOME/instance-1580024-1238914036.cnf

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

MD5SUM BENCH= 31a85166c16c74a5f2dcee32f2093a67
RANDOM SEED=988276796

node50.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.238
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.238
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:       1341720 kB
Buffers:         67824 kB
Cached:         577752 kB
SwapCached:      10624 kB
Active:         360836 kB
Inactive:       296788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1341720 kB
SwapTotal:     4192956 kB
SwapFree:      4176708 kB
Dirty:           31164 kB
Writeback:           0 kB
Mapped:          17156 kB
Slab:            42508 kB
Committed_AS:  3583484 kB
PageTables:       1456 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= 66492 MiB
End job on node50 at 2009-04-05 09:07:21