Trace number 1775129

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
Rsat 2009-03-22? (TO) 10000 9999.02

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_20_SAT.cnf
MD5SUM8aa38136187abb1238dedfc85e88a72c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark19.0111
Satisfiable
(Un)Satisfiability was proved
Number of variables4242
Number of clauses503783
Sum of the clauses size1505427
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 26480
Number of clauses of size 3497272
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 531

Solver Data

0.00/0.00	c Parsing...
0.29/0.34	c ==============================================================================
0.29/0.34	c |           |     ORIGINAL     |              LEARNT              |          |
0.29/0.34	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.29/0.34	c ==============================================================================
0.29/0.34	c |         0 |  503783  1505427 |  151134       0        0     nan |  0.000 % |
7.09/7.13	c |         0 |  502371  2189412 |      --       0       --      -- |     --   | -1412/683985
7.09/7.13	c ==============================================================================
7.09/7.13	c Result  :   #vars: 2815   #clauses: 502371   #literals: 2189412
7.09/7.13	c CPU time:   6.99494 s
7.09/7.13	c ==============================================================================
7.79/7.88	c Rsat version 3.02
7.87/8.21	c Base unit clause learned: 0

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-1775129-1241341416/watcher-1775129-1241341416 -o /tmp/evaluation-result-1775129-1241341416/solver-1775129-1241341416 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1775129-1241341416.cnf HOME 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.85 0.97 0.99 2/64 30719
/proc/meminfo: memFree=1822592/2055920 swapFree=4180136/4192956
[pid=30719] ppid=30717 vsize=5356 CPUtime=0
/proc/30719/stat : 30719 (rsat.sh) S 30717 30719 30682 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162175031 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30719/statm: 1339 239 199 169 0 50 0
[pid=30720] ppid=30719 vsize=1440 CPUtime=0
/proc/30720/stat : 30720 (SatElite) R 30719 30719 30682 0 -1 4194304 225 0 0 0 0 0 0 0 20 0 1 0 162175032 1474560 208 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/30720/statm: 393 211 65 186 0 203 0

[startup+0.0264229 s]
/proc/loadavg: 0.85 0.97 0.99 2/64 30719
/proc/meminfo: memFree=1822592/2055920 swapFree=4180136/4192956
[pid=30719] ppid=30717 vsize=5356 CPUtime=0
/proc/30719/stat : 30719 (rsat.sh) S 30717 30719 30682 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162175031 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30719/statm: 1339 239 199 169 0 50 0
[pid=30720] ppid=30719 vsize=5324 CPUtime=0.01
/proc/30720/stat : 30720 (SatElite) R 30719 30719 30682 0 -1 4194304 1150 0 0 0 1 0 0 0 20 0 1 0 162175032 5451776 1133 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 1 0 0
/proc/30720/statm: 1331 1133 65 186 0 1141 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10680

[startup+0.101401 s]
/proc/loadavg: 0.85 0.97 0.99 2/64 30719
/proc/meminfo: memFree=1822592/2055920 swapFree=4180136/4192956
[pid=30719] ppid=30717 vsize=5356 CPUtime=0
/proc/30719/stat : 30719 (rsat.sh) S 30717 30719 30682 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162175031 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30719/statm: 1339 239 199 169 0 50 0
[pid=30720] ppid=30719 vsize=16388 CPUtime=0.09
/proc/30720/stat : 30720 (SatElite) R 30719 30719 30682 0 -1 4194304 3771 0 0 0 7 2 0 0 20 0 1 0 162175032 16781312 3754 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 1 0 0
/proc/30720/statm: 4097 3754 65 186 0 3907 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21744

