Trace number 1723650

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-22UNSAT 431.328 431.509

General information on the benchmark

Namegoldb-heqc-term1mul.cnf
MD5SUMc356d60706abf7ddd80826e417c8de67
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark26.336
Satisfiable
(Un)Satisfiability was proved
Number of variables3504
Number of clauses22229
Sum of the clauses size75188
Maximum clause length20
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 25116
Number of clauses of size 310312
Number of clauses of size 40
Number of clauses of size 56800
Number of clauses of size over 51

Solver Data

0.00/0.00	c Parsing...
0.00/0.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |   22229    75188 |    6668       0        0     nan |  0.000 % |
0.01/0.05	c |         0 |   22219    75371 |      --       0       --      -- |     --   | -10/183
0.01/0.05	c ==============================================================================
0.01/0.05	c Result  :   #vars: 3491   #clauses: 22219   #literals: 75371
0.01/0.05	c CPU time:   0.043993 s
0.01/0.05	c ==============================================================================
0.01/0.07	c Rsat version 3.02
0.01/0.09	c Base unit clause learned: 0
431.20/431.48	c CNF stats: (3491 vars, 22219 clauses)
431.20/431.48	c Decisions: 2228794
431.20/431.48	c Conflicts: 1239226
431.20/431.48	c Restarts: 21
431.20/431.48	c Avg lpc: 24.76
431.20/431.48	c Max decision level: 142
431.20/431.48	c KB reduction: 69 (1165765 clauses removed)
431.20/431.48	c Final decision lit size:3491 (100.00 %)
431.20/431.48	c Final stack/save sizes: 136(3.90 %)/544(15.58 %)
431.20/431.48	c Final cdc size: 400 (11.46 %)
431.20/431.48	c ***********************************************
431.20/431.48	c Conflicts with bac: 43633/1239226 (3.52 %)
431.20/431.48	c Avg bac size: 14.66
431.20/431.48	c Avg bac bt depth: 6.43 vs 1.59 (normal)
431.20/431.50	c Running time: 431.08846 seconds
431.29/431.50	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1723650-1240688071/watcher-1723650-1240688071 -o /tmp/evaluation-result-1723650-1240688071/solver-1723650-1240688071 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/rsat.sh HOME/instance-1723650-1240688071.cnf HOME 

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.00 1.00 3/64 9958
/proc/meminfo: memFree=893592/2055920 swapFree=4192956/4192956
[pid=9958] ppid=9956 vsize=5356 CPUtime=0
/proc/9958/stat : 9958 (rsat.sh) R 9956 9958 9480 0 -1 4194304 271 0 0 0 0 0 0 0 18 0 1 0 96834443 5484544 239 1992294400 4194304 4889804 548682068768 18446744073709551615 248761608863 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/9958/statm: 1339 239 198 169 0 50 0
[pid=9959] ppid=9958 vsize=1420 CPUtime=0
/proc/9959/stat : 9959 (SatElite) R 9958 9958 9480 0 -1 4194304 217 0 0 0 0 0 0 0 18 0 1 0 96834443 1454080 200 1992294400 4194304 4959918 548682068672 18446744073709551615 4438112 0 0 4096 3 0 0 0 17 0 0 0
/proc/9959/statm: 355 201 64 186 0 165 0

