Trace number 1579452

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

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-10-5p1.cnf
MD5SUM71709b0ed450234f1e59c71288c2c81a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark14.2078
Satisfiable
(Un)Satisfiability was proved
Number of variables104856
Number of clauses508020
Sum of the clauses size1195339
Maximum clause length10
Minimum clause length1
Number of clauses of size 15498
Number of clauses of size 2399325
Number of clauses of size 375997
Number of clauses of size 43020
Number of clauses of size 512080
Number of clauses of size over 512100

Solver Data

5.89/5.93	c main():: ***                                   [ march satisfiability solver ]                                   ***
5.89/5.93	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
5.89/5.93	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
5.89/5.93	c main()::
5.89/5.93	c initFormula():: searching for DIMACS p-line....
5.89/5.93	c initFormula():: the DIMACS p-line indicates a CNF of 104856 variables and 508020 clauses.
5.89/5.93	c parseCNF():: parsing....
5.89/5.93	c parseCNF():: the CNF contains 5498 unary clauses.
5.89/5.93	c runParser():: parsing was successful, warming up engines...
5.89/5.93	c find_and_remove_tautogolies():: found and removed 1643 tautologies
5.89/5.93	c find_and_remove_tautogolies():: found and removed 1694 tautologies
5.89/5.93	c simplify_formula():: removed 0 tautological, 164116 satisfied and 15750 duplicate clauses
5.89/5.93	c preprocessing fase I completed:: there are now 70954 free variables and 328154 clauses.
5.89/5.93	c stat :: sign balance is biased by 0.443
5.89/5.93	c using k-SAT heuristics (size based diff)
5.89/5.93	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
5.89/5.93	c simplify_formula():: removed 0 tautological, 0 satisfied and 2 duplicate clauses
5.89/5.93	c resolvent_look() :: found 502 resolvents
5.89/5.93	c main():: clause / variable ratio: ( 328656 / 104856 ) = 3.13
5.89/5.93	c longest clause has size 10
5.89/5.93	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
5.89/5.93	c number of free variables = 70954
5.89/5.93	c dynamic_preselect_setsize :: off
5.89/5.93	c main():: all systems go!
5.89/5.93	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/999) NodeCount: 1345
103.66/103.72	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
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-1579452-1238907535/watcher-1579452-1238907535 -o /tmp/evaluation-result-1579452-1238907535/solver-1579452-1238907535 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_hi HOME/instance-1579452-1238907535.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.01 1.00 3/64 17325
/proc/meminfo: memFree=1483688/2055920 swapFree=4176924/4192956
[pid=17325] ppid=17323 vsize=7128 CPUtime=0
/proc/17325/stat : 17325 (march_hi) R 17323 17325 14041 0 -1 4194304 685 0 0 0 0 0 0 0 18 0 1 0 1163418513 7299072 670 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/17325/statm: 1782 674 58 167 0 1613 0

[startup+0.10158 s]
/proc/loadavg: 1.00 1.01 1.00 3/64 17325
/proc/meminfo: memFree=1483688/2055920 swapFree=4176924/4192956
[pid=17325] ppid=17323 vsize=14036 CPUtime=0.09
/proc/17325/stat : 17325 (march_hi) R 17323 17325 14041 0 -1 4194304 2865 0 0 0 8 1 0 0 18 0 1 0 1163418513 14372864 2850 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/17325/statm: 3509 2850 58 167 0 3340 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14036

[startup+0.201589 s]
/proc/loadavg: 1.00 1.01 1.00 3/64 17325
/proc/meminfo: memFree=1483688/2055920 swapFree=4176924/4192956
[pid=17325] ppid=17323 vsize=15488 CPUtime=0.19
/proc/17325/stat : 17325 (march_hi) R 17323 17325 14041 0 -1 4194304 3298 0 0 0 18 1 0 0 18 0 1 0 1163418513 15859712 3283 1992294400 134512640 135197378 4294956224 18446744073709551615 134697335 0 0 4096 0 0 0 0 17 1 0 0
/proc/17325/statm: 3872 3283 58 167 0 3703 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 15488

[startup+0.301601 s]
/proc/loadavg: 1.00 1.01 1.00 3/64 17325
/proc/meminfo: memFree=1483688/2055920 swapFree=4176924/4192956
[pid=17325] ppid=17323 vsize=16676 CPUtime=0.29
/proc/17325/stat : 17325 (march_hi) R 17323 17325 14041 0 -1 4194304 3679 0 0 0 28 1 0 0 19 0 1 0 1163418513 17076224 3664 1992294400 134512640 135197378 4294956224 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 1 0 0
/proc/17325/statm: 4169 3664 58 167 0 4000 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16676