[startup+0.301344 s]
/proc/loadavg: 0.85 0.97 0.99 2/64 30719
/proc/meminfo: memFree=1822592/2055920 swapFree=4180136/4192956
[pid=30719] ppid=30717 vsize=5356 CPUtime=0
/proc/30719/stat : 30719 (rsat.sh) S 30717 30719 30682 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162175031 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30719/statm: 1339 239 199 169 0 50 0
[pid=30720] ppid=30719 vsize=55080 CPUtime=0.29
/proc/30720/stat : 30720 (SatElite) R 30719 30719 30682 0 -1 4194304 12537 0 0 0 22 7 0 0 21 0 1 0 162175032 56401920 12520 1992294400 4194304 4959918 548682068688 18446744073709551615 4232853 0 0 4096 3 0 0 0 17 1 0 0
/proc/30720/statm: 13770 12521 66 186 0 13580 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 60436

[startup+0.701229 s]
/proc/loadavg: 0.85 0.97 0.99 2/64 30719
/proc/meminfo: memFree=1822592/2055920 swapFree=4180136/4192956
[pid=30719] ppid=30717 vsize=5356 CPUtime=0
/proc/30719/stat : 30719 (rsat.sh) S 30717 30719 30682 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162175031 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30719/statm: 1339 239 199 169 0 50 0
[pid=30720] ppid=30719 vsize=68516 CPUtime=0.69
/proc/30720/stat : 30720 (SatElite) R 30719 30719 30682 0 -1 4194304 15920 0 0 0 60 9 0 0 25 0 1 0 162175032 70160384 15903 1992294400 4194304 4959918 548682068688 18446744073709551615 4269386 0 0 4096 3 0 0 0 17 1 0 0
/proc/30720/statm: 17129 15903 90 186 0 16939 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 73872