[startup+0.0223521 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9958
/proc/meminfo: memFree=893592/2055920 swapFree=4192956/4192956
[pid=9958] ppid=9956 vsize=5356 CPUtime=0
/proc/9958/stat : 9958 (rsat.sh) S 9956 9958 9480 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 96834443 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9958/statm: 1339 240 199 169 0 50 0
[pid=9959] ppid=9958 vsize=4708 CPUtime=0.01
/proc/9959/stat : 9959 (SatElite) R 9958 9958 9480 0 -1 4194304 1026 0 0 0 1 0 0 0 18 0 1 0 96834443 4820992 1009 1992294400 4194304 4959918 548682068672 18446744073709551615 4389974 0 0 4096 3 0 0 0 17 0 0 0
/proc/9959/statm: 1177 1014 90 186 0 987 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10064

[startup+0.101365 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9958
/proc/meminfo: memFree=893592/2055920 swapFree=4192956/4192956
[pid=9958] ppid=9956 vsize=5356 CPUtime=0.06
/proc/9958/stat : 9958 (rsat.sh) S 9956 9958 9480 0 -1 4194304 315 1077 0 0 0 0 6 0 16 0 1 0 96834443 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9958/statm: 1339 242 199 169 0 50 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5356

[startup+0.301383 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9958
/proc/meminfo: memFree=893592/2055920 swapFree=4192956/4192956
[pid=9958] ppid=9956 vsize=5356 CPUtime=0.06
/proc/9958/stat : 9958 (rsat.sh) S 9956 9958 9480 0 -1 4194304 315 1077 0 0 0 0 6 0 16 0 1 0 96834443 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9958/statm: 1339 242 199 169 0 50 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5356

[startup+0.70142 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9958
/proc/meminfo: memFree=893592/2055920 swapFree=4192956/4192956
[pid=9958] ppid=9956 vsize=5356 CPUtime=0.06
/proc/9958/stat : 9958 (rsat.sh) S 9956 9958 9480 0 -1 4194304 315 1077 0 0 0 0 6 0 16 0 1 0 96834443 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9958/statm: 1339 242 199 169 0 50 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5356

[startup+1.50148 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9961
/proc/meminfo: memFree=889480/2055920 swapFree=4192956/4192956
[pid=9958] ppid=9956 vsize=5356 CPUtime=0.06
/proc/9958/stat : 9958 (rsat.sh) S 9956 9958 9480 0 -1 4194304 315 1077 0 0 0 0 6 0 16 0 1 0 96834443 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9958/statm: 1339 242 199 169 0 50 0
[pid=9961] ppid=9958 vsize=5764 CPUtime=1.41
/proc/9961/stat : 9961 (rsat) R 9958 9958 9480 0 -1 4194304 1076 0 0 0 141 0 0 0 25 0 1 0 96834450 5902336 989 1992294400 4194304 5460562 548682068784 18446744073709551615 4226290 0 0 4096 1026 0 0 0 17 0 0 0
/proc/9961/statm: 1441 989 118 309 0 1128 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 11120

[startup+3.10163 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9961
/proc/meminfo: memFree=888904/2055920 swapFree=4192956/4192956
[pid=9958] ppid=9956 vsize=5356 CPUtime=0.06
/proc/9958/stat : 9958 (rsat.sh) S 9956 9958 9480 0 -1 4194304 315 1077 0 0 0 0 6 0 16 0 1 0 96834443 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9958/statm: 1339 242 199 169 0 50 0
[pid=9961] ppid=9958 vsize=6060 CPUtime=3.01
/proc/9961/stat : 9961 (rsat) R 9958 9958 9480 0 -1 4194304 1638 0 0 0 301 0 0 0 25 0 1 0 96834450 6205440 1035 1992294400 4194304 5460562 548682068784 18446744073709551615 4227011 0 0 4096 1026 0 0 0 17 0 0 0
/proc/9961/statm: 1515 1035 118 309 0 1202 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 11416

[startup+6.30292 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9961
/proc/meminfo: memFree=888136/2055920 swapFree=4192956/4192956
[pid=9958] ppid=9956 vsize=5356 CPUtime=0.06
/proc/9958/stat : 9958 (rsat.sh) S 9956 9958 9480 0 -1 4194304 315 1077 0 0 0 0 6 0 16 0 1 0 96834443 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9958/statm: 1339 242 199 169 0 50 0
[pid=9961] ppid=9958 vsize=6664 CPUtime=6.21
/proc/9961/stat : 9961 (rsat) R 9958 9958 9480 0 -1 4194304 2669 0 0 0 620 1 0 0 25 0 1 0 96834450 6823936 1202 1992294400 4194304 5460562 548682068784 18446744073709551615 4205022 0 0 4096 1026 0 0 0 17 0 0 0
/proc/9961/statm: 1666 1202 118 309 0 1353 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 12020

[startup+12.7015 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9961
/proc/meminfo: memFree=886864/2055920 swapFree=4192956/4192956
[pid=9958] ppid=9956 vsize=5356 CPUtime=0.06
/proc/9958/stat : 9958 (rsat.sh) S 9956 9958 9480 0 -1 4194304 315 1077 0 0 0 0 6 0 16 0 1 0 96834443 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9958/statm: 1339 242 199 169 0 50 0
[pid=9961] ppid=9958 vsize=7972 CPUtime=12.61
/proc/9961/stat : 9961 (rsat) R 9958 9958 9480 0 -1 4194304 4564 0 0 0 1260 1 0 0 25 0 1 0 96834450 8163328 1491 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/9961/statm: 1993 1491 118 309 0 1680 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 13328

[startup+25.5017 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9961
/proc/meminfo: memFree=885584/2055920 swapFree=4192956/4192956
[pid=9958] ppid=9956 vsize=5356 CPUtime=0.06
/proc/9958/stat : 9958 (rsat.sh) S 9956 9958 9480 0 -1 4194304 315 1077 0 0 0 0 6 0 16 0 1 0 96834443 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9958/statm: 1339 242 199 169 0 50 0
[pid=9961] ppid=9958 vsize=9268 CPUtime=25.4
/proc/9961/stat : 9961 (rsat) R 9958 9958 9480 0 -1 4194304 7160 0 0 0 2538 2 0 0 25 0 1 0 96834450 9490432 1847 1992294400 4194304 5460562 548682068784 18446744073709551615 4198009 0 0 4096 1026 0 0 0 17 0 0 0
/proc/9961/statm: 2317 1847 118 309 0 2004 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 14624

[startup+51.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9961
/proc/meminfo: memFree=883408/2055920 swapFree=4192956/4192956
[pid=9958] ppid=9956 vsize=5356 CPUtime=0.06
/proc/9958/stat : 9958 (rsat.sh) S 9956 9958 9480 0 -1 4194304 315 1077 0 0 0 0 6 0 16 0 1 0 96834443 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9958/statm: 1339 242 199 169 0 50 0
[pid=9961] ppid=9958 vsize=11872 CPUtime=50.99
/proc/9961/stat : 9961 (rsat) R 9958 9958 9480 0 -1 4194304 11442 0 0 0 5094 5 0 0 25 0 1 0 96834450 12156928 2411 1992294400 4194304 5460562 548682068784 18446744073709551615 4198115 0 0 4096 1026 0 0 0 17 0 0 0
/proc/9961/statm: 2968 2411 118 309 0 2655 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 17228

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9961
/proc/meminfo: memFree=880528/2055920 swapFree=4192956/4192956
[pid=9958] ppid=9956 vsize=5356 CPUtime=0.06
/proc/9958/stat : 9958 (rsat.sh) S 9956 9958 9480 0 -1 4194304 315 1077 0 0 0 0 6 0 16 0 1 0 96834443 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9958/statm: 1339 242 199 169 0 50 0
[pid=9961] ppid=9958 vsize=14452 CPUtime=102.18
/proc/9961/stat : 9961 (rsat) R 9958 9958 9480 0 -1 4194304 15984 0 0 0 10211 7 0 0 25 0 1 0 96834450 14798848 3113 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/9961/statm: 3613 3113 118 309 0 3300 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 19808

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9961
/proc/meminfo: memFree=878672/2055920 swapFree=4192956/4192956
[pid=9958] ppid=9956 vsize=5356 CPUtime=0.06
/proc/9958/stat : 9958 (rsat.sh) S 9956 9958 9480 0 -1 4194304 315 1077 0 0 0 0 6 0 16 0 1 0 96834443 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9958/statm: 1339 242 199 169 0 50 0
[pid=9961] ppid=9958 vsize=17060 CPUtime=162.14
/proc/9961/stat : 9961 (rsat) R 9958 9958 9480 0 -1 4194304 19642 0 0 0 16206 8 0 0 25 0 1 0 96834450 17469440 3565 1992294400 4194304 5460562 548682068784 18446744073709551615 4226190 0 0 4096 1026 0 0 0 17 0 0 0
/proc/9961/statm: 4265 3565 118 309 0 3952 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 22416

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9961
/proc/meminfo: memFree=876304/2055920 swapFree=4192956/4192956
[pid=9958] ppid=9956 vsize=5356 CPUtime=0.06
/proc/9958/stat : 9958 (rsat.sh) S 9956 9958 9480 0 -1 4194304 315 1077 0 0 0 0 6 0 16 0 1 0 96834443 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9958/statm: 1339 242 199 169 0 50 0
[pid=9961] ppid=9958 vsize=19456 CPUtime=222.12
/proc/9961/stat : 9961 (rsat) R 9958 9958 9480 0 -1 4194304 24205 0 0 0 22201 11 0 0 25 0 1 0 96834450 19922944 4160 1992294400 4194304 5460562 548682068784 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 0 0 0
/proc/9961/statm: 4864 4160 118 309 0 4551 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 24812

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9963
/proc/meminfo: memFree=874576/2055920 swapFree=4192956/4192956
[pid=9958] ppid=9956 vsize=5356 CPUtime=0.06
/proc/9958/stat : 9958 (rsat.sh) S 9956 9958 9480 0 -1 4194304 315 1077 0 0 0 0 6 0 16 0 1 0 96834443 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9958/statm: 1339 242 199 169 0 50 0
[pid=9961] ppid=9958 vsize=21096 CPUtime=282.1
/proc/9961/stat : 9961 (rsat) R 9958 9958 9480 0 -1 4194304 27569 0 0 0 28197 13 0 0 25 0 1 0 96834450 21602304 4548 1992294400 4194304 5460562 548682068784 18446744073709551615 4198115 0 0 4096 1026 0 0 0 17 0 0 0
/proc/9961/statm: 5274 4548 118 309 0 4961 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 26452

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9963
/proc/meminfo: memFree=874384/2055920 swapFree=4192956/4192956
[pid=9958] ppid=9956 vsize=5356 CPUtime=0.06
/proc/9958/stat : 9958 (rsat.sh) S 9956 9958 9480 0 -1 4194304 315 1077 0 0 0 0 6 0 16 0 1 0 96834443 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9958/statm: 1339 242 199 169 0 50 0
[pid=9961] ppid=9958 vsize=20828 CPUtime=342.07
/proc/9961/stat : 9961 (rsat) R 9958 9958 9480 0 -1 4194304 29618 0 0 0 34194 13 0 0 25 0 1 0 96834450 21327872 4613 1992294400 4194304 5460562 548682068784 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 0 0 0
/proc/9961/statm: 5207 4613 118 309 0 4894 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 26184

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9963
/proc/meminfo: memFree=872464/2055920 swapFree=4192956/4192956
[pid=9958] ppid=9956 vsize=5356 CPUtime=0.06
/proc/9958/stat : 9958 (rsat.sh) S 9956 9958 9480 0 -1 4194304 315 1077 0 0 0 0 6 0 16 0 1 0 96834443 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9958/statm: 1339 242 199 169 0 50 0
[pid=9961] ppid=9958 vsize=23000 CPUtime=402.05
/proc/9961/stat : 9961 (rsat) R 9958 9958 9480 0 -1 4194304 32096 0 0 0 40190 15 0 0 25 0 1 0 96834450 23552000 5107 1992294400 4194304 5460562 548682068784 18446744073709551615 4198077 0 0 4096 1026 0 0 0 17 0 0 0
/proc/9961/statm: 5750 5107 118 309 0 5437 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 28356

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

[startup+409.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9963
/proc/meminfo: memFree=872336/2055920 swapFree=4192956/4192956
[pid=9958] ppid=9956 vsize=5356 CPUtime=0.06
/proc/9958/stat : 9958 (rsat.sh) S 9956 9958 9480 0 -1 4194304 315 1077 0 0 0 0 6 0 16 0 1 0 96834443 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9958/statm: 1339 242 199 169 0 50 0
[pid=9961] ppid=9958 vsize=23000 CPUtime=409.25
/proc/9961/stat : 9961 (rsat) R 9958 9958 9480 0 -1 4194304 32154 0 0 0 40910 15 0 0 25 0 1 0 96834450 23552000 5165 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/9961/statm: 5750 5165 118 309 0 5437 0
Current children cumulated CPU time (s) 409.31
Current children cumulated vsize (KiB) 28356

[startup+422.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9963
/proc/meminfo: memFree=871568/2055920 swapFree=4192956/4192956
[pid=9958] ppid=9956 vsize=5356 CPUtime=0.06
/proc/9958/stat : 9958 (rsat.sh) S 9956 9958 9480 0 -1 4194304 315 1077 0 0 0 0 6 0 16 0 1 0 96834443 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9958/statm: 1339 242 199 169 0 50 0
[pid=9961] ppid=9958 vsize=23892 CPUtime=422.05
/proc/9961/stat : 9961 (rsat) R 9958 9958 9480 0 -1 4194304 33300 0 0 0 42190 15 0 0 25 0 1 0 96834450 24465408 5319 1992294400 4194304 5460562 548682068784 18446744073709551615 4201741 0 0 4096 1026 0 0 0 17 0 0 0
/proc/9961/statm: 5973 5319 118 309 0 5660 0
Current children cumulated CPU time (s) 422.11
Current children cumulated vsize (KiB) 29248

[startup+425.503 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9963
/proc/meminfo: memFree=871568/2055920 swapFree=4192956/4192956
[pid=9958] ppid=9956 vsize=5356 CPUtime=0.06
/proc/9958/stat : 9958 (rsat.sh) S 9956 9958 9480 0 -1 4194304 315 1077 0 0 0 0 6 0 16 0 1 0 96834443 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9958/statm: 1339 242 199 169 0 50 0
[pid=9961] ppid=9958 vsize=23892 CPUtime=425.24
/proc/9961/stat : 9961 (rsat) R 9958 9958 9480 0 -1 4194304 33300 0 0 0 42509 15 0 0 25 0 1 0 96834450 24465408 5319 1992294400 4194304 5460562 548682068784 18446744073709551615 4210591 0 0 4096 1026 0 0 0 17 0 0 0
/proc/9961/statm: 5973 5319 118 309 0 5660 0
Current children cumulated CPU time (s) 425.3
Current children cumulated vsize (KiB) 29248

[startup+428.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9963
/proc/meminfo: memFree=871568/2055920 swapFree=4192956/4192956
[pid=9958] ppid=9956 vsize=5356 CPUtime=0.06
/proc/9958/stat : 9958 (rsat.sh) S 9956 9958 9480 0 -1 4194304 315 1077 0 0 0 0 6 0 16 0 1 0 96834443 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9958/statm: 1339 242 199 169 0 50 0
[pid=9961] ppid=9958 vsize=23892 CPUtime=428.44
/proc/9961/stat : 9961 (rsat) R 9958 9958 9480 0 -1 4194304 33300 0 0 0 42829 15 0 0 25 0 1 0 96834450 24465408 5319 1992294400 4194304 5460562 548682068784 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 0 0 0
/proc/9961/statm: 5973 5319 118 309 0 5660 0
Current children cumulated CPU time (s) 428.5
Current children cumulated vsize (KiB) 29248

[startup+430.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9963
/proc/meminfo: memFree=871568/2055920 swapFree=4192956/4192956
[pid=9958] ppid=9956 vsize=5356 CPUtime=0.06
/proc/9958/stat : 9958 (rsat.sh) S 9956 9958 9480 0 -1 4194304 315 1077 0 0 0 0 6 0 16 0 1 0 96834443 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9958/statm: 1339 242 199 169 0 50 0
[pid=9961] ppid=9958 vsize=23892 CPUtime=430.04
/proc/9961/stat : 9961 (rsat) R 9958 9958 9480 0 -1 4194304 33300 0 0 0 42989 15 0 0 25 0 1 0 96834450 24465408 5319 1992294400 4194304 5460562 548682068784 18446744073709551615 4201374 0 0 4096 1026 0 0 0 17 0 0 0
/proc/9961/statm: 5973 5319 118 309 0 5660 0
Current children cumulated CPU time (s) 430.1
Current children cumulated vsize (KiB) 29248

[startup+431.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9963
/proc/meminfo: memFree=873296/2055920 swapFree=4192956/4192956
[pid=9958] ppid=9956 vsize=5356 CPUtime=0.06
/proc/9958/stat : 9958 (rsat.sh) S 9956 9958 9480 0 -1 4194304 315 1077 0 0 0 0 6 0 16 0 1 0 96834443 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9958/statm: 1339 242 199 169 0 50 0
[pid=9961] ppid=9958 vsize=21704 CPUtime=430.84
/proc/9961/stat : 9961 (rsat) R 9958 9958 9480 0 -1 4194304 33300 0 0 0 43069 15 0 0 25 0 1 0 96834450 22224896 4878 1992294400 4194304 5460562 548682068784 18446744073709551615 4211562 0 0 4096 1026 0 0 0 17 0 0 0
/proc/9961/statm: 5426 4878 118 309 0 5113 0
Current children cumulated CPU time (s) 430.9
Current children cumulated vsize (KiB) 27060

[startup+431.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9963
/proc/meminfo: memFree=873296/2055920 swapFree=4192956/4192956
[pid=9958] ppid=9956 vsize=5356 CPUtime=0.06
/proc/9958/stat : 9958 (rsat.sh) S 9956 9958 9480 0 -1 4194304 315 1077 0 0 0 0 6 0 16 0 1 0 96834443 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9958/statm: 1339 242 199 169 0 50 0
[pid=9961] ppid=9958 vsize=0 CPUtime=431.23
/proc/9961/stat : 9961 (rsat) R 9958 9958 9480 0 -1 4194308 33305 0 0 0 43108 15 0 0 25 0 1 0 96834450 0 0 1992294400 0 0 0 0 0 0 0 4096 1026 0 0 0 17 0 0 0
/proc/9961/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 431.29
Current children cumulated vsize (KiB) 5356

Child status: 20
Real time (s): 431.509
CPU time (s): 431.328
CPU user time (s): 431.155
CPU system time (s): 0.172973
CPU usage (%): 99.9583
Max. virtual memory (cumulated for all children) (KiB): 33344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 431.155
system time used= 0.172973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34851
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= 38
involuntary context switches= 1057

runsolver used 0.425935 second user time and 1.14982 second system time

The end

Launcher Data

Begin job on node55 at 2009-04-25 21:34:31
IDJOB=1723650
IDBENCH=71729
IDSOLVER=545
FILE ID=node55/1723650-1240688071
PBS_JOBID= 9186695
Free space on /tmp= 66380 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT_RACE06/goldb-heqc-term1mul.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1723650-1240688071/watcher-1723650-1240688071 -o /tmp/evaluation-result-1723650-1240688071/solver-1723650-1240688071 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/rsat.sh HOME/instance-1723650-1240688071.cnf HOME

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

MD5SUM BENCH= c356d60706abf7ddd80826e417c8de67
RANDOM SEED=867338153

node55.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.240
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.240
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:        894072 kB
Buffers:         95296 kB
Cached:         956732 kB
SwapCached:          0 kB
Active:         379576 kB
Inactive:       686392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        894072 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            6152 kB
Writeback:           0 kB
Mapped:          23676 kB
Slab:            81976 kB
Committed_AS:   270204 kB
PageTables:       1360 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= 66376 MiB
End job on node55 at 2009-04-25 21:41:42