Trace number 1582416

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

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-20-10p1.cnf
MD5SUM6ace5cfbe110f1a43049037cb7432998
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 variables259234
Number of clauses1387934
Sum of the clauses size3351923
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2981661
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

16.76/16.87	c main():: ***                                   [ march satisfiability solver ]                                   ***
16.76/16.87	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
16.76/16.87	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
16.76/16.87	c main()::
16.76/16.87	c initFormula():: searching for DIMACS p-line....
16.76/16.87	c initFormula():: the DIMACS p-line indicates a CNF of 259234 variables and 1387934 clauses.
16.76/16.87	c parseCNF():: parsing....
16.76/16.87	c parseCNF():: the CNF contains 13149 unary clauses.
16.76/16.87	c runParser():: parsing was successful, warming up engines...
16.76/16.87	c find_and_remove_tautogolies():: found and removed 3313 tautologies
16.76/16.87	c find_and_remove_tautogolies():: found and removed 1663 tautologies
16.76/16.87	c simplify_formula():: removed 0 tautological, 328822 satisfied and 38179 duplicate clauses
16.76/16.87	c preprocessing fase I completed:: there are now 196313 free variables and 1020933 clauses.
16.76/16.87	c stat :: sign balance is biased by 0.432
16.76/16.87	c using k-SAT heuristics (size based diff)
16.76/16.87	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
16.76/16.87	c simplify_formula():: removed 0 tautological, 0 satisfied and 2 duplicate clauses
16.76/16.87	c resolvent_look() :: found 1514 resolvents
16.76/16.87	c main():: clause / variable ratio: ( 1022447 / 259234 ) = 3.94
16.76/16.87	c longest clause has size 10
16.76/16.87	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
16.76/16.87	c number of free variables = 196313
16.76/16.87	c dynamic_preselect_setsize :: off
16.76/16.87	c main():: all systems go!
16.76/16.87	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-1582416-1238939506/watcher-1582416-1238939506 -o /tmp/evaluation-result-1582416-1238939506/solver-1582416-1238939506 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_hi HOME/instance-1582416-1238939506.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.91 0.95 0.98 3/64 25407
/proc/meminfo: memFree=1465256/2055920 swapFree=4177844/4192956
[pid=25407] ppid=25405 vsize=7276 CPUtime=0
/proc/25407/stat : 25407 (march_hi) R 25405 25407 25340 0 -1 4194304 829 0 0 0 0 0 0 0 18 0 1 0 1166613288 7450624 814 1992294400 134512640 135197378 4294956240 18446744073709551615 134568349 0 0 4096 0 0 0 0 17 0 0 0
/proc/25407/statm: 1819 822 58 167 0 1650 0