[startup+1.501 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 30721
/proc/meminfo: memFree=1755440/2055920 swapFree=4180136/4192956
[pid=30719] ppid=30717 vsize=5356 CPUtime=0
/proc/30719/stat : 30719 (rsat.sh) S 30717 30719 30682 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162175031 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30719/statm: 1339 239 199 169 0 50 0
[pid=30720] ppid=30719 vsize=76916 CPUtime=1.49
/proc/30720/stat : 30720 (SatElite) R 30719 30719 30682 0 -1 4194304 17360 0 0 0 138 11 0 0 25 0 1 0 162175032 78761984 17343 1992294400 4194304 4959918 548682068688 18446744073709551615 4241749 0 0 4096 3 0 0 0 17 1 0 0
/proc/30720/statm: 19229 17343 90 186 0 19039 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 82272

[startup+3.10155 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 30721
/proc/meminfo: memFree=1744624/2055920 swapFree=4180136/4192956
[pid=30719] ppid=30717 vsize=5356 CPUtime=0
/proc/30719/stat : 30719 (rsat.sh) S 30717 30719 30682 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162175031 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30719/statm: 1339 239 199 169 0 50 0
[pid=30720] ppid=30719 vsize=89480 CPUtime=3.09
/proc/30720/stat : 30720 (SatElite) R 30719 30719 30682 0 -1 4194304 19466 0 0 0 297 12 0 0 25 0 1 0 162175032 91627520 19449 1992294400 4194304 4959918 548682068688 18446744073709551615 4269015 0 0 4096 3 0 0 0 17 1 0 0
/proc/30720/statm: 22370 19449 91 186 0 22180 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 94836

[startup+6.30164 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 30721
/proc/meminfo: memFree=1742576/2055920 swapFree=4180136/4192956
[pid=30719] ppid=30717 vsize=5356 CPUtime=0
/proc/30719/stat : 30719 (rsat.sh) S 30717 30719 30682 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162175031 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30719/statm: 1339 239 199 169 0 50 0
[pid=30720] ppid=30719 vsize=89480 CPUtime=6.29
/proc/30720/stat : 30720 (SatElite) R 30719 30719 30682 0 -1 4194304 19466 0 0 0 616 13 0 0 25 0 1 0 162175032 91627520 19449 1992294400 4194304 4959918 548682068688 18446744073709551615 4269223 0 0 4096 3 0 0 0 17 1 0 0
/proc/30720/statm: 22370 19449 91 186 0 22180 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 94836

[startup+12.7028 s]
/proc/loadavg: 0.88 0.97 0.99 2/66 30722
/proc/meminfo: memFree=1762616/2055920 swapFree=4180136/4192956
[pid=30719] ppid=30717 vsize=5356 CPUtime=7.87
/proc/30719/stat : 30719 (rsat.sh) S 30717 30719 30682 0 -1 4194304 312 19470 0 0 0 0 767 20 16 0 1 0 162175031 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30719/statm: 1339 241 199 169 0 50 0
[pid=30722] ppid=30719 vsize=50144 CPUtime=4.8
/proc/30722/stat : 30722 (rsat) R 30719 30719 30682 0 -1 4194304 12040 0 0 0 473 7 0 0 25 0 1 0 162175820 51347456 12021 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30722/statm: 12536 12021 116 309 0 12223 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 55500

[startup+25.5012 s]
/proc/loadavg: 0.90 0.97 0.99 2/66 30722
/proc/meminfo: memFree=1751352/2055920 swapFree=4180136/4192956
[pid=30719] ppid=30717 vsize=5356 CPUtime=7.87
/proc/30719/stat : 30719 (rsat.sh) S 30717 30719 30682 0 -1 4194304 312 19470 0 0 0 0 767 20 16 0 1 0 162175031 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30719/statm: 1339 241 199 169 0 50 0
[pid=30722] ppid=30719 vsize=61080 CPUtime=17.6
/proc/30722/stat : 30722 (rsat) R 30719 30719 30682 0 -1 4194304 14766 0 0 0 1751 9 0 0 25 0 1 0 162175820 62545920 14681 1992294400 4194304 5460562 548682068800 18446744073709551615 4198143 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30722/statm: 15270 14681 116 309 0 14957 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 66436

[startup+51.1019 s]
/proc/loadavg: 0.93 0.97 0.99 2/66 30722
/proc/meminfo: memFree=1743160/2055920 swapFree=4180136/4192956
[pid=30719] ppid=30717 vsize=5356 CPUtime=7.87
/proc/30719/stat : 30719 (rsat.sh) S 30717 30719 30682 0 -1 4194304 312 19470 0 0 0 0 767 20 16 0 1 0 162175031 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30719/statm: 1339 241 199 169 0 50 0
[pid=30722] ppid=30719 vsize=69424 CPUtime=43.18
/proc/30722/stat : 30722 (rsat) R 30719 30719 30682 0 -1 4194304 16867 0 0 0 4306 12 0 0 25 0 1 0 162175820 71090176 16782 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30722/statm: 17356 16782 116 309 0 17043 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 74780

[startup+102.305 s]
/proc/loadavg: 0.97 0.97 0.99 2/66 30722
/proc/meminfo: memFree=1727864/2055920 swapFree=4180136/4192956
[pid=30719] ppid=30717 vsize=5356 CPUtime=7.87
/proc/30719/stat : 30719 (rsat.sh) S 30717 30719 30682 0 -1 4194304 312 19470 0 0 0 0 767 20 16 0 1 0 162175031 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30719/statm: 1339 241 199 169 0 50 0
[pid=30722] ppid=30719 vsize=85908 CPUtime=94.39
/proc/30722/stat : 30722 (rsat) R 30719 30719 30682 0 -1 4194304 20770 0 0 0 9423 16 0 0 25 0 1 0 162175820 87969792 20555 1992294400 4194304 5460562 548682068800 18446744073709551615 4198137 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30722/statm: 21477 20555 116 309 0 21164 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 91264

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 30722
/proc/meminfo: memFree=1706040/2055920 swapFree=4180136/4192956
[pid=30719] ppid=30717 vsize=5356 CPUtime=7.87
/proc/30719/stat : 30719 (rsat.sh) S 30717 30719 30682 0 -1 4194304 312 19470 0 0 0 0 767 20 16 0 1 0 162175031 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30719/statm: 1339 241 199 169 0 50 0
[pid=30722] ppid=30719 vsize=110048 CPUtime=154.4
/proc/30722/stat : 30722 (rsat) R 30719 30719 30682 0 -1 4194304 26599 0 0 0 15419 21 0 0 25 0 1 0 162175820 112689152 26126 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30722/statm: 27512 26126 116 309 0 27199 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 115404

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 30722
/proc/meminfo: memFree=1676920/2055920 swapFree=4180136/4192956
[pid=30719] ppid=30717 vsize=5356 CPUtime=7.87
/proc/30719/stat : 30719 (rsat.sh) S 30717 30719 30682 0 -1 4194304 312 19470 0 0 0 0 767 20 16 0 1 0 162175031 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30719/statm: 1339 241 199 169 0 50 0
[pid=30722] ppid=30719 vsize=138208 CPUtime=214.41
/proc/30722/stat : 30722 (rsat) R 30719 30719 30682 0 -1 4194304 33730 0 0 0 21413 28 0 0 25 0 1 0 162175820 141524992 33257 1992294400 4194304 5460562 548682068800 18446744073709551615 4198162 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30722/statm: 34552 33257 116 309 0 34239 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 143564

[startup+282.301 s]
/proc/loadavg: 1.03 0.99 0.99 2/66 30722
/proc/meminfo: memFree=1665272/2055920 swapFree=4180136/4192956
[pid=30719] ppid=30717 vsize=5356 CPUtime=7.87
/proc/30719/stat : 30719 (rsat.sh) S 30717 30719 30682 0 -1 4194304 312 19470 0 0 0 0 767 20 16 0 1 0 162175031 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30719/statm: 1339 241 199 169 0 50 0
[pid=30722] ppid=30719 vsize=149768 CPUtime=274.41
/proc/30722/stat : 30722 (rsat) R 30719 30719 30682 0 -1 4194304 36643 0 0 0 27410 31 0 0 25 0 1 0 162175820 153362432 36170 1992294400 4194304 5460562 548682068800 18446744073709551615 4198137 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30722/statm: 37442 36170 116 309 0 37129 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 155124

[startup+342.301 s]
/proc/loadavg: 1.01 0.99 0.99 2/66 30722
/proc/meminfo: memFree=1656120/2055920 swapFree=4180136/4192956
[pid=30719] ppid=30717 vsize=5356 CPUtime=7.87
/proc/30719/stat : 30719 (rsat.sh) S 30717 30719 30682 0 -1 4194304 312 19470 0 0 0 0 767 20 16 0 1 0 162175031 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30719/statm: 1339 241 199 169 0 50 0
[pid=30722] ppid=30719 vsize=161028 CPUtime=334.41
/proc/30722/stat : 30722 (rsat) R 30719 30719 30682 0 -1 4194304 39445 0 0 0 33407 34 0 0 25 0 1 0 162175820 164892672 38458 1992294400 4194304 5460562 548682068800 18446744073709551615 4210666 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30722/statm: 40257 38458 116 309 0 39944 0
Current children cumulated CPU time (s) 342.28

################
# More data... #
################

/proc/30722/statm: 73005 71554 118 309 0 72692 0
Current children cumulated CPU time (s) 9283.21
Current children cumulated vsize (KiB) 297376

[startup+9342.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30740
/proc/meminfo: memFree=1520824/2055920 swapFree=4180136/4192956
[pid=30719] ppid=30717 vsize=5356 CPUtime=7.87
/proc/30719/stat : 30719 (rsat.sh) S 30717 30719 30682 0 -1 4194304 312 19470 0 0 0 0 767 20 16 0 1 0 162175031 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30719/statm: 1339 241 199 169 0 50 0
[pid=30722] ppid=30719 vsize=292020 CPUtime=9335.36
/proc/30722/stat : 30722 (rsat) R 30719 30719 30682 0 -1 4194304 91872 0 0 0 933440 96 0 0 25 0 1 0 162175820 299028480 71554 1992294400 4194304 5460562 548682068800 18446744073709551615 4198137 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30722/statm: 73005 71554 118 309 0 72692 0
Current children cumulated CPU time (s) 9343.23
Current children cumulated vsize (KiB) 297376

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30740
/proc/meminfo: memFree=1520888/2055920 swapFree=4180136/4192956
[pid=30719] ppid=30717 vsize=5356 CPUtime=7.87
/proc/30719/stat : 30719 (rsat.sh) S 30717 30719 30682 0 -1 4194304 312 19470 0 0 0 0 767 20 16 0 1 0 162175031 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30719/statm: 1339 241 199 169 0 50 0
[pid=30722] ppid=30719 vsize=292020 CPUtime=9395.36
/proc/30722/stat : 30722 (rsat) R 30719 30719 30682 0 -1 4194304 91872 0 0 0 939440 96 0 0 25 0 1 0 162175820 299028480 71554 1992294400 4194304 5460562 548682068800 18446744073709551615 4198143 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30722/statm: 73005 71554 118 309 0 72692 0
Current children cumulated CPU time (s) 9403.23
Current children cumulated vsize (KiB) 297376

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30740
/proc/meminfo: memFree=1520824/2055920 swapFree=4180136/4192956
[pid=30719] ppid=30717 vsize=5356 CPUtime=7.87
/proc/30719/stat : 30719 (rsat.sh) S 30717 30719 30682 0 -1 4194304 312 19470 0 0 0 0 767 20 16 0 1 0 162175031 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30719/statm: 1339 241 199 169 0 50 0
[pid=30722] ppid=30719 vsize=292020 CPUtime=9455.36
/proc/30722/stat : 30722 (rsat) R 30719 30719 30682 0 -1 4194304 91872 0 0 0 945440 96 0 0 25 0 1 0 162175820 299028480 71554 1992294400 4194304 5460562 548682068800 18446744073709551615 4198427 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30722/statm: 73005 71554 118 309 0 72692 0
Current children cumulated CPU time (s) 9463.23
Current children cumulated vsize (KiB) 297376

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30740
/proc/meminfo: memFree=1520824/2055920 swapFree=4180136/4192956
[pid=30719] ppid=30717 vsize=5356 CPUtime=7.87
/proc/30719/stat : 30719 (rsat.sh) S 30717 30719 30682 0 -1 4194304 312 19470 0 0 0 0 767 20 16 0 1 0 162175031 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30719/statm: 1339 241 199 169 0 50 0
[pid=30722] ppid=30719 vsize=292020 CPUtime=9515.37
/proc/30722/stat : 30722 (rsat) R 30719 30719 30682 0 -1 4194304 91872 0 0 0 951441 96 0 0 25 0 1 0 162175820 299028480 71554 1992294400 4194304 5460562 548682068800 18446744073709551615 4198143 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30722/statm: 73005 71554 118 309 0 72692 0
Current children cumulated CPU time (s) 9523.24
Current children cumulated vsize (KiB) 297376

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30740
/proc/meminfo: memFree=1520888/2055920 swapFree=4180136/4192956
[pid=30719] ppid=30717 vsize=5356 CPUtime=7.87
/proc/30719/stat : 30719 (rsat.sh) S 30717 30719 30682 0 -1 4194304 312 19470 0 0 0 0 767 20 16 0 1 0 162175031 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30719/statm: 1339 241 199 169 0 50 0
[pid=30722] ppid=30719 vsize=292020 CPUtime=9575.37
/proc/30722/stat : 30722 (rsat) R 30719 30719 30682 0 -1 4194304 91872 0 0 0 957441 96 0 0 25 0 1 0 162175820 299028480 71554 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30722/statm: 73005 71554 118 309 0 72692 0
Current children cumulated CPU time (s) 9583.24
Current children cumulated vsize (KiB) 297376

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30740
/proc/meminfo: memFree=1520888/2055920 swapFree=4180136/4192956
[pid=30719] ppid=30717 vsize=5356 CPUtime=7.87
/proc/30719/stat : 30719 (rsat.sh) S 30717 30719 30682 0 -1 4194304 312 19470 0 0 0 0 767 20 16 0 1 0 162175031 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30719/statm: 1339 241 199 169 0 50 0
[pid=30722] ppid=30719 vsize=292020 CPUtime=9635.38
/proc/30722/stat : 30722 (rsat) R 30719 30719 30682 0 -1 4194304 91872 0 0 0 963441 97 0 0 25 0 1 0 162175820 299028480 71554 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30722/statm: 73005 71554 118 309 0 72692 0
Current children cumulated CPU time (s) 9643.25
Current children cumulated vsize (KiB) 297376

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30740
/proc/meminfo: memFree=1520824/2055920 swapFree=4180136/4192956
[pid=30719] ppid=30717 vsize=5356 CPUtime=7.87
/proc/30719/stat : 30719 (rsat.sh) S 30717 30719 30682 0 -1 4194304 312 19470 0 0 0 0 767 20 16 0 1 0 162175031 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30719/statm: 1339 241 199 169 0 50 0
[pid=30722] ppid=30719 vsize=292020 CPUtime=9695.39
/proc/30722/stat : 30722 (rsat) R 30719 30719 30682 0 -1 4194304 91872 0 0 0 969442 97 0 0 25 0 1 0 162175820 299028480 71554 1992294400 4194304 5460562 548682068800 18446744073709551615 4198137 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30722/statm: 73005 71554 118 309 0 72692 0
Current children cumulated CPU time (s) 9703.26
Current children cumulated vsize (KiB) 297376

[startup+9762.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/66 30740
/proc/meminfo: memFree=1520760/2055920 swapFree=4180136/4192956
[pid=30719] ppid=30717 vsize=5356 CPUtime=7.87
/proc/30719/stat : 30719 (rsat.sh) S 30717 30719 30682 0 -1 4194304 312 19470 0 0 0 0 767 20 16 0 1 0 162175031 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30719/statm: 1339 241 199 169 0 50 0
[pid=30722] ppid=30719 vsize=292020 CPUtime=9755.39
/proc/30722/stat : 30722 (rsat) R 30719 30719 30682 0 -1 4194304 91872 0 0 0 975442 97 0 0 25 0 1 0 162175820 299028480 71554 1992294400 4194304 5460562 548682068800 18446744073709551615 4198162 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30722/statm: 73005 71554 118 309 0 72692 0
Current children cumulated CPU time (s) 9763.26
Current children cumulated vsize (KiB) 297376

[startup+9822.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 30740
/proc/meminfo: memFree=1520760/2055920 swapFree=4180136/4192956
[pid=30719] ppid=30717 vsize=5356 CPUtime=7.87
/proc/30719/stat : 30719 (rsat.sh) S 30717 30719 30682 0 -1 4194304 312 19470 0 0 0 0 767 20 16 0 1 0 162175031 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30719/statm: 1339 241 199 169 0 50 0
[pid=30722] ppid=30719 vsize=292020 CPUtime=9815.4
/proc/30722/stat : 30722 (rsat) R 30719 30719 30682 0 -1 4194304 91872 0 0 0 981443 97 0 0 25 0 1 0 162175820 299028480 71554 1992294400 4194304 5460562 548682068800 18446744073709551615 4198137 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30722/statm: 73005 71554 118 309 0 72692 0
Current children cumulated CPU time (s) 9823.27
Current children cumulated vsize (KiB) 297376

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30740
/proc/meminfo: memFree=1520696/2055920 swapFree=4180136/4192956
[pid=30719] ppid=30717 vsize=5356 CPUtime=7.87
/proc/30719/stat : 30719 (rsat.sh) S 30717 30719 30682 0 -1 4194304 312 19470 0 0 0 0 767 20 16 0 1 0 162175031 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30719/statm: 1339 241 199 169 0 50 0
[pid=30722] ppid=30719 vsize=292020 CPUtime=9875.41
/proc/30722/stat : 30722 (rsat) R 30719 30719 30682 0 -1 4194304 91872 0 0 0 987444 97 0 0 25 0 1 0 162175820 299028480 71554 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30722/statm: 73005 71554 118 309 0 72692 0
Current children cumulated CPU time (s) 9883.28
Current children cumulated vsize (KiB) 297376

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30740
/proc/meminfo: memFree=1520696/2055920 swapFree=4180136/4192956
[pid=30719] ppid=30717 vsize=5356 CPUtime=7.87
/proc/30719/stat : 30719 (rsat.sh) S 30717 30719 30682 0 -1 4194304 312 19470 0 0 0 0 767 20 16 0 1 0 162175031 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30719/statm: 1339 241 199 169 0 50 0
[pid=30722] ppid=30719 vsize=292020 CPUtime=9935.42
/proc/30722/stat : 30722 (rsat) R 30719 30719 30682 0 -1 4194304 91872 0 0 0 993444 98 0 0 25 0 1 0 162175820 299028480 71554 1992294400 4194304 5460562 548682068800 18446744073709551615 4198137 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30722/statm: 73005 71554 118 309 0 72692 0
Current children cumulated CPU time (s) 9943.29
Current children cumulated vsize (KiB) 297376



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+9999.01 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30740
/proc/meminfo: memFree=1520632/2055920 swapFree=4180136/4192956
[pid=30719] ppid=30717 vsize=5356 CPUtime=7.87
/proc/30719/stat : 30719 (rsat.sh) S 30717 30719 30682 0 -1 4194304 312 19470 0 0 0 0 767 20 16 0 1 0 162175031 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30719/statm: 1339 241 199 169 0 50 0
[pid=30722] ppid=30719 vsize=292020 CPUtime=9992.13
/proc/30722/stat : 30722 (rsat) R 30719 30719 30682 0 -1 4194304 91872 0 0 0 999115 98 0 0 25 0 1 0 162175820 299028480 71554 1992294400 4194304 5460562 548682068800 18446744073709551615 4198156 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30722/statm: 73005 71554 118 309 0 72692 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 297376

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)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30719 and gives
#  childrusage.ru_utime.tv_sec=7
#  childrusage.ru_utime.tv_usec=678832
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=210967
# CPU time returned by wait4() is 7.8898
# while last known CPU time is 10000
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 9999.02
CPU time (s): 10000
CPU user time (s): 9998.82
CPU system time (s): 1.18
CPU usage (%): 100.01
Max. virtual memory (cumulated for all children) (KiB): 305056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.67883
system time used= 0.210967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19782
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= 6
involuntary context switches= 13

runsolver used 11.3003 second user time and 25.0652 second system time

The end

Launcher Data

Begin job on node16 at 2009-05-03 11:03:36
IDJOB=1775129
IDBENCH=71090
IDSOLVER=615
FILE ID=node16/1775129-1241341416
PBS_JOBID= 9225492
Free space on /tmp= 66552 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/ndhf_xits_20_SAT.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1775129-1241341416/watcher-1775129-1241341416 -o /tmp/evaluation-result-1775129-1241341416/solver-1775129-1241341416 -C 10000 -W 12000 -M 1800  HOME/rsat.sh HOME/instance-1775129-1241341416.cnf HOME

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

MD5SUM BENCH= 8aa38136187abb1238dedfc85e88a72c
RANDOM SEED=1588340530

node16.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.234
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.234
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:       1823392 kB
Buffers:         40316 kB
Cached:         118896 kB
SwapCached:       6640 kB
Active:          23364 kB
Inactive:       143768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1823392 kB
SwapTotal:     4192956 kB
SwapFree:      4180136 kB
Dirty:           14384 kB
Writeback:           0 kB
Mapped:          13432 kB
Slab:            51480 kB
Committed_AS:   706912 kB
PageTables:       1436 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= 66536 MiB
End job on node16 at 2009-05-03 13:50:17