Trace number 1773769

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.1 10002.9

General information on the benchmark

NameAPPLICATIONS/bitverif/
smulo/smulo128.cnf
MD5SUMc5685247c8f21e8da88f42049fffdb13
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 variables188473
Number of clauses564650
Sum of the clauses size1317514
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2376432
Number of clauses of size 3188216
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.49/0.55	c ==============================================================================
0.49/0.55	c |           |     ORIGINAL     |              LEARNT              |          |
0.49/0.55	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.49/0.55	c ==============================================================================
0.49/0.55	c |         0 |  564648  1317512 |  169394       0        0     nan |  0.000 % |
3.19/3.28	c |         0 |  423113  1189990 |      --       0       --      -- |     --   | -141533/-127517
3.19/3.29	c ==============================================================================
3.19/3.29	c Result  :   #vars: 97638   #clauses: 423113   #literals: 1189990
3.19/3.29	c CPU time:   3.03254 s
3.19/3.29	c ==============================================================================
3.79/3.83	c Rsat version 3.02
3.83/4.12	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-1773769-1241334575/watcher-1773769-1241334575 -o /tmp/evaluation-result-1773769-1241334575/solver-1773769-1241334575 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1773769-1241334575.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 2/64 16099
/proc/meminfo: memFree=703200/2055920 swapFree=4179704/4192956
[pid=16099] ppid=16097 vsize=5356 CPUtime=0
/proc/16099/stat : 16099 (rsat.sh) S 16097 16099 16062 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161483659 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16099/statm: 1339 239 199 169 0 50 0
[pid=16100] ppid=16099 vsize=1256 CPUtime=0
/proc/16100/stat : 16100 (SatElite) R 16099 16099 16062 0 -1 4194304 184 0 0 0 0 0 0 0 20 0 1 0 161483660 1286144 167 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/16100/statm: 314 170 64 186 0 124 0