[startup+0.701645 s]
/proc/loadavg: 1.00 1.01 1.00 3/64 17325
/proc/meminfo: memFree=1483688/2055920 swapFree=4176924/4192956
[pid=17325] ppid=17323 vsize=47712 CPUtime=0.69
/proc/17325/stat : 17325 (march_hi) R 17323 17325 14041 0 -1 4194304 7539 0 0 0 66 3 0 0 22 0 1 0 1163418513 48857088 7522 1992294400 134512640 135197378 4294956224 18446744073709551615 134560283 0 0 4096 0 0 0 0 17 1 0 0
/proc/17325/statm: 11928 7522 62 167 0 11759 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47712

[startup+1.50173 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 17326
/proc/meminfo: memFree=1456544/2055920 swapFree=4176924/4192956
[pid=17325] ppid=17323 vsize=52544 CPUtime=1.49
/proc/17325/stat : 17325 (march_hi) R 17323 17325 14041 0 -1 4194304 13436 0 0 0 143 6 0 0 25 0 1 0 1163418513 53805056 9071 1992294400 134512640 135197378 4294956224 18446744073709551615 134560499 0 0 4096 0 0 0 0 17 1 0 0
/proc/17325/statm: 13136 9071 67 167 0 12967 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 52544

[startup+3.10191 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 17326
/proc/meminfo: memFree=1446496/2055920 swapFree=4176924/4192956
[pid=17325] ppid=17323 vsize=54448 CPUtime=3.09
/proc/17325/stat : 17325 (march_hi) R 17323 17325 14041 0 -1 4194304 16892 0 0 0 302 7 0 0 25 0 1 0 1163418513 55754752 9545 1992294400 134512640 135197378 4294956224 18446744073709551615 134560953 0 0 4096 0 0 0 0 17 1 0 0
/proc/17325/statm: 13612 9545 78 167 0 13443 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 54448

[startup+6.30127 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 17326
/proc/meminfo: memFree=1416864/2055920 swapFree=4176924/4192956
[pid=17325] ppid=17323 vsize=190464 CPUtime=6.29
/proc/17325/stat : 17325 (march_hi) R 17323 17325 14041 0 -1 4194304 36752 0 0 0 612 17 0 0 25 0 1 0 1163418513 195035136 19943 1992294400 134512640 135197378 4294956224 18446744073709551615 134539266 0 0 4096 0 0 0 0 17 1 0 0
/proc/17325/statm: 47616 19943 89 167 0 47447 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 190464

[startup+12.702 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 17326
/proc/meminfo: memFree=1403872/2055920 swapFree=4176924/4192956
[pid=17325] ppid=17323 vsize=190464 CPUtime=12.69
/proc/17325/stat : 17325 (march_hi) R 17323 17325 14041 0 -1 4194304 36752 0 0 0 1252 17 0 0 25 0 1 0 1163418513 195035136 19943 1992294400 134512640 135197378 4294956224 18446744073709551615 134524866 0 0 4096 0 0 0 0 17 1 0 0
/proc/17325/statm: 47616 19943 89 167 0 47447 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 190464

[startup+25.5014 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 17326
/proc/meminfo: memFree=1396576/2055920 swapFree=4176924/4192956
[pid=17325] ppid=17323 vsize=196768 CPUtime=25.48
/proc/17325/stat : 17325 (march_hi) R 17323 17325 14041 0 -1 4194304 38584 0 0 0 2530 18 0 0 25 0 1 0 1163418513 201490432 21775 1992294400 134512640 135197378 4294956224 18446744073709551615 134539266 0 0 4096 0 0 0 0 17 1 0 0
/proc/17325/statm: 49192 21775 91 167 0 49023 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 196768

[startup+51.1013 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17326
/proc/meminfo: memFree=1392736/2055920 swapFree=4176924/4192956
[pid=17325] ppid=17323 vsize=201064 CPUtime=51.07
/proc/17325/stat : 17325 (march_hi) R 17323 17325 14041 0 -1 4194304 39586 0 0 0 5088 19 0 0 25 0 1 0 1163418513 205889536 22777 1992294400 134512640 135197378 4294956224 18446744073709551615 134541450 0 0 4096 0 0 0 0 17 1 0 0
/proc/17325/statm: 50266 22777 91 167 0 50097 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 201064

[startup+102.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17326
/proc/meminfo: memFree=1380960/2055920 swapFree=4176924/4192956
[pid=17325] ppid=17323 vsize=216164 CPUtime=102.26
/proc/17325/stat : 17325 (march_hi) R 17323 17325 14041 0 -1 4194304 42496 0 0 0 10204 22 0 0 25 0 1 0 1163418513 221351936 25687 1992294400 134512640 135197378 4294956224 18446744073709551615 134541433 0 0 4096 0 0 0 0 17 1 0 0
/proc/17325/statm: 54041 25687 91 167 0 53872 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 216164

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17332
/proc/meminfo: memFree=1377376/2055920 swapFree=4176924/4192956
[pid=17325] ppid=17323 vsize=220220 CPUtime=162.24
/proc/17325/stat : 17325 (march_hi) R 17323 17325 14041 0 -1 4194304 43435 0 0 0 16202 22 0 0 25 0 1 0 1163418513 225505280 26581 1992294400 134512640 135197378 4294956224 18446744073709551615 134548557 0 0 4096 0 0 0 0 17 1 0 0
/proc/17325/statm: 55055 26581 91 167 0 54886 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 220220

[startup+222.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17332
/proc/meminfo: memFree=1373792/2055920 swapFree=4176924/4192956
[pid=17325] ppid=17323 vsize=223464 CPUtime=222.23
/proc/17325/stat : 17325 (march_hi) R 17323 17325 14041 0 -1 4194304 44315 0 0 0 22200 23 0 0 25 0 1 0 1163418513 228827136 27461 1992294400 134512640 135197378 4294956224 18446744073709551615 134524862 0 0 4096 0 0 0 0 17 1 0 0
/proc/17325/statm: 55866 27461 91 167 0 55697 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 223464

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17332
/proc/meminfo: memFree=1371680/2055920 swapFree=4176924/4192956
[pid=17325] ppid=17323 vsize=225616 CPUtime=282.2
/proc/17325/stat : 17325 (march_hi) R 17323 17325 14041 0 -1 4194304 44845 0 0 0 28197 23 0 0 25 0 1 0 1163418513 231030784 27991 1992294400 134512640 135197378 4294956224 18446744073709551615 134539266 0 0 4096 0 0 0 0 17 1 0 0
/proc/17325/statm: 56404 27991 91 167 0 56235 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 225616

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17332
/proc/meminfo: memFree=1369632/2055920 swapFree=4176924/4192956
[pid=17325] ppid=17323 vsize=227656 CPUtime=342.18
/proc/17325/stat : 17325 (march_hi) R 17323 17325 14041 0 -1 4194304 45358 0 0 0 34195 23 0 0 25 0 1 0 1163418513 233119744 28504 1992294400 134512640 135197378 4294956224 18446744073709551615 134548514 0 0 4096 0 0 0 0 17 1 0 0
/proc/17325/statm: 56914 28504 91 167 0 56745 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 227656

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17332
/proc/meminfo: memFree=1366496/2055920 swapFree=4176924/4192956
[pid=17325] ppid=17323 vsize=230244 CPUtime=402.17
/proc/17325/stat : 17325 (march_hi) R 17323 17325 14041 0 -1 4194304 46124 0 0 0 40193 24 0 0 25 0 1 0 1163418513 235769856 29270 1992294400 134512640 135197378 4294956224 18446744073709551615 134539095 0 0 4096 0 0 0 0 17 1 0 0
/proc/17325/statm: 57561 29270 91 167 0 57392 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 230244

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17332
/proc/meminfo: memFree=1366240/2055920 swapFree=4176924/4192956
[pid=17325] ppid=17323 vsize=230640 CPUtime=462.15
/proc/17325/stat : 17325 (march_hi) R 17323 17325 14041 0 -1 4194304 46199 0 0 0 46191 24 0 0 25 0 1 0 1163418513 236175360 29345 1992294400 134512640 135197378 4294956224 18446744073709551615 134541433 0 0 4096 0 0 0 0 17 1 0 0
/proc/17325/statm: 57660 29345 91 167 0 57491 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 230640

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17332
/proc/meminfo: memFree=1366048/2055920 swapFree=4176924/4192956
[pid=17325] ppid=17323 vsize=230772 CPUtime=522.14
/proc/17325/stat : 17325 (march_hi) R 17323 17325 14041 0 -1 4194304 46240 0 0 0 52190 24 0 0 25 0 1 0 1163418513 236310528 29386 1992294400 134512640 135197378 4294956224 18446744073709551615 134550767 0 0 4096 0 0 0 0 17 1 0 0
/proc/17325/statm: 57693 29386 91 167 0 57524 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 230772

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17332
/proc/meminfo: memFree=1366048/2055920 swapFree=4176924/4192956
[pid=17325] ppid=17323 vsize=230772 CPUtime=582.12
/proc/17325/stat : 17325 (march_hi) R 17323 17325 14041 0 -1 4194304 46242 0 0 0 58188 24 0 0 25 0 1 0 1163418513 236310528 29388 1992294400 134512640 135197378 4294956224 18446744073709551615 134550653 0 0 4096 0 0 0 0 17 1 0 0
/proc/17325/statm: 57693 29388 91 167 0 57524 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 230772

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17332
/proc/meminfo: memFree=1365920/2055920 swapFree=4176924/4192956
[pid=17325] ppid=17323 vsize=230904 CPUtime=642.1
/proc/17325/stat : 17325 (march_hi) R 17323 17325 14041 0 -1 4194304 46260 0 0 0 64186 24 0 0 25 0 1 0 1163418513 236445696 29406 1992294400 134512640 135197378 4294956224 18446744073709551615 134548733 0 0 4096 0 0 0 0 17 1 0 0
/proc/17325/statm: 57726 29406 91 167 0 57557 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 230904

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17332
/proc/meminfo: memFree=1365728/2055920 swapFree=4176924/4192956
[pid=17325] ppid=17323 vsize=231036 CPUtime=702.09
/proc/17325/stat : 17325 (march_hi) R 17323 17325 14041 0 -1 4194304 46304 0 0 0 70185 24 0 0 25 0 1 0 1163418513 236580864 29450 1992294400 134512640 135197378 4294956224 18446744073709551615 134572867 0 0 4096 0 0 0 0 17 1 0 0
/proc/17325/statm: 57759 29450 91 167 0 57590 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 231036

[startup+762.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17332
/proc/meminfo: memFree=1365728/2055920 swapFree=4176924/4192956
[pid=17325] ppid=17323 vsize=231036 CPUtime=762.08
/proc/17325/stat : 17325 (march_hi) R 17323 17325 14041 0 -1 4194304 46313 0 0 0 76184 24 0 0 25 0 1 0 1163418513 236580864 29459 1992294400 134512640 135197378 4294956224 18446744073709551615 134541536 0 0 4096 0 0 0 0 17 1 0 0
/proc/17325/statm: 57759 29459 91 167 0 57590 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 231036

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17332
/proc/meminfo: memFree=1365664/2055920 swapFree=4176924/4192956
[pid=17325] ppid=17323 vsize=231036 CPUtime=822.06
/proc/17325/stat : 17325 (march_hi) R 17323 17325 14041 0 -1 4194304 46323 0 0 0 82182 24 0 0 25 0 1 0 1163418513 236580864 29469 1992294400 134512640 135197378 4294956224 18446744073709551615 134539266 0 0 4096 0 0 0 0 17 1 0 0
/proc/17325/statm: 57759 29469 91 167 0 57590 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 231036

[startup+882.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17332
/proc/meminfo: memFree=1365600/2055920 swapFree=4176924/4192956
[pid=17325] ppid=17323 vsize=231168 CPUtime=882.05
/proc/17325/stat : 17325 (march_hi) R 17323 17325 14041 0 -1 4194304 46329 0 0 0 88180 25 0 0 25 0 1 0 1163418513 236716032 29475 1992294400 134512640 135197378 4294956224 18446744073709551615 134541450 0 0 4096 0 0 0 0 17 1 0 0
/proc/17325/statm: 57792 29475 91 167 0 57623 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 231168

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17332
/proc/meminfo: memFree=1365600/2055920 swapFree=4176924/4192956
[pid=17325] ppid=17323 vsize=231168 CPUtime=942.03
/proc/17325/stat : 17325 (march_hi) R 17323 17325 14041 0 -1 4194304 46333 0 0 0 94178 25 0 0 25 0 1 0 1163418513 236716032 29479 1992294400 134512640 135197378 4294956224 18446744073709551615 134541501 0 0 4096 0 0 0 0 17 1 0 0
/proc/17325/statm: 57792 29479 91 167 0 57623 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 231168

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17332
/proc/meminfo: memFree=1365600/2055920 swapFree=4176924/4192956
[pid=17325] ppid=17323 vsize=231168 CPUtime=1002.02
/proc/17325/stat : 17325 (march_hi) R 17323 17325 14041 0 -1 4194304 46337 0 0 0 100177 25 0 0 25 0 1 0 1163418513 236716032 29483 1992294400 134512640 135197378 4294956224 18446744073709551615 134548504 0 0 4096 0 0 0 0 17 1 0 0
/proc/17325/statm: 57792 29483 91 167 0 57623 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 231168

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17332
/proc/meminfo: memFree=1365536/2055920 swapFree=4176924/4192956
[pid=17325] ppid=17323 vsize=231168 CPUtime=1062
/proc/17325/stat : 17325 (march_hi) R 17323 17325 14041 0 -1 4194304 46340 0 0 0 106175 25 0 0 25 0 1 0 1163418513 236716032 29486 1992294400 134512640 135197378 4294956224 18446744073709551615 134541501 0 0 4096 0 0 0 0 17 1 0 0
/proc/17325/statm: 57792 29486 91 167 0 57623 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 231168

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17332
/proc/meminfo: memFree=1365536/2055920 swapFree=4176924/4192956
[pid=17325] ppid=17323 vsize=231168 CPUtime=1121.98
/proc/17325/stat : 17325 (march_hi) R 17323 17325 14041 0 -1 4194304 46341 0 0 0 112173 25 0 0 25 0 1 0 1163418513 236716032 29487 1992294400 134512640 135197378 4294956224 18446744073709551615 134572685 0 0 4096 0 0 0 0 17 1 0 0
/proc/17325/statm: 57792 29487 91 167 0 57623 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 231168

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17332
/proc/meminfo: memFree=1365472/2055920 swapFree=4176924/4192956
[pid=17325] ppid=17323 vsize=231300 CPUtime=1181.97
/proc/17325/stat : 17325 (march_hi) R 17323 17325 14041 0 -1 4194304 46360 0 0 0 118172 25 0 0 25 0 1 0 1163418513 236851200 29506 1992294400 134512640 135197378 4294956224 18446744073709551615 134541501 0 0 4096 0 0 0 0 17 1 0 0
/proc/17325/statm: 57825 29506 91 167 0 57656 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 231300



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17332
/proc/meminfo: memFree=1365472/2055920 swapFree=4176924/4192956
[pid=17325] ppid=17323 vsize=231300 CPUtime=1200.06
/proc/17325/stat : 17325 (march_hi) R 17323 17325 14041 0 -1 4194304 46360 0 0 0 119981 25 0 0 25 0 1 0 1163418513 236851200 29506 1992294400 134512640 135197378 4294956224 18446744073709551615 134550709 0 0 4096 0 0 0 0 17 1 0 0
/proc/17325/statm: 57825 29506 91 167 0 57656 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 231300

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

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

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17332
/proc/meminfo: memFree=1365472/2055920 swapFree=4176924/4192956
[pid=17325] ppid=17323 vsize=231300 CPUtime=1200.06
/proc/17325/stat : 17325 (march_hi) R 17323 17325 14041 0 -1 4194304 46360 0 0 0 119981 25 0 0 25 0 1 0 1163418513 236851200 29506 1992294400 134512640 135197378 4294956224 18446744073709551615 134550709 0 0 4096 0 0 0 0 17 1 0 0
/proc/17325/statm: 57825 29506 91 167 0 57656 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 231300

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.43
CPU time (s): 1200.09
CPU user time (s): 1199.82
CPU system time (s): 0.274958
CPU usage (%): 99.9724
Max. virtual memory (cumulated for all children) (KiB): 231300

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

runsolver used 1.00885 second user time and 2.67459 second system time

The end

Launcher Data

Begin job on node35 at 2009-04-05 06:58:56
IDJOB=1579452
IDBENCH=70998
IDSOLVER=521
FILE ID=node35/1579452-1238907535
PBS_JOBID= 9086092
Free space on /tmp= 66492 MiB

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

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

MD5SUM BENCH= 71709b0ed450234f1e59c71288c2c81a
RANDOM SEED=261305706

node35.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.229
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.229
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:       1484104 kB
Buffers:         66224 kB
Cached:         421940 kB
SwapCached:      10140 kB
Active:         205248 kB
Inactive:       294684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1484104 kB
SwapTotal:     4192956 kB
SwapFree:      4176924 kB
Dirty:            9460 kB
Writeback:           0 kB
Mapped:          17584 kB
Slab:            57860 kB
Committed_AS:  3198664 kB
PageTables:       1420 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= 66488 MiB
End job on node35 at 2009-04-05 07:18:59