Trace number 1581896

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.13 1200.44

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-20-5p1.cnf
MD5SUM93858500e23e9a4bf0619d7bf7dc00f3
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark413.629
Satisfiable
(Un)Satisfiability was proved
Number of variables224986
Number of clauses1204430
Sum of the clauses size2908691
Maximum clause length10
Minimum clause length1
Number of clauses of size 111403
Number of clauses of size 2851953
Number of clauses of size 3284354
Number of clauses of size 46300
Number of clauses of size 525200
Number of clauses of size over 525220

Solver Data

17.99/18.06	c main():: ***                                   [ march satisfiability solver ]                                   ***
17.99/18.06	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
17.99/18.06	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
17.99/18.06	c main()::
17.99/18.06	c initFormula():: searching for DIMACS p-line....
17.99/18.06	c initFormula():: the DIMACS p-line indicates a CNF of 224986 variables and 1204430 clauses.
17.99/18.06	c parseCNF():: parsing....
17.99/18.06	c parseCNF():: the CNF contains 11403 unary clauses.
17.99/18.06	c runParser():: parsing was successful, warming up engines...
17.99/18.06	c find_and_remove_tautogolies():: found and removed 2632 tautologies
17.99/18.06	c find_and_remove_tautogolies():: found and removed 1310 tautologies
17.99/18.06	c simplify_formula():: removed 0 tautological, 275775 satisfied and 33099 duplicate clauses
17.99/18.06	c preprocessing fase I completed:: there are now 173163 free variables and 895556 clauses.
17.99/18.06	c stat :: sign balance is biased by 0.432
17.99/18.06	c using k-SAT heuristics (size based diff)
17.99/18.06	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
17.99/18.06	c simplify_formula():: removed 0 tautological, 0 satisfied and 40 duplicate clauses
17.99/18.06	c resolvent_look() :: found 1206 resolvents
17.99/18.06	c main():: clause / variable ratio: ( 896762 / 224986 ) = 3.99
17.99/18.06	c longest clause has size 10
17.99/18.06	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
17.99/18.06	c number of free variables = 173163
17.99/18.06	c dynamic_preselect_setsize :: off
17.99/18.06	c main():: all systems go!
17.99/18.06	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-1581896-1238933962/watcher-1581896-1238933962 -o /tmp/evaluation-result-1581896-1238933962/solver-1581896-1238933962 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_hi HOME/instance-1581896-1238933962.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.02 1.00 3/64 14796
/proc/meminfo: memFree=1320376/2055920 swapFree=4179076/4192956
[pid=14796] ppid=14794 vsize=6424 CPUtime=0
/proc/14796/stat : 14796 (march_hi) R 14794 14796 13952 0 -1 4194304 739 0 0 0 0 0 0 0 18 0 1 0 1166058231 6578176 724 1992294400 134512640 135197378 4294956224 18446744073709551615 134568349 0 0 4096 0 0 0 0 17 1 0 0
/proc/14796/statm: 1606 730 58 167 0 1437 0

[startup+0.057033 s]
/proc/loadavg: 1.00 1.02 1.00 3/64 14796
/proc/meminfo: memFree=1320376/2055920 swapFree=4179076/4192956
[pid=14796] ppid=14794 vsize=27852 CPUtime=0.05
/proc/14796/stat : 14796 (march_hi) R 14794 14796 13952 0 -1 4194304 5470 0 0 0 3 2 0 0 18 0 1 0 1166058231 28520448 5455 1992294400 134512640 135197378 4294956224 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 1 0 0
/proc/14796/statm: 6963 5456 58 167 0 6794 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 27852

[startup+0.101037 s]
/proc/loadavg: 1.00 1.02 1.00 3/64 14796
/proc/meminfo: memFree=1320376/2055920 swapFree=4179076/4192956
[pid=14796] ppid=14794 vsize=28512 CPUtime=0.09
/proc/14796/stat : 14796 (march_hi) R 14794 14796 13952 0 -1 4194304 5655 0 0 0 7 2 0 0 18 0 1 0 1166058231 29196288 5640 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/14796/statm: 7128 5640 58 167 0 6959 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28512

