Trace number 1775169

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 10004.9

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_16_UNKNOWN.cnf
MD5SUM85279cb74dedd2e1c7356e22d8e98939
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 variables3366
Number of clauses362797
Sum of the clauses size1083511
Maximum clause length17
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 25314
Number of clauses of size 3357452
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.19/0.22	c ==============================================================================
0.19/0.22	c |           |     ORIGINAL     |              LEARNT              |          |
0.19/0.22	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.19/0.22	c ==============================================================================
0.19/0.22	c |         0 |  362797  1083511 |  108839       0        0     nan |  0.000 % |
4.48/4.57	c |         0 |  361512  1585361 |      --       0       --      -- |     --   | -1285/501850
4.48/4.57	c ==============================================================================
4.48/4.57	c Result  :   #vars: 2152   #clauses: 361512   #literals: 1585361
4.48/4.57	c CPU time:   4.49432 s
4.48/4.57	c ==============================================================================
4.98/5.09	c Rsat version 3.02
5.08/5.32	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-1775169-1241341728/watcher-1775169-1241341728 -o /tmp/evaluation-result-1775169-1241341728/solver-1775169-1241341728 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1775169-1241341728.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: 1.00 1.00 1.00 3/65 28781
/proc/meminfo: memFree=1413488/2055920 swapFree=4191900/4192956
[pid=28781] ppid=28779 vsize=5356 CPUtime=0
/proc/28781/stat : 28781 (rsat.sh) R 28779 28781 28708 0 -1 4194304 270 0 0 0 0 0 0 0 19 0 1 0 162202274 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279239839 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/28781/statm: 1339 238 198 169 0 50 0
[pid=28782] ppid=28781 vsize=1552 CPUtime=0
/proc/28782/stat : 28782 (SatElite) R 28781 28781 28708 0 -1 4194304 238 0 0 0 0 0 0 0 19 0 1 0 162202275 1589248 221 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/28782/statm: 388 225 65 186 0 198 0