[startup+0.0338941 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 16099
/proc/meminfo: memFree=703200/2055920 swapFree=4179704/4192956
[pid=16099] ppid=16097 vsize=5356 CPUtime=0
/proc/16099/stat : 16099 (rsat.sh) S 16097 16099 16062 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161483659 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16099/statm: 1339 239 199 169 0 50 0
[pid=16100] ppid=16099 vsize=8948 CPUtime=0.02
/proc/16100/stat : 16100 (SatElite) R 16099 16099 16062 0 -1 4194304 1996 0 0 0 2 0 0 0 20 0 1 0 161483660 9162752 1979 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/16100/statm: 2237 1981 64 186 0 2047 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 14304

[startup+0.1019 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 16099
/proc/meminfo: memFree=703200/2055920 swapFree=4179704/4192956
[pid=16099] ppid=16097 vsize=5356 CPUtime=0
/proc/16099/stat : 16099 (rsat.sh) S 16097 16099 16062 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161483659 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16099/statm: 1339 239 199 169 0 50 0
[pid=16100] ppid=16099 vsize=27472 CPUtime=0.09
/proc/16100/stat : 16100 (SatElite) R 16099 16099 16062 0 -1 4194304 6124 0 0 0 7 2 0 0 20 0 1 0 161483660 28131328 6107 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 1 0 0
/proc/16100/statm: 6868 6110 64 186 0 6678 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32828

[startup+0.301919 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 16099
/proc/meminfo: memFree=703200/2055920 swapFree=4179704/4192956
[pid=16099] ppid=16097 vsize=5356 CPUtime=0
/proc/16099/stat : 16099 (rsat.sh) S 16097 16099 16062 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161483659 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16099/statm: 1339 239 199 169 0 50 0
[pid=16100] ppid=16099 vsize=73876 CPUtime=0.29
/proc/16100/stat : 16100 (SatElite) R 16099 16099 16062 0 -1 4194304 17952 0 0 0 21 8 0 0 21 0 1 0 161483660 75649024 17935 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/16100/statm: 18469 17940 64 186 0 18279 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 79232

[startup+0.701959 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 16099
/proc/meminfo: memFree=703200/2055920 swapFree=4179704/4192956
[pid=16099] ppid=16097 vsize=5356 CPUtime=0
/proc/16099/stat : 16099 (rsat.sh) S 16097 16099 16062 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161483659 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16099/statm: 1339 239 199 169 0 50 0
[pid=16100] ppid=16099 vsize=145904 CPUtime=0.69
/proc/16100/stat : 16100 (SatElite) R 16099 16099 16062 0 -1 4194304 34455 0 0 0 53 16 0 0 25 0 1 0 161483660 149405696 33241 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/16100/statm: 36476 33242 92 186 0 36286 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 151260

[startup+1.50104 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16101
/proc/meminfo: memFree=552336/2055920 swapFree=4179704/4192956
[pid=16099] ppid=16097 vsize=5356 CPUtime=0
/proc/16099/stat : 16099 (rsat.sh) S 16097 16099 16062 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161483659 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16099/statm: 1339 239 199 169 0 50 0
[pid=16100] ppid=16099 vsize=166692 CPUtime=1.48
/proc/16100/stat : 16100 (SatElite) R 16099 16099 16062 0 -1 4194304 39584 0 0 0 127 21 0 0 25 0 1 0 161483660 170692608 38370 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/16100/statm: 41673 38370 92 186 0 41483 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 172048

[startup+3.1012 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16101
/proc/meminfo: memFree=531984/2055920 swapFree=4179704/4192956
[pid=16099] ppid=16097 vsize=5356 CPUtime=0
/proc/16099/stat : 16099 (rsat.sh) S 16097 16099 16062 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161483659 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16099/statm: 1339 239 199 169 0 50 0
[pid=16100] ppid=16099 vsize=179896 CPUtime=3.08
/proc/16100/stat : 16100 (SatElite) R 16099 16099 16062 0 -1 4194304 42581 0 0 0 284 24 0 0 25 0 1 0 161483660 184213504 41367 1992294400 4194304 4959918 548682068688 18446744073709551615 4410729 0 0 4096 3 0 0 0 17 1 0 0
/proc/16100/statm: 44974 41367 92 186 0 44784 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 185252

[startup+6.30152 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16102
/proc/meminfo: memFree=645456/2055920 swapFree=4179704/4192956
[pid=16099] ppid=16097 vsize=5356 CPUtime=3.83
/proc/16099/stat : 16099 (rsat.sh) S 16097 16099 16062 0 -1 4194304 312 43649 0 0 0 0 352 31 16 0 1 0 161483659 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16099/statm: 1339 241 199 169 0 50 0
[pid=16102] ppid=16099 vsize=46444 CPUtime=2.45
/proc/16102/stat : 16102 (rsat) R 16099 16099 16062 0 -1 4194304 11826 0 0 0 241 4 0 0 25 0 1 0 161484043 47558656 10639 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16102/statm: 11611 10639 116 309 0 11298 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 51800

[startup+12.7012 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16102
/proc/meminfo: memFree=641760/2055920 swapFree=4179704/4192956
[pid=16099] ppid=16097 vsize=5356 CPUtime=3.83
/proc/16099/stat : 16099 (rsat.sh) S 16097 16099 16062 0 -1 4194304 312 43649 0 0 0 0 352 31 16 0 1 0 161483659 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16099/statm: 1339 241 199 169 0 50 0
[pid=16102] ppid=16099 vsize=49184 CPUtime=8.85
/proc/16102/stat : 16102 (rsat) R 16099 16099 16062 0 -1 4194304 12833 0 0 0 880 5 0 0 25 0 1 0 161484043 50364416 11329 1992294400 4194304 5460562 548682068800 18446744073709551615 4226304 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16102/statm: 12296 11329 116 309 0 11983 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 54540

[startup+25.5024 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16102
/proc/meminfo: memFree=638304/2055920 swapFree=4179704/4192956
[pid=16099] ppid=16097 vsize=5356 CPUtime=3.83
/proc/16099/stat : 16099 (rsat.sh) S 16097 16099 16062 0 -1 4194304 312 43649 0 0 0 0 352 31 16 0 1 0 161483659 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16099/statm: 1339 241 199 169 0 50 0
[pid=16102] ppid=16099 vsize=52824 CPUtime=21.64
/proc/16102/stat : 16102 (rsat) R 16099 16099 16062 0 -1 4194304 13771 0 0 0 2158 6 0 0 25 0 1 0 161484043 54091776 12246 1992294400 4194304 5460562 548682068800 18446744073709551615 4225711 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16102/statm: 13206 12246 118 309 0 12893 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 58180

[startup+51.103 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16102
/proc/meminfo: memFree=632544/2055920 swapFree=4179704/4192956
[pid=16099] ppid=16097 vsize=5356 CPUtime=3.83
/proc/16099/stat : 16099 (rsat.sh) S 16097 16099 16062 0 -1 4194304 312 43649 0 0 0 0 352 31 16 0 1 0 161483659 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16099/statm: 1339 241 199 169 0 50 0
[pid=16102] ppid=16099 vsize=58956 CPUtime=47.24
/proc/16102/stat : 16102 (rsat) R 16099 16099 16062 0 -1 4194304 15379 0 0 0 4717 7 0 0 25 0 1 0 161484043 60370944 13705 1992294400 4194304 5460562 548682068800 18446744073709551615 4198009 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16102/statm: 14739 13705 118 309 0 14426 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 64312

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16102
/proc/meminfo: memFree=620320/2055920 swapFree=4179704/4192956
[pid=16099] ppid=16097 vsize=5356 CPUtime=3.83
/proc/16099/stat : 16099 (rsat.sh) S 16097 16099 16062 0 -1 4194304 312 43649 0 0 0 0 352 31 16 0 1 0 161483659 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16099/statm: 1339 241 199 169 0 50 0
[pid=16102] ppid=16099 vsize=71276 CPUtime=98.42
/proc/16102/stat : 16102 (rsat) R 16099 16099 16062 0 -1 4194304 18741 0 0 0 9833 9 0 0 25 0 1 0 161484043 72986624 16747 1992294400 4194304 5460562 548682068800 18446744073709551615 4226093 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16102/statm: 17819 16747 118 309 0 17506 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 76632

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16102
/proc/meminfo: memFree=608800/2055920 swapFree=4179704/4192956
[pid=16099] ppid=16097 vsize=5356 CPUtime=3.83
/proc/16099/stat : 16099 (rsat.sh) S 16097 16099 16062 0 -1 4194304 312 43649 0 0 0 0 352 31 16 0 1 0 161483659 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16099/statm: 1339 241 199 169 0 50 0
[pid=16102] ppid=16099 vsize=83816 CPUtime=158.4
/proc/16102/stat : 16102 (rsat) R 16099 16099 16062 0 -1 4194304 24230 0 0 0 15828 12 0 0 25 0 1 0 161484043 85827584 19563 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16102/statm: 20954 19563 118 309 0 20641 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 89172

[startup+222.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16102
/proc/meminfo: memFree=608800/2055920 swapFree=4179704/4192956
[pid=16099] ppid=16097 vsize=5356 CPUtime=3.83
/proc/16099/stat : 16099 (rsat.sh) S 16097 16099 16062 0 -1 4194304 312 43649 0 0 0 0 352 31 16 0 1 0 161483659 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16099/statm: 1339 241 199 169 0 50 0
[pid=16102] ppid=16099 vsize=83816 CPUtime=218.39
/proc/16102/stat : 16102 (rsat) R 16099 16099 16062 0 -1 4194304 24236 0 0 0 21826 13 0 0 25 0 1 0 161484043 85827584 19569 1992294400 4194304 5460562 548682068800 18446744073709551615 4226220 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16102/statm: 20954 19569 118 309 0 20641 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 89172

[startup+282.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16102
/proc/meminfo: memFree=608608/2055920 swapFree=4179704/4192956
[pid=16099] ppid=16097 vsize=5356 CPUtime=3.83
/proc/16099/stat : 16099 (rsat.sh) S 16097 16099 16062 0 -1 4194304 312 43649 0 0 0 0 352 31 16 0 1 0 161483659 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16099/statm: 1339 241 199 169 0 50 0
[pid=16102] ppid=16099 vsize=83832 CPUtime=278.38
/proc/16102/stat : 16102 (rsat) R 16099 16099 16062 0 -1 4194304 26280 0 0 0 27824 14 0 0 25 0 1 0 161484043 85843968 19597 1992294400 4194304 5460562 548682068800 18446744073709551615 4227714 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16102/statm: 20958 19597 118 309 0 20645 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 89188

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16102
/proc/meminfo: memFree=608672/2055920 swapFree=4179704/4192956
[pid=16099] ppid=16097 vsize=5356 CPUtime=3.83
/proc/16099/stat : 16099 (rsat.sh) S 16097 16099 16062 0 -1 4194304 312 43649 0 0 0 0 352 31 16 0 1 0 161483659 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16099/statm: 1339 241 199 169 0 50 0
[pid=16102] ppid=16099 vsize=83832 CPUtime=338.36
/proc/16102/stat : 16102 (rsat) R 16099 16099 16062 0 -1 4194304 26280 0 0 0 33822 14 0 0 25 0 1 0 161484043 85843968 19597 1992294400 4194304 5460562 548682068800 18446744073709551615 4202083 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16102/statm: 20958 19597 118 309 0 20645 0
Current children cumulated CPU time (s) 342.19

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

/proc/16102/statm: 51865 50844 118 309 0 51552 0
Current children cumulated CPU time (s) 9399.67
Current children cumulated vsize (KiB) 212816

[startup+9462.3 s]
/proc/loadavg: 1.05 1.01 1.00 2/66 16120
/proc/meminfo: memFree=482784/2055920 swapFree=4179704/4192956
[pid=16099] ppid=16097 vsize=5356 CPUtime=3.83
/proc/16099/stat : 16099 (rsat.sh) S 16097 16099 16062 0 -1 4194304 312 43649 0 0 0 0 352 31 16 0 1 0 161483659 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16099/statm: 1339 241 199 169 0 50 0
[pid=16102] ppid=16099 vsize=207460 CPUtime=9455.82
/proc/16102/stat : 16102 (rsat) R 16099 16099 16062 0 -1 4194304 156057 0 0 0 945470 112 0 0 25 0 1 0 161484043 212439040 50844 1992294400 4194304 5460562 548682068800 18446744073709551615 4227762 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16102/statm: 51865 50844 118 309 0 51552 0
Current children cumulated CPU time (s) 9459.65
Current children cumulated vsize (KiB) 212816

[startup+9522.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/66 16120
/proc/meminfo: memFree=482784/2055920 swapFree=4179704/4192956
[pid=16099] ppid=16097 vsize=5356 CPUtime=3.83
/proc/16099/stat : 16099 (rsat.sh) S 16097 16099 16062 0 -1 4194304 312 43649 0 0 0 0 352 31 16 0 1 0 161483659 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16099/statm: 1339 241 199 169 0 50 0
[pid=16102] ppid=16099 vsize=207460 CPUtime=9515.8
/proc/16102/stat : 16102 (rsat) R 16099 16099 16062 0 -1 4194304 156057 0 0 0 951468 112 0 0 25 0 1 0 161484043 212439040 50844 1992294400 4194304 5460562 548682068800 18446744073709551615 4226304 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16102/statm: 51865 50844 118 309 0 51552 0
Current children cumulated CPU time (s) 9519.63
Current children cumulated vsize (KiB) 212816

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16120
/proc/meminfo: memFree=482784/2055920 swapFree=4179704/4192956
[pid=16099] ppid=16097 vsize=5356 CPUtime=3.83
/proc/16099/stat : 16099 (rsat.sh) S 16097 16099 16062 0 -1 4194304 312 43649 0 0 0 0 352 31 16 0 1 0 161483659 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16099/statm: 1339 241 199 169 0 50 0
[pid=16102] ppid=16099 vsize=207460 CPUtime=9575.79
/proc/16102/stat : 16102 (rsat) R 16099 16099 16062 0 -1 4194304 156057 0 0 0 957466 113 0 0 25 0 1 0 161484043 212439040 50844 1992294400 4194304 5460562 548682068800 18446744073709551615 4201929 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16102/statm: 51865 50844 118 309 0 51552 0
Current children cumulated CPU time (s) 9579.62
Current children cumulated vsize (KiB) 212816

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16120
/proc/meminfo: memFree=482784/2055920 swapFree=4179704/4192956
[pid=16099] ppid=16097 vsize=5356 CPUtime=3.83
/proc/16099/stat : 16099 (rsat.sh) S 16097 16099 16062 0 -1 4194304 312 43649 0 0 0 0 352 31 16 0 1 0 161483659 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16099/statm: 1339 241 199 169 0 50 0
[pid=16102] ppid=16099 vsize=207460 CPUtime=9635.77
/proc/16102/stat : 16102 (rsat) R 16099 16099 16062 0 -1 4194304 156057 0 0 0 963464 113 0 0 25 0 1 0 161484043 212439040 50844 1992294400 4194304 5460562 548682068800 18446744073709551615 4227762 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16102/statm: 51865 50844 118 309 0 51552 0
Current children cumulated CPU time (s) 9639.6
Current children cumulated vsize (KiB) 212816

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16120
/proc/meminfo: memFree=482784/2055920 swapFree=4179704/4192956
[pid=16099] ppid=16097 vsize=5356 CPUtime=3.83
/proc/16099/stat : 16099 (rsat.sh) S 16097 16099 16062 0 -1 4194304 312 43649 0 0 0 0 352 31 16 0 1 0 161483659 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16099/statm: 1339 241 199 169 0 50 0
[pid=16102] ppid=16099 vsize=207460 CPUtime=9695.75
/proc/16102/stat : 16102 (rsat) R 16099 16099 16062 0 -1 4194304 156057 0 0 0 969462 113 0 0 25 0 1 0 161484043 212439040 50844 1992294400 4194304 5460562 548682068800 18446744073709551615 4198109 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16102/statm: 51865 50844 118 309 0 51552 0
Current children cumulated CPU time (s) 9699.58
Current children cumulated vsize (KiB) 212816

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16120
/proc/meminfo: memFree=482784/2055920 swapFree=4179704/4192956
[pid=16099] ppid=16097 vsize=5356 CPUtime=3.83
/proc/16099/stat : 16099 (rsat.sh) S 16097 16099 16062 0 -1 4194304 312 43649 0 0 0 0 352 31 16 0 1 0 161483659 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16099/statm: 1339 241 199 169 0 50 0
[pid=16102] ppid=16099 vsize=207460 CPUtime=9755.73
/proc/16102/stat : 16102 (rsat) R 16099 16099 16062 0 -1 4194304 156057 0 0 0 975460 113 0 0 25 0 1 0 161484043 212439040 50844 1992294400 4194304 5460562 548682068800 18446744073709551615 4198217 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16102/statm: 51865 50844 118 309 0 51552 0
Current children cumulated CPU time (s) 9759.56
Current children cumulated vsize (KiB) 212816

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16120
/proc/meminfo: memFree=482848/2055920 swapFree=4179704/4192956
[pid=16099] ppid=16097 vsize=5356 CPUtime=3.83
/proc/16099/stat : 16099 (rsat.sh) S 16097 16099 16062 0 -1 4194304 312 43649 0 0 0 0 352 31 16 0 1 0 161483659 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16099/statm: 1339 241 199 169 0 50 0
[pid=16102] ppid=16099 vsize=207460 CPUtime=9815.71
/proc/16102/stat : 16102 (rsat) R 16099 16099 16062 0 -1 4194304 156057 0 0 0 981458 113 0 0 25 0 1 0 161484043 212439040 50844 1992294400 4194304 5460562 548682068800 18446744073709551615 4226290 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16102/statm: 51865 50844 118 309 0 51552 0
Current children cumulated CPU time (s) 9819.54
Current children cumulated vsize (KiB) 212816

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16120
/proc/meminfo: memFree=478816/2055920 swapFree=4179704/4192956
[pid=16099] ppid=16097 vsize=5356 CPUtime=3.83
/proc/16099/stat : 16099 (rsat.sh) S 16097 16099 16062 0 -1 4194304 312 43649 0 0 0 0 352 31 16 0 1 0 161483659 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16099/statm: 1339 241 199 169 0 50 0
[pid=16102] ppid=16099 vsize=211612 CPUtime=9875.7
/proc/16102/stat : 16102 (rsat) R 16099 16099 16062 0 -1 4194304 157067 0 0 0 987456 114 0 0 25 0 1 0 161484043 216690688 51854 1992294400 4194304 5460562 548682068800 18446744073709551615 4198132 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16102/statm: 52903 51854 118 309 0 52590 0
Current children cumulated CPU time (s) 9879.53
Current children cumulated vsize (KiB) 216968

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16120
/proc/meminfo: memFree=472160/2055920 swapFree=4179704/4192956
[pid=16099] ppid=16097 vsize=5356 CPUtime=3.83
/proc/16099/stat : 16099 (rsat.sh) S 16097 16099 16062 0 -1 4194304 312 43649 0 0 0 0 352 31 16 0 1 0 161483659 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16099/statm: 1339 241 199 169 0 50 0
[pid=16102] ppid=16099 vsize=218496 CPUtime=9935.68
/proc/16102/stat : 16102 (rsat) R 16099 16099 16062 0 -1 4194304 158822 0 0 0 993453 115 0 0 25 0 1 0 161484043 223739904 53571 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16102/statm: 54624 53571 118 309 0 54311 0
Current children cumulated CPU time (s) 9939.51
Current children cumulated vsize (KiB) 223852

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16120
/proc/meminfo: memFree=465824/2055920 swapFree=4179704/4192956
[pid=16099] ppid=16097 vsize=5356 CPUtime=3.83
/proc/16099/stat : 16099 (rsat.sh) S 16097 16099 16062 0 -1 4194304 312 43649 0 0 0 0 352 31 16 0 1 0 161483659 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16099/statm: 1339 241 199 169 0 50 0
[pid=16102] ppid=16099 vsize=224560 CPUtime=9995.67
/proc/16102/stat : 16102 (rsat) R 16099 16099 16062 0 -1 4194304 160348 0 0 0 999451 116 0 0 25 0 1 0 161484043 229949440 55093 1992294400 4194304 5460562 548682068800 18446744073709551615 4200260 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16102/statm: 56140 55093 118 309 0 55827 0
Current children cumulated CPU time (s) 9999.5
Current children cumulated vsize (KiB) 229916



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10002.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16120
/proc/meminfo: memFree=465824/2055920 swapFree=4179704/4192956
[pid=16099] ppid=16097 vsize=5356 CPUtime=3.83
/proc/16099/stat : 16099 (rsat.sh) S 16097 16099 16062 0 -1 4194304 312 43649 0 0 0 0 352 31 16 0 1 0 161483659 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16099/statm: 1339 241 199 169 0 50 0
[pid=16102] ppid=16099 vsize=224560 CPUtime=9996.27
/proc/16102/stat : 16102 (rsat) R 16099 16099 16062 0 -1 4194304 160358 0 0 0 999511 116 0 0 25 0 1 0 161484043 229949440 55103 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16102/statm: 56140 55103 118 309 0 55827 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 229916

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

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

[startup+10002.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16120
/proc/meminfo: memFree=465824/2055920 swapFree=4179704/4192956
[pid=16099] ppid=16097 vsize=5356 CPUtime=3.83
/proc/16099/stat : 16099 (rsat.sh) S 16097 16099 16062 0 -1 4194304 312 43649 0 0 0 0 352 31 16 0 1 0 161483659 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16099/statm: 1339 241 199 169 0 50 0
[pid=16102] ppid=16099 vsize=224560 CPUtime=9996.27
/proc/16102/stat : 16102 (rsat) R 16099 16099 16062 0 -1 4194304 160358 0 0 0 999511 116 0 0 25 0 1 0 161484043 229949440 55103 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16102/statm: 56140 55103 118 309 0 55827 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 229916

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16099 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=522464
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=312952
# CPU time returned by wait4() is 3.83542
# while last known CPU time is 10000.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 10002.9
CPU time (s): 10000.1
CPU user time (s): 9998.63
CPU system time (s): 1.47
CPU usage (%): 99.9719
Max. virtual memory (cumulated for all children) (KiB): 229916

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

runsolver used 10.8833 second user time and 25.4981 second system time

The end

Launcher Data

Begin job on node70 at 2009-05-03 09:09:36
IDJOB=1773769
IDBENCH=70789
IDSOLVER=615
FILE ID=node70/1773769-1241334575
PBS_JOBID= 9225438
Free space on /tmp= 66516 MiB

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

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

MD5SUM BENCH= c5685247c8f21e8da88f42049fffdb13
RANDOM SEED=1979198546

node70.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.213
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.213
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:        703744 kB
Buffers:         81872 kB
Cached:        1164560 kB
SwapCached:       7828 kB
Active:         187120 kB
Inactive:      1068488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        703744 kB
SwapTotal:     4192956 kB
SwapFree:      4179704 kB
Dirty:           15684 kB
Writeback:           0 kB
Mapped:          14120 kB
Slab:            82584 kB
Committed_AS:   637608 kB
PageTables:       1372 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= 66496 MiB
End job on node70 at 2009-05-03 11:56:21