[startup+0.301055 s]
/proc/loadavg: 1.00 1.02 1.00 3/64 14796
/proc/meminfo: memFree=1320376/2055920 swapFree=4179076/4192956
[pid=14796] ppid=14794 vsize=31152 CPUtime=0.29
/proc/14796/stat : 14796 (march_hi) R 14794 14796 13952 0 -1 4194304 6500 0 0 0 27 2 0 0 19 0 1 0 1166058231 31899648 6485 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/14796/statm: 7788 6485 58 167 0 7619 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31152

[startup+0.701093 s]
/proc/loadavg: 1.00 1.02 1.00 3/64 14796
/proc/meminfo: memFree=1320376/2055920 swapFree=4179076/4192956
[pid=14796] ppid=14794 vsize=36432 CPUtime=0.69
/proc/14796/stat : 14796 (march_hi) R 14794 14796 13952 0 -1 4194304 8089 0 0 0 65 4 0 0 22 0 1 0 1166058231 37306368 8074 1992294400 134512640 135197378 4294956224 18446744073709551615 134697335 0 0 4096 0 0 0 0 17 1 0 0
/proc/14796/statm: 9108 8074 58 167 0 8939 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36432

[startup+1.50117 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 14797
/proc/meminfo: memFree=1283376/2055920 swapFree=4179076/4192956
[pid=14796] ppid=14794 vsize=45936 CPUtime=1.49
/proc/14796/stat : 14796 (march_hi) R 14794 14796 13952 0 -1 4194304 11070 0 0 0 143 6 0 0 25 0 1 0 1166058231 47038464 11055 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/14796/statm: 11484 11055 58 167 0 11315 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 45936

[startup+3.10132 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 14797
/proc/meminfo: memFree=1240816/2055920 swapFree=4179076/4192956
[pid=14796] ppid=14794 vsize=129472 CPUtime=3.09
/proc/14796/stat : 14796 (march_hi) R 14794 14796 13952 0 -1 4194304 26402 0 0 0 297 12 0 0 25 0 1 0 1166058231 132579328 22848 1992294400 134512640 135197378 4294956224 18446744073709551615 134561005 0 0 4096 0 0 0 0 17 1 0 0
/proc/14796/statm: 32368 22848 66 167 0 32199 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 129472

[startup+6.30162 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 14797
/proc/meminfo: memFree=1231920/2055920 swapFree=4179076/4192956
[pid=14796] ppid=14794 vsize=121136 CPUtime=6.28
/proc/14796/stat : 14796 (march_hi) R 14794 14796 13952 0 -1 4194304 33158 0 0 0 613 15 0 0 25 0 1 0 1166058231 124043264 20786 1992294400 134512640 135197378 4294956224 18446744073709551615 134565197 0 0 4096 0 0 0 0 17 1 0 0
/proc/14796/statm: 30284 20786 67 167 0 30115 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 121136

[startup+12.7012 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 14797
/proc/meminfo: memFree=1232304/2055920 swapFree=4179076/4192956
[pid=14796] ppid=14794 vsize=127276 CPUtime=12.69
/proc/14796/stat : 14796 (march_hi) R 14794 14796 13952 0 -1 4194304 50106 0 0 0 1245 24 0 0 25 0 1 0 1166058231 130330624 22334 1992294400 134512640 135197378 4294956224 18446744073709551615 134687945 0 0 4096 0 0 0 0 17 1 0 0
/proc/14796/statm: 31819 22334 80 167 0 31650 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 127276

[startup+25.5014 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 14797
/proc/meminfo: memFree=1129520/2055920 swapFree=4179076/4192956
[pid=14796] ppid=14794 vsize=435252 CPUtime=25.49
/proc/14796/stat : 14796 (march_hi) R 14794 14796 13952 0 -1 4194304 92517 0 0 0 2507 42 0 0 25 0 1 0 1166058231 445698048 47693 1992294400 134512640 135197378 4294956224 18446744073709551615 134524890 0 0 4096 0 0 0 0 17 1 0 0
/proc/14796/statm: 108813 47693 89 167 0 108644 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 435252

[startup+51.1019 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 14797
/proc/meminfo: memFree=1129456/2055920 swapFree=4179076/4192956
[pid=14796] ppid=14794 vsize=435252 CPUtime=51.07
/proc/14796/stat : 14796 (march_hi) R 14794 14796 13952 0 -1 4194304 92557 0 0 0 5065 42 0 0 25 0 1 0 1166058231 445698048 47733 1992294400 134512640 135197378 4294956224 18446744073709551615 134539097 0 0 4096 0 0 0 0 17 1 0 0
/proc/14796/statm: 108813 47733 89 167 0 108644 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 435252

[startup+102.306 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 14797
/proc/meminfo: memFree=1120752/2055920 swapFree=4179076/4192956
[pid=14796] ppid=14794 vsize=440308 CPUtime=102.26
/proc/14796/stat : 14796 (march_hi) R 14794 14796 13952 0 -1 4194304 94736 0 0 0 10183 43 0 0 25 0 1 0 1166058231 450875392 49912 1992294400 134512640 135197378 4294956224 18446744073709551615 134541536 0 0 4096 0 0 0 0 17 1 0 0
/proc/14796/statm: 110077 49912 91 167 0 109908 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 440308

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14797
/proc/meminfo: memFree=1110832/2055920 swapFree=4179076/4192956
[pid=14796] ppid=14794 vsize=452248 CPUtime=162.23
/proc/14796/stat : 14796 (march_hi) R 14794 14796 13952 0 -1 4194304 97439 0 0 0 16178 45 0 0 25 0 1 0 1166058231 463101952 52398 1992294400 134512640 135197378 4294956224 18446744073709551615 134524890 0 0 4096 0 0 0 0 17 1 0 0
/proc/14796/statm: 113062 52398 91 167 0 112893 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 452248

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14797
/proc/meminfo: memFree=1102256/2055920 swapFree=4179076/4192956
[pid=14796] ppid=14794 vsize=458892 CPUtime=222.21
/proc/14796/stat : 14796 (march_hi) R 14794 14796 13952 0 -1 4194304 99745 0 0 0 22174 47 0 0 25 0 1 0 1166058231 469905408 54527 1992294400 134512640 135197378 4294956224 18446744073709551615 134541458 0 0 4096 0 0 0 0 17 1 0 0
/proc/14796/statm: 114723 54527 91 167 0 114554 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 458892

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14797
/proc/meminfo: memFree=1096560/2055920 swapFree=4179076/4192956
[pid=14796] ppid=14794 vsize=471524 CPUtime=282.2
/proc/14796/stat : 14796 (march_hi) R 14794 14796 13952 0 -1 4194304 101192 0 0 0 28172 48 0 0 25 0 1 0 1166058231 482840576 55974 1992294400 134512640 135197378 4294956224 18446744073709551615 134572867 0 0 4096 0 0 0 0 17 1 0 0
/proc/14796/statm: 117881 55974 91 167 0 117712 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 471524

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14797
/proc/meminfo: memFree=1090032/2055920 swapFree=4179076/4192956
[pid=14796] ppid=14794 vsize=476628 CPUtime=342.19
/proc/14796/stat : 14796 (march_hi) R 14794 14796 13952 0 -1 4194304 102810 0 0 0 34170 49 0 0 25 0 1 0 1166058231 488067072 57592 1992294400 134512640 135197378 4294956224 18446744073709551615 134649520 0 0 4096 0 0 0 0 17 1 0 0
/proc/14796/statm: 119157 57592 91 167 0 118988 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 476628

[startup+402.301 s]
/proc/loadavg: 1.04 1.01 1.00 2/65 14797
/proc/meminfo: memFree=1089520/2055920 swapFree=4179076/4192956
[pid=14796] ppid=14794 vsize=477056 CPUtime=402.18
/proc/14796/stat : 14796 (march_hi) R 14794 14796 13952 0 -1 4194304 102909 0 0 0 40168 50 0 0 25 0 1 0 1166058231 488505344 57691 1992294400 134512640 135197378 4294956224 18446744073709551615 134541536 0 0 4096 0 0 0 0 17 1 0 0
/proc/14796/statm: 119264 57691 91 167 0 119095 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 477056

[startup+462.302 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 14797
/proc/meminfo: memFree=1089136/2055920 swapFree=4179076/4192956
[pid=14796] ppid=14794 vsize=477468 CPUtime=462.16
/proc/14796/stat : 14796 (march_hi) R 14794 14796 13952 0 -1 4194304 103014 0 0 0 46166 50 0 0 25 0 1 0 1166058231 488927232 57796 1992294400 134512640 135197378 4294956224 18446744073709551615 134572685 0 0 4096 0 0 0 0 17 1 0 0
/proc/14796/statm: 119367 57796 91 167 0 119198 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 477468

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14797
/proc/meminfo: memFree=1089072/2055920 swapFree=4179076/4192956
[pid=14796] ppid=14794 vsize=477468 CPUtime=522.15
/proc/14796/stat : 14796 (march_hi) R 14794 14796 13952 0 -1 4194304 103016 0 0 0 52165 50 0 0 25 0 1 0 1166058231 488927232 57798 1992294400 134512640 135197378 4294956224 18446744073709551615 134572901 0 0 4096 0 0 0 0 17 1 0 0
/proc/14796/statm: 119367 57798 91 167 0 119198 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 477468

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14797
/proc/meminfo: memFree=1089072/2055920 swapFree=4179076/4192956
[pid=14796] ppid=14794 vsize=477468 CPUtime=582.13
/proc/14796/stat : 14796 (march_hi) R 14794 14796 13952 0 -1 4194304 103022 0 0 0 58163 50 0 0 25 0 1 0 1166058231 488927232 57804 1992294400 134512640 135197378 4294956224 18446744073709551615 134539266 0 0 4096 0 0 0 0 17 1 0 0
/proc/14796/statm: 119367 57804 91 167 0 119198 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 477468

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14797
/proc/meminfo: memFree=1088880/2055920 swapFree=4179076/4192956
[pid=14796] ppid=14794 vsize=477636 CPUtime=642.12
/proc/14796/stat : 14796 (march_hi) R 14794 14796 13952 0 -1 4194304 103064 0 0 0 64162 50 0 0 25 0 1 0 1166058231 489099264 57846 1992294400 134512640 135197378 4294956224 18446744073709551615 134541433 0 0 4096 0 0 0 0 17 1 0 0
/proc/14796/statm: 119409 57846 91 167 0 119240 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 477636

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14797
/proc/meminfo: memFree=1088880/2055920 swapFree=4179076/4192956
[pid=14796] ppid=14794 vsize=477636 CPUtime=702.1
/proc/14796/stat : 14796 (march_hi) R 14794 14796 13952 0 -1 4194304 103065 0 0 0 70160 50 0 0 25 0 1 0 1166058231 489099264 57847 1992294400 134512640 135197378 4294956224 18446744073709551615 134541536 0 0 4096 0 0 0 0 17 1 0 0
/proc/14796/statm: 119409 57847 91 167 0 119240 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 477636

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14797
/proc/meminfo: memFree=1088816/2055920 swapFree=4179076/4192956
[pid=14796] ppid=14794 vsize=477636 CPUtime=762.09
/proc/14796/stat : 14796 (march_hi) R 14794 14796 13952 0 -1 4194304 103066 0 0 0 76159 50 0 0 25 0 1 0 1166058231 489099264 57848 1992294400 134512640 135197378 4294956224 18446744073709551615 134541464 0 0 4096 0 0 0 0 17 1 0 0
/proc/14796/statm: 119409 57848 91 167 0 119240 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 477636

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14797
/proc/meminfo: memFree=1088624/2055920 swapFree=4179076/4192956
[pid=14796] ppid=14794 vsize=477844 CPUtime=822.07
/proc/14796/stat : 14796 (march_hi) R 14794 14796 13952 0 -1 4194304 103110 0 0 0 82157 50 0 0 25 0 1 0 1166058231 489312256 57892 1992294400 134512640 135197378 4294956224 18446744073709551615 134713215 0 0 4096 0 0 0 0 17 1 0 0
/proc/14796/statm: 119461 57892 91 167 0 119292 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 477844

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14797
/proc/meminfo: memFree=1088176/2055920 swapFree=4179076/4192956
[pid=14796] ppid=14794 vsize=478132 CPUtime=882.06
/proc/14796/stat : 14796 (march_hi) R 14794 14796 13952 0 -1 4194304 103211 0 0 0 88155 51 0 0 25 0 1 0 1166058231 489607168 57993 1992294400 134512640 135197378 4294956224 18446744073709551615 134541464 0 0 4096 0 0 0 0 17 1 0 0
/proc/14796/statm: 119533 57993 91 167 0 119364 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 478132

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14797
/proc/meminfo: memFree=1088240/2055920 swapFree=4179076/4192956
[pid=14796] ppid=14794 vsize=478264 CPUtime=942.04
/proc/14796/stat : 14796 (march_hi) R 14794 14796 13952 0 -1 4194304 103239 0 0 0 94153 51 0 0 25 0 1 0 1166058231 489742336 58021 1992294400 134512640 135197378 4294956224 18446744073709551615 134539266 0 0 4096 0 0 0 0 17 1 0 0
/proc/14796/statm: 119566 58021 91 167 0 119397 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 478264

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14797
/proc/meminfo: memFree=1088176/2055920 swapFree=4179076/4192956
[pid=14796] ppid=14794 vsize=478776 CPUtime=1002.03
/proc/14796/stat : 14796 (march_hi) R 14794 14796 13952 0 -1 4194304 103251 0 0 0 100152 51 0 0 25 0 1 0 1166058231 490266624 58033 1992294400 134512640 135197378 4294956224 18446744073709551615 134541464 0 0 4096 0 0 0 0 17 1 0 0
/proc/14796/statm: 119694 58033 91 167 0 119525 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 478776

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14797
/proc/meminfo: memFree=1088176/2055920 swapFree=4179076/4192956
[pid=14796] ppid=14794 vsize=478776 CPUtime=1062.01
/proc/14796/stat : 14796 (march_hi) R 14794 14796 13952 0 -1 4194304 103254 0 0 0 106150 51 0 0 25 0 1 0 1166058231 490266624 58036 1992294400 134512640 135197378 4294956224 18446744073709551615 134548713 0 0 4096 0 0 0 0 17 1 0 0
/proc/14796/statm: 119694 58036 91 167 0 119525 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 478776

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14797
/proc/meminfo: memFree=1088112/2055920 swapFree=4179076/4192956
[pid=14796] ppid=14794 vsize=478776 CPUtime=1121.99
/proc/14796/stat : 14796 (march_hi) R 14794 14796 13952 0 -1 4194304 103257 0 0 0 112148 51 0 0 25 0 1 0 1166058231 490266624 58039 1992294400 134512640 135197378 4294956224 18446744073709551615 134548478 0 0 4096 0 0 0 0 17 1 0 0
/proc/14796/statm: 119694 58039 91 167 0 119525 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 478776

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14797
/proc/meminfo: memFree=1088048/2055920 swapFree=4179076/4192956
[pid=14796] ppid=14794 vsize=478776 CPUtime=1181.98
/proc/14796/stat : 14796 (march_hi) R 14794 14796 13952 0 -1 4194304 103259 0 0 0 118147 51 0 0 25 0 1 0 1166058231 490266624 58041 1992294400 134512640 135197378 4294956224 18446744073709551615 134570839 0 0 4096 0 0 0 0 17 1 0 0
/proc/14796/statm: 119694 58041 91 167 0 119525 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 478776



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14797
/proc/meminfo: memFree=1087856/2055920 swapFree=4179076/4192956
[pid=14796] ppid=14794 vsize=479080 CPUtime=1200.08
/proc/14796/stat : 14796 (march_hi) R 14794 14796 13952 0 -1 4194304 103311 0 0 0 119957 51 0 0 25 0 1 0 1166058231 490577920 58093 1992294400 134512640 135197378 4294956224 18446744073709551615 134548486 0 0 4096 0 0 0 0 17 1 0 0
/proc/14796/statm: 119770 58093 91 167 0 119601 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 479080

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.44
CPU time (s): 1200.13
CPU user time (s): 1199.57
CPU system time (s): 0.557915
CPU usage (%): 99.9739
Max. virtual memory (cumulated for all children) (KiB): 479080

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

runsolver used 0.951855 second user time and 2.56461 second system time

The end

Launcher Data

Begin job on node61 at 2009-04-05 14:19:24
IDJOB=1581896
IDBENCH=71045
IDSOLVER=521
FILE ID=node61/1581896-1238933962
PBS_JOBID= 9101421
Free space on /tmp= 66540 MiB

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

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

MD5SUM BENCH= 93858500e23e9a4bf0619d7bf7dc00f3
RANDOM SEED=796533746

node61.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:       1320792 kB
Buffers:         73812 kB
Cached:         572108 kB
SwapCached:       7832 kB
Active:         166824 kB
Inactive:       488608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1320792 kB
SwapTotal:     4192956 kB
SwapFree:      4179076 kB
Dirty:           23460 kB
Writeback:           0 kB
Mapped:          15172 kB
Slab:            65784 kB
Committed_AS:  3104328 kB
PageTables:       1420 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66540 MiB
End job on node61 at 2009-04-05 14:39:26