Trace number 1773669

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

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitsrotate/
countbitsrotate128.cnf
MD5SUMf21954c654ab1cfd9e2c1aa6fdf49c58
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 variables138559
Number of clauses415292
Sum of the clauses size969012
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2276860
Number of clauses of size 3138430
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.28/0.38	c ==============================================================================
0.28/0.38	c |           |     ORIGINAL     |              LEARNT              |          |
0.28/0.38	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.28/0.38	c ==============================================================================
0.28/0.38	c |         0 |  415290   969010 |  124587       0        0     nan |  0.000 % |
2.09/2.19	c |         0 |  316116   885852 |      --       0       --      -- |     --   | -99172/-83153
2.09/2.19	c ==============================================================================
2.09/2.19	c Result  :   #vars: 76931   #clauses: 316116   #literals: 885852
2.09/2.19	c CPU time:   2.01169 s
2.09/2.19	c ==============================================================================
2.48/2.57	c Rsat version 3.02
2.56/2.78	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-1773669-1241334394/watcher-1773669-1241334394 -o /tmp/evaluation-result-1773669-1241334394/solver-1773669-1241334394 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1773669-1241334394.cnf HOME 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 11657
/proc/meminfo: memFree=567248/2055920 swapFree=4186724/4192956
[pid=11657] ppid=11655 vsize=5356 CPUtime=0
/proc/11657/stat : 11657 (rsat.sh) S 11655 11657 11620 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161468358 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11657/statm: 1339 239 199 169 0 50 0
[pid=11658] ppid=11657 vsize=1124 CPUtime=0
/proc/11658/stat : 11658 (SatElite) R 11657 11657 11620 0 -1 4194304 156 0 0 0 0 0 0 0 19 0 1 0 161468358 1150976 139 1992294400 4194304 4959918 548682068688 18446744073709551615 4437675 0 0 4096 3 0 0 0 17 0 0 0
/proc/11658/statm: 314 144 64 186 0 124 0