[startup+0.0635191 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 28781
/proc/meminfo: memFree=1413488/2055920 swapFree=4191900/4192956
[pid=28781] ppid=28779 vsize=5356 CPUtime=0
/proc/28781/stat : 28781 (rsat.sh) S 28779 28781 28708 0 -1 4194304 289 0 0 0 0 0 0 0 19 0 1 0 162202274 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28781/statm: 1339 239 199 169 0 50 0
[pid=28782] ppid=28781 vsize=11216 CPUtime=0.05
/proc/28782/stat : 28782 (SatElite) R 28781 28781 28708 0 -1 4194304 2607 0 0 0 4 1 0 0 20 0 1 0 162202275 11485184 2590 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 0 0 0
/proc/28782/statm: 2804 2590 65 186 0 2614 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16572

[startup+0.101523 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 28781
/proc/meminfo: memFree=1413488/2055920 swapFree=4191900/4192956
[pid=28781] ppid=28779 vsize=5356 CPUtime=0
/proc/28781/stat : 28781 (rsat.sh) S 28779 28781 28708 0 -1 4194304 289 0 0 0 0 0 0 0 19 0 1 0 162202274 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28781/statm: 1339 239 199 169 0 50 0
[pid=28782] ppid=28781 vsize=17140 CPUtime=0.09
/proc/28782/stat : 28782 (SatElite) R 28781 28781 28708 0 -1 4194304 3971 0 0 0 7 2 0 0 20 0 1 0 162202275 17551360 3954 1992294400 4194304 4959918 548682068688 18446744073709551615 4224913 0 0 4096 3 0 0 0 17 0 0 0
/proc/28782/statm: 4285 3957 65 186 0 4095 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22496

[startup+0.301548 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 28781
/proc/meminfo: memFree=1413488/2055920 swapFree=4191900/4192956
[pid=28781] ppid=28779 vsize=5356 CPUtime=0
/proc/28781/stat : 28781 (rsat.sh) S 28779 28781 28708 0 -1 4194304 289 0 0 0 0 0 0 0 19 0 1 0 162202274 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28781/statm: 1339 239 199 169 0 50 0
[pid=28782] ppid=28781 vsize=48936 CPUtime=0.28
/proc/28782/stat : 28782 (SatElite) R 28781 28781 28708 0 -1 4194304 11141 0 0 0 23 5 0 0 22 0 1 0 162202275 50110464 11124 1992294400 4194304 4959918 548682068688 18446744073709551615 4269307 0 0 4096 3 0 0 0 17 0 0 0
/proc/28782/statm: 12234 11124 90 186 0 12044 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 54292

[startup+0.701598 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 28781
/proc/meminfo: memFree=1413488/2055920 swapFree=4191900/4192956
[pid=28781] ppid=28779 vsize=5356 CPUtime=0
/proc/28781/stat : 28781 (rsat.sh) S 28779 28781 28708 0 -1 4194304 289 0 0 0 0 0 0 0 19 0 1 0 162202274 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28781/statm: 1339 239 199 169 0 50 0
[pid=28782] ppid=28781 vsize=52408 CPUtime=0.69
/proc/28782/stat : 28782 (SatElite) R 28781 28781 28708 0 -1 4194304 12019 0 0 0 63 6 0 0 25 0 1 0 162202275 53665792 12002 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/28782/statm: 13102 12002 90 186 0 12912 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 57764

[startup+1.5017 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28783
/proc/meminfo: memFree=1362400/2055920 swapFree=4191900/4192956
[pid=28781] ppid=28779 vsize=5356 CPUtime=0
/proc/28781/stat : 28781 (rsat.sh) S 28779 28781 28708 0 -1 4194304 289 0 0 0 0 0 0 0 19 0 1 0 162202274 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28781/statm: 1339 239 199 169 0 50 0
[pid=28782] ppid=28781 vsize=62008 CPUtime=1.49
/proc/28782/stat : 28782 (SatElite) R 28781 28781 28708 0 -1 4194304 13870 0 0 0 142 7 0 0 25 0 1 0 162202275 63496192 13853 1992294400 4194304 4959918 548682068688 18446744073709551615 4269318 0 0 4096 3 0 0 0 17 0 0 0
/proc/28782/statm: 15502 13853 91 186 0 15312 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 67364

[startup+3.1019 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28783
/proc/meminfo: memFree=1354976/2055920 swapFree=4191900/4192956
[pid=28781] ppid=28779 vsize=5356 CPUtime=0
/proc/28781/stat : 28781 (rsat.sh) S 28779 28781 28708 0 -1 4194304 289 0 0 0 0 0 0 0 19 0 1 0 162202274 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28781/statm: 1339 239 199 169 0 50 0
[pid=28782] ppid=28781 vsize=63776 CPUtime=3.09
/proc/28782/stat : 28782 (SatElite) R 28781 28781 28708 0 -1 4194304 14213 0 0 0 302 7 0 0 25 0 1 0 162202275 65306624 14196 1992294400 4194304 4959918 548682068688 18446744073709551615 4269223 0 0 4096 3 0 0 0 17 0 0 0
/proc/28782/statm: 15944 14196 91 186 0 15754 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 69132

[startup+6.3013 s]
/proc/loadavg: 1.08 1.02 1.01 2/67 28784
/proc/meminfo: memFree=1376480/2055920 swapFree=4191900/4192956
[pid=28781] ppid=28779 vsize=5356 CPUtime=5.08
/proc/28781/stat : 28781 (rsat.sh) S 28779 28781 28708 0 -1 4194304 312 14217 0 0 0 0 497 11 16 0 1 0 162202274 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28781/statm: 1339 241 199 169 0 50 0
[pid=28784] ppid=28781 vsize=32740 CPUtime=1.19
/proc/28784/stat : 28784 (rsat) R 28781 28781 28708 0 -1 4194304 7728 0 0 0 116 3 0 0 25 0 1 0 162202784 33525760 7709 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28784/statm: 8185 7709 116 309 0 7872 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 38096

[startup+12.7011 s]
/proc/loadavg: 1.15 1.03 1.01 2/67 28784
/proc/meminfo: memFree=1366688/2055920 swapFree=4191900/4192956
[pid=28781] ppid=28779 vsize=5356 CPUtime=5.08
/proc/28781/stat : 28781 (rsat.sh) S 28779 28781 28708 0 -1 4194304 312 14217 0 0 0 0 497 11 16 0 1 0 162202274 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28781/statm: 1339 241 199 169 0 50 0
[pid=28784] ppid=28781 vsize=40184 CPUtime=7.59
/proc/28784/stat : 28784 (rsat) R 28781 28781 28708 0 -1 4194304 9571 0 0 0 755 4 0 0 25 0 1 0 162202784 41148416 9552 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28784/statm: 10046 9552 116 309 0 9733 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 45540

[startup+25.5017 s]
/proc/loadavg: 1.12 1.03 1.01 2/67 28784
/proc/meminfo: memFree=1362016/2055920 swapFree=4191900/4192956
[pid=28781] ppid=28779 vsize=5356 CPUtime=5.08
/proc/28781/stat : 28781 (rsat.sh) S 28779 28781 28708 0 -1 4194304 312 14217 0 0 0 0 497 11 16 0 1 0 162202274 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28781/statm: 1339 241 199 169 0 50 0
[pid=28784] ppid=28781 vsize=44496 CPUtime=20.39
/proc/28784/stat : 28784 (rsat) R 28781 28781 28708 0 -1 4194304 10652 0 0 0 2034 5 0 0 25 0 1 0 162202784 45563904 10567 1992294400 4194304 5460562 548682068800 18446744073709551615 4198427 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28784/statm: 11124 10567 116 309 0 10811 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 49852

[startup+51.1019 s]
/proc/loadavg: 1.08 1.03 1.01 2/67 28784
/proc/meminfo: memFree=1356896/2055920 swapFree=4191900/4192956
[pid=28781] ppid=28779 vsize=5356 CPUtime=5.08
/proc/28781/stat : 28781 (rsat.sh) S 28779 28781 28708 0 -1 4194304 312 14217 0 0 0 0 497 11 16 0 1 0 162202274 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28781/statm: 1339 241 199 169 0 50 0
[pid=28784] ppid=28781 vsize=50064 CPUtime=45.94
/proc/28784/stat : 28784 (rsat) R 28781 28781 28708 0 -1 4194304 12067 0 0 0 4588 6 0 0 25 0 1 0 162202784 51265536 11852 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28784/statm: 12516 11852 116 309 0 12203 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 55420

[startup+102.305 s]
/proc/loadavg: 1.03 1.02 1.00 2/67 28784
/proc/meminfo: memFree=1347360/2055920 swapFree=4191900/4192956
[pid=28781] ppid=28779 vsize=5356 CPUtime=5.08
/proc/28781/stat : 28781 (rsat.sh) S 28779 28781 28708 0 -1 4194304 312 14217 0 0 0 0 497 11 16 0 1 0 162202274 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28781/statm: 1339 241 199 169 0 50 0
[pid=28784] ppid=28781 vsize=59800 CPUtime=97.12
/proc/28784/stat : 28784 (rsat) R 28781 28781 28708 0 -1 4194304 14412 0 0 0 9705 7 0 0 25 0 1 0 162202784 61235200 14197 1992294400 4194304 5460562 548682068800 18446744073709551615 4198137 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28784/statm: 14950 14197 116 309 0 14637 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 65156

[startup+162.302 s]
/proc/loadavg: 1.01 1.02 1.00 2/67 28784
/proc/meminfo: memFree=1332000/2055920 swapFree=4191900/4192956
[pid=28781] ppid=28779 vsize=5356 CPUtime=5.08
/proc/28781/stat : 28781 (rsat.sh) S 28779 28781 28708 0 -1 4194304 312 14217 0 0 0 0 497 11 16 0 1 0 162202274 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28781/statm: 1339 241 199 169 0 50 0
[pid=28784] ppid=28781 vsize=78236 CPUtime=157.07
/proc/28784/stat : 28784 (rsat) R 28781 28781 28708 0 -1 4194304 18643 0 0 0 15697 10 0 0 25 0 1 0 162202784 80113664 18170 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28784/statm: 19559 18170 116 309 0 19246 0
Current children cumulated CPU time (s) 162.15
Current children cumulated vsize (KiB) 83592

[startup+222.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/67 28784
/proc/meminfo: memFree=1307104/2055920 swapFree=4191900/4192956
[pid=28781] ppid=28779 vsize=5356 CPUtime=5.08
/proc/28781/stat : 28781 (rsat.sh) S 28779 28781 28708 0 -1 4194304 312 14217 0 0 0 0 497 11 16 0 1 0 162202274 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28781/statm: 1339 241 199 169 0 50 0
[pid=28784] ppid=28781 vsize=100564 CPUtime=217.03
/proc/28784/stat : 28784 (rsat) R 28781 28781 28708 0 -1 4194304 26001 0 0 0 21686 17 0 0 25 0 1 0 162202784 102977536 24227 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28784/statm: 25141 24227 118 309 0 24828 0
Current children cumulated CPU time (s) 222.11
Current children cumulated vsize (KiB) 105920

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28784
/proc/meminfo: memFree=1306208/2055920 swapFree=4191900/4192956
[pid=28781] ppid=28779 vsize=5356 CPUtime=5.08
/proc/28781/stat : 28781 (rsat.sh) S 28779 28781 28708 0 -1 4194304 312 14217 0 0 0 0 497 11 16 0 1 0 162202274 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28781/statm: 1339 241 199 169 0 50 0
[pid=28784] ppid=28781 vsize=100564 CPUtime=277.01
/proc/28784/stat : 28784 (rsat) R 28781 28781 28708 0 -1 4194304 26232 0 0 0 27684 17 0 0 25 0 1 0 162202784 102977536 24458 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28784/statm: 25141 24458 118 309 0 24828 0
Current children cumulated CPU time (s) 282.09
Current children cumulated vsize (KiB) 105920

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28784
/proc/meminfo: memFree=1303136/2055920 swapFree=4191900/4192956
[pid=28781] ppid=28779 vsize=5356 CPUtime=5.08
/proc/28781/stat : 28781 (rsat.sh) S 28779 28781 28708 0 -1 4194304 312 14217 0 0 0 0 497 11 16 0 1 0 162202274 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28781/statm: 1339 241 199 169 0 50 0
[pid=28784] ppid=28781 vsize=103600 CPUtime=336.99
/proc/28784/stat : 28784 (rsat) R 28781 28781 28708 0 -1 4194304 26989 0 0 0 33681 18 0 0 25 0 1 0 162202784 106086400 25215 1992294400 4194304 5460562 548682068800 18446744073709551615 4200112 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28784/statm: 25900 25215 118 309 0 25587 0
Current children cumulated CPU time (s) 342.07

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

/proc/28784/statm: 37442 36730 118 309 0 37129 0
Current children cumulated CPU time (s) 9397.68
Current children cumulated vsize (KiB) 155124

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28802
/proc/meminfo: memFree=1250528/2055920 swapFree=4191900/4192956
[pid=28781] ppid=28779 vsize=5356 CPUtime=5.08
/proc/28781/stat : 28781 (rsat.sh) S 28779 28781 28708 0 -1 4194304 312 14217 0 0 0 0 497 11 16 0 1 0 162202274 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28781/statm: 1339 241 199 169 0 50 0
[pid=28784] ppid=28781 vsize=156424 CPUtime=9452.57
/proc/28784/stat : 28784 (rsat) R 28781 28781 28708 0 -1 4194304 64345 0 0 0 945214 43 0 0 25 0 1 0 162202784 160178176 37894 1992294400 4194304 5460562 548682068800 18446744073709551615 4198137 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28784/statm: 39106 37894 118 309 0 38793 0
Current children cumulated CPU time (s) 9457.65
Current children cumulated vsize (KiB) 161780

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28802
/proc/meminfo: memFree=1248992/2055920 swapFree=4191900/4192956
[pid=28781] ppid=28779 vsize=5356 CPUtime=5.08
/proc/28781/stat : 28781 (rsat.sh) S 28779 28781 28708 0 -1 4194304 312 14217 0 0 0 0 497 11 16 0 1 0 162202274 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28781/statm: 1339 241 199 169 0 50 0
[pid=28784] ppid=28781 vsize=158472 CPUtime=9512.55
/proc/28784/stat : 28784 (rsat) R 28781 28781 28708 0 -1 4194304 64733 0 0 0 951212 43 0 0 25 0 1 0 162202784 162275328 38282 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28784/statm: 39618 38282 118 309 0 39305 0
Current children cumulated CPU time (s) 9517.63
Current children cumulated vsize (KiB) 163828

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28802
/proc/meminfo: memFree=1247968/2055920 swapFree=4191900/4192956
[pid=28781] ppid=28779 vsize=5356 CPUtime=5.08
/proc/28781/stat : 28781 (rsat.sh) S 28779 28781 28708 0 -1 4194304 312 14217 0 0 0 0 497 11 16 0 1 0 162202274 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28781/statm: 1339 241 199 169 0 50 0
[pid=28784] ppid=28781 vsize=159676 CPUtime=9572.5
/proc/28784/stat : 28784 (rsat) R 28781 28781 28708 0 -1 4194304 65008 0 0 0 957207 43 0 0 25 0 1 0 162202784 163508224 38557 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28784/statm: 39919 38557 118 309 0 39606 0
Current children cumulated CPU time (s) 9577.58
Current children cumulated vsize (KiB) 165032

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28802
/proc/meminfo: memFree=1245728/2055920 swapFree=4191900/4192956
[pid=28781] ppid=28779 vsize=5356 CPUtime=5.08
/proc/28781/stat : 28781 (rsat.sh) S 28779 28781 28708 0 -1 4194304 312 14217 0 0 0 0 497 11 16 0 1 0 162202274 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28781/statm: 1339 241 199 169 0 50 0
[pid=28784] ppid=28781 vsize=162132 CPUtime=9632.48
/proc/28784/stat : 28784 (rsat) R 28781 28781 28708 0 -1 4194304 67556 0 0 0 963204 44 0 0 25 0 1 0 162202784 166023168 39089 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28784/statm: 40533 39089 118 309 0 40220 0
Current children cumulated CPU time (s) 9637.56
Current children cumulated vsize (KiB) 167488

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28802
/proc/meminfo: memFree=1245536/2055920 swapFree=4191900/4192956
[pid=28781] ppid=28779 vsize=5356 CPUtime=5.08
/proc/28781/stat : 28781 (rsat.sh) S 28779 28781 28708 0 -1 4194304 312 14217 0 0 0 0 497 11 16 0 1 0 162202274 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28781/statm: 1339 241 199 169 0 50 0
[pid=28784] ppid=28781 vsize=162132 CPUtime=9692.46
/proc/28784/stat : 28784 (rsat) R 28781 28781 28708 0 -1 4194304 67556 0 0 0 969202 44 0 0 25 0 1 0 162202784 166023168 39089 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28784/statm: 40533 39089 118 309 0 40220 0
Current children cumulated CPU time (s) 9697.54
Current children cumulated vsize (KiB) 167488

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28802
/proc/meminfo: memFree=1245536/2055920 swapFree=4191900/4192956
[pid=28781] ppid=28779 vsize=5356 CPUtime=5.08
/proc/28781/stat : 28781 (rsat.sh) S 28779 28781 28708 0 -1 4194304 312 14217 0 0 0 0 497 11 16 0 1 0 162202274 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28781/statm: 1339 241 199 169 0 50 0
[pid=28784] ppid=28781 vsize=162132 CPUtime=9752.43
/proc/28784/stat : 28784 (rsat) R 28781 28781 28708 0 -1 4194304 67556 0 0 0 975199 44 0 0 25 0 1 0 162202784 166023168 39089 1992294400 4194304 5460562 548682068800 18446744073709551615 4198143 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28784/statm: 40533 39089 118 309 0 40220 0
Current children cumulated CPU time (s) 9757.51
Current children cumulated vsize (KiB) 167488

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28802
/proc/meminfo: memFree=1245344/2055920 swapFree=4191900/4192956
[pid=28781] ppid=28779 vsize=5356 CPUtime=5.08
/proc/28781/stat : 28781 (rsat.sh) S 28779 28781 28708 0 -1 4194304 312 14217 0 0 0 0 497 11 16 0 1 0 162202274 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28781/statm: 1339 241 199 169 0 50 0
[pid=28784] ppid=28781 vsize=162132 CPUtime=9812.41
/proc/28784/stat : 28784 (rsat) R 28781 28781 28708 0 -1 4194304 67619 0 0 0 981197 44 0 0 25 0 1 0 162202784 166023168 39152 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28784/statm: 40533 39152 118 309 0 40220 0
Current children cumulated CPU time (s) 9817.49
Current children cumulated vsize (KiB) 167488

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28802
/proc/meminfo: memFree=1245344/2055920 swapFree=4191900/4192956
[pid=28781] ppid=28779 vsize=5356 CPUtime=5.08
/proc/28781/stat : 28781 (rsat.sh) S 28779 28781 28708 0 -1 4194304 312 14217 0 0 0 0 497 11 16 0 1 0 162202274 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28781/statm: 1339 241 199 169 0 50 0
[pid=28784] ppid=28781 vsize=162132 CPUtime=9872.39
/proc/28784/stat : 28784 (rsat) R 28781 28781 28708 0 -1 4194304 67619 0 0 0 987195 44 0 0 25 0 1 0 162202784 166023168 39152 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28784/statm: 40533 39152 118 309 0 40220 0
Current children cumulated CPU time (s) 9877.47
Current children cumulated vsize (KiB) 167488

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28802
/proc/meminfo: memFree=1245344/2055920 swapFree=4191900/4192956
[pid=28781] ppid=28779 vsize=5356 CPUtime=5.08
/proc/28781/stat : 28781 (rsat.sh) S 28779 28781 28708 0 -1 4194304 312 14217 0 0 0 0 497 11 16 0 1 0 162202274 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28781/statm: 1339 241 199 169 0 50 0
[pid=28784] ppid=28781 vsize=162132 CPUtime=9932.37
/proc/28784/stat : 28784 (rsat) R 28781 28781 28708 0 -1 4194304 67619 0 0 0 993192 45 0 0 25 0 1 0 162202784 166023168 39152 1992294400 4194304 5460562 548682068800 18446744073709551615 4198137 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28784/statm: 40533 39152 118 309 0 40220 0
Current children cumulated CPU time (s) 9937.45
Current children cumulated vsize (KiB) 167488

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28802
/proc/meminfo: memFree=1245344/2055920 swapFree=4191900/4192956
[pid=28781] ppid=28779 vsize=5356 CPUtime=5.08
/proc/28781/stat : 28781 (rsat.sh) S 28779 28781 28708 0 -1 4194304 312 14217 0 0 0 0 497 11 16 0 1 0 162202274 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28781/statm: 1339 241 199 169 0 50 0
[pid=28784] ppid=28781 vsize=162132 CPUtime=9992.35
/proc/28784/stat : 28784 (rsat) R 28781 28781 28708 0 -1 4194304 67619 0 0 0 999190 45 0 0 25 0 1 0 162202784 166023168 39152 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28784/statm: 40533 39152 118 309 0 40220 0
Current children cumulated CPU time (s) 9997.43
Current children cumulated vsize (KiB) 167488



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10004.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28802
/proc/meminfo: memFree=1245344/2055920 swapFree=4191900/4192956
[pid=28781] ppid=28779 vsize=5356 CPUtime=5.08
/proc/28781/stat : 28781 (rsat.sh) S 28779 28781 28708 0 -1 4194304 312 14217 0 0 0 0 497 11 16 0 1 0 162202274 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28781/statm: 1339 241 199 169 0 50 0
[pid=28784] ppid=28781 vsize=162132 CPUtime=9994.95
/proc/28784/stat : 28784 (rsat) R 28781 28781 28708 0 -1 4194304 67619 0 0 0 999450 45 0 0 25 0 1 0 162202784 166023168 39152 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28784/statm: 40533 39152 118 309 0 40220 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 167488

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

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

[startup+10004.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28802
/proc/meminfo: memFree=1245344/2055920 swapFree=4191900/4192956
[pid=28781] ppid=28779 vsize=5356 CPUtime=5.08
/proc/28781/stat : 28781 (rsat.sh) S 28779 28781 28708 0 -1 4194304 312 14217 0 0 0 0 497 11 16 0 1 0 162202274 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28781/statm: 1339 241 199 169 0 50 0
[pid=28784] ppid=28781 vsize=162132 CPUtime=9994.95
/proc/28784/stat : 28784 (rsat) R 28781 28781 28708 0 -1 4194304 67619 0 0 0 999450 45 0 0 25 0 1 0 162202784 166023168 39152 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28784/statm: 40533 39152 118 309 0 40220 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 167488

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28781 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=978243
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=112982
# CPU time returned by wait4() is 5.09123
# 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): 10004.9
CPU time (s): 10000
CPU user time (s): 9999.47
CPU system time (s): 0.56
CPU usage (%): 99.9512
Max. virtual memory (cumulated for all children) (KiB): 175168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.97824
system time used= 0.112982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14529
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= 5
involuntary context switches= 17

runsolver used 8.71667 second user time and 27.6708 second system time

The end

Launcher Data

Begin job on node92 at 2009-05-03 11:08:49
IDJOB=1775169
IDBENCH=71096
IDSOLVER=615
FILE ID=node92/1775169-1241341728
PBS_JOBID= 9225489
Free space on /tmp= 66260 MiB

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

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

MD5SUM BENCH= 85279cb74dedd2e1c7356e22d8e98939
RANDOM SEED=1412640774

node92.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.245
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.245
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1413968 kB
Buffers:         49584 kB
Cached:         485520 kB
SwapCached:        260 kB
Active:          41056 kB
Inactive:       507696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1413968 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           11824 kB
Writeback:           0 kB
Mapped:          22160 kB
Slab:            79132 kB
Committed_AS:   489660 kB
PageTables:       1460 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= 66248 MiB
End job on node92 at 2009-05-03 13:55:36