[startup+0.0146079 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 25407
/proc/meminfo: memFree=1465256/2055920 swapFree=4177844/4192956
[pid=25407] ppid=25405 vsize=18340 CPUtime=0
/proc/25407/stat : 25407 (march_hi) R 25405 25407 25340 0 -1 4194304 1978 0 0 0 0 0 0 0 18 0 1 0 1166613288 18780160 1963 1992294400 134512640 135197378 4294956240 18446744073709551615 134568480 0 0 4096 0 0 0 0 17 0 0 0
/proc/25407/statm: 4585 1967 58 167 0 4416 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18340

[startup+0.102616 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 25407
/proc/meminfo: memFree=1465256/2055920 swapFree=4177844/4192956
[pid=25407] ppid=25405 vsize=32604 CPUtime=0.09
/proc/25407/stat : 25407 (march_hi) R 25405 25407 25340 0 -1 4194304 6476 0 0 0 7 2 0 0 18 0 1 0 1166613288 33386496 6461 1992294400 134512640 135197378 4294956240 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 0 0 0
/proc/25407/statm: 8151 6461 58 167 0 7982 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32604

[startup+0.301637 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 25407
/proc/meminfo: memFree=1465256/2055920 swapFree=4177844/4192956
[pid=25407] ppid=25405 vsize=35640 CPUtime=0.29
/proc/25407/stat : 25407 (march_hi) R 25405 25407 25340 0 -1 4194304 7409 0 0 0 27 2 0 0 19 0 1 0 1166613288 36495360 7394 1992294400 134512640 135197378 4294956240 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 0 0 0
/proc/25407/statm: 8910 7394 58 167 0 8741 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35640

[startup+0.70168 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 25407
/proc/meminfo: memFree=1465256/2055920 swapFree=4177844/4192956
[pid=25407] ppid=25405 vsize=41316 CPUtime=0.69
/proc/25407/stat : 25407 (march_hi) R 25405 25407 25340 0 -1 4194304 9159 0 0 0 66 3 0 0 23 0 1 0 1166613288 42307584 9144 1992294400 134512640 135197378 4294956240 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 0 0 0
/proc/25407/statm: 10329 9145 58 167 0 10160 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 41316

[startup+1.50177 s]
/proc/loadavg: 0.91 0.95 0.98 2/65 25408
/proc/meminfo: memFree=1422880/2055920 swapFree=4177844/4192956
[pid=25407] ppid=25405 vsize=52008 CPUtime=1.48
/proc/25407/stat : 25407 (march_hi) R 25405 25407 25340 0 -1 4194304 12471 0 0 0 143 5 0 0 25 0 1 0 1166613288 53256192 12456 1992294400 134512640 135197378 4294956240 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 0 0 0
/proc/25407/statm: 13002 12456 58 167 0 12833 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 52008

[startup+3.10194 s]
/proc/loadavg: 0.91 0.95 0.98 2/65 25408
/proc/meminfo: memFree=1367328/2055920 swapFree=4177844/4192956
[pid=25407] ppid=25405 vsize=134892 CPUtime=3.08
/proc/25407/stat : 25407 (march_hi) R 25405 25407 25340 0 -1 4194304 25571 0 0 0 297 11 0 0 25 0 1 0 1166613288 138129408 22778 1992294400 134512640 135197378 4294956240 18446744073709551615 134560764 0 0 4096 0 0 0 0 17 0 0 0
/proc/25407/statm: 33723 22778 66 167 0 33554 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 134892

[startup+6.30128 s]
/proc/loadavg: 0.92 0.95 0.98 2/65 25408
/proc/meminfo: memFree=1360800/2055920 swapFree=4177844/4192956
[pid=25407] ppid=25405 vsize=144460 CPUtime=6.27
/proc/25407/stat : 25407 (march_hi) R 25405 25407 25340 0 -1 4194304 31474 0 0 0 614 13 0 0 25 0 1 0 1166613288 147927040 25198 1992294400 134512640 135197378 4294956240 18446744073709551615 134565168 0 0 4096 0 0 0 0 17 0 0 0
/proc/25407/statm: 36115 25198 67 167 0 35946 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 144460

[startup+12.702 s]
/proc/loadavg: 0.93 0.95 0.98 2/65 25408
/proc/meminfo: memFree=1350888/2055920 swapFree=4177844/4192956
[pid=25407] ppid=25405 vsize=143448 CPUtime=12.67
/proc/25407/stat : 25407 (march_hi) R 25405 25407 25340 0 -1 4194304 46081 0 0 0 1247 20 0 0 25 0 1 0 1166613288 146890752 24959 1992294400 134512640 135197378 4294956240 18446744073709551615 134560398 0 0 4096 0 0 0 0 17 0 0 0
/proc/25407/statm: 35862 24959 81 167 0 35693 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 143448

[startup+25.5023 s]
/proc/loadavg: 0.94 0.96 0.98 2/65 25408
/proc/meminfo: memFree=1246632/2055920 swapFree=4177844/4192956
[pid=25407] ppid=25405 vsize=495156 CPUtime=25.46
/proc/25407/stat : 25407 (march_hi) R 25405 25407 25340 0 -1 4194304 87532 0 0 0 2512 34 0 0 25 0 1 0 1166613288 507039744 54677 1992294400 134512640 135197378 4294956240 18446744073709551615 134524921 0 0 4096 0 0 0 0 17 0 0 0
/proc/25407/statm: 123789 54677 89 167 0 123620 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 495156

[startup+51.1021 s]
/proc/loadavg: 0.96 0.96 0.98 2/65 25408
/proc/meminfo: memFree=1246760/2055920 swapFree=4177844/4192956
[pid=25407] ppid=25405 vsize=495156 CPUtime=51.02
/proc/25407/stat : 25407 (march_hi) R 25405 25407 25340 0 -1 4194304 87532 0 0 0 5068 34 0 0 25 0 1 0 1166613288 507039744 54677 1992294400 134512640 135197378 4294956240 18446744073709551615 134524945 0 0 4096 0 0 0 0 17 0 0 0
/proc/25407/statm: 123789 54677 89 167 0 123620 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 495156

[startup+102.307 s]
/proc/loadavg: 0.98 0.96 0.98 2/65 25408
/proc/meminfo: memFree=1235752/2055920 swapFree=4177844/4192956
[pid=25407] ppid=25405 vsize=502504 CPUtime=102.2
/proc/25407/stat : 25407 (march_hi) R 25405 25407 25340 0 -1 4194304 90294 0 0 0 10184 36 0 0 25 0 1 0 1166613288 514564096 57439 1992294400 134512640 135197378 4294956240 18446744073709551615 134541478 0 0 4096 0 0 0 0 17 0 0 0
/proc/25407/statm: 125626 57439 91 167 0 125457 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 502504

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25408
/proc/meminfo: memFree=1226536/2055920 swapFree=4177844/4192956
[pid=25407] ppid=25405 vsize=513832 CPUtime=162.17
/proc/25407/stat : 25407 (march_hi) R 25405 25407 25340 0 -1 4194304 92936 0 0 0 16180 37 0 0 25 0 1 0 1166613288 526163968 59761 1992294400 134512640 135197378 4294956240 18446744073709551615 134541450 0 0 4096 0 0 0 0 17 0 0 0
/proc/25407/statm: 128458 59761 91 167 0 128289 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 513832

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25408
/proc/meminfo: memFree=1217128/2055920 swapFree=4177844/4192956
[pid=25407] ppid=25405 vsize=519584 CPUtime=222.16
/proc/25407/stat : 25407 (march_hi) R 25405 25407 25340 0 -1 4194304 95900 0 0 0 22176 40 0 0 25 0 1 0 1166613288 532054016 62104 1992294400 134512640 135197378 4294956240 18446744073709551615 134541466 0 0 4096 0 0 0 0 17 0 0 0
/proc/25407/statm: 129896 62104 91 167 0 129727 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 519584

[startup+282.303 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25408
/proc/meminfo: memFree=1207272/2055920 swapFree=4177844/4192956
[pid=25407] ppid=25405 vsize=533700 CPUtime=282.12
/proc/25407/stat : 25407 (march_hi) R 25405 25407 25340 0 -1 4194304 98976 0 0 0 28171 41 0 0 25 0 1 0 1166613288 546508800 64542 1992294400 134512640 135197378 4294956240 18446744073709551615 134572883 0 0 4096 0 0 0 0 17 0 0 0
/proc/25407/statm: 133425 64542 91 167 0 133256 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 533700

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25408
/proc/meminfo: memFree=1202280/2055920 swapFree=4177844/4192956
[pid=25407] ppid=25405 vsize=537184 CPUtime=342.1
/proc/25407/stat : 25407 (march_hi) R 25405 25407 25340 0 -1 4194304 100526 0 0 0 34167 43 0 0 25 0 1 0 1166613288 550076416 65778 1992294400 134512640 135197378 4294956240 18446744073709551615 134550653 0 0 4096 0 0 0 0 17 0 0 0
/proc/25407/statm: 134296 65778 91 167 0 134127 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 537184

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25408
/proc/meminfo: memFree=1196328/2055920 swapFree=4177844/4192956
[pid=25407] ppid=25405 vsize=541304 CPUtime=402.07
/proc/25407/stat : 25407 (march_hi) R 25405 25407 25340 0 -1 4194304 102282 0 0 0 40163 44 0 0 25 0 1 0 1166613288 554295296 67288 1992294400 134512640 135197378 4294956240 18446744073709551615 134713223 0 0 4096 0 0 0 0 17 0 0 0
/proc/25407/statm: 135326 67288 91 167 0 135157 0
Current children cumulated CPU time (s) 402.07
Current children cumulated vsize (KiB) 541304

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25408
/proc/meminfo: memFree=1190632/2055920 swapFree=4177844/4192956
[pid=25407] ppid=25405 vsize=561364 CPUtime=462.03
/proc/25407/stat : 25407 (march_hi) R 25405 25407 25340 0 -1 4194304 103753 0 0 0 46158 45 0 0 25 0 1 0 1166613288 574836736 68675 1992294400 134512640 135197378 4294956240 18446744073709551615 134570921 0 0 4096 0 0 0 0 17 0 0 0
/proc/25407/statm: 140341 68675 91 167 0 140172 0
Current children cumulated CPU time (s) 462.03
Current children cumulated vsize (KiB) 561364

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25408
/proc/meminfo: memFree=1185768/2055920 swapFree=4177844/4192956
[pid=25407] ppid=25405 vsize=564680 CPUtime=522.02
/proc/25407/stat : 25407 (march_hi) R 25405 25407 25340 0 -1 4194304 104985 0 0 0 52156 46 0 0 25 0 1 0 1166613288 578232320 69907 1992294400 134512640 135197378 4294956240 18446744073709551615 134570839 0 0 4096 0 0 0 0 17 0 0 0
/proc/25407/statm: 141170 69907 91 167 0 141001 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 564680

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25414
/proc/meminfo: memFree=1178920/2055920 swapFree=4177844/4192956
[pid=25407] ppid=25405 vsize=570532 CPUtime=582
/proc/25407/stat : 25407 (march_hi) R 25405 25407 25340 0 -1 4194304 106636 0 0 0 58152 48 0 0 25 0 1 0 1166613288 584224768 71558 1992294400 134512640 135197378 4294956240 18446744073709551615 134572685 0 0 4096 0 0 0 0 17 0 0 0
/proc/25407/statm: 142633 71558 91 167 0 142464 0
Current children cumulated CPU time (s) 582
Current children cumulated vsize (KiB) 570532

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25414
/proc/meminfo: memFree=1175272/2055920 swapFree=4177844/4192956
[pid=25407] ppid=25405 vsize=573792 CPUtime=641.98
/proc/25407/stat : 25407 (march_hi) R 25405 25407 25340 0 -1 4194304 107549 0 0 0 64149 49 0 0 25 0 1 0 1166613288 587563008 72471 1992294400 134512640 135197378 4294956240 18446744073709551615 134570912 0 0 4096 0 0 0 0 17 0 0 0
/proc/25407/statm: 143448 72471 91 167 0 143279 0
Current children cumulated CPU time (s) 641.98
Current children cumulated vsize (KiB) 573792

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25414
/proc/meminfo: memFree=1174824/2055920 swapFree=4177844/4192956
[pid=25407] ppid=25405 vsize=574236 CPUtime=701.95
/proc/25407/stat : 25407 (march_hi) R 25405 25407 25340 0 -1 4194304 107646 0 0 0 70146 49 0 0 25 0 1 0 1166613288 588017664 72568 1992294400 134512640 135197378 4294956240 18446744073709551615 134572869 0 0 4096 0 0 0 0 17 0 0 0
/proc/25407/statm: 143559 72568 91 167 0 143390 0
Current children cumulated CPU time (s) 701.95
Current children cumulated vsize (KiB) 574236

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25414
/proc/meminfo: memFree=1174632/2055920 swapFree=4177844/4192956
[pid=25407] ppid=25405 vsize=574368 CPUtime=761.93
/proc/25407/stat : 25407 (march_hi) R 25405 25407 25340 0 -1 4194304 107680 0 0 0 76144 49 0 0 25 0 1 0 1166613288 588152832 72602 1992294400 134512640 135197378 4294956240 18446744073709551615 134541464 0 0 4096 0 0 0 0 17 0 0 0
/proc/25407/statm: 143592 72602 91 167 0 143423 0
Current children cumulated CPU time (s) 761.93
Current children cumulated vsize (KiB) 574368

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25414
/proc/meminfo: memFree=1174120/2055920 swapFree=4177844/4192956
[pid=25407] ppid=25405 vsize=574944 CPUtime=821.89
/proc/25407/stat : 25407 (march_hi) R 25405 25407 25340 0 -1 4194304 107809 0 0 0 82140 49 0 0 25 0 1 0 1166613288 588742656 72731 1992294400 134512640 135197378 4294956240 18446744073709551615 134572865 0 0 4096 0 0 0 0 17 0 0 0
/proc/25407/statm: 143736 72731 91 167 0 143567 0
Current children cumulated CPU time (s) 821.89
Current children cumulated vsize (KiB) 574944

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25414
/proc/meminfo: memFree=1174120/2055920 swapFree=4177844/4192956
[pid=25407] ppid=25405 vsize=574944 CPUtime=881.87
/proc/25407/stat : 25407 (march_hi) R 25405 25407 25340 0 -1 4194304 107817 0 0 0 88138 49 0 0 25 0 1 0 1166613288 588742656 72739 1992294400 134512640 135197378 4294956240 18446744073709551615 134548514 0 0 4096 0 0 0 0 17 0 0 0
/proc/25407/statm: 143736 72739 91 167 0 143567 0
Current children cumulated CPU time (s) 881.87
Current children cumulated vsize (KiB) 574944

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25414
/proc/meminfo: memFree=1174056/2055920 swapFree=4177844/4192956
[pid=25407] ppid=25405 vsize=574944 CPUtime=941.84
/proc/25407/stat : 25407 (march_hi) R 25405 25407 25340 0 -1 4194304 107819 0 0 0 94135 49 0 0 25 0 1 0 1166613288 588742656 72741 1992294400 134512640 135197378 4294956240 18446744073709551615 134548514 0 0 4096 0 0 0 0 17 0 0 0
/proc/25407/statm: 143736 72741 91 167 0 143567 0
Current children cumulated CPU time (s) 941.84
Current children cumulated vsize (KiB) 574944

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25414
/proc/meminfo: memFree=1174056/2055920 swapFree=4177844/4192956
[pid=25407] ppid=25405 vsize=574944 CPUtime=1001.82
/proc/25407/stat : 25407 (march_hi) R 25405 25407 25340 0 -1 4194304 107823 0 0 0 100133 49 0 0 25 0 1 0 1166613288 588742656 72745 1992294400 134512640 135197378 4294956240 18446744073709551615 134603839 0 0 4096 0 0 0 0 17 0 0 0
/proc/25407/statm: 143736 72745 91 167 0 143567 0
Current children cumulated CPU time (s) 1001.82
Current children cumulated vsize (KiB) 574944

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25414
/proc/meminfo: memFree=1173992/2055920 swapFree=4177844/4192956
[pid=25407] ppid=25405 vsize=574944 CPUtime=1061.79
/proc/25407/stat : 25407 (march_hi) R 25405 25407 25340 0 -1 4194304 107843 0 0 0 106130 49 0 0 25 0 1 0 1166613288 588742656 72765 1992294400 134512640 135197378 4294956240 18446744073709551615 134548488 0 0 4096 0 0 0 0 17 0 0 0
/proc/25407/statm: 143736 72765 91 167 0 143567 0
Current children cumulated CPU time (s) 1061.79
Current children cumulated vsize (KiB) 574944

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25414
/proc/meminfo: memFree=1173736/2055920 swapFree=4177844/4192956
[pid=25407] ppid=25405 vsize=575232 CPUtime=1121.77
/proc/25407/stat : 25407 (march_hi) R 25405 25407 25340 0 -1 4194304 107896 0 0 0 112128 49 0 0 25 0 1 0 1166613288 589037568 72818 1992294400 134512640 135197378 4294956240 18446744073709551615 134649537 0 0 4096 0 0 0 0 17 0 0 0
/proc/25407/statm: 143808 72818 91 167 0 143639 0
Current children cumulated CPU time (s) 1121.77
Current children cumulated vsize (KiB) 575232

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25414
/proc/meminfo: memFree=1173544/2055920 swapFree=4177844/4192956
[pid=25407] ppid=25405 vsize=575496 CPUtime=1181.74
/proc/25407/stat : 25407 (march_hi) R 25405 25407 25340 0 -1 4194304 107938 0 0 0 118125 49 0 0 25 0 1 0 1166613288 589307904 72860 1992294400 134512640 135197378 4294956240 18446744073709551615 134570912 0 0 4096 0 0 0 0 17 0 0 0
/proc/25407/statm: 143874 72860 91 167 0 143705 0
Current children cumulated CPU time (s) 1181.74
Current children cumulated vsize (KiB) 575496



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25414
/proc/meminfo: memFree=1173480/2055920 swapFree=4177844/4192956
[pid=25407] ppid=25405 vsize=575496 CPUtime=1200.03
/proc/25407/stat : 25407 (march_hi) R 25405 25407 25340 0 -1 4194304 107939 0 0 0 119954 49 0 0 25 0 1 0 1166613288 589307904 72861 1992294400 134512640 135197378 4294956240 18446744073709551615 134541464 0 0 4096 0 0 0 0 17 0 0 0
/proc/25407/statm: 143874 72861 91 167 0 143705 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 575496

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.65
CPU time (s): 1200.09
CPU user time (s): 1199.55
CPU system time (s): 0.540917
CPU usage (%): 99.9535
Max. virtual memory (cumulated for all children) (KiB): 575496

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

runsolver used 1.07084 second user time and 3.3035 second system time

The end

Launcher Data

Begin job on node47 at 2009-04-05 15:51:48
IDJOB=1582416
IDBENCH=71055
IDSOLVER=521
FILE ID=node47/1582416-1238939506
PBS_JOBID= 9101494
Free space on /tmp= 66516 MiB

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

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

MD5SUM BENCH= 6ace5cfbe110f1a43049037cb7432998
RANDOM SEED=840692933

node47.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.216
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.216
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:       1465736 kB
Buffers:         48016 kB
Cached:         463092 kB
SwapCached:       9024 kB
Active:         261908 kB
Inactive:       259728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1465736 kB
SwapTotal:     4192956 kB
SwapFree:      4177844 kB
Dirty:           27096 kB
Writeback:           0 kB
Mapped:          16092 kB
Slab:            54476 kB
Committed_AS:  3593672 kB
PageTables:       1452 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= 66516 MiB
End job on node47 at 2009-04-05 16:11:50