[startup+0.078814 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 11657
/proc/meminfo: memFree=567248/2055920 swapFree=4186724/4192956
[pid=11657] ppid=11655 vsize=5356 CPUtime=0
/proc/11657/stat : 11657 (rsat.sh) S 11655 11657 11620 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161468358 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11657/statm: 1339 239 199 169 0 50 0
[pid=11658] ppid=11657 vsize=23808 CPUtime=0.06
/proc/11658/stat : 11658 (SatElite) R 11657 11657 11620 0 -1 4194304 4961 0 0 0 5 1 0 0 19 0 1 0 161468358 24379392 4944 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 0 0 0
/proc/11658/statm: 5952 4946 64 186 0 5762 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 29164

[startup+0.101817 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 11657
/proc/meminfo: memFree=567248/2055920 swapFree=4186724/4192956
[pid=11657] ppid=11655 vsize=5356 CPUtime=0
/proc/11657/stat : 11657 (rsat.sh) S 11655 11657 11620 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161468358 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11657/statm: 1339 239 199 169 0 50 0
[pid=11658] ppid=11657 vsize=29452 CPUtime=0.08
/proc/11658/stat : 11658 (SatElite) R 11657 11657 11620 0 -1 4194304 6436 0 0 0 6 2 0 0 19 0 1 0 161468358 30158848 6419 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 0 0 0
/proc/11658/statm: 7363 6421 64 186 0 7173 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 34808

[startup+0.301839 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 11657
/proc/meminfo: memFree=567248/2055920 swapFree=4186724/4192956
[pid=11657] ppid=11655 vsize=5356 CPUtime=0
/proc/11657/stat : 11657 (rsat.sh) S 11655 11657 11620 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161468358 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11657/statm: 1339 239 199 169 0 50 0
[pid=11658] ppid=11657 vsize=91800 CPUtime=0.28
/proc/11658/stat : 11658 (SatElite) R 11657 11657 11620 0 -1 4194304 19026 0 0 0 19 9 0 0 21 0 1 0 161468358 94003200 19010 1992294400 4194304 4959918 548682068688 18446744073709551615 4224913 0 0 4096 3 0 0 0 17 0 0 0
/proc/11658/statm: 22950 19011 64 186 0 22760 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 97156

[startup+0.701886 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 11657
/proc/meminfo: memFree=567248/2055920 swapFree=4186724/4192956
[pid=11657] ppid=11655 vsize=5356 CPUtime=0
/proc/11657/stat : 11657 (rsat.sh) S 11655 11657 11620 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161468358 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11657/statm: 1339 239 199 169 0 50 0
[pid=11658] ppid=11657 vsize=124840 CPUtime=0.69
/proc/11658/stat : 11658 (SatElite) R 11657 11657 11620 0 -1 4194304 28054 0 0 0 55 14 0 0 25 0 1 0 161468358 127836160 26886 1992294400 4194304 4959918 548682068688 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 0 0 0
/proc/11658/statm: 31210 26886 92 186 0 31020 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 130196

[startup+1.50298 s]
/proc/loadavg: 0.85 0.97 0.99 2/66 11659
/proc/meminfo: memFree=446848/2055920 swapFree=4186724/4192956
[pid=11657] ppid=11655 vsize=5356 CPUtime=0
/proc/11657/stat : 11657 (rsat.sh) S 11655 11657 11620 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161468358 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11657/statm: 1339 239 199 169 0 50 0
[pid=11658] ppid=11657 vsize=140988 CPUtime=1.49
/proc/11658/stat : 11658 (SatElite) R 11657 11657 11620 0 -1 4194304 32074 0 0 0 132 17 0 0 25 0 1 0 161468358 144371712 30906 1992294400 4194304 4959918 548682068688 18446744073709551615 4270445 0 0 4096 3 0 0 0 17 0 0 0
/proc/11658/statm: 35247 30906 92 186 0 35057 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 146344

[startup+3.10118 s]
/proc/loadavg: 0.85 0.97 0.99 2/66 11659
/proc/meminfo: memFree=438080/2055920 swapFree=4186724/4192956
[pid=11657] ppid=11655 vsize=5356 CPUtime=2.56
/proc/11657/stat : 11657 (rsat.sh) S 11655 11657 11620 0 -1 4194304 312 32890 0 0 0 0 235 21 16 0 1 0 161468358 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11657/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 5356

[startup+6.30155 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 11660
/proc/meminfo: memFree=523584/2055920 swapFree=4186724/4192956
[pid=11657] ppid=11655 vsize=5356 CPUtime=2.56
/proc/11657/stat : 11657 (rsat.sh) S 11655 11657 11620 0 -1 4194304 312 32890 0 0 0 0 235 21 16 0 1 0 161468358 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11657/statm: 1339 241 199 169 0 50 0
[pid=11660] ppid=11657 vsize=34960 CPUtime=3.71
/proc/11660/stat : 11660 (rsat) R 11657 11657 11620 0 -1 4194304 9561 0 0 0 368 3 0 0 25 0 1 0 161468615 35799040 7909 1992294400 4194304 5460562 548682068800 18446744073709551615 4198156 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11660/statm: 8740 7909 116 309 0 8427 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 40316

[startup+12.7013 s]
/proc/loadavg: 0.87 0.97 0.99 2/66 11660
/proc/meminfo: memFree=523600/2055920 swapFree=4186724/4192956
[pid=11657] ppid=11655 vsize=5356 CPUtime=2.56
/proc/11657/stat : 11657 (rsat.sh) S 11655 11657 11620 0 -1 4194304 312 32890 0 0 0 0 235 21 16 0 1 0 161468358 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11657/statm: 1339 241 199 169 0 50 0
[pid=11660] ppid=11657 vsize=35276 CPUtime=10.11
/proc/11660/stat : 11660 (rsat) R 11657 11657 11620 0 -1 4194304 21615 0 0 0 1003 8 0 0 25 0 1 0 161468615 36122624 7988 1992294400 4194304 5460562 548682068800 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11660/statm: 8819 7988 116 309 0 8506 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 40632

[startup+25.5018 s]
/proc/loadavg: 0.90 0.97 0.99 2/66 11660
/proc/meminfo: memFree=523152/2055920 swapFree=4186724/4192956
[pid=11657] ppid=11655 vsize=5356 CPUtime=2.56
/proc/11657/stat : 11657 (rsat.sh) S 11655 11657 11620 0 -1 4194304 312 32890 0 0 0 0 235 21 16 0 1 0 161468358 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11657/statm: 1339 241 199 169 0 50 0
[pid=11660] ppid=11657 vsize=36288 CPUtime=22.9
/proc/11660/stat : 11660 (rsat) R 11657 11657 11620 0 -1 4194304 45562 0 0 0 2270 20 0 0 25 0 1 0 161468615 37158912 8180 1992294400 4194304 5460562 548682068800 18446744073709551615 4202244 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11660/statm: 9072 8180 116 309 0 8759 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 41644

[startup+51.1018 s]
/proc/loadavg: 0.93 0.97 0.99 2/66 11660
/proc/meminfo: memFree=522640/2055920 swapFree=4186724/4192956
[pid=11657] ppid=11655 vsize=5356 CPUtime=2.56
/proc/11657/stat : 11657 (rsat.sh) S 11655 11657 11620 0 -1 4194304 312 32890 0 0 0 0 235 21 16 0 1 0 161468358 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11657/statm: 1339 241 199 169 0 50 0
[pid=11660] ppid=11657 vsize=36904 CPUtime=48.48
/proc/11660/stat : 11660 (rsat) R 11657 11657 11620 0 -1 4194304 93418 0 0 0 4803 45 0 0 25 0 1 0 161468615 37789696 8352 1992294400 4194304 5460562 548682068800 18446744073709551615 4201741 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11660/statm: 9226 8352 116 309 0 8913 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 42260

[startup+102.306 s]
/proc/loadavg: 0.97 0.97 0.99 2/66 11660
/proc/meminfo: memFree=521680/2055920 swapFree=4186724/4192956
[pid=11657] ppid=11655 vsize=5356 CPUtime=2.56
/proc/11657/stat : 11657 (rsat.sh) S 11655 11657 11620 0 -1 4194304 312 32890 0 0 0 0 235 21 16 0 1 0 161468358 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11657/statm: 1339 241 199 169 0 50 0
[pid=11660] ppid=11657 vsize=37448 CPUtime=99.66
/proc/11660/stat : 11660 (rsat) R 11657 11657 11620 0 -1 4194304 176158 0 0 0 9883 83 0 0 25 0 1 0 161468615 38346752 8495 1992294400 4194304 5460562 548682068800 18446744073709551615 4202244 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11660/statm: 9362 8495 116 309 0 9049 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 42804

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 11660
/proc/meminfo: memFree=521296/2055920 swapFree=4186724/4192956
[pid=11657] ppid=11655 vsize=5356 CPUtime=2.56
/proc/11657/stat : 11657 (rsat.sh) S 11655 11657 11620 0 -1 4194304 312 32890 0 0 0 0 235 21 16 0 1 0 161468358 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11657/statm: 1339 241 199 169 0 50 0
[pid=11660] ppid=11657 vsize=38332 CPUtime=159.63
/proc/11660/stat : 11660 (rsat) R 11657 11657 11620 0 -1 4194304 300159 0 0 0 15820 143 0 0 25 0 1 0 161468615 39251968 8707 1992294400 4194304 5460562 548682068800 18446744073709551615 4202244 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11660/statm: 9583 8707 116 309 0 9270 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 43688

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 11660
/proc/meminfo: memFree=520464/2055920 swapFree=4186724/4192956
[pid=11657] ppid=11655 vsize=5356 CPUtime=2.56
/proc/11657/stat : 11657 (rsat.sh) S 11655 11657 11620 0 -1 4194304 312 32890 0 0 0 0 235 21 16 0 1 0 161468358 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11657/statm: 1339 241 199 169 0 50 0
[pid=11660] ppid=11657 vsize=38880 CPUtime=219.6
/proc/11660/stat : 11660 (rsat) R 11657 11657 11620 0 -1 4194304 369667 0 0 0 21784 176 0 0 25 0 1 0 161468615 39813120 8876 1992294400 4194304 5460562 548682068800 18446744073709551615 4227704 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11660/statm: 9720 8876 116 309 0 9407 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 44236

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 11660
/proc/meminfo: memFree=519760/2055920 swapFree=4186724/4192956
[pid=11657] ppid=11655 vsize=5356 CPUtime=2.56
/proc/11657/stat : 11657 (rsat.sh) S 11655 11657 11620 0 -1 4194304 312 32890 0 0 0 0 235 21 16 0 1 0 161468358 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11657/statm: 1339 241 199 169 0 50 0
[pid=11660] ppid=11657 vsize=39072 CPUtime=279.58
/proc/11660/stat : 11660 (rsat) R 11657 11657 11620 0 -1 4194304 420116 0 0 0 27759 199 0 0 25 0 1 0 161468615 40009728 8937 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11660/statm: 9768 8937 116 309 0 9455 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 44428

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 11660
/proc/meminfo: memFree=519312/2055920 swapFree=4186724/4192956
[pid=11657] ppid=11655 vsize=5356 CPUtime=2.56
/proc/11657/stat : 11657 (rsat.sh) S 11655 11657 11620 0 -1 4194304 312 32890 0 0 0 0 235 21 16 0 1 0 161468358 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11657/statm: 1339 241 199 169 0 50 0
[pid=11660] ppid=11657 vsize=40324 CPUtime=339.56
/proc/11660/stat : 11660 (rsat) R 11657 11657 11620 0 -1 4194304 522275 0 0 0 33715 241 0 0 25 0 1 0 161468615 41291776 9214 1992294400 4194304 5460562 548682068800 18446744073709551615 4226212 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11660/statm: 10081 9214 116 309 0 9768 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 45680

[startup+402.301 s]

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

/proc/11660/statm: 28375 26788 118 309 0 28062 0
Current children cumulated CPU time (s) 9397.93
Current children cumulated vsize (KiB) 118856

[startup+9462.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 11678
/proc/meminfo: memFree=448144/2055920 swapFree=4186724/4192956
[pid=11657] ppid=11655 vsize=5356 CPUtime=2.56
/proc/11657/stat : 11657 (rsat.sh) S 11655 11657 11620 0 -1 4194304 312 32890 0 0 0 0 235 21 16 0 1 0 161468358 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11657/statm: 1339 241 199 169 0 50 0
[pid=11660] ppid=11657 vsize=113500 CPUtime=9455.35
/proc/11660/stat : 11660 (rsat) R 11657 11657 11620 0 -1 4194304 7859355 0 0 0 942063 3472 0 0 25 0 1 0 161468615 116224000 26816 1992294400 4194304 5460562 548682068800 18446744073709551615 4201894 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11660/statm: 28375 26816 118 309 0 28062 0
Current children cumulated CPU time (s) 9457.91
Current children cumulated vsize (KiB) 118856

[startup+9522.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 11678
/proc/meminfo: memFree=448080/2055920 swapFree=4186724/4192956
[pid=11657] ppid=11655 vsize=5356 CPUtime=2.56
/proc/11657/stat : 11657 (rsat.sh) S 11655 11657 11620 0 -1 4194304 312 32890 0 0 0 0 235 21 16 0 1 0 161468358 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11657/statm: 1339 241 199 169 0 50 0
[pid=11660] ppid=11657 vsize=113500 CPUtime=9515.31
/proc/11660/stat : 11660 (rsat) R 11657 11657 11620 0 -1 4194304 7859376 0 0 0 948059 3472 0 0 25 0 1 0 161468615 116224000 26837 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11660/statm: 28375 26837 118 309 0 28062 0
Current children cumulated CPU time (s) 9517.87
Current children cumulated vsize (KiB) 118856

[startup+9582.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 11678
/proc/meminfo: memFree=448080/2055920 swapFree=4186724/4192956
[pid=11657] ppid=11655 vsize=5356 CPUtime=2.56
/proc/11657/stat : 11657 (rsat.sh) S 11655 11657 11620 0 -1 4194304 312 32890 0 0 0 0 235 21 16 0 1 0 161468358 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11657/statm: 1339 241 199 169 0 50 0
[pid=11660] ppid=11657 vsize=113500 CPUtime=9575.26
/proc/11660/stat : 11660 (rsat) R 11657 11657 11620 0 -1 4194304 7859376 0 0 0 954054 3472 0 0 25 0 1 0 161468615 116224000 26837 1992294400 4194304 5460562 548682068800 18446744073709551615 4210607 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11660/statm: 28375 26837 118 309 0 28062 0
Current children cumulated CPU time (s) 9577.82
Current children cumulated vsize (KiB) 118856

[startup+9642.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 11678
/proc/meminfo: memFree=448080/2055920 swapFree=4186724/4192956
[pid=11657] ppid=11655 vsize=5356 CPUtime=2.56
/proc/11657/stat : 11657 (rsat.sh) S 11655 11657 11620 0 -1 4194304 312 32890 0 0 0 0 235 21 16 0 1 0 161468358 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11657/statm: 1339 241 199 169 0 50 0
[pid=11660] ppid=11657 vsize=113500 CPUtime=9635.24
/proc/11660/stat : 11660 (rsat) R 11657 11657 11620 0 -1 4194304 7859376 0 0 0 960052 3472 0 0 25 0 1 0 161468615 116224000 26837 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11660/statm: 28375 26837 118 309 0 28062 0
Current children cumulated CPU time (s) 9637.8
Current children cumulated vsize (KiB) 118856

[startup+9702.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 11678
/proc/meminfo: memFree=448080/2055920 swapFree=4186724/4192956
[pid=11657] ppid=11655 vsize=5356 CPUtime=2.56
/proc/11657/stat : 11657 (rsat.sh) S 11655 11657 11620 0 -1 4194304 312 32890 0 0 0 0 235 21 16 0 1 0 161468358 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11657/statm: 1339 241 199 169 0 50 0
[pid=11660] ppid=11657 vsize=113500 CPUtime=9695.2
/proc/11660/stat : 11660 (rsat) R 11657 11657 11620 0 -1 4194304 7859376 0 0 0 966048 3472 0 0 25 0 1 0 161468615 116224000 26837 1992294400 4194304 5460562 548682068800 18446744073709551615 4198073 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11660/statm: 28375 26837 118 309 0 28062 0
Current children cumulated CPU time (s) 9697.76
Current children cumulated vsize (KiB) 118856

[startup+9762.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 11678
/proc/meminfo: memFree=448080/2055920 swapFree=4186724/4192956
[pid=11657] ppid=11655 vsize=5356 CPUtime=2.56
/proc/11657/stat : 11657 (rsat.sh) S 11655 11657 11620 0 -1 4194304 312 32890 0 0 0 0 235 21 16 0 1 0 161468358 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11657/statm: 1339 241 199 169 0 50 0
[pid=11660] ppid=11657 vsize=113500 CPUtime=9755.18
/proc/11660/stat : 11660 (rsat) R 11657 11657 11620 0 -1 4194304 7859377 0 0 0 972046 3472 0 0 25 0 1 0 161468615 116224000 26838 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11660/statm: 28375 26838 118 309 0 28062 0
Current children cumulated CPU time (s) 9757.74
Current children cumulated vsize (KiB) 118856

[startup+9822.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 11678
/proc/meminfo: memFree=448080/2055920 swapFree=4186724/4192956
[pid=11657] ppid=11655 vsize=5356 CPUtime=2.56
/proc/11657/stat : 11657 (rsat.sh) S 11655 11657 11620 0 -1 4194304 312 32890 0 0 0 0 235 21 16 0 1 0 161468358 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11657/statm: 1339 241 199 169 0 50 0
[pid=11660] ppid=11657 vsize=113500 CPUtime=9815.16
/proc/11660/stat : 11660 (rsat) R 11657 11657 11620 0 -1 4194304 7859377 0 0 0 978044 3472 0 0 25 0 1 0 161468615 116224000 26838 1992294400 4194304 5460562 548682068800 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11660/statm: 28375 26838 118 309 0 28062 0
Current children cumulated CPU time (s) 9817.72
Current children cumulated vsize (KiB) 118856

[startup+9882.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 11678
/proc/meminfo: memFree=448080/2055920 swapFree=4186724/4192956
[pid=11657] ppid=11655 vsize=5356 CPUtime=2.56
/proc/11657/stat : 11657 (rsat.sh) S 11655 11657 11620 0 -1 4194304 312 32890 0 0 0 0 235 21 16 0 1 0 161468358 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11657/statm: 1339 241 199 169 0 50 0
[pid=11660] ppid=11657 vsize=113500 CPUtime=9875.14
/proc/11660/stat : 11660 (rsat) R 11657 11657 11620 0 -1 4194304 7859377 0 0 0 984042 3472 0 0 25 0 1 0 161468615 116224000 26838 1992294400 4194304 5460562 548682068800 18446744073709551615 4227714 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11660/statm: 28375 26838 118 309 0 28062 0
Current children cumulated CPU time (s) 9877.7
Current children cumulated vsize (KiB) 118856

[startup+9942.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 11678
/proc/meminfo: memFree=448080/2055920 swapFree=4186724/4192956
[pid=11657] ppid=11655 vsize=5356 CPUtime=2.56
/proc/11657/stat : 11657 (rsat.sh) S 11655 11657 11620 0 -1 4194304 312 32890 0 0 0 0 235 21 16 0 1 0 161468358 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11657/statm: 1339 241 199 169 0 50 0
[pid=11660] ppid=11657 vsize=113500 CPUtime=9935.11
/proc/11660/stat : 11660 (rsat) R 11657 11657 11620 0 -1 4194304 7859377 0 0 0 990039 3472 0 0 25 0 1 0 161468615 116224000 26838 1992294400 4194304 5460562 548682068800 18446744073709551615 4225720 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11660/statm: 28375 26838 118 309 0 28062 0
Current children cumulated CPU time (s) 9937.67
Current children cumulated vsize (KiB) 118856

[startup+10002.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 11678
/proc/meminfo: memFree=448080/2055920 swapFree=4186724/4192956
[pid=11657] ppid=11655 vsize=5356 CPUtime=2.56
/proc/11657/stat : 11657 (rsat.sh) S 11655 11657 11620 0 -1 4194304 312 32890 0 0 0 0 235 21 16 0 1 0 161468358 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11657/statm: 1339 241 199 169 0 50 0
[pid=11660] ppid=11657 vsize=113500 CPUtime=9995.09
/proc/11660/stat : 11660 (rsat) R 11657 11657 11620 0 -1 4194304 7859396 0 0 0 996037 3472 0 0 25 0 1 0 161468615 116224000 26857 1992294400 4194304 5460562 548682068800 18446744073709551615 4225711 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11660/statm: 28375 26857 118 309 0 28062 0
Current children cumulated CPU time (s) 9997.65
Current children cumulated vsize (KiB) 118856



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10004.7 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 11678
/proc/meminfo: memFree=448080/2055920 swapFree=4186724/4192956
[pid=11657] ppid=11655 vsize=5356 CPUtime=2.56
/proc/11657/stat : 11657 (rsat.sh) S 11655 11657 11620 0 -1 4194304 312 32890 0 0 0 0 235 21 16 0 1 0 161468358 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11657/statm: 1339 241 199 169 0 50 0
[pid=11660] ppid=11657 vsize=113500 CPUtime=9997.49
/proc/11660/stat : 11660 (rsat) R 11657 11657 11620 0 -1 4194304 7859399 0 0 0 996277 3472 0 0 25 0 1 0 161468615 116224000 26860 1992294400 4194304 5460562 548682068800 18446744073709551615 4225711 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11660/statm: 28375 26860 118 309 0 28062 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 118856

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

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

[startup+10004.7 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 11678
/proc/meminfo: memFree=448080/2055920 swapFree=4186724/4192956
[pid=11657] ppid=11655 vsize=5356 CPUtime=2.56
/proc/11657/stat : 11657 (rsat.sh) S 11655 11657 11620 0 -1 4194304 312 32890 0 0 0 0 235 21 16 0 1 0 161468358 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11657/statm: 1339 241 199 169 0 50 0
[pid=11660] ppid=11657 vsize=113500 CPUtime=9997.49
/proc/11660/stat : 11660 (rsat) R 11657 11657 11620 0 -1 4194304 7859399 0 0 0 996277 3472 0 0 25 0 1 0 161468615 116224000 26860 1992294400 4194304 5460562 548682068800 18446744073709551615 4225711 0 0 4096 1026 0 0 0 17 0 0 0
/proc/11660/statm: 28375 26860 118 309 0 28062 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 118856

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11657 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=352642
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=218966
# CPU time returned by wait4() is 2.57161
# 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.7
CPU time (s): 10000
CPU user time (s): 9965.12
CPU system time (s): 34.93
CPU usage (%): 99.9534
Max. virtual memory (cumulated for all children) (KiB): 151256

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

runsolver used 11.7402 second user time and 24.5503 second system time

The end

Launcher Data

Begin job on node75 at 2009-05-03 09:06:35
IDJOB=1773669
IDBENCH=70772
IDSOLVER=615
FILE ID=node75/1773669-1241334394
PBS_JOBID= 9225431
Free space on /tmp= 66328 MiB

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

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

MD5SUM BENCH= f21954c654ab1cfd9e2c1aa6fdf49c58
RANDOM SEED=112022605

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        567736 kB
Buffers:         90868 kB
Cached:        1277332 kB
SwapCached:       3020 kB
Active:         449740 kB
Inactive:       929196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        567736 kB
SwapTotal:     4192956 kB
SwapFree:      4186724 kB
Dirty:           12924 kB
Writeback:           0 kB
Mapped:          18936 kB
Slab:            95148 kB
Committed_AS:   574144 kB
PageTables:       1416 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= 66312 MiB
End job on node75 at 2009-05-03 11:53:22